diff --git a/.github/workflows/cd-forms-flow-bpm.yaml b/.github/workflows/cd-forms-flow-bpm.yaml
index cd044a70..71c21cb5 100644
--- a/.github/workflows/cd-forms-flow-bpm.yaml
+++ b/.github/workflows/cd-forms-flow-bpm.yaml
@@ -11,10 +11,12 @@ on:
branches:
- dev
- main
- - feat/task-228 # Remove in future, just to verify this works
+ - ss-60-github-actions-bug #test auto trigger issue#test1
paths:
- - "forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm"
- - ".github/workflows/cd-forms-flow-bpm.yaml"
+ - 'backend/**'
+ - 'frontend/**'
+ - 'forms-flow-ai/**'
+ - '.github/workflows/**'
defaults:
run:
diff --git a/.github/workflows/cd-forms-flow-nav.yaml b/.github/workflows/cd-forms-flow-nav.yaml
index 50e43cff..f2e19d0a 100644
--- a/.github/workflows/cd-forms-flow-nav.yaml
+++ b/.github/workflows/cd-forms-flow-nav.yaml
@@ -1,4 +1,4 @@
-name: forms-flow-web Custom
+name: forms-flow-nav Custom
on:
workflow_dispatch:
@@ -11,10 +11,12 @@ on:
branches:
- dev
- main
- - epdds-270 # Remove in future, just to verify this works
+
paths:
- - "forms-flow-ai/forms-flow-ai-micro-front-ends/forms-flow-nav"
- - ".github/workflows/cd-forms-flow-nav.yaml"
+ - 'backend/**'
+ - 'frontend/**'
+ - 'forms-flow-ai/**'
+ - '.github/workflows/**'
defaults:
run:
diff --git a/.github/workflows/cd-forms-flow-theme.yaml b/.github/workflows/cd-forms-flow-theme.yaml
index 7a9569ff..02a68831 100644
--- a/.github/workflows/cd-forms-flow-theme.yaml
+++ b/.github/workflows/cd-forms-flow-theme.yaml
@@ -1,4 +1,4 @@
-name: forms-flow-web Custom
+name: forms-flow-web-theme Custom
on:
workflow_dispatch:
@@ -11,10 +11,12 @@ on:
branches:
- dev
- main
- - epdds-270 # Remove in future, just to verify this works
+
paths:
- - "forms-flow-ai/forms-flow-ai-micro-front-ends/forms-flow-theme"
- - ".github/workflows/cd-forms-flow-theme.yaml"
+ - 'backend/**'
+ - 'frontend/**'
+ - 'forms-flow-ai/**'
+ - '.github/workflows/**'
defaults:
run:
diff --git a/.github/workflows/cd-forms-flow-web-ee.yaml b/.github/workflows/cd-forms-flow-web-ee.yaml
index b30f1723..c45f8b6c 100644
--- a/.github/workflows/cd-forms-flow-web-ee.yaml
+++ b/.github/workflows/cd-forms-flow-web-ee.yaml
@@ -1,4 +1,4 @@
-name: forms-flow-web Custom
+name: forms-flow-web-ee Custom
on:
workflow_dispatch:
@@ -11,10 +11,12 @@ on:
branches:
- dev
- main
- - epdds-270 # Remove in future, just to verify this works
+
paths:
- - "forms-flow-ai/forms-flow-ai-ee/forms-flow-web"
- - ".github/workflows/cd-forms-flow-web-ee.yaml"
+ - 'backend/**'
+ - 'frontend/**'
+ - 'forms-flow-ai/**'
+ - '.github/workflows/**'
defaults:
run:
diff --git a/.github/workflows/cd-forms-flow-web-root-config.yaml b/.github/workflows/cd-forms-flow-web-root-config.yaml
index 1bcdfa7c..e3889920 100644
--- a/.github/workflows/cd-forms-flow-web-root-config.yaml
+++ b/.github/workflows/cd-forms-flow-web-root-config.yaml
@@ -1,4 +1,4 @@
-name: forms-flow-web Custom
+name: forms-flow-web-root-config Custom
on:
workflow_dispatch:
@@ -11,11 +11,12 @@ on:
branches:
- dev
- main
- - epdds-270 # Remove in future, just to verify this works
- - epdds-270-fix # Remove in future, just to verify this works
+
paths:
- - "forms-flow-ai/forms-flow-ai-ee/forms-flow-web-root-config"
- - ".github/workflows/cd-forms-flow-web-root-config.yaml"
+ - 'backend/**'
+ - 'frontend/**'
+ - 'forms-flow-ai/**'
+ - '.github/workflows/**'
defaults:
run:
diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml
index 22680a26..73ec25bc 100644
--- a/.github/workflows/pr-open.yml
+++ b/.github/workflows/pr-open.yml
@@ -87,11 +87,10 @@ jobs:
-Dsonar.cobertura.reportPaths=backend/coverage/cobertura-coverage.xml,frontend/coverage/cobertura-coverage.xml
-Dsonar.project.monorepo.enabled=true
-Dsonar.projectKey=${{ github.event.repository.name }}
- -Dsonar.sources=backend/applications/src/,backend/gateway/src/,backend/users/src/,frontend/src/
- -Dsonar.tests=backend/applications/src/,backend/gateway/src/,backend/users/src/
+ -Dsonar.sources=backend/applications/src/,backend/gateway/src/,backend/users/src/,frontend/src/,.github/workflows/,forms-flow-ai/epd-forms/,forms-flow-ai/forms-flow-ai-ee/,forms-flow-ai/forms-flow-ai-micro-front-ends/,map-package/src/
+ -Dsonar.tests=backend/applications/src/,backend/gateway/src/,backend/users/src/,forms-flow-ai/epd-forms/,forms-flow-ai/forms-flow-ai-ee/,forms-flow-ai/forms-flow-ai-micro-front-ends/,.github/workflows/,map-package/src/
-Dsonar.test.inclusions=backend/applications/src/*.spec.ts,backend/gateway/src/*.spec.ts,backend/users/src/*.spec.ts,backend/applications/src/**/*.spec.ts,backend/gateway/src/**/*.spec.ts,backend/users/src/**/*.spec.ts
-
-
+
# deploys:
# name: Deploys
# needs:
diff --git a/.gitignore b/.gitignore
index 9df77555..a043d6c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -125,4 +125,6 @@ backend/etl/debezium-jdbc/target/
notes/
forms-flow-ai/forms-flow-bpm/postgres/
-forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/postgres/
\ No newline at end of file
+forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/postgres/
+forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/id_rsa_epd
+forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/id_rsa_epd.pub
\ No newline at end of file
diff --git a/forms-flow-ai/epd-forms/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/Detailed Ecological Risk Assessment Checklist.json
deleted file mode 100644
index 79e622e8..00000000
--- a/forms-flow-ai/epd-forms/Detailed Ecological Risk Assessment Checklist.json
+++ /dev/null
@@ -1,32560 +0,0 @@
-{
- "forms": [
- {
- "title": "Detailed Ecological Risk Assessment Checklist",
- "display": "form",
- "type": "form",
- "name": "deraForm",
- "path": "deraForm",
- "tags": [
- "common"
- ],
- "components": [
- {
- "id": "ecmxmh",
- "key": "simplecontentfour",
- "html": "
*All fields marked with an asterisk are required.
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eaiecoe",
- "key": "simplecontent",
- "html": "Part 1. Land, owner and qualified professional information ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "etughs8",
- "key": "LandDescription",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 1 - Land Description",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "es0n4kd",
- "key": "simplecolsthree",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e18s0mb",
- "key": "siteIdNumber",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Site ID Number",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "egag7k",
- "key": "pid",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "PID/PIN",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "must include, if applicable",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "edh1gto",
- "key": "legalDescription",
- "case": "",
- "mask": false,
- "rows": 3,
- "type": "textarea",
- "input": true,
- "label": "Legal description",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ejhiouv",
- "key": "simplecolsfour",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e8dohr",
- "key": "simplecontentsix",
- "html": "Latitude ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ezm7ac",
- "key": "simplecolsfive",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e0j47yn",
- "key": "latdegrees",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Degrees",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "ev4t4c3",
- "key": "latminutes",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Minutes",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "ee0yf4e",
- "key": "latseconds",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Seconds",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e6rosp",
- "key": "simplecontentseven",
- "html": "Longitude ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "exgle6",
- "key": "simplecolssix",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "edfviv",
- "key": "longdegrees",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Degrees",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "eq6m3ov",
- "key": "longminutes",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Minutes",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e9qo2k5",
- "key": "longseconds",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Seconds",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eqwlzfq",
- "key": "simplecontenteight",
- "html": "Site Civic Address
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eocdw5j",
- "key": "simplecolsseven",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e2oo3nq",
- "key": "street",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Street",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "erq3m3",
- "key": "city",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "City",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "em48kxg",
- "key": "postalCode",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ezm09ve",
- "key": "PropertyOwnerAndOrOperator",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 2 - Property Owner and/or Operator",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "ezfhyre",
- "key": "name",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Full Name",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eaisw1n",
- "key": "simplecolseight",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ejfyfra",
- "key": "address",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Address",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ejpt6hn",
- "key": "cityone",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "City",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "emt2953",
- "key": "simplecolsnine",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "epc0stn",
- "key": "provinceState",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Province",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e8ev3uq",
- "key": "country",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Country",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "exz86sp",
- "key": "postalZipCode",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ey6wc4",
- "key": "simplecolsten",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "elq0bb",
- "key": "simplephonenumber",
- "mask": false,
- "type": "phoneNumber",
- "input": true,
- "label": "Phone Number",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputMode": "decimal",
- "inputType": "tel",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "eiao328",
- "key": "simpleemail",
- "case": "",
- "mask": false,
- "type": "email",
- "input": true,
- "label": "Email",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "kickbox": {
- "enabled": false
- },
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "email",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ec1vql9",
- "key": "QualifiedProfessionalS",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 3 - Qualified Professional(s)",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "etyxkxo",
- "key": "dataGrid",
- "tags": [],
- "tree": true,
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "logic": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "reorder": false,
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "initEmpty": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "addAnother": "",
- "attributes": {},
- "components": [
- {
- "id": "eh8z2bfa0000000000000000000000",
- "key": "panel",
- "tags": [],
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "Panel",
- "logic": [],
- "theme": "default",
- "title": "Panel",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "e65pw3",
- "key": "simplecolssevensix",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "eusqe7y",
- "key": "nameOfFirm",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Name of Firm",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ec171ks",
- "key": "street",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Street",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "elkko0k",
- "key": "contactName",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Contact Name",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e7n16fb",
- "key": "citytwo",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "City",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eemm29o",
- "key": "simplecolssevenseven",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e0xwwwm",
- "key": "provinceState",
- "case": "",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Province",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ekq842",
- "key": "simplephonenumber",
- "mask": false,
- "type": "phoneNumber",
- "input": true,
- "label": "Phone Number",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "(999) 999-9999",
- "inputMode": "decimal",
- "inputType": "tel",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e3u6trd",
- "key": "country",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Country",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ebvtv9f",
- "key": "simpleemail",
- "mask": false,
- "type": "email",
- "input": true,
- "label": "Email",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "kickbox": {
- "enabled": false
- },
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "delimiter": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "email",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "requireDecimal": false,
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "elnny7",
- "key": "postalCode",
- "mask": false,
- "type": "textfield",
- "input": true,
- "label": "Postal Code",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": true,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "layoutFixed": false,
- "placeholder": "",
- "defaultValue": [
- {}
- ],
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "enableRowGroups": false,
- "customConditional": "",
- "addAnotherPosition": "bottom",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "conditionalAddButton": "",
- "allowCalculateOverride": false,
- "disableAddingRemovingRows": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e8kaudb4",
- "key": "simplecontentChecklist",
- "html": "Part 2. Detailed Ecological Risk Assessment Checklist ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "erbcxai",
- "key": "DetailedEcologicalRiskAssessmentChecklist",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 4 - Detailed Ecological Risk Assessment Checklist",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "everwl",
- "key": "subsectionGeneralRequirements",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Subsection 1.0 General Requirements",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "ez59ho",
- "key": "columns",
- "tags": [],
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "logic": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "ebbfqk",
- "key": "simplecontentnine",
- "html": "",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eaijcgg",
- "key": "one",
- "html": "1.1 Does the DERA identify who the major participants are in the risk assessment and state their qualifications?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ej9yvef",
- "key": "simplecontenteleven",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eo5l1a",
- "key": "radioGroup",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e91z4w8",
- "key": "simplecontenttwelve",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e52n5r",
- "key": "simpletextarea",
- "case": "",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eayd5l",
- "key": "columnsone",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "ell9c8g",
- "key": "dera",
- "html": "1.2 Does the DERA describe how the method(s) of assessment and the findings of any previous investigation(s) were used to design and carry out the current assessment?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ep1m9b",
- "key": "simplecontentthreethree",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e0yqbqu",
- "key": "radioGroupone",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e8yn0fd",
- "key": "simplecontentthreeeight",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eio5ell",
- "key": "simpletextareatest",
- "case": "",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "esnh3bi",
- "key": "columnstwo",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e5xm7yi",
- "key": "onethree",
- "html": "1.3 Does the DERA describe the extent to which any previous assessment(s) were/were not relied upon?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "eral38a",
- "key": "simplecontentthreenine",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "euvl3j",
- "key": "radioGrouptwo",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ehr8vwo",
- "key": "simplecontentforty",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e0zyp5f",
- "key": "threeimpletextareatwo",
- "case": "",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "efqzeos",
- "key": "columnsthree",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e8vcua",
- "key": "four",
- "html": "1.4 If ministry preapprovals apply to the DERA, has all required preapproval documentation been provided with the risk assessment?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "emdz4mh",
- "key": "simplecontentfourone",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "em6l9jb",
- "key": "radioGroupthree",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ej1meks",
- "key": "simplecontentfourtwo",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "enz8df",
- "key": "foursimpletextarea",
- "case": "",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e3lgqen",
- "key": "columnsfour",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "eez7jmp",
- "key": "five",
- "html": "1.5 Does the report make it clear what conditions are required (if any) for the instrument being applied for (e.g., Schedule B conditions for a Certificate of Compliance)?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "e7dwj5a",
- "key": "simplecontentfourthree",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "epqwqbu",
- "key": "radioGroupfour",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e59jz0f",
- "key": "simplecontentfourfour",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e2kaj7",
- "key": "fiveimpletextareafour",
- "case": "",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e6fsfvg",
- "key": "columnsfive",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e69qkg",
- "key": "six",
- "html": "1.6 Has field data relevant to the ecological risk assessment been provided?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "e81brt",
- "key": "simplecontentfourfive",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e013kgf",
- "key": "radioGroupfive",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ed9kbf6",
- "key": "simplecontentfoursix",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ejztcmd",
- "key": "siximpletextareafive",
- "case": "",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "edfjloh",
- "key": "columnssix",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e8srcmv",
- "key": "seven",
- "html": "1.7 Has laboratory data relevant to the ecological risk assessment been provided?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ebbz6ei",
- "key": "simplecontentfourseven",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ebttphr",
- "key": "radioGroupsix",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "efe0gaf",
- "key": "simplecontentfoureight",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eb80f6b",
- "key": "sevensimpletextareasix",
- "case": "",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "et2ccq",
- "key": "subsectionProblemFormulation",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Subsection 2.0 Problem Formulation",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "ednhxtj",
- "key": "columnsseven",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "etwfzoj",
- "key": "simplecontentten",
- "html": "",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "extvw4r",
- "key": "twoone",
- "html": "2.1 Have the objectives of the ecological risk assessment been documented? (See footnote 1)
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "emtc5tm",
- "key": "simplecontentfournine",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eyod2r1b",
- "key": "radioGroupseven",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e1j43vn",
- "key": "simplecontentfifty",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ehph4qt",
- "key": "onesimpletextarea",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ekrxdm6",
- "key": "columnseight",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "etyjrjk",
- "key": "twotwo",
- "html": "2.2 Were assessment and measurement endpoints for operative exposure pathways warranting further assessment defined? (See footnote 1)
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ew09m5k",
- "key": "simplecontentfivetwo",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e5co8x",
- "key": "radioGroupeight",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "edtheg",
- "key": "simplecontentfivethree",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e1qplb",
- "key": "simpletextareatwo",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eirts5d",
- "key": "columnsnine",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "egdsidc",
- "key": "twothree",
- "html": "2.3 Were assessment and measurement endpoints linked to the risk assessment objectives? (See footnote 1)
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "es764fq",
- "key": "simplecontentfivefour",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eji82tr",
- "key": "radioGroupnine",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "eav8ay6",
- "key": "simplecontentfivefive",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e9huhua",
- "key": "simpletextareathree",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e7lyld",
- "key": "columnsonezero",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "es6mwqn",
- "key": "twofour",
- "html": "2.4 Were all current and reasonable potential future land, water and sediment uses identified in the problem formulation and considered in screening for chemical exceedances?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "e609iyx",
- "key": "simplecontentfivesix",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e3chs1",
- "key": "radioGroupten",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "edl1lnl",
- "key": "simplecontentfiveseven",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eyy71f8",
- "key": "simpletextareafour",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e0cczs",
- "key": "columnsoneone",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "eula1d",
- "key": "twofive",
- "html": "2.5 Were assumptions associated with current and future land use documented and rationale provided (e.g., development scenario)?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ejxlw3",
- "key": "simplecontentfiveeight",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ev9lap",
- "key": "radioGroupeleven",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ex8tf3p",
- "key": "simplecontentfivenine",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eeejhjq",
- "key": "simpletextareafive",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eain23o",
- "key": "columnsonetwo",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e4vddf",
- "key": "twosix",
- "html": "2.6 Were potential contaminants of concern identified?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ezyob4e",
- "key": "simplecontentsixty",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "esktrnt",
- "key": "radioGrouptwelve",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ektazf",
- "key": "simplecontentsixone",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eycoz3f",
- "key": "simpletextareasix",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e2ryhv",
- "key": "columnsonethree",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e7dxa6q",
- "key": "twoseven",
- "html": "2.7 Was a conceptual site model included?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "e9907yf",
- "key": "simplecontentsixtwo",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ecmm8ty",
- "key": "radioGroupthirteen",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ebp8f3h",
- "key": "simplecontentsixthree",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ey1l1v",
- "key": "simpletextareaseven",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eaxz7x",
- "key": "columnsonefour",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "etv0teq",
- "key": "twoeight",
- "html": "2.8 Were all relevant exposure pathways (direct and indirect) identified and considered?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "el9ziy6",
- "key": "simplecontentsixfour",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ejron5",
- "key": "radioGroupfourteen",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e5oap1",
- "key": "simplecontentsixfive",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eo7bthj",
- "key": "simpletextareaeight",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eqbtbs",
- "key": "columnsonefive",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e21b9ck",
- "key": "twonine",
- "html": "2.9 If the site was previously assessed using screening level risk assessment (SLRA) and if exposure pathways excluded under the SLRA were not considered in the DERA; were the assumptions upon which the pathways were excluded in the SLRA confirmed in the DERA? (See footnote 2)
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "e6jewmf",
- "key": "simplecontentsixsix",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ex0kqt",
- "key": "radioGroupfifteen",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ew9zmv",
- "key": "simplecontentsixseven",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "el8g4q",
- "key": "simpletextareanine",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eoidpmq",
- "key": "columnsonesix",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "enyk2s",
- "key": "twoten",
- "html": "2.10 If statistics were used in the DERA, was a rationale provided for the statistical methods used?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "egq6den",
- "key": "simplecontentsixeight",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eyb4j9b",
- "key": "radioGroupsixteen",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ehygad8",
- "key": "simplecontentsixnine",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e6nyg06",
- "key": "simpletextareaten",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "el9pnse",
- "key": "columnsoneseven",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e20owe7",
- "key": "twoeleven",
- "html": "2.11 Was a rationale provided for any exclusion of contaminants that exceed applicable standards, criteria, or guidelines? (See footnote 3)
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "emyn1aj",
- "key": "simplecontentseventy",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "erp1pog",
- "key": "radioGroupseventeen",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "evepebn",
- "key": "simplecontentsevenone",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ej0zlo",
- "key": "simpletextareaeleven",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e8pb20n",
- "key": "columnsonenine",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "ec380cl",
- "key": "twotwelve",
- "html": "2.12 Did a qualified professional visit and assess the site?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "evdlxf",
- "key": "simplecontentsevenfour",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ek7tm0p",
- "key": "radioGroupninteen",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "er86y0h",
- "key": "simplecontentsevenfive",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "elq2vaj",
- "key": "simpletextareathirteen",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ev8b32",
- "key": "columnsoneeight",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "erqsxgl",
- "key": "twothirteen",
- "html": "2.13 Were receptors of potential concern identified based on commonly accepted risk assessment practice, including consideration of: ecological relevance, social importance, exposure potential and contaminant sensitivity? (See footnote 4)
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "eg9sql",
- "key": "simplecontentseventwo",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "egezvcj",
- "key": "radioGroupeightteen",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e4087y",
- "key": "simplecontentseventhree",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ebursg",
- "key": "simpletextareatwelve",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e0xbc57",
- "key": "columnstwozero",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e562d5",
- "key": "twofourteen",
- "html": "2.14 Was the site assessed for likely use by red and blue listed species?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ecn0z2a",
- "key": "simplecontentsevensix",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "exbrt4j",
- "key": "radioGrouptwenty",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ez6aeq",
- "key": "simplecontentsevenseven",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ec6uggh",
- "key": "simpletextareafourteen",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eshn8cd",
- "key": "columnstwoone",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "ekap2qt",
- "key": "twofifteen",
- "html": "2.15 Were contaminant-pathway-receptor combinations that warranted further assessment clearly identified?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "e64k8be",
- "key": "simplecontentseveneight",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ea7oe3v",
- "key": "radioGrouptwoone",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "eoc6uue",
- "key": "simplecontentsevennine",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eki2oop",
- "key": "simpletextareafifteen",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ef13bz7",
- "key": "columnstwotwo",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e6anrbp",
- "key": "twosixteen",
- "html": "2.16 If contaminant-pathway-receptor combinations were excluded from further assessment, was a rationale for the exclusion provided?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "e5pjx7u",
- "key": "simplecontenteighty",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e8g5ejx",
- "key": "radioGrouptwotwo",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ey5pmub",
- "key": "simplecontenteightone",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e63v4z",
- "key": "simpletextareasixteen",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eeumcf",
- "key": "columnstwothree",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e1thj0l",
- "key": "twotwenty",
- "html": "2.17 If bioassays were used, was detailed rationale provided for the selection of the toxicity tests used, (e.g., consideration of: sensitivity of the organism to the potential contaminants of concern; potential confounding factors; taxonomic diversity, etc.)?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ewwhheb",
- "key": "simplecontenteightwo",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e7t9tgb",
- "key": "radioGrouptwothree",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ekswm8p",
- "key": "simplecontenteightthree",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ebr584",
- "key": "simpletextareaseventeen",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e02zkxe",
- "key": "columnstwofour",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "erragpi",
- "key": "twotwoone",
- "html": "2.18 If the assessment of risk was based on several lines of evidence, was the approach used to evaluate individual lines of evidence and to integrate findings across lines of evidence documented? (See footnote 5)
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "enub1bk",
- "key": "simplecontenteightfour",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eshf6i",
- "key": "radioGrouptwofour",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ekyvw2",
- "key": "simplecontenteightfive",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ethyhrn",
- "key": "simpletextareaeightteen",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "epkmql9dj",
- "key": "columnstwofive",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "eeu0q0m",
- "key": "twotwotwo",
- "html": "2.19 Were future contaminant concentrations and potential contaminant degradation products considered?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "eus2amy",
- "key": "simplecontenteightsix",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "emhcput",
- "key": "radioGrouptwofive",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ety0sql",
- "key": "simplecontenteightseven",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e9so3gs",
- "key": "simpletextareaninteen",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ehbedsj",
- "key": "subsectionExposureAssessment",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Subsection 3.0 Exposure Assessment",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "e4lqrat",
- "key": "columnstwosix",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e4nh55k",
- "key": "simplecontentthirteen",
- "html": "",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e7jkpor",
- "key": "threeone",
- "html": "3.1 Was each contaminant-pathway-receptor combination identified for further assessment evaluated?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "eoep90i",
- "key": "simplecontentfourteen",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "epxbscc",
- "key": "radioGrouptwosix",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ea40n3",
- "key": "simplecontentfifteen",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "efxix1k",
- "key": "simpletextareatwenty",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e9n1mtl",
- "key": "columnstwoseven",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "el3wba7",
- "key": "threetwo",
- "html": "3.2 Was each applicable land use scenario (current and future) evaluated?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "eztdvzf",
- "key": "simplecontenttwoone",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e8ypti",
- "key": "radioGrouptwoseven",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "emnc6j",
- "key": "simplecontenttwotwo",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e2rfdv",
- "key": "simpletextareatwoone",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eb0xwg6",
- "key": "columnstwonine",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "ek8cz2o",
- "key": "threethree",
- "html": "3.3 Was supporting rationale provided for methods used to estimate exposure point contaminant concentration(s)?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "e2hada9",
- "key": "simplecontentfiveone",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ekb86x",
- "key": "radioGrouptwonine",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "eo5uwe",
- "key": "simplecontenteighteight",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ettpdif",
- "key": "simpletextareatwothree",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "erzzxtj",
- "key": "columnstwoeight",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e0zg8h",
- "key": "threefour",
- "html": "3.4 If a fate and transport model or other exposure model was used, were model equations provided and referenced?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "evou28",
- "key": "simplecontenttwothree",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ejn8qt5c",
- "key": "radioGrouptwoeight",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e6i5h29",
- "key": "simplecontenttwofour",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ecjvbyp",
- "key": "simpletextareatwotwo",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ec6wjzl",
- "key": "columnsthreeone",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e1vsfz5",
- "key": "threefive",
- "html": "3.5 If an exposure model was used, were equations and the input data provided to support an independent quality assurance check for each exposure route in the risk assessment?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "e04mm6o",
- "key": "simplecontentnineone",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "el2rn7",
- "key": "radioGroupthreeone",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ensing",
- "key": "simplecontentninetwo",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eix6ej7",
- "key": "simpletextareatwofive",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eas6fbu",
- "key": "columnsthreezero",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "exssfl",
- "key": "threesix",
- "html": "3.6 Were all exposure model parameters defined and was rationale provided for all exposure model parameter values (with references where applicable)?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ei8dflp",
- "key": "simplecontenteightnine",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eyyfe3",
- "key": "radioGroupthreezero",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e91bakgo",
- "key": "simplecontentninty",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eyel95",
- "key": "simpletextareatwofour",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "elin1lm",
- "key": "columnsthreethree",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "en5tfh3",
- "key": "threeseven",
- "html": "3.7 If an exposure model was used, was uncertainty regarding both: (a) the structure of the exposure model and (b) the parameter values used in the exposure model, considered in any interpretation of the results of the exposure modelling?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ezcpphj",
- "key": "simplecontentninefive",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ewwi7um",
- "key": "radioGroupthreethree",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "etrk8x",
- "key": "simplecontentninesix",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e7sp1mr",
- "key": "simpletextareatwoseven",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e7hazx",
- "key": "columnsthreetwo",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "embimz",
- "key": "threeeight",
- "html": "3.8 If an exposure model was used, were the model’s results compared to, or calibrated to, empirical (i.e., measured data) to determine if the model adequately represents reality?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "e1ni90qh",
- "key": "simplecontentninethree",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e8wbve",
- "key": "radioGroupthreetwo",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "emry9vl",
- "key": "simplecontentninefour",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "evut5h",
- "key": "simpletextareatwosix",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "en3cue9",
- "key": "columnsthreefive",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "euwzqk",
- "key": "threenine",
- "html": "3.9 For any models used, was a sensitivity analysis or a rationale for the absence of a sensitivity analysis provided?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "eaewmqf",
- "key": "simplecontentninenine",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ehqjioo",
- "key": "radioGroupthreefive",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ei1mxdp",
- "key": "simplecontenttenzero",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e5tuqkb",
- "key": "simpletextareatwonine",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eqokko",
- "key": "columnsthreefour",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "eikh83m",
- "key": "threeten",
- "html": "3.10 Were data quality objectives established for field parameters used in the risk assessment?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "e8e6c6",
- "key": "simplecontentnineseven",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "esz0dgd",
- "key": "radioGroupthreefour",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e9x1tjl",
- "key": "simplecontentnineeight",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ert1fop",
- "key": "simpletextareatwoeight",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ehjttpp",
- "key": "subsectionEffectsAssessment",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Subsection 4.0 Effects Assessment",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "ek3ekod",
- "key": "columnsthreesix",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "et1jlry",
- "key": "fourone",
- "html": "4.1 If ecological surveys (e.g., plant, soil invertebrate, bird, fish, or benthic communities) were conducted, was the survey methodology used (including sampling locations and seasons) documented?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "evwrnaq",
- "key": "simplecontenttenone",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ea1et1",
- "key": "radioGroupthreesix",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e9snkjk",
- "key": "simplecontenttentwo",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "en0su6q",
- "key": "simpletextareathirty",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eajp52",
- "key": "columnsthirtyeight",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "efta9bh",
- "key": "toxicityreference",
- "html": "4.2 If toxicity reference values (TRVs) were used, was a rationale for the selection and/or development of the TRVs provided?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ewr5gyh",
- "key": "simplecontentonezerofive",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "evhzru",
- "key": "radioGroupthirtyeight",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e1eqpcf",
- "key": "simplecontentonezerosix",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eff51qr",
- "key": "simpletextareathirtytwo",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e3rhq3h",
- "key": "columnsthirtyseven",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "edwvn4",
- "key": "trvs",
- "html": "4.3 If TRVs were used, was the source of the TRVs referenced? If TRVs were developed de novo, was their derivation documented?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "e6lp42jn",
- "key": "simplecontentonezerothree",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eoii9ca",
- "key": "radioGroupthirtyseven",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "euwqfre",
- "key": "simplecontentonexerofour",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "el939",
- "key": "simpletextareathreeone",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e75575",
- "key": "columnsfourone",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "ei7sx8s",
- "key": "fourfour",
- "html": "4.4 If TRVs were used, was the toxicity endpoint associated with each TRV identified?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ef4voud",
- "key": "simplecontentelevenone",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e9u11v",
- "key": "radioGroupfourone",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "el693uh",
- "key": "simplecontenteleventwo",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "egfo74",
- "key": "simpletextareathreefive",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ek8qkvl",
- "key": "columnsfourzero",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "el9nuoj",
- "key": "fourfive",
- "html": "4.5 Did the level of protection used in the DERA comply with the level specified in the ministry ecological risk assessment policy summary6 for the applicable land use or media?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ezrpe8",
- "key": "simplecontenttennine",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "epg71vk",
- "key": "radioGroupfourty",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ew06n9e",
- "key": "simplecontentelevenzero",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eksi5rl",
- "key": "simpletextareathreefour",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e5stqjp",
- "key": "columnsthreenine",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e3vanh",
- "key": "foursix",
- "html": "4.6 If risks were evaluated relative to: a reference site(s) or reference condition(s), was rationale for the selection of the reference site(s) or reference condition(s) provided? Were confounding variables (e.g., soil: texture, pH, grain size, depth etc.) addressed and considered in the evaluation?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "el9qadbf",
- "key": "simplecontenttenseven",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eoqxgz9",
- "key": "radioGroupthreenine",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "emeu9si",
- "key": "simplecontentteneight",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eadzfkt",
- "key": "simpletextareathreethree",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ex1wvqe",
- "key": "columnsfourthree",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "eiw3m7l",
- "key": "fourseven",
- "html": "4.7 If site-specific toxicity testing was conducted, did the test method(s) used meet the quality standards of Environment Canada (See footnote 7), ASTM (See footnote 8) or another recognized government agency?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ed3ggs",
- "key": "simplecontentelevenfive",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e8m0z5h",
- "key": "radioGroupfourthree",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ecb84n",
- "key": "simplecontentelevensix",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eveqrzh",
- "key": "simpletextareathreeseven",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "elsige6",
- "key": "columnsfourtwo",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "evcyuj5",
- "key": "foureight",
- "html": "4.8 If site-specific toxicity tests were conducted, did the tests include samples from the most contaminated area of the site?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "eimpqag",
- "key": "simplecontenteleventhree",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ecb2ru",
- "key": "radioGroupfourtwo",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ecqckbt",
- "key": "simplecontentelevenfour",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ef5bcrt",
- "key": "simpletextareathreesix",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e3c1wninteen",
- "key": "columnsfourfive",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "emdof2v",
- "key": "fournine",
- "html": "4.9 Were potential toxicological interactions (e.g., synergistic or antagonistic effects) between potential contaminants of concern discussed?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "epi3t03",
- "key": "simplecontentelevennine",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ez7n08b",
- "key": "radioGroupfourfive",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "efvlbj6",
- "key": "simplecontentonetwenty",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e1ue06",
- "key": "simpletextareathreenine",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eo9okc",
- "key": "columnsfourfour",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e6j4l1",
- "key": "fourten",
- "html": "4.10 Were up to date toxicity profiles provided for each potential contaminant of concern?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "efu6p06",
- "key": "simplecontentelevenseven",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ehmw4me",
- "key": "radioGroupfourfour",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customMessage": "",
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ex113s",
- "key": "simplecontenteleveneight",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e7x44r",
- "key": "simpletextareathreeeight",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "errmgyj",
- "key": "subsectionRiskCharacterization",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Subsection 5.0 Risk Characterization",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "e5ipmhg",
- "key": "columnsfoursix",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "ehzftk",
- "key": "fiveone",
- "html": "5.1 Was sufficient detail provided for equations used to calculate numeric risk estimates so that it is clear how the estimates were derived?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "e9tbwg",
- "key": "simplecontenttwelveone",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "epsll5fo",
- "key": "radioGroupfoursix",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "epjfcc8",
- "key": "simplecontenttwelvetwo",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eg02v0s",
- "key": "simpletextareafourty",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ez4885",
- "key": "columnsfournine",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "epknoga",
- "key": "fivetwo",
- "html": "5.2 Was preference given to the use of hazard quotients in expressing numeric risk estimates?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "efbwr8l",
- "key": "simplecontenttwelveseven",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ewollkv",
- "key": "radioGroupfournine",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ewvtd7u",
- "key": "simplecontenttwelveright",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eykvapr",
- "key": "simpletextareafourthree",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e0o8ief",
- "key": "columnsfoureight",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "etlnijl",
- "key": "fivethree",
- "html": "5.3 If hazard quotients were calculated, were they documented for each complete contaminant-receptor-pathway combination (as identified in the Problem Formulation)?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ezsa1c7",
- "key": "simplecontenttwelvefive",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e1jab8d",
- "key": "radioGroupfoureight",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "eu9tu2f",
- "key": "simplecontenttwelvesix",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ej87fb",
- "key": "simpletextareafourtwo",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ezsoqom",
- "key": "columnsfourseven",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "e28w7eq",
- "key": "fivefour",
- "html": "5.4 If hazard quotients were not calculated, was rationale provided for using a different approach (e.g., site observations or plotting exposure with dose-response data)?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ep4idbt",
- "key": "simplecontenttwelvethree",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eesf545",
- "key": "radioGroupfourseven",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "er52oy",
- "key": "simplecontenttwelvefour",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "epp2tr",
- "key": "simpletextareafourone",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e9mvfz5",
- "key": "columnsfiveone",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "ezfvuk7",
- "key": "fivefive",
- "html": "5.5 If an ecological hazard quotient exceeded unity, but the level of risk was considered acceptable, was a rationale provided?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ec7l57h",
- "key": "simplecontentthirteenone",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eb55uy9",
- "key": "radioGroupfiveone",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "esactns",
- "key": "simplecontentthirteentwo",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eeggckb",
- "key": "simpletextareafourfive",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eer25a7",
- "key": "columnsfivezero",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "egu0x",
- "key": "fivesix",
- "html": "5.6 Were risks for all operative contaminant-receptor-pathways detailed in the problem formulation assessed and categorized as acceptable or unacceptable?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "er4updb",
- "key": "simplecontenttwelvenine",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eadugp5",
- "key": "radioGroupfivezero",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ec37din",
- "key": "simplecontentthirteenzero",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ebf2gzj",
- "key": "simpletextareafourfour",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e7vk7k",
- "key": "columnsfivethree",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "eyl3fu",
- "key": "fiveseven",
- "html": "5.7 Were the conclusions (i.e., risk characterization) consistent with the assessment endpoints?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "esv8t2q",
- "key": "simplecontentthirteenfive",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "eubrtyj",
- "key": "radioGroupfivethree",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "epzkl8e",
- "key": "simplecontentthirteensix",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e2czylj",
- "key": "simpletextareafourseven",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "evup4bu",
- "key": "columnsfivetwo",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "ewyc2oq",
- "key": "fiveeight",
- "html": "5.8 Does the risk assessment provide an explicit risk conclusion in regard to the significance of the ecological risk posed by the contamination at the site?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "eq80cx5",
- "key": "simplecontentthirteenthre",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e8fufi",
- "key": "radioGroupfivetwo",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ef5eqfh",
- "key": "simplecontentthirteenfour",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e0nkw9d",
- "key": "simpletextareafoursix",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eybnpj",
- "key": "subsectionUncertaintyAssessment",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Subsection 6.0 Uncertainty Assessment",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "ekgfwyh",
- "key": "columnsfivefour",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "eivr0mg",
- "key": "sixone",
- "html": "6.1 Were uncertainties (e.g., measurement uncertainty, random variations, conceptual uncertainty and ignorance) explicitly evaluated and stated, including their implications on risk conclusions?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "ek4v8s9",
- "key": "simplecontentthirteenseven",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ey5ukps",
- "key": "radioGroupfivefour",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "ed7qhg",
- "key": "simplecontentthirteeneight",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e09sc0c",
- "key": "simpletextareafoureight",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ensgg9q",
- "key": "columnsfiveseven",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "efvh06",
- "key": "sixtwo",
- "html": "6.2 If a weight-of-evidence approach was used, was preference given to assigning quantifiable, a priori weightings to weighted aspects of the DERA?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "es4tfx6",
- "key": "simplecontentfourteenthree",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ex71prl",
- "key": "radioGroupfiveseven",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e3oawia",
- "key": "simplecontentfourteenfour",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e32ks6r",
- "key": "simpletextareafiveone",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e8r81o",
- "key": "columnsfivesix",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "eeh8c76",
- "key": "sixthree",
- "html": "6.3 If a weight-of-evidence approach was used, were the weight-of-evidence conclusions determined in a manner consistent with the approach laid out in the problem formulation?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "eo9oi1i",
- "key": "simplecontentfourteenone",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ez3px9i",
- "key": "radioGroupfivesix",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "eqlwt0s",
- "key": "simplecontentfourteentwo",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e4p3qqc",
- "key": "simpletextareafivty",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "e15mv8t",
- "key": "columnsfivefive",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "en1u93",
- "key": "sixfour",
- "html": "6.4 If a weight-of-evidence approach was used, were uncertainties associated with the use of the assigned weightings explicitly evaluated and stated, including their implications on risk conclusions?
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 2,
- "offset": 0,
- "components": [
- {
- "id": "e2esk2o",
- "key": "simplecontentthirteennine",
- "html": "Response ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "e02ef3",
- "key": "radioGroupfivefive",
- "type": "radio",
- "input": true,
- "label": "Radio Group",
- "hidden": false,
- "inline": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "fieldSet": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": true,
- "customPrivate": false,
- "onlyAvailableItems": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "inputType": "radio",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "optionsLabelPosition": "right",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 2
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "eouw37a",
- "key": "simplecontentfourteenzero",
- "html": "Comments ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- },
- {
- "id": "ejgieej",
- "key": "simpletextareafournine",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
- "label": "Multi-line Text",
- "editor": "",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "emwfku2",
- "key": "simplecontentthreefour",
- "html": "Footnotes Ecological risk assessment objectives and assessment and measurement endpoints are described in Science Advisory Board for Contaminated Sites in British Columbia, Report on: Detailed Ecological Risk Assessment (DERA) in British Columbia Technical Guidance, September, 2008. Where both SLRA and DRA are applied at a site, pathways screened using SLRA should be re-evaluated in the problem formulation stage of the DRA to confirm that the assumptions and conditions inherent in SLRA are satisfied at the site. Province of British Columbia. Environmental Management Act. BC Reg 375/96 Contaminated Sites Regulation Section 59 (2). Guidance on selecting receptors of potential concern can be found in Science Advisory Board for Contaminated Sites in British Columbia, Report on: Detailed Ecological Risk Assessment (DERA) in British Columbia Technical Guidance, September, 2008. Guidance on the use of weight-of-evidence evaluation under DERA can be found in Science Advisory Board for Contaminated Sites in British Columbia, Report on: Guidance for a Weight of Evidence Approach in Conducting Detailed Ecological Risk Assessments (DERA) in British Columbia, October, 2010. Ministry of Environment, lands and Parks. Tier 1 Ecological Risk Assessment Policy Decision Summary. Victoria, British Columbia. 1999. Environment Canada toxicity test protocols are available from the Environment Canada Biological Test Method Series website. Environment Canada. Ottawa, Ontario. ASTM toxicity testing protocols can be purchased through the ASTM Committee E47 on Biological Effects and Environmental Fate website. American Society for Testing and Materials International. Technical Committee E47 on Biological Effects and Environmental Fate. ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ezcibp",
- "key": "simplecontentthree",
- "html": "Part 3. Professional Statements and Signatures ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "eb0u9hh",
- "key": "ProfessionalStatementsAndSignaturesToBeCompletedByTheQualifiedProfessional",
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "",
- "theme": "default",
- "title": "Section 5 - Professional Statements and Signatures – To be completed by the Qualified Professional",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "collapsed": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "eq2zbyua",
- "key": "simplecontentthreefive",
- "html": "In accordance with Section 63 of the Contaminated Sites Regulation, I confirm that:
The detailed ecological risk assessment for which this checklist is submitted has been performed in accordance with ministry approved methods, procedures, guidance and standards of professional practice; The responses provided in this Detailed Ecological Risk Assessment Checklist are true and accurate based on current knowledge as of the date completed; and I have demonstrable experience in conducting ecological risk assessments and in conducting investigations of the type used to prepare the detailed ecological risk assessment for which this checklist is submitted. ",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ecuiejf7",
- "key": "dataGridtwo",
- "tags": [],
- "tree": true,
- "type": "datagrid",
- "input": true,
- "label": "Data Grid",
- "logic": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "reorder": false,
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "initEmpty": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "addAnother": "",
- "attributes": {},
- "components": [
- {
- "id": "e0l905x000000000000000000",
- "key": "signatures",
- "tags": [],
- "tree": false,
- "type": "panel",
- "input": false,
- "label": "Panel",
- "logic": [],
- "theme": "default",
- "title": "Panel",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": true,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "breadcrumb": "default",
- "components": [
- {
- "id": "exyyciy",
- "key": "simplecolstwo",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 2",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "er5fbkl",
- "key": "signature",
- "tags": [],
- "type": "signature",
- "input": true,
- "label": "Signature",
- "logic": [],
- "width": "100%",
- "footer": "Sign above",
- "height": "150px",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "maxWidth": "2.5",
- "minWidth": "0.5",
- "multiple": false,
- "penColor": "black",
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "Signatures are required for all qualified professionals involved in the application. Add the number of required signature blocks, save the form to PDF and forward it to all parties for signatures and stamps prior to submitting to the ministry.",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "backgroundColor": "rgb(245,245,235)",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 6,
- "offset": 0,
- "components": [
- {
- "id": "e8c719m",
- "key": "fullname",
- "case": "",
- "mask": false,
- "tags": [],
- "type": "textfield",
- "input": true,
- "label": "Full Name",
- "logic": [],
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "json": "",
- "custom": "",
- "unique": false,
- "pattern": "",
- "multiple": false,
- "required": false,
- "maxLength": "",
- "minLength": "",
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "autocomplete": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "esyr8f",
- "key": "datesigned",
- "type": "datetime",
- "input": true,
- "label": "Date Signed",
- "format": "yyyy-MM-dd hh:mm a",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "mode": "single",
- "type": "calendar",
- "format": "yyyy-MM-dd",
- "locale": "en",
- "maxDate": null,
- "minDate": null,
- "time_24hr": false,
- "allowInput": true,
- "enableTime": false,
- "noCalendar": false,
- "hourIncrement": 1,
- "disableWeekdays": false,
- "disableWeekends": false,
- "minuteIncrement": 1,
- "displayInTimezone": "viewer",
- "useLocaleSettings": false
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "timezone": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customMessage": "",
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "allowInput": true,
- "attributes": {},
- "datePicker": {
- "maxDate": null,
- "maxMode": "year",
- "minDate": null,
- "minMode": "day",
- "initDate": "",
- "yearRows": 4,
- "showWeeks": true,
- "startingDay": 0,
- "yearColumns": 5,
- "disableWeekdays": false,
- "disableWeekends": false
- },
- "enableDate": true,
- "enableTime": false,
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "timePicker": {
- "hourStep": 1,
- "arrowkeys": true,
- "minuteStep": 1,
- "mousewheel": true,
- "showMeridian": true,
- "readonlyInput": false
- },
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "defaultDate": "",
- "description": "",
- "placeholder": "",
- "defaultValue": "",
- "customOptions": {},
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "datepickerMode": "day",
- "calculateServer": false,
- "customConditional": "",
- "displayInTimezone": "viewer",
- "useLocaleSettings": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 6
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "layoutFixed": false,
- "placeholder": "",
- "defaultValue": [
- {
- "dateTime": "",
- "signature": "",
- "textField": ""
- }
- ],
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "enableRowGroups": false,
- "customConditional": "",
- "addAnotherPosition": "bottom",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "conditionalAddButton": "",
- "allowCalculateOverride": false,
- "disableAddingRemovingRows": false
- },
- {
- "id": "esw97xn",
- "key": "simplecontentthreesix",
- "html": "NOTE: All signatories to Part 3 are jointly and equally responsible for all risk assessment aspects of the Detailed Ecological Risk Assessment
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ezxlc5p",
- "key": "simplecolssevenfive",
- "tree": false,
- "type": "columns",
- "input": false,
- "label": "Columns - 3",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "columns": [
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [
- {
- "id": "eb8383",
- "key": "simplecontentthreeseven",
- "html": "Apply professional society stamp
(if applicable)
",
- "type": "content",
- "input": false,
- "label": "Text/Images",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "currentWidth": 4
- },
- {
- "pull": 0,
- "push": 0,
- "size": "md",
- "width": 4,
- "offset": 0,
- "components": [],
- "currentWidth": 4
- }
- ],
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "multiple": false,
- "redrawOn": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "autoAdjust": false,
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false
- }
- ],
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": false,
- "collapsible": false,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- },
- {
- "id": "ea5c3gh",
- "key": "submit",
- "size": "md",
- "tags": [],
- "type": "button",
- "block": false,
- "input": true,
- "label": "Save as PDF",
- "logic": [],
- "theme": "primary",
- "action": "custom",
- "custom": "window.print();",
- "hidden": false,
- "prefix": "",
- "suffix": "",
- "unique": false,
- "widget": {
- "type": "input"
- },
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "page": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
- "leftIcon": "",
- "multiple": false,
- "redrawOn": "",
- "shortcut": "",
- "tabindex": "",
- "validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
- "required": false,
- "customPrivate": false,
- "strictDateValidation": false
- },
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "rightIcon": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": false,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
- "conditional": {
- "eq": "",
- "json": "",
- "show": null,
- "when": null
- },
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": true,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
- "showValidations": false,
- "disableOnInvalid": true,
- "customConditional": "",
- "allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false
- }
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/forms-flow-ai/epd-forms/Site Disclosure Statements.json b/forms-flow-ai/epd-forms/Site Disclosure Statements.json
index 3d66d41f..b73d6746 100644
--- a/forms-flow-ai/epd-forms/Site Disclosure Statements.json
+++ b/forms-flow-ai/epd-forms/Site Disclosure Statements.json
@@ -3417,7 +3417,7 @@
"required": true,
"pattern": "",
"customMessage": "",
- "custom": "\r\nvar currentValue = input;\r\nfetch(localStorage.getItem('formsflow.ai.api.url')+'/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\r\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\r\n.then((p)=> {return p.json();}).\r\nthen((x)=>{\r\n data.hiddenUserIdForFormSharing = '' ;\r\n x.data.find((y)=>{\r\n if( y.email=== currentValue ) \r\n { data.hiddenUserIdForFormSharing = y.username}\r\n\r\n })\r\n\r\n if(data.hiddenUserIdForFormSharing==='')\r\n {\r\n valid = 'Unable to find user with provided email address';\r\n }\r\n else\r\n {\r\n valid = true;\r\n }\r\n\r\n});",
+ "custom": "\nvar currentValue = input;\n\nif(currentValue!== '')\n{\n\n\nif( data.hiddenUserIdForFormSharing === '')\n{\n valid = 'Unable to find user with provided email address';\n}\n\n\nfetch(localStorage.getItem('formsflow.ai.api.url')+'/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\n.then((p)=> {return p.json();}).\nthen((x)=>{\n data.hiddenUserIdForFormSharing = '' ;\n x.data.find((y)=>{\n if( y.email=== currentValue ) \n { data.hiddenUserIdForFormSharing = y.username}\n\n })\n\n if(data.hiddenUserIdForFormSharing==='')\n {\n valid = 'Unable to find user with provided email address';\n }\n else\n {\n valid = true;\n }\n\n}).then(()=>{\n\n\n var previousValue = localStorage.getItem(\"sdsHiddenUserIdForFormSharing\"); \n\n if(previousValue != currentValue )\n {\n\tlocalStorage.setItem(\"sdsHiddenUserIdForFormSharing\", currentValue);\n instance.triggerChange();\n }\n\t\n})\n\n}\n\n",
"customPrivate": false,
"json": "",
"minLength": "",
@@ -3465,7 +3465,7 @@
"addons": [],
"inputType": "email",
"inputMask": "",
- "id": "e083wrc",
+ "id": "e00h8xm",
"defaultValue": ""
}
],
@@ -6980,7 +6980,7 @@
}
],
"collapsible": false,
- "id": "e7nge5b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e7nge5b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -7454,7 +7454,7 @@
}
],
"collapsible": false,
- "id": "eapos760000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eapos76000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -7670,7 +7670,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "e7fs5c50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e7fs5c5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/Site Information Request Application.json b/forms-flow-ai/epd-forms/Site Information Request Application.json
index b27ac093..8d6b2221 100644
--- a/forms-flow-ai/epd-forms/Site Information Request Application.json
+++ b/forms-flow-ai/epd-forms/Site Information Request Application.json
@@ -54,7 +54,7 @@
"eq": "",
"json": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconsole.log('application status ',data.applicationStatus);\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\") &&\r\n(data.applicationStatus === '' || data.applicationStatus === 'New' || data.applicationStatus === 'Resubmitted')) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
"logic": [],
"attributes": {},
"overlay": {
@@ -105,99 +105,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "e67a5xv"
- }
- ],
- "width": 3,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 3
- },
- {
- "components": [
- {
- "label": "Processed",
- "action": "custom",
- "showValidations": false,
- "theme": "primary",
- "size": "md",
- "block": false,
- "leftIcon": "",
- "rightIcon": "",
- "shortcut": "",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "disableOnInvalid": false,
- "hidden": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "key": "accept",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconsole.log('application status ',data.applicationStatus);\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\") &&\r\n(data.applicationStatus === 'Accepted')) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Processed'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Processed'\r\n }); \r\n});",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": true,
- "labelPosition": "top",
- "errorLabel": "",
- "hideLabel": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eafz0cc"
+ "id": "ero0uwo"
}
],
"width": 3,
@@ -292,11 +200,11 @@
"id": "eat4nha"
}
],
- "size": "md",
"width": 3,
"offset": 0,
"push": 0,
"pull": 0,
+ "size": "md",
"currentWidth": 3
},
{
@@ -384,6 +292,15 @@
"push": 0,
"pull": 0,
"currentWidth": 3
+ },
+ {
+ "components": [],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
}
],
"key": "columns1",
@@ -5753,7 +5670,7 @@
"attributes": {},
"components": [
{
- "id": "ecmzjdn00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ecmzjdn00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tree": false,
"type": "panel",
diff --git a/forms-flow-ai/epd-forms/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
index 7e5d1f6d..e68004f8 100644
--- a/forms-flow-ai/epd-forms/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/Site Risk Classification Report.json
@@ -127,7 +127,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "eco6ay8"
+ "id": "evm89dm"
}
],
"width": 3,
@@ -143,36 +143,61 @@
"label": "Next Reviewer",
"action": "custom",
"showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"key": "sendToNextReviewer",
- "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/site-risk-classification-officer\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/site-risk-classification-officer\")) \r\n{\r\n show = true;\r\n}\r\nelse if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\ndata.srcrBundleStatus === \"srcrSrcoAccepted\")\r\n{\r\n if (data.applicabletriggers === \"ministryServiceApplicationWithTheRecommendationOfAnApprovedProfessional\" ||\r\n data.siteRiskClassification !== 'notHighRisk')\r\n show = false;\r\nelse\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "button",
- "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});",
+ "custom": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\") && \r\n(data.selectSdm===''|| data.selectCaseworker===''||data.selectSrco===''))\r\n{\r\n alert('Please assign reviewers to continue!');\r\n \r\n}\r\nelse\r\n{\r\n const submissionId = form._submission._id;\r\n const formId = form._submission.form;\r\n const formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n const formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\n const formio = new Formio(formDataReqUrl);\r\n formio.saveSubmission(formDataReqObj1).then( result => {\r\n form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n }).catch((error)=>{\r\n //Error callback on not Save\r\n form.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n });\r\n}",
"input": true,
"keyModified": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -180,7 +205,6 @@
"widget": {
"type": "input"
},
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -190,32 +214,13 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "eu5pfce"
+ "id": "eueyf98"
},
{
"label": "Approved",
@@ -223,7 +228,7 @@
"showValidations": false,
"tableView": false,
"key": "approve",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.srcrBundleStatus === \"srcrCaseworkerAccepted\") \r\n show = true;\r\n else if (data.srcrBundleStatus === \"srcrSrcoAccepted\") {\r\n if (data.applicabletriggers === \"ministryServiceApplicationWithTheRecommendationOfAnApprovedProfessional\" ||\r\n data.siteRiskClassification !== 'notHighRisk')\r\n show = true;\r\n else\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});",
"input": true,
@@ -292,7 +297,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "ez2767s"
+ "id": "ed33nc"
}
],
"width": 3,
@@ -311,6 +316,7 @@
"theme": "warning",
"tableView": false,
"key": "sendToApplicant",
+ "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
"input": true,
@@ -378,7 +384,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "ewgqusg"
+ "id": "ehvms7i"
}
],
"size": "md",
@@ -397,7 +403,7 @@
"theme": "danger",
"tableView": false,
"key": "rejectForm",
- "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});",
"input": true,
@@ -465,7 +471,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "eb3ty7"
+ "id": "emzwhoj"
}
],
"size": "md",
@@ -540,7 +546,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "emwomfh"
+ "id": "e8js46"
}
],
"keyModified": true,
@@ -582,7 +588,556 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "e6d8x0j"
+ "id": "e1zxgyg"
+ },
+ {
+ "title": "Assign Reviewers",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": true,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sdmAssignment",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "collapsed": false,
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Select SDM",
+ "widget": "choicesjs",
+ "tableView": true,
+ "dataSrc": "url",
+ "data": {
+ "url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/sdm",
+ "headers": [
+ {
+ "key": "Authorization",
+ "value": "Bearer {{localStorage.getItem(\"authToken\")}}"
+ },
+ {
+ "key": "Content-type",
+ "value": "application/json"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "json": "",
+ "resource": "",
+ "custom": ""
+ },
+ "dataType": "string",
+ "valueProperty": "username",
+ "template": "{{ item.lastName }}, {{ item.firstName }} ",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "selectSdm",
+ "type": "select",
+ "selectValues": "data",
+ "disableLimit": false,
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
+ "lazyLoad": true,
+ "filter": "",
+ "searchEnabled": true,
+ "searchDebounce": 0.3,
+ "searchField": "",
+ "minSearch": 0,
+ "readOnlyValue": false,
+ "authenticate": false,
+ "ignoreCache": false,
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "indexeddb": {
+ "filter": {}
+ },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "e08q3"
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ },
+ {
+ "components": [
+ {
+ "label": "Select Caseworker",
+ "widget": "choicesjs",
+ "tableView": true,
+ "dataSrc": "url",
+ "data": {
+ "url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/caseworker",
+ "headers": [
+ {
+ "key": "Authorization",
+ "value": "Bearer {{localStorage.getItem(\"authToken\")}}"
+ },
+ {
+ "key": "Content-type",
+ "value": "application/json"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "json": "",
+ "resource": "",
+ "custom": ""
+ },
+ "dataType": "string",
+ "valueProperty": "username",
+ "template": "{{ item.lastName }}, {{ item.firstName }} ",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "selectCaseworker",
+ "type": "select",
+ "selectValues": "data",
+ "disableLimit": false,
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
+ "lazyLoad": true,
+ "filter": "",
+ "searchEnabled": true,
+ "searchDebounce": 0.3,
+ "searchField": "",
+ "minSearch": 0,
+ "readOnlyValue": false,
+ "authenticate": false,
+ "ignoreCache": false,
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "indexeddb": {
+ "filter": {}
+ },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "ewmgoh"
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ },
+ {
+ "components": [
+ {
+ "label": "Select SRCO",
+ "widget": "choicesjs",
+ "tableView": true,
+ "dataSrc": "url",
+ "data": {
+ "url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/site-risk-classification-officer",
+ "headers": [
+ {
+ "key": "Authorization",
+ "value": "Bearer {{localStorage.getItem(\"authToken\")}}"
+ },
+ {
+ "key": "Content-type",
+ "value": "application/json"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "json": "",
+ "resource": "",
+ "custom": ""
+ },
+ "dataType": "string",
+ "valueProperty": "username",
+ "template": "{{ item.lastName }}, {{ item.firstName }} ",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "selectSrco",
+ "type": "select",
+ "selectValues": "data",
+ "disableLimit": false,
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "clearOnRefresh": false,
+ "limit": 100,
+ "lazyLoad": true,
+ "filter": "",
+ "searchEnabled": true,
+ "searchDebounce": 0.3,
+ "searchField": "",
+ "minSearch": 0,
+ "readOnlyValue": false,
+ "authenticate": false,
+ "ignoreCache": false,
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "indexeddb": {
+ "filter": {}
+ },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "eq18r4"
+ }
+ ],
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 4
+ }
+ ],
+ "key": "columns3",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "enk5gkd"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "exezpw"
},
{
"label": "Notes",
@@ -3623,7 +4178,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -13033,7 +13588,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -16976,7 +17531,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18073,6 +18628,75 @@
"id": "e6z1qd9",
"description": "",
"addons": []
+ },
+ {
+ "label": "srcrBundleStatus",
+ "key": "srcrBundleStatus",
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ezs3a9",
+ "keyModified": true
}
]
}
diff --git a/forms-flow-ai/epd-forms/Summary of Site Condition.json b/forms-flow-ai/epd-forms/Summary of Site Condition.json
index e13aa99c..cb37f846 100644
--- a/forms-flow-ai/epd-forms/Summary of Site Condition.json
+++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json
@@ -1 +1,44484 @@
-{"forms":[{"title":"Summary of Site Condition","display":"form","type":"form","name":"summaryOfSiteCondition","path":"summaryofsitecondition","tags":["common"],"components":[{"title":"Site Information Advisor Actions","collapsible":false,"hideLabel":true,"key":"siteInformationAdvisorActions","customConditional":"const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconsole.log(\"form UserDetails\",UserDetails);\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconsole.log(\"form roles\",roles);\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}","type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"label":"Columns","columns":[{"components":[{"label":"Accept Forms","action":"custom","showValidations":false,"theme":"success","tableView":false,"key":"accepted","type":"button","custom":"const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;const formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconsole.log('formDataReqUrl',formDataReqUrl)\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"size":"md","leftIcon":"","rightIcon":"","block":false,"disableOnInvalid":false,"id":"exnpl2"}],"width":2,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":2},{"components":[{"label":"Needs More Info","action":"custom","showValidations":false,"theme":"warning","tableView":false,"key":"needsMoreInfo","type":"button","custom":"\r\nconst submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"size":"md","leftIcon":"","rightIcon":"","block":false,"disableOnInvalid":false,"id":"er0far"}],"width":2,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":2},{"components":[{"label":"Reject Forms","action":"custom","showValidations":false,"theme":"danger","tableView":false,"key":"rejected","type":"button","custom":"const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"size":"md","leftIcon":"","rightIcon":"","block":false,"disableOnInvalid":false,"id":"erfy6zg"}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2},{"components":[{"label":"Return To Client","action":"custom","showValidations":false,"tableView":false,"key":"returnToClient1","type":"button","custom":"const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'ReturnedToClient'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'ReturnedToClient'\r\n }); \r\n});","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"size":"md","leftIcon":"","rightIcon":"","block":false,"disableOnInvalid":false,"theme":"primary","id":"ea7ott"}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2},{"components":[],"size":"md","offset":0,"push":0,"pull":0,"width":4,"currentWidth":4}],"hideLabel":true,"key":"columns","type":"columns","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"ewmtpgh"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default","id":"e4pmjy","keyModified":true},{"label":"Edit Grid","hideLabel":true,"tableView":true,"templates":{"header":"\r\n{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}","row":"{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-reviewer/lrs-approving-authority\") || groups.includes(\"/formsflow/formsflow-client\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n \r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n \r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}","tableHeader":"\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ","tableRow":"\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ","footer":""},"validate":{"custom":"const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nconsole.log('in validation remove');\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 || b.groups.indexOf('/formsflow/formsflow-reviewer/lrs-approving-authority') > -1 || b.groups.indexOf('/formsflow/formsflow-reviewer/formsflow-client-reviewer') > -1 )\r\n{\r\ndocument.querySelector(\"[ref='editgrid-notes-addRow']\").remove();\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;ix.commentFor==='external').length > 0)\r\nshow = true;\r\nelse\r\nshow = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n","type":"editgrid","displayAsTable":false,"input":true,"components":[{"label":"Columns","columns":[{"components":[{"label":"Notes","autoExpand":false,"tableView":true,"key":"notesSOSC","type":"textarea","input":true,"keyModified":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"egv1w2s"}],"width":4,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":4},{"components":[{"label":"Visibility","optionsLabelPosition":"right","inline":false,"tableView":true,"defaultValue":"internal","values":[{"label":"Internal","value":"internal","shortcut":""},{"label":"External","value":"external","shortcut":""}],"key":"commentFor","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eaxy1jv"}],"width":2,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":2},{"components":[{"label":"Role","disabled":true,"tableView":true,"customDefaultValue":"var b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\r\n{\r\n value = 'SIA'\r\n}","key":"role","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","autofocus":false,"dbIndex":false,"calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eio8gs"}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2},{"components":[{"label":"Created By","disabled":true,"tableView":true,"customDefaultValue":"value = JSON.parse( localStorage.UserDetails).name ","key":"createdBy","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","autofocus":false,"dbIndex":false,"calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ejcjlr"}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2},{"components":[{"label":"Created At","disabled":true,"tableView":true,"customDefaultValue":"value = (new Date()).toLocaleDateString() + ' At ' + (new Date()).toLocaleTimeString()","key":"createdAt","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","autofocus":false,"dbIndex":false,"calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e5tdbl2"}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2}],"key":"columns","type":"columns","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"e2yyry"}],"keyModified":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"removeRow":"Cancel","defaultOpen":false,"openWhenEmpty":false,"modal":false,"inlineEdit":false,"id":"ekpr2y"},{"html":"Part 1 - Contact Information ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content3","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e7c7u3u"},{"key":"Section1-ContactInformation","type":"panel","input":false,"label":"","title":"Section I - CONTACT INFORMATION","collapsed":false,"tableView":false,"components":[{"key":"siteOwnerOrOperator","type":"panel","input":false,"label":"Panel","title":"Site Owner or Operator","hideLabel":true,"tableView":false,"components":[{"key":"Section1A-NameColumn","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section1A-LastName","type":"textfield","input":true,"label":"Last Name","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ekh7nj9"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section1A-FirstName","type":"textfield","input":true,"label":"First Name","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"euc0sw"}],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"euaafu"},{"key":"Section1A-Company","type":"textfield","input":true,"label":"Company, if applicable","tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"effeqnf"},{"key":"Section1A-AddressColumn3","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section1A-Address","type":"textfield","input":true,"label":"Address","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e2utqz"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section1A-City","type":"textfield","input":true,"label":"City","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e5u2rue"}],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"emhj7ub"},{"key":"Section1A-AddressColumn","type":"columns","input":false,"label":"Columns - 3","columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"Section1A-ProvinceState","type":"textfield","input":true,"label":"Province","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ea49wil"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"Section1A-Country","type":"textfield","input":true,"label":"Country","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"elb9xr8"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"Section1A-PostalZipCode","type":"textfield","input":true,"label":"Postal Code","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"etaog87"}],"currentWidth":4}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"ewwkail"},{"key":"Section1A-ContactInfoColumn","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"phoneNumber2","type":"textfield","input":true,"label":"Phone Number","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eunnqpj"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"label":"Email","tableView":true,"validate":{"required":true,"custom":"\r\nvar currentValue = input;\r\nconsole.log('currentValue',currentValue);\r\nfetch('https://forms-flow-api-e38158-dev.apps.silver.devops.gov.bc.ca/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\r\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\r\n.then((p)=> {return p.json();}).\r\nthen((x)=>{\r\n data.hiddenUserIdForFormSharing = '' ;\r\n x.find((y)=>{ console.log('currentValue',currentValue); \r\n if( y.email=== currentValue ) \r\n { data.hiddenUserIdForFormSharing = y.id}\r\n\r\n })\r\n\r\n if(data.hiddenUserIdForFormSharing==='')\r\n {\r\n valid = 'Unable to find user with provided email address';\r\n }\r\n else\r\n {\r\n valid = true;\r\n }\r\n\r\n});","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"ownerEmailAddress","type":"email","input":true,"delimiter":false,"requireDecimal":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"email","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"kickbox":{"enabled":false},"id":"ewvvqh"}],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"eeq9dzs"},{"label":"Is applicant same as above?","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Yes","value":"true","shortcut":""},{"label":"No","value":"false","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"isApplicantSameAsAbove","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eup055","defaultValue":""}],"collapsible":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default","id":"evm4w5b"},{"title":"Applicant","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"applicant","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"isApplicantSameAsAbove","eq":"false"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"key":"Section1C-NameColumn","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section1C-LastName","type":"textfield","input":true,"label":"Last Name","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e40la5k"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section1C-FirstName","type":"textfield","input":true,"label":"First Name","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e0oy6rg"}],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"e9ur3d"},{"key":"Section1C-Company","type":"textfield","input":true,"label":"Company, if applicable","tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eikmhmk"},{"key":"Section1C-AddressColumn","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section1C-Address","type":"textfield","input":true,"label":"Address","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"efojt6s"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section1C-City","type":"textfield","input":true,"label":"City","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e59u27"}],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"eigg0un"},{"key":"Section1A-AddressColumn2","type":"columns","input":false,"label":"Columns - 3","columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"Section1A-ProvinceState2","type":"textfield","input":true,"label":"Province","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"efyqlzn"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"Section1A-Country2","type":"textfield","input":true,"label":"Country","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"edhcyho"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"Section1A-PostalZipCode2","type":"textfield","input":true,"label":"Postal Code","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e3mm0qo"}],"currentWidth":4}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"elurmt"},{"key":"Section1C-ContactInfoColumn","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"phoneNumber","type":"textfield","input":true,"label":"Phone Number","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eidhmy6"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"label":"Email","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"contactPersonEmailAddress","type":"email","input":true,"delimiter":false,"requireDecimal":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"email","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"kickbox":{"enabled":false},"id":"ee0ed8f"}],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"ebgnl1p"},{"label":"Is the agent same as the applicant?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"true","shortcut":""},{"label":"No","value":"false","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"isApplicantSameAsAbove1","conditional":{"show":true,"when":"isApplicantSameAsAbove","eq":"false"},"type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"et6b04k"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"er3axs"},{"title":"Agent","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"panel","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"isApplicantSameAsAbove1","eq":"false"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"key":"Section1B-NameColumn","type":"columns","input":false,"label":"Section1B-NameColumn","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section1B-LastName","type":"textfield","input":true,"label":"Last Name","tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ewq9vf"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section1B-FirstName","type":"textfield","input":true,"label":"First Name","tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"egx5th9"}],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"eyy4ce"},{"key":"Section1C-Company1","type":"textfield","input":true,"label":"Company, if applicable","tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ex0z6ex"},{"key":"Section1C-AddressColumn1","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section1C-Address1","type":"textfield","input":true,"label":"Address","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eks23e"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section1C-City1","type":"textfield","input":true,"label":"City","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e026ykm"}],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"eb0na63"},{"key":"Section1A-AddressColumn4","type":"columns","input":false,"label":"Columns - 3","columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"Section1A-ProvinceState3","type":"textfield","input":true,"label":"Province","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"er0guec"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"Section1A-Country3","type":"textfield","input":true,"label":"Country","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ex5fali"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"Section1A-PostalZipCode3","type":"textfield","input":true,"label":"Postal Code","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e5v9qcs"}],"currentWidth":4}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"ek9ixdb"},{"key":"Section1C-ContactInfoColumn1","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"phoneNumber1","type":"textfield","input":true,"label":"Phone Number","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"etn06w9"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"label":"Email","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"contactPersonEmailAddress1","type":"email","input":true,"delimiter":false,"requireDecimal":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"email","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"kickbox":{"enabled":false},"id":"elk9b5f"}],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"esdtr6j"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"eccpvcc"},{"title":"Approved Professional","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"panel1","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"key":"Section1B-NameColumn1","type":"columns","input":false,"label":"Section1B-NameColumn","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section1B-LastName1","type":"textfield","input":true,"label":"Last Name","tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"epx0m9r"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section1B-FirstName1","type":"textfield","input":true,"label":"First Name","tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e5zc8ym"}],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"ebe00dr"},{"key":"Section1C-Company2","type":"textfield","input":true,"label":"Company, if applicable","tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ehx2r3c"},{"key":"Section1C-AddressColumn2","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section1C-Address2","type":"textfield","input":true,"label":"Address","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eviqouu"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section1C-City2","type":"textfield","input":true,"label":"City","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ej96lic"}],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"eo3ukfa"},{"key":"Section1A-AddressColumn5","type":"columns","input":false,"label":"Columns - 3","columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"Section1A-ProvinceState4","type":"textfield","input":true,"label":"Province","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"euw0tfs"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"Section1A-Country4","type":"textfield","input":true,"label":"Country","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eq6im"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"Section1A-PostalZipCode4","type":"textfield","input":true,"label":"Postal Code","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ezn76c"}],"currentWidth":4}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"ed95jch"},{"key":"Section1C-ContactInfoColumn2","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"phoneNumber3","type":"textfield","input":true,"label":"Phone Number","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"epk5n6b"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"label":"Email","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"contactPersonEmailAddress2","type":"email","input":true,"delimiter":false,"requireDecimal":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"email","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"kickbox":{"enabled":false},"id":"e2vlpc"}],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"e4f2vgv"},{"label":"Professional Designation","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"professionalDesignation","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","dataGridLabel":false,"addons":[],"inputType":"text","id":"e4erht","defaultValue":""},{"label":"Scope of review completed by Approved Professional (eg. arm's length risk-based standards review)","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"displayMask":"","editor":"","autoExpand":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"html","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","minWords":"","maxWords":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"scopeOfReviewCompletedByApprovedProfessionalEgArmsLengthRiskBasedStandardsReview","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textarea","rows":3,"wysiwyg":false,"input":true,"refreshOn":"","dataGridLabel":false,"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputMask":"","fixedSize":true,"id":"e3504l8","defaultValue":""}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"euyo4sn"}],"collapsible":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default","id":"e52kzii","keyModified":true},{"html":"Part 2 - Executive Summary ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content4","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"eip4sw7"},{"title":"Section II - EXECUTIVE SUMMARY","theme":"default","tooltip":"","customClass":"","collapsible":true,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"Section1-ContactInformation1","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"","breadcrumb":"default","tabindex":"","collapsed":false,"input":false,"tableView":false,"keyModified":true,"components":[{"html":"To be completed by the approved professionals reviewing the site investigation, risk assessment, remediation or confirmation of remediation reports. ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content2","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"epyqnv"},{"label":"Subject Site Locations","reorder":false,"addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"tableView":false,"defaultValue":[{"siteId":"","siteCommonName":"","section2LatitudeDegrees":"","section2LatitudeMinutes":"","section2LatitudeSeconds":"","section2LongitudeDegrees":"","section2LongitudeMinutes":"","section2LongitudeSeconds":""}],"key":"dataGrid","type":"datagrid","input":true,"components":[{"title":"Subject Site Location","collapsible":false,"key":"panel2","type":"panel","label":"Site","input":false,"tableView":false,"components":[{"label":"Site ID","tableView":true,"key":"siteId","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"etpvslk"},{"label":"Site Common Name","autoExpand":false,"tableView":true,"key":"siteCommonName","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"edrol6"},{"key":"heading4","tag":"h4","type":"htmlelement","input":false,"label":"Heading","content":"Latitude","tableView":false,"headingSize":"h1","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"attrs":[],"id":"e8b5q86"},{"key":"Section2-LatitudeColumn","type":"columns","input":false,"label":"Columns - 3","columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"section2LatitudeDegrees","type":"textfield","input":true,"label":"Degrees","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ef4s1gv"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"section2LatitudeMinutes","type":"textfield","input":true,"label":"Minutes","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"evm2u7"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"section2LatitudeSeconds","type":"textfield","input":true,"label":"Seconds","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ezwdsq8"}],"currentWidth":4}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"elda0gq"},{"key":"heading5","tag":"h4","type":"htmlelement","input":false,"label":"Heading","content":"Longitude","tableView":false,"headingSize":"h1","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"attrs":[],"id":"en3p8e9"},{"key":"Section2-LongitudeColumn","type":"columns","input":false,"label":"Columns - 3","columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"section2LongitudeDegrees","type":"textfield","input":true,"label":"Degrees","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e8hqhvc"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"section2LongitudeMinutes","type":"textfield","input":true,"label":"Minutes","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"er4jc8h"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"section2LongitudeSeconds","type":"textfield","input":true,"label":"Seconds","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ekx2hxj"}],"currentWidth":4}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"eco0438"}],"id":"edowey0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"id":"evusv2q"},{"key":"heading3","tag":"h3","type":"htmlelement","input":false,"label":"Heading","content":"Coordinates for the centre of the site:","tableView":false,"headingSize":"h1","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"attrs":[],"id":"ee72tiv"},{"key":"content","html":"Attention: A separate map with appropriate scale showing the location and boundaries of the site must be included with an SDS submission.
","type":"content","input":false,"label":"Static Text","tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"e5fmbyj"},{"key":"iUnderstandAndWillAttachAMapWithMySubmission","type":"checkbox","input":true,"label":"I will include a map with my submission","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"tableView":false,"defaultValue":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"right","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"checkbox","value":"","name":"","id":"ekbr5fb"},{"label":"Land ownership (Source Site) Please select all that apply:","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Legally Titled, Registered Property","value":"legallyTitled","shortcut":""},{"label":"Untitled Crown Land","value":"untitledCrown","shortcut":""},{"label":"Untitled Municipal Land","value":"untitledMunicipal","shortcut":""}],"key":"landOwnershipSourceSitePleaseSelectAllThatApply","type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"e49h9q"},{"title":"For Legally Titled, Registered Property (Source Site)","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"forLegallyTitledRegisteredProperty-panel","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"landOwnershipSourceSitePleaseSelectAllThatApply","eq":"legallyTitled"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"","breadcrumb":"default","tabindex":"","input":false,"collapsed":false,"tableView":false,"components":[{"key":"Section2-LegallyTitled-Address","type":"textfield","input":true,"label":"Site Address","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"placeholder":"or nearest street name/intersection if no address is assigned","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"emyfj89"},{"key":"Section2-LegallyTitled-AddressColumn","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section2-LegallyTitled-City","type":"textfield","input":true,"label":"City","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ev16eg9"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section2-LegallyTitled-PostalZipCode","type":"textfield","input":true,"label":"Postal Code","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eftbs3h"}],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"eavg5jx"},{"label":"Enter PIDs and Land Descriptions below","tooltip":"Select the 'X' button to delete an entry.","reorder":false,"addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"hideLabel":true,"tableView":false,"defaultValue":[{"Section2-LegallyTitled-PID":"","SiteAddress-LegallyTitled-PID":"","Section2-LegallyTitled-LandDescription":"","SiteAddress-LegallyTitled-LandDescription":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"key":"Section2-LegallyTitled-PIDColumn","type":"datagrid","input":true,"components":[{"title":"Entries","collapsible":false,"hideLabel":true,"key":"panel1","type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"key":"cols3","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section2-LegallyTitled-PID","type":"textfield","input":true,"label":"PID","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"inputMask":"999-999-999","tableView":true,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eaoeej"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"e35et7b"},{"key":"Section2-LegallyTitled-LandDescription","type":"textarea","input":true,"label":"Land Description","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"tableView":true,"autoExpand":false,"inputFormat":"plain","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"eqnyhh"}],"id":"eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"id":"eyxh9qa"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"esaica"},{"title":"For Untitled Crown Land (Source Site)","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"Section2-forUntitledCrownLand","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"landOwnershipSourceSitePleaseSelectAllThatApply","eq":"untitledCrown"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"","breadcrumb":"default","tabindex":"","input":false,"collapsed":false,"tableView":false,"components":[{"key":"Section2-UntitledCrown-PINColumn","type":"datagrid","input":true,"label":"","reorder":false,"hideLabel":true,"initEmpty":false,"tableView":false,"components":[{"title":"Untitled Crown Land","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":true,"dataGridLabel":false,"disabled":false,"modalEdit":false,"key":"panel1","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Crown Land","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"key":"cols3","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section2-LegallyTitled-PID","type":"textfield","input":true,"label":"PIN","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":true,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e0zxpd"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"eohw9y"},{"key":"Section2-LegallyTitled-LandDescription","type":"textarea","input":true,"label":"Land Description or metes and bounds","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"tableView":true,"autoExpand":false,"inputFormat":"plain","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"e9sdlfc"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}],"layoutFixed":false,"defaultValue":[{"Section2-LegallyTitled-PID":"","SiteAddress-UntitledCrown-PIN":"","Section2-LegallyTitled-LandDescription":"","SiteAddress-UntitledCrown-LandDescription":""}],"enableRowGroups":false,"addAnotherPosition":"bottom","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"id":"eg4uvab"},{"label":"And if available:","reorder":false,"addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"hideLabel":true,"tableView":false,"defaultValue":[{"Section2-UntitledCrown-CrownLandFileNumbers":"","SiteAddress-UntitledCrown-CrownLandFileNumbers":""}],"key":"Section2-UntitledCrownLand-FileNumberColumn","type":"datagrid","input":true,"components":[{"key":"Section2-UntitledCrown-CrownLandFileNumbers","type":"textfield","input":true,"label":"Crown Land File Numbers","tableView":true,"id":"elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"id":"eeq9myk"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"eids8qa"},{"title":"For untitled municipal land (Source Site)","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"Section2-forUntitledCrownLand1","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"landOwnershipSourceSitePleaseSelectAllThatApply","eq":"untitledMunicipal"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"","breadcrumb":"default","tabindex":"","input":false,"collapsed":false,"tableView":false,"components":[{"key":"Section2-LegallyTitled-LandDescription","type":"textarea","input":true,"label":"Land Description","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"tableView":true,"autoExpand":false,"inputFormat":"plain","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"eggg59w"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"e8g7fan"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"eqif3zi"},{"title":"Offsite Impacted Properties","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"offsiteImpactedProperties1","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"components":[{"label":"Select one:","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Offsite impacted property(ies) - Provide information for each","value":"offsiteImpactedProperty","shortcut":""},{"label":"Not Applicable","value":"notApplicable","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"offsiteImpactedProperties","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eeowt5","defaultValue":""},{"label":"","reorder":false,"addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"hideLabel":true,"tableView":false,"defaultValue":[{}],"key":"dataGrid1","conditional":{"show":true,"when":"offsiteImpactedProperties","eq":"offsiteImpactedProperty"},"type":"datagrid","input":true,"components":[{"title":"Coordinates for the centre of the impacted site","collapsible":false,"key":"Section2-forUntitledCrownLand2","conditional":{"show":true,"when":"offsiteImpactedProperties","eq":"offsiteImpactedProperty"},"type":"panel","label":"Impacted Sites","input":false,"collapsed":false,"tableView":false,"components":[{"key":"heading8","tag":"h4","type":"htmlelement","input":false,"label":"Heading","content":"Latitude","tableView":false,"headingSize":"h1","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"attrs":[],"id":"e2ug45e"},{"key":"Section2-LatitudeColumn2","type":"columns","input":false,"label":"Columns - 3","columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"section2LatitudeDegrees2","type":"textfield","input":true,"label":"Degrees","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ey5x9g8"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"section2LatitudeMinutes2","type":"textfield","input":true,"label":"Minutes","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e1ftky"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"section2LatitudeSeconds2","type":"textfield","input":true,"label":"Seconds","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e4whd08"}],"currentWidth":4}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"el90wzy"},{"key":"heading9","tag":"h4","type":"htmlelement","input":false,"label":"Heading","content":"Longitude","tableView":false,"headingSize":"h1","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"attrs":[],"id":"ex8n8vc"},{"key":"Section2-LongitudeColumn2","type":"columns","input":false,"label":"Columns - 3","columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"section2LongitudeDegrees2","type":"textfield","input":true,"label":"Degrees","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eayewmr"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"section2LongitudeMinutes2","type":"textfield","input":true,"label":"Minutes","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eg5a19"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"section2LongitudeSeconds2","type":"textfield","input":true,"label":"Seconds","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"evt9aao"}],"currentWidth":4}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"e6o3au0o"}],"id":"erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"id":"eef218"},{"html":"Attention: ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content1","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"edgwhqh"},{"label":"Include land title record, where applicable","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"I understand and will include a land title record with my submission","value":"hasTitleRecord","shortcut":""},{"label":"Land title record not available","value":"noTitleRecord","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"includeLandTitleRecordWhereApplicable","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eluvwrd","defaultValue":""},{"label":"Land ownership (Impacted Property or Receiving Site) Please select all that apply:","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Legally Titled, Registered Property","value":"legallyTitled","shortcut":""},{"label":"Untitled Crown Land","value":"untitledCrown","shortcut":""},{"label":"Untitled Municipal Land","value":"untitledMunicipal","shortcut":""}],"key":"landOwnershipImpactedPropertyPleaseSelectAllThatApply","type":"selectboxes","input":true,"inputType":"checkbox","defaultValue":{"legallyTitled":false,"untitledCrown":false,"untitledMunicipal":false},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"ebvkqdh"},{"title":"For Legally Titled, Registered Property (Impacted Property)","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"forLegallyTitledRegisteredProperty-panel1","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"landOwnershipImpactedPropertyPleaseSelectAllThatApply","eq":"legallyTitled"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"","breadcrumb":"default","tabindex":"","input":false,"collapsed":false,"tableView":false,"components":[{"key":"Section2-LegallyTitled-Address1","type":"textfield","input":true,"label":"Site Address","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"placeholder":"or nearest street name/intersection if no address is assigned","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"epwcnl"},{"key":"Section2-LegallyTitled-AddressColumn1","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section2-LegallyTitled-City1","type":"textfield","input":true,"label":"City","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e6ii8s"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section2-LegallyTitled-PostalZipCode1","type":"textfield","input":true,"label":"Postal Code","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"erie2w"}],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"e5j0jj4"},{"label":"Enter PIDs and Land Descriptions below","tooltip":"Select the 'X' button to delete an entry.","reorder":false,"addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"hideLabel":true,"tableView":false,"defaultValue":[{"Section2-LegallyTitled-PID":"","SiteAddress-LegallyTitled-PID":"","Section2-LegallyTitled-LandDescription":"","SiteAddress-LegallyTitled-LandDescription":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"key":"Section2-LegallyTitled-PIDColumn1","type":"datagrid","input":true,"components":[{"title":"Entries","collapsible":false,"hideLabel":true,"key":"panel1","type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"key":"cols3","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"Section2-LegallyTitled-PID","type":"textfield","input":true,"label":"PID","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"inputMask":"999-999-999","tableView":true,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e35yp8o"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"edxz0kc"},{"key":"Section2-LegallyTitled-LandDescription","type":"textarea","input":true,"label":"Land Description","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"tableView":true,"autoExpand":false,"inputFormat":"plain","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"eg4rrls"}],"id":"ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"id":"edwqg5s"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"eljmet"},{"title":"For Untitled Crown Land (Impacted Property)","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"Section2-forUntitledCrownLand2","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"landOwnershipImpactedPropertyPleaseSelectAllThatApply","eq":"untitledCrown"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"","breadcrumb":"default","tabindex":"","input":false,"collapsed":false,"tableView":false,"components":[{"label":"Crown Land Entries","labelPosition":"top","description":"","tooltip":"","disableAddingRemovingRows":false,"conditionalAddButton":"","reorder":false,"addAnother":"","addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"customClass":"","tabindex":"","hidden":false,"hideLabel":true,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":[{"Section2-LegallyTitled-PID":"","SiteAddress-UntitledCrown-PIN":"","Section2-LegallyTitled-LandDescription":"","SiteAddress-UntitledCrown-LandDescription":""}],"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"minLength":"","maxLength":"","customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"Section2-UntitledCrown-PINColumn1","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"datagrid","input":true,"components":[{"title":"Crown Land","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":true,"dataGridLabel":false,"disabled":false,"modalEdit":false,"key":"panel1","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"key":"cols3","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"label":"PIN","tableView":true,"key":"Section2-LegallyTitled-PID","type":"textfield","input":true,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e6g3hkp"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[],"currentWidth":6}],"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"eqa4hvn"},{"label":"Land Description or metes and bounds","autoExpand":false,"tableView":true,"inputFormat":"plain","key":"Section2-LegallyTitled-LandDescription","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"esiwlom"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"id":"ecdu066"},{"label":"And if available:","reorder":false,"addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"hideLabel":true,"tableView":false,"defaultValue":[{"Section2-UntitledCrown-CrownLandFileNumbers":"","SiteAddress-UntitledCrown-CrownLandFileNumbers":""}],"key":"Section2-UntitledCrownLand-FileNumberColumn1","type":"datagrid","input":true,"components":[{"key":"Section2-UntitledCrown-CrownLandFileNumbers","type":"textfield","input":true,"label":"Crown Land File Numbers","tableView":true,"id":"eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"id":"ebjum0p"},{"title":"For untitled municipal land (Impacted Property)","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"Section2-forUntitledCrownLand3","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"landOwnershipImpactedPropertyPleaseSelectAllThatApply","eq":"untitledMunicipal"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"","breadcrumb":"default","tabindex":"","input":false,"collapsed":false,"tableView":false,"components":[{"key":"Section2-LegallyTitled-LandDescription1","type":"textarea","input":true,"label":"Land Description","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"tableView":true,"autoExpand":false,"inputFormat":"plain","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"egph9oi"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"e6amzvb"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"e6t7knc"}],"id":"e8qmdma"},{"html":"Part 3 - Document Summary
","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content5","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"ewlel6g"},{"title":"","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"panel8","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"components":[{"html":"List all known site investigation, risk assessment (including screening level risk assessment), remediation plan and confirmation of remediation reports comleted and directly supporting correspondence submitted (for source site and offsite impacted sites).
List documents in order from newest to oldest.
","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content8","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"eevyl1r"},{"label":"","reorder":false,"addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"hideLabel":true,"tableView":false,"defaultValue":[{"document":"","documentTitle":"","authorCompany":"","documentDate":"00/00/0000"}],"key":"dataGrid2","type":"datagrid","input":true,"components":[{"title":"Document","collapsible":false,"key":"documents","type":"panel","label":"Documents","input":false,"tableView":false,"components":[{"label":"Document #:","tableView":true,"key":"document","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e0ufs5o"},{"label":"Document Title","tableView":true,"key":"documentTitle","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e839axn"},{"label":"Author/Company","tableView":true,"key":"authorCompany","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eum71oo"},{"label":"Document Date","hideInputLabels":false,"inputsLabelPosition":"top","useLocaleSettings":false,"tableView":false,"fields":{"day":{"hide":false,"type":"number","placeholder":"","required":false},"month":{"hide":false,"type":"select","placeholder":"","required":false},"year":{"hide":false,"type":"number","placeholder":"","required":false}},"key":"documentDate","type":"day","input":true,"defaultValue":"00/00/0000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"egqqs34"}],"id":"e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"id":"e1pcqd3"}],"id":"euq4ro"},{"html":"Part 4 - Investigation Summary
","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content6","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e08pdh"},{"label":"Has an Approval in Principal (AiP) been issued for this site?","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Yes","value":"true","shortcut":""},{"label":"No","value":"false","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"hasAnApprovalInPrincipalAiPBeenIssuedForThisSite","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"etgpg9","defaultValue":""},{"html":"If an Approval in Principle (AIP) has been issued and this SoSC form is being submitted as part of a Certificate of Compliance, you do not need to complete PART 4.
If an AiP has not been issued, or if other circumstances require completion of section 4, please complete PARTS 4.1 to 4.8 below where indicated.
","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content7","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e4z1cma"},{"title":"SECTION I - Investigations Completed","collapsible":false,"key":"sectionIInvestigationsCompleted","conditional":{"show":true,"when":"hasAnApprovalInPrincipalAiPBeenIssuedForThisSite","eq":"false"},"type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"title":"","collapsible":false,"key":"panel2","type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"html":"Stage 1 PSI ","label":"Content","refreshOnChange":false,"key":"content9","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"e3pl2xr"},{"label":"Completed? ","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"N/A","value":"nA","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"completed","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e5mdhfh"},{"label":"Includes Stage 1 PSI information as listed in CSR Section 58 and any current applicable ministry protocols, guidelines, checklists, etc.?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"N/A","value":"nA","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"includesStage1PsiInformationAsListedInCsrSection58AndAnyCurrentApplicableMinistryProtocolsGuidelinesChecklistsEtc","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eaori8x"},{"html":"Stage 2 PSI ","label":"Content","refreshOnChange":false,"key":"content10","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"epv4kl"},{"label":"Completed? ","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"N/A","value":"nA","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"completed1","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"evp0dxp"},{"label":"Includes Stage 2 PSI information as listed in CSR Section 59 and any current applicable ministry protocols, guidelines, checklists, etc.?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"N/A","value":"nA","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"includesStage1PsiInformationAsListedInCsrSection58AndAnyCurrentApplicableMinistryProtocolsGuidelinesChecklistsEtc1","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ep82c5k"},{"html":"DSI ","label":"Content","refreshOnChange":false,"key":"content11","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"era84nd"},{"label":"Completed? ","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"N/A","value":"nA","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"completed2","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e1o53pv"},{"label":"Includes DSI information as listed in CSR Section 59 and any current applicable ministry protocols, guidelines, checklists, etc.?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"N/A","value":"nA","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"includesStage1PsiInformationAsListedInCsrSection58AndAnyCurrentApplicableMinistryProtocolsGuidelinesChecklistsEtc2","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eaetjce"},{"html":"Other Reports ","label":"Content","refreshOnChange":false,"key":"content12","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"e54l6dg"},{"label":"Completed? ","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"N/A","value":"nA","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"completed3","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"enqzxx"},{"label":"According to other guidelines? (Provide explanation in notes below. Indicate how reports assist understanding of conditions and remediation.)","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"N/A","value":"nA","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"includesStage1PsiInformationAsListedInCsrSection58AndAnyCurrentApplicableMinistryProtocolsGuidelinesChecklistsEtc3","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"epuetea"},{"label":"Notes","tableView":true,"key":"notes","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e40v61c"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default","id":"e5czdm"},{"html":"If completed investigation reports are not adequate or if reports are titled differently or have a different scope than those listed above in accordance with the Contaminated Sites Regulation (i.e. PSI, DSI), complete Section 4.8 (Investigation or Interpretation Issues)
","label":"Content","refreshOnChange":false,"key":"content66","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"eckn0k"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default","id":"eqjsu9p"},{"title":"SECTION II - Site Conditions","collapsible":false,"key":"sectionIiSiteConditions","conditional":{"show":true,"when":"hasAnApprovalInPrincipalAiPBeenIssuedForThisSite","eq":"false"},"type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"label":"Topography","description":"Describe steepness, direction of slope and position of site in relation to surrounding land","autoExpand":false,"tableView":true,"key":"topography","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"ehhl80m"},{"label":"Stratigraphy","description":"Describe depth and thickness, grain size, etc. of typical stratigraphic components and note depth to cemented or very compact materials, bedrock / refusal, etc.","autoExpand":false,"tableView":true,"key":"stratigraphy","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"etftfyg"},{"label":"Hydrogeology","description":"Describe groundwater levels, confining / semi-confining layers, flow velocity and hydraulic conductivity. Provide arguments and supporting data to show compliance with Protocol 21 \"Water Use Determination\" where a specified groundwater use (DW, AW, IW or LW) has been determined not to apply. Provide explicit statements and description for every geological unit where an exemption from a specified water use is proposed to apply (add additional pages if necessary).","autoExpand":false,"tableView":true,"key":"hydrogeology","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"e2zxth"},{"label":"Surface water features - freshwater ","description":"List name, direction and distance to nearest surface water bodies and the characteristics (e.g., relative size / flow) of the water body","autoExpand":false,"tableView":true,"key":"surfaceWaterFeaturesFreshwater","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"eqsdwfv"},{"label":"Surface water features - marine waters","description":"List name, direction and distance to nearest surface water bodies and the characteristics (e.g., relative size / flow) of the water body","autoExpand":false,"tableView":true,"key":"surfaceWaterFeaturesMarineWaters","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"exdrjd"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default","id":"ejah089"},{"title":"SECTION III - Land Use","collapsible":false,"key":"sectionIiiLandUse","conditional":{"show":true,"when":"hasAnApprovalInPrincipalAiPBeenIssuedForThisSite","eq":"false"},"type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"html":"Please indicate land use for each applicable area ","label":"Content","refreshOnChange":false,"key":"content14","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"enxqvoe"},{"label":"Onsite: Site","description":"Description of current land use(s)/activities:","autoExpand":false,"tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"key":"onsiteSite","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"e6rs9wg"},{"label":"Offsite: North","description":"Description of current land use(s)/activities:","autoExpand":false,"tableView":true,"key":"offsiteNorth","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"e7l6j3"},{"label":"Offsite: East","description":"Description of current land use(s)/activities:","autoExpand":false,"tableView":true,"key":"offsiteEast","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"es0gn0e"},{"label":"Offsite: South","description":"Description of current land use(s)/activities:","autoExpand":false,"tableView":true,"key":"offsiteSouth","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"eizhyma"},{"label":"Offsite: West","description":"Description of current land use(s)/activities:","autoExpand":false,"tableView":true,"key":"offsiteWest","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"eajh7y"},{"label":"Proposed land use of site","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Same as above","value":"sameAsAbove","shortcut":""},{"label":"Other","value":"other","shortcut":""}],"key":"proposedLandUseOfSite","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ef9c7xv"},{"label":"Describe:","autoExpand":false,"tableView":true,"key":"describe","conditional":{"show":true,"when":"proposedLandUseOfSite","eq":"other"},"type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"enenb"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default","id":"ehd14l6"},{"title":"SECTION IV - Applicable Numerical Standards and Criteria","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"sectionIvApplicableNumericalStandardsAndCriteria","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"hasAnApprovalInPrincipalAiPBeenIssuedForThisSite","eq":"false"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"html":"Soil (CSR Schedule 3.1) Property - Source Site ","label":"Content","refreshOnChange":false,"key":"content15","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"epzrwqp"},{"label":"CSR Land Use - Current","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Industrial Land Use (IL)","value":"industrialLandUseIl","shortcut":""},{"label":"Commercial Land Use (CL)","value":"commercialLandUseCl","shortcut":""},{"label":"Residential Land Use High Density (RLHD)","value":"residentialLandUseHighDensityRlhd","shortcut":""},{"label":"Residential Land Use Low Density (RLLD)","value":"residentialLandUseLowDensityRlld","shortcut":""},{"label":"Urban Park Land Use (PL)","value":"urbanParkLandUsePl","shortcut":""},{"label":"Agricultural Land Use (AL)","value":"agriculturalLandUseAl","shortcut":""},{"label":"Wildlands Natural Land Use (WLN)","value":"wildlandsNaturalLandUseWln","shortcut":""},{"label":"Wildlands Reverted Land Use (WLR)","value":"wildlandsRevertedLandUseWlr","shortcut":""},{"label":"Other","value":"other","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"csrLandUseCurrent","type":"selectboxes","input":true,"inputType":"checkbox","defaultValue":{"industrialLandUseIl":false,"commercialLandUseCl":false,"residentialLandUseHighDensityRlhd":false,"residentialLandUseLowDensityRlld":false,"urbanParkLandUsePl":false,"agriculturalLandUseAl":false,"wildlandsNaturalLandUseWln":false,"wildlandsRevertedLandUseWlr":false,"other":false},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"e24v93"},{"label":"If 'Other' is specified above, please explain: (e.g. applicable or excluded guidance, protocols or policies specific to the site)","autoExpand":false,"tableView":true,"key":"ifOtherIsSpecifiedAbovePleaseExplainEGApplicableOrExcludedGuidanceProtocolsOrPoliciesSpecificToTheSite","conditional":{"show":true,"when":"csrLandUseCurrent","eq":"other"},"type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"e4nly1"},{"label":"Notes: If 'Other' standards selected above, provide rationale for why a typical standard does not apply:","autoExpand":false,"tableView":true,"key":"notesIfOtherStandardsSelectedAboveProvideRationaleForWhyATypicalStandardDoesNotApply","conditional":{"show":true,"when":"csrLandUseCurrent","eq":"other"},"type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"ebde74r"},{"label":"Have Protocol 2 site-specific standards been applied?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"key":"haveProtocol2SiteSpecificStandardsBeenApplied","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"exwmue8"},{"label":"Note: If P2 site-specific numerical standards selected above, identify the substance and provide rationale for application of the site-specific numerical standard.","autoExpand":false,"tableView":true,"key":"noteIfP2SiteSpecificNumericalStandardsSelectedAboveIdentifyTheSubstanceAndProvideRationaleForApplicationOfTheSiteSpecificNumericalStandard","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"eu2f997"},{"label":"Have Protocol 4 site-specific standards been applied?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"key":"haveProtocol4SiteSpecificStandardsBeenApplied","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ea8eabc"},{"label":"Note: If P4 background selected above, provide rationale for why the background concentration applies.","autoExpand":false,"tableView":true,"key":"noteIfP4BackgroundSelectedAboveProvideRationaleForWhyTheBackgroundConcentrationApplies","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"eztiog"},{"label":"Does more than one land use apply at this site?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"haveProtocol4SiteSpecificStandardsBeenApplied1","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"elpsvca"},{"label":"If more than one land use applies to the site, specify additional land uses covered by the document, i.e., riparian areas, roadways, etc. include a diagram to clearly show the area(s) with different standards.","autoExpand":false,"tableView":true,"key":"ifMoreThanOneLandUseAppliesToTheSiteSpecifyAdditionalLandUsesCoveredByTheDocumentIERiparianAreasRoadwaysEtcIncludeADiagramToClearlyShowTheAreaSWithDifferentStandards","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"ekvvcob"},{"label":"Attention: attach diagram if more than one land use applies","tableView":false,"defaultValue":false,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"key":"attentionAttachDiagramIfMoreThanOneLandUseApplies","type":"checkbox","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"right","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"checkbox","value":"","name":"","id":"ez43pr"},{"label":"CSR Land Use - Proposed","optionsLabelPosition":"right","tableView":false,"defaultValue":{"industrialLandUseIl":false,"commercialLandUseCl":false,"residentialLandUseHighDensityRlhd":false,"residentialLandUseLowDensityRlld":false,"urbanParkLandUsePl":false,"agriculturalLandUseAl":false,"wildlandsNaturalLandUseWln":false,"wildlandsRevertedLandUseWlr":false,"other":false},"values":[{"label":"Industrial Land Use (IL)","value":"industrialLandUseIl","shortcut":""},{"label":"Commercial Land Use (CL)","value":"commercialLandUseCl","shortcut":""},{"label":"Residential Land Use High Density (RLHD)","value":"residentialLandUseHighDensityRlhd","shortcut":""},{"label":"Residential Land Use Low Density (RLLD)","value":"residentialLandUseLowDensityRlld","shortcut":""},{"label":"Urban Park Land Use (PL)","value":"urbanParkLandUsePl","shortcut":""},{"label":"Agricultural Land Use (AL)","value":"agriculturalLandUseAl","shortcut":""},{"label":"Wildlands Natural Land Use (WLN)","value":"wildlandsNaturalLandUseWln","shortcut":""},{"label":"Wildlands Reverted Land Use (WLR)","value":"wildlandsRevertedLandUseWlr","shortcut":""},{"label":"Other","value":"other","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"csrLandUseProposed","type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"ehtn49"},{"label":"If 'Other' is specified above, please explain: (e.g. applicable or excluded guidance, protocols or policies specific to the site)","autoExpand":false,"tableView":true,"key":"ifOtherIsSpecifiedAbovePleaseExplainEGApplicableOrExcludedGuidanceProtocolsOrPoliciesSpecificToTheSite1","conditional":{"show":true,"when":"csrLandUseProposed","eq":"other"},"type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"ewle16h"},{"label":"Notes: If 'Other' standards selected above, provide rationale for why a typical standard does not apply:","autoExpand":false,"tableView":true,"key":"notesIfOtherStandardsSelectedAboveProvideRationaleForWhyATypicalStandardDoesNotApply1","conditional":{"show":true,"when":"csrLandUseProposed","eq":"other"},"type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"emkd1y"},{"label":"Have Protocol 2 site-specific standards been applied?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"key":"haveProtocol2SiteSpecificStandardsBeenApplied1","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eq1wesd"},{"label":"Note: If P2 site-specific numerical standards selected above, identify the substance and provide rationale for application of the site-specific numerical standard.","autoExpand":false,"tableView":true,"key":"noteIfP2SiteSpecificNumericalStandardsSelectedAboveIdentifyTheSubstanceAndProvideRationaleForApplicationOfTheSiteSpecificNumericalStandard1","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"eo1fmv"},{"label":"Have Protocol 4 site-specific standards been applied?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"key":"haveProtocol4SiteSpecificStandardsBeenApplied2","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"em04tuv"},{"label":"Note: If P4 background selected above, provide rationale for why the background concentration applies.","autoExpand":false,"tableView":true,"key":"noteIfP4BackgroundSelectedAboveProvideRationaleForWhyTheBackgroundConcentrationApplies1","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"e736awck"},{"label":"Does more than one land use apply at this site?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"multipleLandUse","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"erk6myf"},{"label":"If more than one land use applies to the site, specify additional land uses covered by the document, i.e., riparian areas, roadways, etc. include a diagram to clearly show the area(s) with different standards.","autoExpand":false,"tableView":true,"key":"ifMoreThanOneLandUseAppliesToTheSiteSpecifyAdditionalLandUsesCoveredByTheDocumentIERiparianAreasRoadwaysEtcIncludeADiagramToClearlyShowTheAreaSWithDifferentStandards1","conditional":{"show":true,"when":"multipleLandUse","eq":"yes"},"type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"e339galn"},{"label":"Attention: attach diagram if more than one land use applies","tableView":false,"defaultValue":false,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"key":"attentionAttachDiagramIfMoreThanOneLandUseApplies1","conditional":{"show":true,"when":"multipleLandUse","eq":"yes"},"type":"checkbox","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"right","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"checkbox","value":"","name":"","id":"enw2hzm"},{"html":"Offsite Impacted Property(ies) / Management Area Land Use ","label":"Content","refreshOnChange":false,"key":"content16","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"er8zxoq"},{"label":"CSR Land Use - Current","optionsLabelPosition":"right","tableView":false,"defaultValue":{"industrialLandUseIl":false,"commercialLandUseCl":false,"residentialLandUseHighDensityRlhd":false,"residentialLandUseLowDensityRlld":false,"urbanParkLandUsePl":false,"agriculturalLandUseAl":false,"wildlandsNaturalLandUseWln":false,"wildlandsRevertedLandUseWlr":false,"other":false},"values":[{"label":"Industrial Land Use (IL)","value":"industrialLandUseIl","shortcut":""},{"label":"Commercial Land Use (CL)","value":"commercialLandUseCl","shortcut":""},{"label":"Residential Land Use High Density (RLHD)","value":"residentialLandUseHighDensityRlhd","shortcut":""},{"label":"Residential Land Use Low Density (RLLD)","value":"residentialLandUseLowDensityRlld","shortcut":""},{"label":"Urban Park Land Use (PL)","value":"urbanParkLandUsePl","shortcut":""},{"label":"Agricultural Land Use (AL)","value":"agriculturalLandUseAl","shortcut":""},{"label":"Wildlands Natural Land Use (WLN)","value":"wildlandsNaturalLandUseWln","shortcut":""},{"label":"Wildlands Reverted Land Use (WLR)","value":"wildlandsRevertedLandUseWlr","shortcut":""},{"label":"Other","value":"other","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"csrLandUseCurrentImpacted","type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"e4z13y"},{"label":"If 'other' is specified above, please explain: (e.g. applicable or excluded guidance, protocols or policies specific to the site)","autoExpand":false,"tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"key":"ifOtherIsSpecifiedAbovePleaseExplainEGApplicableOrExcludedGuidanceProtocolsOrPoliciesSpecificToTheSite2","conditional":{"show":true,"when":"csrLandUseCurrentImpacted","eq":"other"},"type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"esytwkl"},{"label":"Notes: provide rationale for why a typical standard does not apply","autoExpand":false,"tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"key":"ifOtherIsSpecifiedAbovePleaseExplainEGApplicableOrExcludedGuidanceProtocolsOrPoliciesSpecificToTheSite3","conditional":{"show":true,"when":"csrLandUseCurrentImpacted","eq":"other"},"type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"ey5bxu7"},{"label":"Have Protocol 2 site-specific standards been applied?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"key":"haveProtocol2SiteSpecificStandardsBeenApplied2","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eks5u89"},{"label":"Note: If P2 site-specific numerical standards selected above, identify the substance and provide rationale for application of the site-specific numerical standard.","autoExpand":false,"tableView":true,"key":"noteIfP2SiteSpecificNumericalStandardsSelectedAboveIdentifyTheSubstanceAndProvideRationaleForApplicationOfTheSiteSpecificNumericalStandard2","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"eveexvi"},{"label":"Have Protocol 4 site-specific standards been applied?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"key":"haveProtocol4SiteSpecificStandardsBeenApplied4","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ecl4kdi"},{"label":"Note: If P4 background selected above, provide rationale for why the background concentration applies.","autoExpand":false,"tableView":true,"key":"noteIfP4BackgroundSelectedAboveProvideRationaleForWhyTheBackgroundConcentrationApplies2","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"e1vwxs"},{"html":"Groundwater (CSR Schedule 3.2) ","label":"Content","refreshOnChange":false,"key":"content17","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"e47bqcv"},{"label":"Do groundwater standards apply at your site?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"key":"doGroundwaterStandardsApplyAtYourSite","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eh13wx"},{"html":"Groundwater ","label":"Content","refreshOnChange":false,"key":"content18","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"eqg5o7"},{"label":"Select all that apply ","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Aquatic Life (AW) Fresh","value":"aquaticLifeAwFresh","shortcut":""},{"label":"Aquatic Life (AW) Marine","value":"aquaticLifeAwMarine","shortcut":""},{"label":"Irrigation (IW)","value":"irrigationIw","shortcut":""},{"label":"Livestock (LW)","value":"livestockLw","shortcut":""},{"label":"Drinking Water (DW)","value":"drinkingWaterDw","shortcut":""},{"label":"No Water Use","value":"noWaterUse","shortcut":""}],"key":"selectAllThatApply","type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"en2a4pq"},{"label":"Has a Protocol 9 background concentration been applied? ","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"key":"hasAProtocol9BackgroundConcentrationBeenApplied","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eimpdh"},{"label":"Notes: If Protocol 9 background concentration selected, provide rationale for why the background concentration applies.","autoExpand":false,"tableView":true,"key":"notesIfProtocol9BackgroundConcentrationSelectedProvideRationaleForWhyTheBackgroundConcentrationApplies","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"e5tilj"},{"html":"Surface water (BC Approved Water Quality Guidelines) ","label":"Content","refreshOnChange":false,"key":"content19","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"eja0cs8"},{"label":"Do surface water guidelines apply at your site? ","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"key":"surfaceWaterGuidelinesApply","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e6ew7lk"},{"label":"Select all that apply","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Ambient freshwater","value":"ambientFreshwater","shortcut":""},{"label":"Ambient marine","value":"ambientMarine","shortcut":""},{"label":"Not Applicable","value":"notApplicable","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"selectAllThatApply1","type":"selectboxes","input":true,"inputType":"checkbox","defaultValue":{"ambientFreshwater":false,"ambientMarine":false,"notApplicable":false},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"el4jtnu"},{"html":"Vapour (CSR Schedule 3.3) ","label":"Content","refreshOnChange":false,"key":"content20","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"ek320f"},{"label":"Do vapour standards apply at your site?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"key":"vapourStandardsApply","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ehz6d3p"},{"label":"Please indicate all that apply:","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Agricultural, Urban park, Residential use (AL, PL, RL)","value":"agriculturalUrbanParkResidentialUseAlPlRl","shortcut":""},{"label":"Commercial use (CL)","value":"commercialUseCl","shortcut":""},{"label":"Industrial use (IL)","value":"industrialUseIl","shortcut":""},{"label":"Parkade","value":"parkade","shortcut":""},{"label":"Other","value":"other","shortcut":""}],"key":"pleaseIndicateAllThatApply","type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"e2uphxt"},{"label":"Notes: if other is specified above, include description of assumptions for both current and future development of the site that the selected vapour attenuation factors are based on.","autoExpand":false,"tableView":true,"key":"notesIfOtherIsSpecifiedAboveIncludeDescriptionOfAssumptionsForBothCurrentAndFutureDevelopmentOfTheSiteThatTheSelectedVapourAttenuationFactorsAreBasedOn","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"eapxfka"},{"html":"Sediment (CSR Schedule 3.4) ","label":"Content","refreshOnChange":false,"key":"content21","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"emfcc6"},{"label":"Do sediment standards apply at your site?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"key":"sedimentStandardsApply","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ep179tu"},{"html":"Sediment ","label":"Content","refreshOnChange":false,"key":"content25","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"eefkhsr"},{"html":"Type of aquatic life: ","label":"Content","refreshOnChange":false,"key":"content22","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"e3thv5"},{"label":"Freshwater","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"aquaticLifeFreshwater","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eiorz7g"},{"label":"Marine/Estuarine","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"aquaticLifeMarineEstuarine","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ejh5scg"},{"html":"Type of Habitat: ","label":"Content","refreshOnChange":false,"key":"content23","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"ep3ei0k"},{"label":"Sensitive","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"sensitive","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ey1i3fk"},{"label":"Typical","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"typical","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ehliufd"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"ezpn8f"},{"title":"SECTION V - Areas of Potential Environmental Concern (APEC) and Potential Contaminants of Concern (PCOC) Summary","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"sectionVAreasOfPotentialEnvironmentalConcernApecAndPotentialContaminantsOfConcernPcocSummary","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"hasAnApprovalInPrincipalAiPBeenIssuedForThisSite","eq":"false"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"html":"Provide reference to a figure showing onsite and offsite APECs and PCOCs associated with each APEC ","label":"Content","refreshOnChange":false,"key":"content24","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"ep4sdn"},{"label":"add additional entries as necessary:","reorder":false,"addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"tableView":false,"defaultValue":[{"report":"","figure":"","page":""}],"key":"dataGrid3","type":"datagrid","input":true,"components":[{"title":"References","collapsible":false,"key":"references","type":"panel","label":"","input":false,"tableView":false,"components":[{"label":"Report #","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"report","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e42c3ej"},{"label":"Figure #","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"figure","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e1sgs7i"},{"label":"Page #","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"page","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"es5kcwo"}],"id":"egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"id":"e7yn7b9"},{"html":"Attention: Include reports listed above outlining APECs and PCOCs
","label":"Content","refreshOnChange":false,"key":"content26","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"ek43j2"},{"label":"I acknowledge that I will include reports as listed above ","tableView":false,"key":"iAcknowledgeThatIWillIncludeReportsAsListedAbove","type":"checkbox","input":true,"defaultValue":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"right","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"checkbox","value":"","name":"","id":"e7orccq"},{"html":"APEC and PCOC Summary
APEC Description: Describe location in relation to process source, waste, fill, land use or activity, etc., giving rise to APEC and if APEC is primarily due to soil or water contamination.
PCOC : Indicate products, chemicals, waste type, etc. and / or analytical parameter.
APEC and PCOC summary: List individual substances or groups of substances and their Chemical Abstract Service Numbers as they appear in the applicable schedule of the CSR. Attach lists or tables as needed.
","label":"Content","refreshOnChange":false,"key":"content27","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"el9sxmn"},{"label":"","reorder":false,"addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"tableView":false,"defaultValue":[{"apec":"","apecDescription":"","pcocS":"","pleaseIndicateWhereAnalysesCompleted":{"soil":false,"sediment":false,"groundwater":false,"surfaceWater":false,"vapour":false,"otherPleaseExplainBelow":false,"other":false}}],"key":"dataGrid4","type":"datagrid","input":true,"components":[{"title":"Summary","collapsible":false,"key":"summary","type":"panel","label":"Summaries","input":false,"tableView":false,"components":[{"label":"APEC #","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"apec","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ey16rue"},{"label":"APEC Description","autoExpand":false,"tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"key":"apecDescription","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"euv345s"},{"label":"PCOC(s)","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"pcocS","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e7sbcyi"},{"label":"Please indicate where analyses completed:","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Soil","value":"soil","shortcut":""},{"label":"Sediment","value":"sediment","shortcut":""},{"label":"Groundwater","value":"groundwater","shortcut":""},{"label":"Surface Water","value":"surfaceWater","shortcut":""},{"label":"Vapour","value":"vapour","shortcut":""},{"label":"Other (Please explain below)","value":"other","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"pleaseIndicateWhereAnalysesCompleted","type":"selectboxes","input":true,"inputType":"checkbox","defaultValue":{"soil":false,"sediment":false,"groundwater":false,"surfaceWater":false,"vapour":false,"otherPleaseExplainBelow":false,"other":false},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"eg618ak"},{"label":"'Other' explanation","autoExpand":false,"tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"key":"otherExplanation","conditional":{"show":true,"when":"pleaseIndicateWhereAnalysesCompleted","eq":"other"},"type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"erxxdli"}],"id":"e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"id":"ei568rj"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"e7q3hil"},{"title":"SECTION VI - Areas of Environmental Concern (AEC) and Contaminants of Concern (COC) Summary","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"sectionViAreasOfEnvironmentalConcernAecAndContaminantsOfConcernCocSummary","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"hasAnApprovalInPrincipalAiPBeenIssuedForThisSite","eq":"false"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"html":"Stage 2 Preliminary Site Investigation (PSI) Provide reference to figure(s) showing the AEC and COC associated with each AEC in onsite and offsite soil, water, sediment and/or vapour. Sample locations and corresponding analytical results shall be shown on each figure and in tabular form with reference to applicable standards:
","label":"Content","refreshOnChange":false,"key":"content28","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"e348r8u"},{"label":"","reorder":false,"addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"hideLabel":true,"tableView":false,"defaultValue":[{"environmentalMedium":"","report":"","page":"","figure":""}],"key":"dataGrid5","type":"datagrid","input":true,"components":[{"title":"Summary","collapsible":false,"key":"summary","type":"panel","label":"AEC and COC Summary","input":false,"tableView":false,"components":[{"label":"Environmental Medium","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"environmentalMedium","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"emrnwt"},{"label":"Report #","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"report","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ezjgbqk"},{"label":"Page #","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"page","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e93qh3o"},{"label":"Figure #","tableView":true,"key":"figure","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eu9o53q"}],"id":"eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"id":"enyqev"},{"html":"Detailed Site Investigation (DSI) Provide references to figures (plan and section), with contours, showing the specific lateral and vertical distribution of each contaminant of concern in onsite and offsite soil, sediment, water and vapour. Sections shall be longitudinal and transverse with respect to groundwater flow and include physical conditions (e.g. stratigraphy, water table etc.). Sample locations with corresponding analytical results used to develop each figure shall be shown on the figure and in tabular form with reference to applicable standards:
","label":"Content","refreshOnChange":false,"key":"content29","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"egzo5zb"},{"label":"","reorder":false,"addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"hideLabel":true,"tableView":false,"defaultValue":[{"environmentalMedium":"","report":"","page":"","figure":""}],"key":"dataGrid6","type":"datagrid","input":true,"components":[{"title":"","collapsible":false,"key":"summary","type":"panel","label":"AEC and COC Summary","input":false,"tableView":false,"components":[{"label":"Environmental Medium","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"environmentalMedium","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"edmm3sb"},{"label":"Report #","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"report","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e3mvybo"},{"label":"Page #","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"page","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eknllaa"},{"label":"Figure #","tableView":true,"key":"figure","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ef617zf"}],"id":"ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"id":"e5mao0a"},{"html":"AEC/APEC and COC Extent of Contamination ","label":"Content","refreshOnChange":false,"key":"content30","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"e0havy"},{"label":"","reorder":false,"addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"hideLabel":true,"tableView":false,"defaultValue":[{"aecApecUseSameSAsForApeCsInTableAbove":"","coc":"","mediumEGSoilGroundwaterSedimentVapourSurfaceWaterOther":"","maxMeasuredConcentrationIndicateUnits":"","areaM":"","depthRangeM":"","notes1":""}],"key":"dataGrid7","type":"datagrid","input":true,"components":[{"title":"","collapsible":false,"key":"panel8","type":"panel","label":"","input":false,"tableView":false,"components":[{"label":"AEC/APEC: Use same #s as for APECs in table above","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"aecApecUseSameSAsForApeCsInTableAbove","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e99tie4"},{"label":"COC","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"coc","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eo9g8ms"},{"label":"Medium","placeholder":"e.g. soil, groundwater, sediment, vapour, surface water, other","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"mediumEGSoilGroundwaterSedimentVapourSurfaceWaterOther","type":"textfield","input":true,"prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"erqoauyy"},{"label":"Max Measured Concentration (indicate units)","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"maxMeasuredConcentrationIndicateUnits","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eqfcnt7"},{"label":"Area (m²)","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"areaM","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ecx8h8h"},{"label":"Depth Range (m)","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"depthRangeM","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"evgae2q"},{"label":"Notes","placeholder":"e.g. site type, classification, relevant approvals, etc.","autoExpand":false,"tableView":true,"key":"notes2","type":"textarea","input":true,"prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"eak2oy8"}],"id":"evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"id":"e3pfzbj"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"e1tcxwk"},{"title":"SECTION VII - Offsite Migration","collapsible":false,"key":"sectionViiOffsiteMigration","conditional":{"show":true,"when":"hasAnApprovalInPrincipalAiPBeenIssuedForThisSite","eq":"no"},"type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"label":"Is there evidence that one or more substances has migrated or is likely to have migrated to a neighbouring site and is or is likely causing contamination of the neighbouring property?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"isThereEvidenceThatOneOrMoreSubstancesHasMigratedOrIsLikelyToHaveMigratedToANeighbouringSiteAndIsOrIsLikelyCausingContaminationOfTheNeighbouringProperty","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eyt9j6k"},{"label":"Has any sampling occurred offsite for PCOCs in any media?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"hasAnySamplingOccurredOffsiteForPcoCsInAnyMedia","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e5kz2pn"},{"label":"Have preferential pathways been assessed? (including assessment of all neighbouring underground utility rights-of-way)","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"havePreferentialPathwaysBeenAssessedIncludingAssessmentOfAllNeighbouringUndergroundUtilityRightsOfWay","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e6fg35s"},{"title":"","collapsible":false,"hideLabel":true,"key":"panel3","conditional":{"show":true,"when":"isThereEvidenceThatOneOrMoreSubstancesHasMigratedOrIsLikelyToHaveMigratedToANeighbouringSiteAndIsOrIsLikelyCausingContaminationOfTheNeighbouringProperty","eq":"yes"},"type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"label":"Current offsite transport of contaminants from the site","tableView":false,"key":"currentOffsiteTransportOfContaminantsFromTheSite","type":"checkbox","input":true,"defaultValue":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"right","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"checkbox","value":"","name":"","id":"e75y38c"},{"label":"Historical offsite transport of contaminants from the site","tableView":false,"defaultValue":false,"key":"currentOffsiteTransportOfContaminantsFromTheSite1","type":"checkbox","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"right","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"checkbox","value":"","name":"","id":"e2bknmb"},{"label":"Historical or Current offsite transport of contaminants from the site in:","optionsLabelPosition":"right","tableView":false,"defaultValue":{"groundwater":false,"surfaceWater":false,"vapour":false,"otherExplainBelow":false},"values":[{"label":"Groundwater","value":"groundwater","shortcut":""},{"label":"Surface Water","value":"surfaceWater","shortcut":""},{"label":"Vapour","value":"vapour","shortcut":""},{"label":"Other (explain below)","value":"otherExplainBelow","shortcut":""}],"key":"in","type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"eon7ijc"},{"label":"If other, describe environmental media:","autoExpand":false,"tableView":true,"key":"ifOtherDescribeEnvironmentalMedia","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"e6tjnc8"},{"label":"Briefly describe the nature of and evidence for offsite migration (either known, suspected, or potential)","autoExpand":false,"tableView":true,"key":"brieflyDescribeTheNatureOfAndEvidenceForOffsiteMigrationEitherKnownSuspectedOrPotential","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"er9735"},{"label":"The impacted offsite lands are categorized as:","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Having a potable groundwater source","value":"havingAPotableGroundwaterSource","shortcut":""},{"label":"Being aquatic habitat, as formally defined","value":"beingAquaticHabitatAsFormallyDefined","shortcut":""},{"label":"Agricultural lands","value":"agriculturalLands","shortcut":""},{"label":"Residential or Urban parklands","value":"residentialOrUrbanParklands","shortcut":""},{"label":"Commercial land","value":"commercialLand","shortcut":""},{"label":"Industrial land","value":"industrialLand","shortcut":""},{"label":"Wildlands","value":"wildlands","shortcut":""}],"key":"theImpactedOffsiteLandsAreCategorizedAs","type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"e1stkrj"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default","id":"en99wz"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default","id":"edqxa27"},{"title":"SECTION VIII - Investigation or Interpretation Issues to be Adressed","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"sectionViiiInvestigationOrInterpretationIssuesToBeAdressed","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"hasAnApprovalInPrincipalAiPBeenIssuedForThisSite","eq":"false"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"label":"Identify any issues regarding investigations or interpretations if the PSI and DSI information may not satisfy the requirements of CSR Sections 58 and 59 and applicable protocols and guidance documents. Briefly describe how these deficiencies will be addressed. Enter n/a if not applicable.","autoExpand":false,"tableView":true,"key":"identifyAnyIssuesRegardingInvestigationsOrInterpretationsIfThePsiAndDsiInformationMayNotSatisfyTheRequirementsOfCsrSections58And59AndApplicableProtocolsAndGuidanceDocumentsBrieflyDescribeHowTheseDeficienciesWillBeAddressedEnterNAIfNotApplicable","type":"textarea","rows":5,"input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"wysiwyg":false,"editor":"","fixedSize":true,"id":"ekbzgj"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"edczfu"},{"html":"Part 5 - Remediation Summary ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content33","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"etcmt0o"},{"title":"SECTION I - Remediation Reporting Summary","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"sectionIRemediationReportingSummary","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"components":[{"title":"Risk Assessment","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"riskAssessment","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"components":[{"label":"Completed?","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"completed4","type":"radio","input":true,"inputType":"radio","defaultValue":{"yes":false,"no":false},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"id":"e4gsdhh"},{"label":"Includes quantitative human health and ecological risk assessment report information or screening level risk assessment per EMA, CSR and current applicable ministry protocols, guidelines, checklists? ","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"N/A","value":"nA","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists","type":"radio","input":true,"inputType":"radio","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"id":"ezw7671c"}],"id":"ejp45z9"},{"title":"Remediation Plan","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"riskAssessment1","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"label":"Completed?","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"completed5","type":"radio","input":true,"inputType":"radio","defaultValue":{"yes":false,"no":false},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"id":"el5sg7"},{"label":"Includes CSR specified information for a Remediation Plan (see CSR S.1, 16, 47) and current applicable ministry protocols, guidelines, checklists, etc.?","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"N/A","value":"nA","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists1","type":"radio","input":true,"inputType":"radio","defaultValue":{"yes":false,"no":false,"nA":false},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"id":"e8p4jr"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"evp1obv"},{"title":"Confirmation of Remediation","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"riskAssessment2","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"label":"Completed?","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"completed6","type":"radio","input":true,"inputType":"radio","defaultValue":{"yes":false,"no":false},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"id":"ejkw9fd"},{"label":"Includes CSR specified information (see CSR S.49) and any current applicable ministry protocols, guidelines, checklists for COR reports? ","optionsLabelPosition":"right","tableView":false,"defaultValue":{"yes":false,"no":false,"nA":false},"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"N/A","value":"nA","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists2","type":"radio","input":true,"inputType":"radio","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"id":"ezc4bx5"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"eg2f3g"},{"title":"Other Reports","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"riskAssessment3","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"label":"Completed?","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"completed7","type":"radio","input":true,"inputType":"radio","defaultValue":{"yes":false,"no":false},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"id":"ew6b1fi"},{"label":"According to other guidelines? (Provide explanation in notes below. Indicate how reports assist understanding of conditions and/or remediation.) ","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":{"yes":false,"no":false,"nA":false},"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"N/A","value":"nA","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists3","tags":[],"properties":{},"conditional":{"show":true,"when":"completed7","eq":"yes","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e9z694e"},{"label":"Notes","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"displayMask":"","editor":"","autoExpand":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"html","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":true,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","minWords":"","maxWords":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"notes1","tags":[],"properties":{},"conditional":{"show":true,"when":"completed7","eq":"yes","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textarea","rows":3,"wysiwyg":false,"input":true,"refreshOn":"","dataGridLabel":false,"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputMask":"","fixedSize":true,"id":"eirkrzs","defaultValue":""}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"en3xr0m"},{"html":"If completed remediation reports are not adequate or if reports have a different scope than those listed above in accordance with the CSR complete Section 5.6 - Outstanding Remediation Issues. ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content67","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e4jq65"}],"id":"e8ipwk5"},{"title":"SECTION II - Proposed or Completed Remedial Activities","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"sectionIiProposedOrCompletedRemedialActivities","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"components":[{"html":"Describe all aspects of remediation including regulatory actions and activities to comply with numerical and/or risk-based standards
","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content35","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e3pr3l7"},{"label":"Regulatory: Notification of Independent Remediation, Approval in Principle, Certificate of Compliance, Determination, Restrictive Covenant etc.","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"displayMask":"","editor":"","autoExpand":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"html","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":true,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","minWords":"","maxWords":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"regulatoryNotificationOfIndependentRemediationApprovalInPrincipleCertificateOfComplianceDeterminationRestrictiveCovenantEtc","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textarea","rows":3,"wysiwyg":false,"input":true,"refreshOn":"","dataGridLabel":false,"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputMask":"","fixedSize":true,"id":"elmoc77","defaultValue":""},{"label":"If commitments or conditions to be met are included in an Approval in Principle issued for the site, list these conditions and identify how they were met though remedial activities. ","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"displayMask":"","editor":"","autoExpand":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"html","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":true,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","minWords":"","maxWords":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"ifCommitmentsOrConditionsToBeMetAreIncludedInAnApprovalInPrincipleIssuedForTheSiteListTheseConditionsAndIdentifyHowTheyWereMetThoughRemedialActivities","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textarea","rows":3,"wysiwyg":false,"input":true,"refreshOn":"","dataGridLabel":false,"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputMask":"","fixedSize":true,"id":"eg9hfx","defaultValue":""},{"label":"Remediation to comply with numerical standards (Excavation / disposal of soil, Treatment of soil; Treatment of groundwater, etc.) ","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"displayMask":"","editor":"","autoExpand":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"html","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":true,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","minWords":"","maxWords":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"remediationToComplyWithNumericalStandardsExcavationDisposalOfSoilTreatmentOfSoilTreatmentOfGroundwaterEtc","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textarea","rows":3,"wysiwyg":false,"input":true,"refreshOn":"","dataGridLabel":false,"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputMask":"","fixedSize":true,"id":"ed566qt","defaultValue":""},{"html":"Screening Level Risk Assessment ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content36","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"enhsylu"},{"label":"Intended","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"intended","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"egyizxi","defaultValue":""},{"label":"Carried out","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"intended1","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"efbt54b","defaultValue":""},{"html":"Quantitative Risk Assessment ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content37","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e7p5rjw"},{"label":"Intended","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"intended2","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"emo5xjg"},{"label":"Carried out","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"intended3","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"euhh0a4"},{"html":"If yes for any above, complete Section 5.5 (Summary of Residual Contamination) ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content38","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"ez6x9bq"},{"label":"Describe risk management / exposure reduction methods intended or implemented and indicate the status of any measures.","labelPosition":"top","placeholder":"e.g., Physical / engineering: monitoring, capping or barriers to exposure; Institutional: registration of restrictive covenants, financial security, etc.","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"displayMask":"","editor":"","autoExpand":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"html","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","minWords":"","maxWords":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"describeRiskManagementExposureReductionMethodsIntendedOrImplementedAndIndicateTheStatusOfAnyMeasures","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textarea","rows":6,"wysiwyg":false,"input":true,"refreshOn":"","dataGridLabel":false,"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputMask":"","fixedSize":true,"id":"ew7umzp","defaultValue":""},{"html":"Provide a reference to signed and stamped design drawings provided by a professional engineer for works installed at site boundaries to prevent recontamination of a site. ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content39","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e8a6e6"},{"label":"","reorder":false,"addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"tableView":false,"defaultValue":[{"report":"","page":"","orAppendix":""}],"key":"references","type":"datagrid","input":true,"components":[{"title":"","collapsible":false,"key":"panel4","type":"panel","label":"References","input":false,"tableView":false,"components":[{"label":"Columns","columns":[{"components":[{"label":"Report #","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"report","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ev76fb"}],"width":4,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":4},{"components":[{"label":"Page #","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"page","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"exu4dc8"}],"width":4,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":4},{"components":[{"label":"Appendix #","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"orAppendix","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e1a2r8o"}],"size":"md","width":4,"offset":0,"push":0,"pull":0,"currentWidth":4}],"key":"columns","type":"columns","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"e9e5bm"}],"id":"e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"id":"e2jy1yl"}],"id":"epn9oxk"},{"title":"SECTION III - Summary of Remediation Plan/Remediation","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"sectionIiiSummaryOfRemediationPlanRemediation","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"components":[{"html":"Remediation Standards and Schedule ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content40","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"ep2zw9j"},{"label":"Environmental medium assessed. Select all that apply. (If this SOSC is to support a Negative Determination Application, select N/A)","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":{"soil":false,"groundwater":false,"surfaceWater":false,"sediment":false,"nA":false,"vapour":false},"values":[{"label":"Soil","value":"soil","shortcut":""},{"label":"Groundwater","value":"groundwater","shortcut":""},{"label":"Surface Water","value":"surfaceWater","shortcut":""},{"label":"Vapour","value":"vapour","shortcut":""},{"label":"Sediment","value":"sediment","shortcut":""},{"label":"N/A","value":"nA","shortcut":""}],"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","minSelectedCountMessage":"","maxSelectedCountMessage":"","errors":"","key":"environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"fieldSet":false,"id":"e165oim"},{"label":"Soil","labelPosition":"top","description":"","tooltip":"","disableAddingRemovingRows":false,"conditionalAddButton":"","reorder":false,"addAnother":"","addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":[{"aecUseTheSameAecAsForAeCsInSection46":"","coc":"","remediatedToTheFollowingStandardProposedOrCompleted":{"numericalStandardGuidelineOrCriteria":false,"siteSpecificNumericalStandard":false,"backgroundConcentrationAttachProtocol4ApprovalIfApplicable":false,"riskBased":false},"remediationComplete":"","proposedOrActualCompletionDate":"00/00/0000"}],"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"minLength":"","maxLength":"","customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"dataGrid8","tags":[],"properties":{},"conditional":{"show":true,"when":"environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA","eq":"soil","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"datagrid","input":true,"components":[{"title":"Soil","collapsible":false,"hideLabel":true,"key":"panel4","type":"panel","label":"","input":false,"tableView":false,"components":[{"label":"AEC # (Use the same AEC# as for AECs in the table in Section 4.6)","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"aecUseTheSameAecAsForAeCsInSection46","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eaf7t1"},{"label":"COC","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"coc","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eoda2go"},{"label":"Remediated to the following standard (proposed or completed)","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Numerical (standard, guideline or criteria)","value":"numericalStandardGuidelineOrCriteria","shortcut":""},{"label":"Site-Specific numerical standard","value":"siteSpecificNumericalStandard","shortcut":""},{"label":"Background concentration (attach protocol 4 approval if applicable)","value":"backgroundConcentrationAttachProtocol4ApprovalIfApplicable","shortcut":""},{"label":"Risk-based","value":"riskBased","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"remediatedToTheFollowingStandardProposedOrCompleted","type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"emv34m"},{"label":"Remediation complete","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"Remediation Planned","value":"remediationPlanned","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"remediationComplete","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ek8hrjd"},{"label":"Proposed or actual completion date","hideInputLabels":false,"inputsLabelPosition":"top","useLocaleSettings":false,"tableView":false,"fields":{"day":{"hide":false,"required":true,"type":"number","placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""},"year":{"hide":false,"required":true,"type":"number","placeholder":""}},"defaultValue":"00/00/0000","key":"proposedOrActualCompletionDate","type":"day","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"eb274z"}],"id":"eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"id":"eojass"},{"label":"Groundwater","labelPosition":"top","description":"","tooltip":"","disableAddingRemovingRows":false,"conditionalAddButton":"","reorder":false,"addAnother":"","addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":[{"aecUseTheSameAecAsForAeCsInSection46":"","coc":"","remediatedToTheFollowingStandardProposedOrCompleted":{"numericalStandardGuidelineOrCriteria":false,"siteSpecificNumericalStandard":false,"backgroundConcentrationAttachProtocol4ApprovalIfApplicable":false,"riskBased":false},"remediationComplete":"","proposedOrActualCompletionDate":"00/00/0000"}],"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"minLength":"","maxLength":"","customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"dataGrid9","tags":[],"properties":{},"conditional":{"show":true,"when":"environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA","eq":"groundwater","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"datagrid","input":true,"components":[{"title":"Groundwater","collapsible":false,"hideLabel":true,"key":"groundwater","type":"panel","label":"","input":false,"tableView":false,"components":[{"label":"AEC # (Use the same AEC# as for AECs in the table in Section 4.6)","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"aecUseTheSameAecAsForAeCsInSection46","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ej8l9ey"},{"label":"COC","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"coc","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e9w6crd"},{"label":"Remediated to the following standard (proposed or completed)","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Numerical (standard, guideline or criteria)","value":"numericalStandardGuidelineOrCriteria","shortcut":""},{"label":"Site-Specific numerical standard","value":"siteSpecificNumericalStandard","shortcut":""},{"label":"Background concentration (attach protocol 4 approval if applicable)","value":"backgroundConcentrationAttachProtocol4ApprovalIfApplicable","shortcut":""},{"label":"Risk-based","value":"riskBased","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"remediatedToTheFollowingStandardProposedOrCompleted","type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"euyjc8g"},{"label":"Remediation complete","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"Remediation Planned","value":"remediationPlanned","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"remediationComplete","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ef329mn"},{"label":"Proposed or actual completion date","hideInputLabels":false,"inputsLabelPosition":"top","useLocaleSettings":false,"tableView":false,"fields":{"day":{"hide":false,"required":true,"type":"number","placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""},"year":{"hide":false,"required":true,"type":"number","placeholder":""}},"defaultValue":"00/00/0000","key":"proposedOrActualCompletionDate","type":"day","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"euj2r2l"}],"id":"ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"id":"ew0r1gt"},{"label":"Surface Water","labelPosition":"top","description":"","tooltip":"","disableAddingRemovingRows":false,"conditionalAddButton":"","reorder":false,"addAnother":"","addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":[{"aecUseTheSameAecAsForAeCsInSection46":"","coc":"","remediatedToTheFollowingStandardProposedOrCompleted":{"numericalStandardGuidelineOrCriteria":false,"siteSpecificNumericalStandard":false,"backgroundConcentrationAttachProtocol4ApprovalIfApplicable":false,"riskBased":false},"remediationComplete":"","proposedOrActualCompletionDate":"00/00/0000"}],"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"minLength":"","maxLength":"","customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"dataGrid10","tags":[],"properties":{},"conditional":{"show":true,"when":"environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA","eq":"surfaceWater","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"datagrid","input":true,"components":[{"title":"Surface Water","collapsible":false,"hideLabel":true,"key":"surfaceWater","type":"panel","label":"","input":false,"tableView":false,"components":[{"label":"AEC # (Use the same AEC# as for AECs in the table in Section 4.6)","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"aecUseTheSameAecAsForAeCsInSection46","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"exhym4b"},{"label":"COC","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"coc","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"edjxf9"},{"label":"Remediated to the following standard (proposed or completed)","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Numerical (standard, guideline or criteria)","value":"numericalStandardGuidelineOrCriteria","shortcut":""},{"label":"Site-Specific numerical standard","value":"siteSpecificNumericalStandard","shortcut":""},{"label":"Background concentration (attach protocol 4 approval if applicable)","value":"backgroundConcentrationAttachProtocol4ApprovalIfApplicable","shortcut":""},{"label":"Risk-based","value":"riskBased","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"remediatedToTheFollowingStandardProposedOrCompleted","type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"eslf5sl"},{"label":"Remediation complete","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"Remediation Planned","value":"remediationPlanned","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"remediationComplete","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eyhnsyf"},{"label":"Proposed or actual completion date","hideInputLabels":false,"inputsLabelPosition":"top","useLocaleSettings":false,"tableView":false,"fields":{"day":{"hide":false,"required":true,"type":"number","placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""},"year":{"hide":false,"required":true,"type":"number","placeholder":""}},"defaultValue":"00/00/0000","key":"proposedOrActualCompletionDate","type":"day","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"ehez7s"}],"id":"el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"id":"eb6spa00000"},{"label":"Vapour","labelPosition":"top","description":"","tooltip":"","disableAddingRemovingRows":false,"conditionalAddButton":"","reorder":false,"addAnother":"","addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":[{"aecUseTheSameAecAsForAeCsInSection46":"","coc":"","remediatedToTheFollowingStandardProposedOrCompleted":{"numericalStandardGuidelineOrCriteria":false,"siteSpecificNumericalStandard":false,"backgroundConcentrationAttachProtocol4ApprovalIfApplicable":false,"riskBased":false},"remediationComplete":"","proposedOrActualCompletionDate":"00/00/0000"}],"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"minLength":"","maxLength":"","customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"dataGrid11","tags":[],"properties":{},"conditional":{"show":true,"when":"environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA","eq":"vapour","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"datagrid","input":true,"components":[{"title":"Vapour","collapsible":false,"hideLabel":true,"key":"vapour","type":"panel","label":"","input":false,"tableView":false,"components":[{"label":"AEC # (Use the same AEC# as for AECs in the table in Section 4.6)","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"aecUseTheSameAecAsForAeCsInSection46","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"etqxeaii"},{"label":"COC","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"coc","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ec8vxle"},{"label":"Remediated to the following standard (proposed or completed)","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Numerical (standard, guideline or criteria)","value":"numericalStandardGuidelineOrCriteria","shortcut":""},{"label":"Site-Specific numerical standard","value":"siteSpecificNumericalStandard","shortcut":""},{"label":"Background concentration (attach protocol 4 approval if applicable)","value":"backgroundConcentrationAttachProtocol4ApprovalIfApplicable","shortcut":""},{"label":"Risk-based","value":"riskBased","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"remediatedToTheFollowingStandardProposedOrCompleted","type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"exo08af"},{"label":"Remediation complete","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"Remediation Planned","value":"remediationPlanned","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"remediationComplete","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e86fmgcc"},{"label":"Proposed or actual completion date","hideInputLabels":false,"inputsLabelPosition":"top","useLocaleSettings":false,"tableView":false,"fields":{"day":{"hide":false,"required":true,"type":"number","placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""},"year":{"hide":false,"required":true,"type":"number","placeholder":""}},"defaultValue":"00/00/0000","key":"proposedOrActualCompletionDate","type":"day","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"et10s3fg"}],"id":"ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"id":"ec6dxnf"},{"label":"Sediment","labelPosition":"top","description":"","tooltip":"","disableAddingRemovingRows":false,"conditionalAddButton":"","reorder":false,"addAnother":"","addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":[{"aecUseTheSameAecAsForAeCsInSection46":"","coc":"","remediatedToTheFollowingStandardProposedOrCompleted":{"numericalStandardGuidelineOrCriteria":false,"siteSpecificNumericalStandard":false,"backgroundConcentrationAttachProtocol4ApprovalIfApplicable":false,"riskBased":false},"remediationComplete":"","proposedOrActualCompletionDate":"00/00/0000"}],"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"minLength":"","maxLength":"","customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"dataGrid12","tags":[],"properties":{},"conditional":{"show":true,"when":"environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA","eq":"sediment","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"datagrid","input":true,"components":[{"title":"Sediment","collapsible":false,"hideLabel":true,"key":"sediment","type":"panel","label":"","input":false,"tableView":false,"components":[{"label":"AEC # (Use the same AEC# as for AECs in the table in Section 4.6)","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"aecUseTheSameAecAsForAeCsInSection46","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e7jbx9j"},{"label":"COC","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"coc","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"esfs5p"},{"label":"Remediated to the following standard (proposed or completed)","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Numerical (standard, guideline or criteria)","value":"numericalStandardGuidelineOrCriteria","shortcut":""},{"label":"Site-Specific numerical standard","value":"siteSpecificNumericalStandard","shortcut":""},{"label":"Background concentration (attach protocol 4 approval if applicable)","value":"backgroundConcentrationAttachProtocol4ApprovalIfApplicable","shortcut":""},{"label":"Risk-based","value":"riskBased","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"remediatedToTheFollowingStandardProposedOrCompleted1","type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"euis3w"},{"label":"Remediation complete","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"Remediation Planned","value":"remediationPlanned","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"remediationComplete","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ek6jihq"},{"label":"Proposed or actual completion date","hideInputLabels":false,"inputsLabelPosition":"top","useLocaleSettings":false,"tableView":false,"fields":{"day":{"hide":false,"required":true,"type":"number","placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""},"year":{"hide":false,"required":true,"type":"number","placeholder":""}},"defaultValue":"00/00/0000","key":"proposedOrActualCompletionDate","type":"day","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"eu50tno"}],"id":"ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"id":"exwpiia0"}],"id":"e3zicjv"},{"title":"SECTION IV - Summary of Contaminant Treatment or Removal","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"sectionIvSummaryOfContaminantTreatmentOrRemoval","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"components":[{"html":" Identify and describe all contamination removed from or treated on-site. Ensure Part 6 is completed regarding the relocation of waste and non-waste soil.
Provide references to figure(s) showing the lateral and vertical extent of any treated or removed contamination. Confirmatory sample locations and corresponding analytical results shall be shown on each figure and in tabular form with reference to applicable standards:
In the AEC column, specify as n/a (not applicable) if remediation or assessment is not required in this environmental medium.
","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content41","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e12mm2s"},{"label":"Data Grid","reorder":false,"addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"hideLabel":true,"tableView":false,"defaultValue":[{}],"key":"dataGrid13","type":"datagrid","input":true,"components":[{"title":"","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"dataGridLabel":false,"disabled":false,"modalEdit":false,"key":"panel","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"label":"AEC / APEC #","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"aecApec","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eqnfc6c"},{"label":"COC","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"coc","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ea1vh2f"},{"label":"Medium","placeholder":"(e.g. soil, groundwater, surface water, vapour, sediment, other)","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"medium","type":"textfield","input":true,"prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ekz1zpq"},{"label":"Material removed volume (m³ or L) ","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"materialRemovedVolumeMOrL","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e287y9a"},{"label":"Material removed disposal location (indicate if treated on- site)","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"textField","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"enr29qh"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"id":"eiqygdt"}],"id":"ezlmejd"},{"title":"SECTION V - Summary of Residual Contamination After Remediation","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"sectionVSummaryOfResidualContaminationAfterRemediation","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"components":[{"html":"Identify and describe all contamination that exceeds CSR numerical standards, after the remediation described above has been implemented. ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content42","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"evqw2d"},{"label":"Data Grid","reorder":false,"addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"hideLabel":true,"tableView":false,"defaultValue":[{}],"key":"dataGrid14","type":"datagrid","input":true,"components":[{"title":"","collapsible":false,"key":"panel10","type":"panel","label":"","input":false,"tableView":false,"components":[{"label":"AEC / APEC #","labelPosition":"top","placeholder":"Use same # as for APECS above","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":true,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"aecApec","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","dataGridLabel":false,"addons":[],"inputType":"text","id":"equan8wd","defaultValue":""},{"label":"COC","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"coc","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e8l3z6"},{"label":"Medium","placeholder":"(e.g. soil, groundwater, surface water, vapour, sediment, other)","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"medium","type":"textfield","input":true,"prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e5nxmnx"},{"label":"Maximum measured concentration (indicate units)","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":true,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"materialRemovedVolumeMOrL","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","dataGridLabel":false,"addons":[],"inputType":"text","id":"eknlfdn","defaultValue":""},{"label":"Extent of Contamination (area m²)","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":true,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"textField","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","dataGridLabel":false,"addons":[],"inputType":"text","id":"e64bv9p","defaultValue":""},{"label":"Extent of contamination (depth range (m))","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":true,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"extentOfContaminationDepthRangeM","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","dataGridLabel":false,"addons":[],"inputType":"text","id":"exmk0l","defaultValue":""}],"id":"esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"id":"eo9nnrn"}],"id":"er09bl"},{"html":" 5.6 Remediation Issues
","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content43","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"ehwovt"},{"label":"Identify any issues regarding investigations or interpretations if the PSI and DSI information may not satisfy the requirements of CSR Sections 58 and 59 and applicable protocols and guidance documents. Briefly describe how these deficiencies will be addressed (examples include destroyed wells, completion of detailed delineation following building demolition or other proposed work at a later stage of remediation). ","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"displayMask":"","editor":"","autoExpand":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"html","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","minWords":"","maxWords":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"textArea","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textarea","rows":12,"wysiwyg":false,"input":true,"refreshOn":"","dataGridLabel":false,"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputMask":"","fixedSize":true,"id":"e3l2fgh","defaultValue":""},{"html":"Part 6 - Summary of Soil Management ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content44","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e80swfv"},{"label":"Was soil relocated from the source site?","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"wasSoilRelocatedFromTheSourceSite","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"em6ei1p","defaultValue":""},{"title":"Panel","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":true,"disabled":false,"modalEdit":false,"key":"panel4","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"wasSoilRelocatedFromTheSourceSite","eq":"yes"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"html":"6.1 Waste Soil Management ","label":"Content","refreshOnChange":false,"key":"content45","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"eubtd7o"},{"label":"Was waste soil relocated to a site authorized under Part 2 of the Environmental Management Act or an Approval in Principle to receive waste soil?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"wasWasteSoilRelocatedToASiteAuthorizedUnderPart2OfTheEnvironmentalManagementActOrAnApprovalInPrincipleToReceiveWasteSoil","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eioxo4w"},{"html":"6.2 Non-Waste Soil Relocation ","label":"Content","refreshOnChange":false,"key":"content46","type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"efcqmu3"},{"label":"Was non-waste soil relocated to a receiving site?","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"wasNonWasteSoilRelocatedToAReceivingSite","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e7iq2oh"},{"label":"Was notification provided according to section 55 (1.1) of the Environmental Management Act? ","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"wasNotificationProvidedAccordingToSection5511OfTheEnvironmentalManagementAct","type":"radio","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ewp4le7"},{"label":"If no, indicate which exemption applies (see CSR section 42) (Please select all that apply)","optionsLabelPosition":"right","tableView":false,"defaultValue":{"siteHasNotBeenUsedForASpecifiedIndustrialOrCommercialUse":false,"forNonHighRiskSitesTheAmountOfSoilRemovedIsLessThan30CubicMetres":false,"soilWasRelocatedToASiteWhereTheDepositIsAuthorizedByPermitApprovalOrderWasteManagementPlanAndOperationalCertificate":false,"receivingSiteIsOutsideOfBritishColumbia":false,"receivingSiteIsOnFederalLandOtherThanAReserveWithinTheMeaningOfTheIndianActCanada":false,"sourceSiteHasNotBeenUsedOtherThanForALowImpactLandUseOrMiningOfMarlEarthSoilPeatSandGravelDimensionStoneRockOrAnyNaturalSubstanceThatIsUsedForAConstructionPurposeOnLandAndTheSoilWasIExtractedInAccordanceWithAPermitUnderTheMinesActAndIiTransportedDirectlyToTheReceivingSite":false,"soilIsPreload":false,"soilIsWinterMaintenanceSand":false},"values":[{"label":"Site has not been used for a specified industrial or commercial use","value":"siteHasNotBeenUsedForASpecifiedIndustrialOrCommercialUse","shortcut":""},{"label":"For non-high risk sites, the amount of soil removed is less than 30 cubic metres","value":"forNonHighRiskSitesTheAmountOfSoilRemovedIsLessThan30CubicMetres","shortcut":""},{"label":"Soil was relocated to a site where the deposit is authorized by permit, approval, order, waste management plan and operational certificate","value":"soilWasRelocatedToASiteWhereTheDepositIsAuthorizedByPermitApprovalOrderWasteManagementPlanAndOperationalCertificate","shortcut":""},{"label":"Receiving site is outside of British Columbia","value":"receivingSiteIsOutsideOfBritishColumbia","shortcut":""},{"label":"Receiving site is on federal land, other than a reserve within the meaning of the Indian Act (Canada)","value":"receivingSiteIsOnFederalLandOtherThanAReserveWithinTheMeaningOfTheIndianActCanada","shortcut":""},{"label":"Source site has not been used other than for a low-impact land use or mining of marl, earth, soil, peat, sand, gravel, dimension stone, rock or any natural substance that is used for a construction purpose on land and the soil was: (i) extracted in accordance with a permit under the Mines Act, and (ii) transported directly to the receiving site","value":"sourceSiteHasNotBeenUsedOtherThanForALowImpactLandUseOrMiningOfMarlEarthSoilPeatSandGravelDimensionStoneRockOrAnyNaturalSubstanceThatIsUsedForAConstructionPurposeOnLandAndTheSoilWasIExtractedInAccordanceWithAPermitUnderTheMinesActAndIiTransportedDirectlyToTheReceivingSite","shortcut":""},{"label":"Soil is preload","value":"soilIsPreload","shortcut":""},{"label":"Soil is winter-maintenance sand","value":"soilIsWinterMaintenanceSand","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"ifNoIndicateWhichExemptionAppliesSeeCsrSection42PleaseSelectAllThatApply","conditional":{"show":true,"when":"wasNotificationProvidedAccordingToSection5511OfTheEnvironmentalManagementAct","eq":"no"},"type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"ey50ioo"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"en97uhj"},{"html":"Part 7 - Recomendation of Approved Professionals ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content47","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"ep2pdaq"},{"label":"Recommendation under Protocol 6","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"recommendationUnderProtocol6","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e6idi1p","defaultValue":""},{"label":"Direct to ministry application?","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"directToMinistryApplication","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e9vcbi","defaultValue":""},{"title":"SECTION I - Certification Document and Summary Recommendation","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"panel9","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"html":"Based on the detailed technical information available for the site, as summarized in this Summary of Site Condition, I recommend that the following certification document be issued for the subject site. ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content49","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e1y6n5q"},{"label":"Approved Professional Name","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":true,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"approvedProfessionalName","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","dataGridLabel":false,"addons":[],"inputType":"text","id":"evgk94d","defaultValue":""},{"label":"Please select those that apply","optionsLabelPosition":"right","tableView":false,"values":[{"label":"A Determination under section 44 of EMA","value":"aDeterminationUnderSection44OfEma","shortcut":""},{"label":"An AiP under section 53 (1) of EMA","value":"anAiPUnderSection531OfEma","shortcut":""},{"label":"A CoC under section 53(3) of EMA ","value":"aCoCUnderSection533OfEma","shortcut":""},{"label":"A Site Risk Reclassification","value":"aSiteRiskReclassification","shortcut":""},{"label":"Other","value":"other","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"key":"pleaseSelectThoseThatApply","type":"selectboxes","input":true,"inputType":"checkbox","defaultValue":{"aDeterminationUnderSection44OfEma":false,"anAiPUnderSection531OfEma":false,"aCoCUnderSection533OfEma":false,"aSiteRiskReclassification":false,"other":false},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"ebm3fb"},{"label":"Describe:","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"displayMask":"","editor":"","autoExpand":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"html","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":true,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","minWords":"","maxWords":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"describe1","tags":[],"properties":{},"conditional":{"show":"","when":"","eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textarea","rows":3,"wysiwyg":false,"input":true,"refreshOn":"","dataGridLabel":false,"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputMask":"","fixedSize":true,"id":"e6u9cg","defaultValue":""},{"html":"Although I understand that the basis of such recommendations should only be formally evaluated by reference to detailed technical guidance, the primary basis of this recommendation or these recommendations is as follows: ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content50","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e2cnv1r"},{"html":" Approved Professional Recommendation ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content51","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"ehkcebn"},{"label":"For a recommendation for a Determination","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"forARecommendationForADetermination","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e4hkgo8","defaultValue":""},{"label":"For a recommendation for an Approval in Principle and for a Certificate of Compliance","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"forARecommendationForADetermination1","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eqg7o5h","defaultValue":""},{"label":"For a recommendation for a Site Risk Reclassification","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"forARecommendationForADetermination2","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ef23oc7","defaultValue":""},{"title":"Panel","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":true,"disabled":false,"modalEdit":false,"key":"panel5","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"components":[{"html":"For a Recommendation for a Determination ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content52","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e4xby8n"},{"label":"Please select those that apply:","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"On the basis of information provided and reviewed, it is my opinion that no CSR Schedule 2 activities have occurred at the subject site.","value":"onTheBasisOfInformationProvidedAndReviewedItIsMyOpinionThatNoCsrSchedule2ActivitiesHaveOccurredAtTheSubjectSite","shortcut":""},{"label":"CSR Schedule 2 activities are known or suspected to have occurred at the subject site, therefore in my opinion contaminants may have been released onto the subject site so that the site would be classified as a contaminated site in accordance with the CSR.","value":"csrSchedule2ActivitiesAreKnownOrSuspectedToHaveOccurredAtTheSubjectSiteThereforeInMyOpinionContaminantsMayHaveBeenReleasedOntoTheSubjectSiteSoThatTheSiteWouldBeClassifiedAsAContaminatedSiteInAccordanceWithTheCsr","shortcut":""},{"label":"CSR Schedule 2 activities are known or suspected to have occurred at the subject site, but it is my opinion that the specific nature of such activities would not result in contamination so that the site would be classified as a contaminated site in accordance with the CSR","value":"csrSchedule2ActivitiesAreKnownOrSuspectedToHaveOccurredAtTheSubjectSiteButItIsMyOpinionThatTheSpecificNatureOfSuchActivitiesWouldNotResultInContaminationSoThatTheSiteWouldBeClassifiedAsAContaminatedSiteInAccordanceWithTheCsr","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"pleaseSelectThoseThatApply1","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ex5vcag","defaultValue":""},{"label":"Preliminary Site Investigation addressing all identified areas of potential environmental concern (APECs) and potential contaminants of concern (PCOCs) was completed. No substances were identified in concentrations exceeding those identified in BC CSR Schedules 3.1, 3.2, 3.3 or 3.4, as applicable. All PCOCs have been listed in Schedule B of the draft Determination.","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"preliminarySiteInvestigationAddressingAllIdentifiedAreasOfPotentialEnvironmentalConcernApeCsAndPotentialContaminantsOfConcernPcoCsWasCompletedNoSubstancesWereIdentifiedInConcentrationsExceedingThoseIdentifiedInBcCsrSchedules313233Or34AsApplicableAllPcoCsHaveBeenListedInScheduleBOfTheDraftDetermination","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"eox84c","defaultValue":false}],"id":"exsm6xc"},{"title":"Panel","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":true,"disabled":false,"modalEdit":false,"key":"panel6","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"components":[{"html":"For a recommendation for an Approval in Principle and for a Certificate of Compliance ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content53","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e7vgxfj"},{"label":"A Preliminary Site Investigation addressing all identified areas of potential environmental concern (APECs) and potential contaminants of concern (PCOCs) was completed. One or more substances were identified at concentrations exceeding applicable standards or criteria in CSR Schedules 3.1, 3.2, 3.3 or 3.4","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"aPreliminarySiteInvestigationAddressingAllIdentifiedAreasOfPotentialEnvironmentalConcernApeCsAndPotentialContaminantsOfConcernPcoCsWasCompletedOneOrMoreSubstancesWereIdentifiedAtConcentrationsExceedingApplicableStandardsOrCriteriaInCsrSchedules313233Or34","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e5lftfj","defaultValue":false},{"label":"A Detailed Site Investigation addressing the locations and extent of all identified areas of environmental concern (AECs) and contaminants of concern (COCs) was completed ","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"aDetailedSiteInvestigationAddressingTheLocationsAndExtentOfAllIdentifiedAreasOfEnvironmentalConcernAeCsAndContaminantsOfConcernCoCsWasCompletedAnd","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"eago9n"},{"label":"And:","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Forms the basis of a remediation plan or risk assessment","value":"formsTheBasisOfARemediationPlanOrRiskAssessment","shortcut":""},{"label":"Was the basis for remediation of the site","value":"wasTheBasisForRemediationOfTheSite","shortcut":""},{"label":"The site is classified as non-high risk under Protocol 12","value":"theSiteIsClassifiedAsNonHighRiskUnderProtocol12","shortcut":""}],"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","minSelectedCountMessage":"","maxSelectedCountMessage":"","errors":"","key":"and","tags":[],"properties":{},"conditional":{"show":true,"when":"aDetailedSiteInvestigationAddressingTheLocationsAndExtentOfAllIdentifiedAreasOfEnvironmentalConcernAeCsAndContaminantsOfConcernCoCsWasCompletedAnd","eq":"true","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"fieldSet":false,"id":"e4eek82","defaultValue":{"formsTheBasisOfARemediationPlanOrRiskAssessment":false,"wasTheBasisForRemediationOfTheSite":false,"theSiteIsClassifiedAsNonHighRiskUnderProtocol12":false}},{"label":"When this Summary of Site Condition was prepared","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Remediation plan had been prepared that provides for remediating all identified locations and respective extent of all contaminants to either CSR numerical or risk-based standards.","value":"remediationPlanHadBeenPreparedThatProvidesForRemediatingAllIdentifiedLocationsAndRespectiveExtentOfAllContaminantsToEitherCsrNumericalOrRiskBasedStandards","shortcut":""},{"label":"All contaminants and their respective locations and extent as identified in investigation and risk assessment reports had been remediated to CSR numerical concentration or risk-based standards.","value":"allContaminantsAndTheirRespectiveLocationsAndExtentAsIdentifiedInInvestigationAndRiskAssessmentReportsHadBeenRemediatedToCsrNumericalConcentrationOrRiskBasedStandards","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"whenThisSummaryOfSiteConditionWasPrepared","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e811jy","defaultValue":""}],"id":"exe5vq3j"},{"title":"Panel","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":true,"disabled":false,"modalEdit":false,"key":"panel7","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"components":[{"html":"For a recommendation for a Site Risk Reclassification ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content54","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e9few7c"},{"label":"Please select","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"The site is classified as risk-managed high risk under Protocol 12.","value":"theSiteIsClassifiedAsRiskManagedHighRiskUnderProtocol12","shortcut":""},{"label":"The site is classified as non-high risk under Protocol 12.","value":"theSiteIsClassifiedAsNonHighRiskUnderProtocol12","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"pleaseSelect","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ek4a37","defaultValue":""}],"id":"eyahkvk"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"exfhnl"},{"title":"SECTION II - Substances Remediated or Standards or Criteria Applied","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"sectionIiSubstancesRemediatedOrStandardsOrCriteriaApplied","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"components":[{"html":"7.2 Substances remediated and standards or criteria applied
Contaminants have been remediated to comply with standards or criteria listed in the following table: (If the site required remediation and has been remediated.)
","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content55","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"egplxle"},{"label":"Substances Remediated","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"N/A","value":"nA","shortcut":""},{"label":"Soil","value":"soil","shortcut":""},{"label":"Water","value":"water","shortcut":""},{"label":"Vapour","value":"vapour","shortcut":""},{"label":"Sediment","value":"sediment","shortcut":""},{"label":"Other","value":"other","shortcut":""}],"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","minSelectedCountMessage":"","maxSelectedCountMessage":"","errors":"","key":"substancesRemediated","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"selectboxes","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"checkbox","fieldSet":false,"id":"ec3tb","defaultValue":{}},{"html":"Use specific compound names as listed in the Contaminated Sites Regulation Schedules. Please list compounds in columns to aid review.
","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content56","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"ep1zcdl"},{"label":"Soil","labelPosition":"top","description":"","tooltip":"","disableAddingRemovingRows":false,"conditionalAddButton":"","reorder":false,"addAnother":"","addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":[{"numericalStandards":"","riskBasedStandards":"","p2SiteSpecificNumericalStandards":"","p4BackgroundConcentrations":"","whatLandUseHasTheSubstanceBeenRemediatedToInSoilPleaseSelectAllThatApply":{"il":false,"cl":false,"rlhd":false,"rlld":false,"pl":false,"al":false,"wln":false,"wlr":false}}],"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"minLength":"","maxLength":"","customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"soil","tags":[],"properties":{},"conditional":{"show":true,"when":"substancesRemediated","eq":"soil","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"datagrid","input":true,"components":[{"title":"Soil","collapsible":false,"hideLabel":true,"key":"soil1","type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"label":"Numerical Standards","tableView":true,"key":"numericalStandards","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"emlo7p"},{"label":"Risk-based standards","tableView":true,"key":"riskBasedStandards","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"en9kpdt"},{"label":"P2 site specific numerical standards","tableView":true,"key":"p2SiteSpecificNumericalStandards","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"emstd8s"},{"label":"P4 Background concentrations","tableView":true,"key":"p4BackgroundConcentrations","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ez67mug"},{"label":"What land use has the substance been remediated to in soil? (Please select all that apply)","optionsLabelPosition":"right","tableView":false,"values":[{"label":"IL","value":"il","shortcut":""},{"label":"CL","value":"cl","shortcut":""},{"label":"RLHD","value":"rlhd","shortcut":""},{"label":"RLLD","value":"rlld","shortcut":""},{"label":"PL","value":"pl","shortcut":""},{"label":"AL","value":"al","shortcut":""},{"label":"WLN","value":"wln","shortcut":""},{"label":"WLR","value":"wlr","shortcut":""}],"key":"whatLandUseHasTheSubstanceBeenRemediatedToInSoilPleaseSelectAllThatApply","type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"estazfs"}],"id":"ef5nwt0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"id":"edy1cum"},{"label":"Water","labelPosition":"top","description":"","tooltip":"","disableAddingRemovingRows":false,"conditionalAddButton":"","reorder":false,"addAnother":"","addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":[{"numericalStandards":"","riskBasedStandards":"","p9BackgroundConcentration":"","whatWaterUseHasTheSubstanceBeenRemediatedToPleaseSelectAllThatApply":{"aquaticLifeAwFresh":false,"aquaticLifeAwMarine":false,"irrigationIw":false,"livestockLw":false,"drinkingWaterDw":false,"noWaterUse":false}}],"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"minLength":"","maxLength":"","customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"water","tags":[],"properties":{},"conditional":{"show":true,"when":"substancesRemediated","eq":"water","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"datagrid","input":true,"components":[{"collapsible":false,"hideLabel":true,"key":"panel","type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"label":"Numerical Standards","tableView":true,"key":"numericalStandards","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ehpkhqe"},{"label":"Risk-based standards","tableView":true,"key":"riskBasedStandards","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ebrjb1o"},{"label":"P9 Background concentration","tableView":true,"key":"p9BackgroundConcentration","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ee4f77p"},{"label":"What water use has the substance been remediated to? (Please select all that apply)","optionsLabelPosition":"right","tableView":false,"values":[{"label":"Aquatic Life (AW) Fresh","value":"aquaticLifeAwFresh","shortcut":""},{"label":"Aquatic Life (AW) Marine","value":"aquaticLifeAwMarine","shortcut":""},{"label":"Irrigation (IW)","value":"irrigationIw","shortcut":""},{"label":"Livestock (LW)","value":"livestockLw","shortcut":""},{"label":"Drinking Water (DW)","value":"drinkingWaterDw","shortcut":""},{"label":"No Water Use","value":"noWaterUse","shortcut":""}],"key":"whatWaterUseHasTheSubstanceBeenRemediatedToPleaseSelectAllThatApply","type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"fieldSet":false,"inline":false,"id":"eq5jxk"}],"id":"eoq12ev000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"title":"Panel","theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"id":"e7or7bq"},{"label":"Vapour","labelPosition":"top","description":"","tooltip":"","disableAddingRemovingRows":false,"conditionalAddButton":"","reorder":false,"addAnother":"","addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":[{"numericalStandards":"","riskBasedStandards":""}],"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"minLength":"","maxLength":"","customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"vapour","tags":[],"properties":{},"conditional":{"show":true,"when":"substancesRemediated","eq":"vapour","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"datagrid","input":true,"components":[{"collapsible":false,"hideLabel":true,"key":"panel","type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"label":"Numerical Standards","tableView":true,"key":"numericalStandards","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ecjqd2"},{"label":"Risk-based standards","tableView":true,"key":"riskBasedStandards","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"enjn8bkh"}],"id":"ett43n0j00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"title":"Panel","theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"id":"eghuf8"},{"label":"Sediment","labelPosition":"top","description":"","tooltip":"","disableAddingRemovingRows":false,"conditionalAddButton":"","reorder":false,"addAnother":"","addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":[{"numericalStandards":"","riskBasedStandards":""}],"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"minLength":"","maxLength":"","customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"sediment","tags":[],"properties":{},"conditional":{"show":true,"when":"substancesRemediated","eq":"sediment","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"datagrid","input":true,"components":[{"collapsible":false,"hideLabel":true,"key":"panel8","type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"label":"Numerical Standards","tableView":true,"key":"numericalStandards","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"esi48dn"},{"label":"Risk-based standards","tableView":true,"key":"riskBasedStandards","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ee9w9ok"}],"id":"euuaaa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"title":"Panel","theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"id":"ecd1ylh"},{"label":"Other","labelPosition":"top","description":"","tooltip":"","disableAddingRemovingRows":false,"conditionalAddButton":"","reorder":false,"addAnother":"","addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":[{"numericalStandards":"","riskBasedStandards":""}],"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"minLength":"","maxLength":"","customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"other","tags":[],"properties":{},"conditional":{"show":true,"when":"substancesRemediated","eq":"other","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"datagrid","input":true,"components":[{"collapsible":false,"hideLabel":true,"key":"panel8","type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"label":"Numerical Standards","tableView":true,"key":"numericalStandards","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e5cfjgb"},{"label":"Risk-based standards","tableView":true,"key":"riskBasedStandards","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e6efm7o"}],"id":"edr4h05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"title":"Panel","theme":"default","breadcrumb":"default"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"id":"efz782r"},{"title":"","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"panel11","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"components":[{"html":"The Director may accept the recommendations of an Approved Professional(s) involved in the review and submission of investigation, risk assessment or remediation reports based in part on the understanding that ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content57","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e8rd8qj"},{"label":"As of the date of signing of this report the approved professional, or approved professionals if more than one, is/are member(s) in good standing of the Roster of Approved Professionals, as maintained by the ministry, and member(s) of the Contaminated Sites Approved Professionals Society (CSAP Society)","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"asOfTheDateOfSigningOfThisReportTheApprovedProfessionalOrApprovedProfessionalsIfMoreThanOneIsAreMemberSInGoodStandingOfTheRosterOfApprovedProfessionalsAsMaintainedByTheMinistryAndMemberSOfTheContaminatedSitesApprovedProfessionalsSocietyCsapSociety","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"espd59k","defaultValue":false},{"label":"The approved professionals signing this Summary of Site Condition have reviewed Table 1, Protocol 6 for Contaminated Sites (Eligibility of Applications for Review by Approved Professionals) and confirm that the Application for Contaminated Sites Services may be processed in the manner for non-high risk sites under the Roster of Approved Professionals process","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"theApprovedProfessionalsSigningThisSummaryOfSiteConditionHaveReviewedTable1Protocol6ForContaminatedSitesEligibilityOfApplicationsForReviewByApprovedProfessionalsAndConfirmThatTheApplicationForContaminatedSitesServicesMayBeProcessedInTheMannerForNonHighRiskSitesUnderTheRosterOfApprovedProfessionalsProcess","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"eso2ic","defaultValue":false},{"label":"The reviewer has no obligation to undertake any inquiry into the validity, accuracy or precision of what is reported in the documents reviewed, beyond that which there is reasonable cause to believe that there could be errors or oversights in those reports","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"theReviewerHasNoObligationToUndertakeAnyInquiryIntoTheValidityAccuracyOrPrecisionOfWhatIsReportedInTheDocumentsReviewedBeyondThatWhichThereIsReasonableCauseToBelieveThatThereCouldBeErrorsOrOversightsInThoseReports","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"ei6b2fp","defaultValue":false},{"label":"(as appropriate) The source site has been satisfactorily investigated for all areas of (potential) environmental concern and (potential) contaminants of concern to determine the lateral and vertical extents of contamination with due regard to EMA, the CSR, and the HWR;","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"asAppropriateTheSourceSiteHasBeenSatisfactorilyInvestigatedForAllAreasOfPotentialEnvironmentalConcernAndPotentialContaminantsOfConcernToDetermineTheLateralAndVerticalExtentsOfContaminationWithDueRegardToEmaTheCsrAndTheHwr","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e2whe88","defaultValue":false},{"label":"(as appropriate) The submitted documentation meets the requirements of Sections 1, 47, 49, 58 and 59 of the CSR;","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"asAppropriateTheSubmittedDocumentationMeetsTheRequirementsOfSections1474958And59OfTheCsr","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"eyeklkd","defaultValue":false},{"label":"(as appropriate) The Screening Level Risk Assessment meets the requirements of Protocol 13;","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"asAppropriateTheScreeningLevelRiskAssessmentMeetsTheRequirementsOfProtocol13","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"ewud17","defaultValue":false}],"id":"e2kqn9c"},{"title":"","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"panel12","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"components":[{"html":" Additional for AIPs, Determination, CoC ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content58","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e3om77a"},{"label":"(for AiPs) The submitted remediation plan, if implemented in accordance with the specified conditions imposed in its draft Schedule 'B' of the AIP, will result in the source site being remediated in accordance with the applicable standards of the CSR and the HWR;","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"forAiPsTheSubmittedRemediationPlanIfImplementedInAccordanceWithTheSpecifiedConditionsImposedInItsDraftScheduleBOfTheAipWillResultInTheSourceSiteBeingRemediatedInAccordanceWithTheApplicableStandardsOfTheCsrAndTheHwr","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"em40f0m","defaultValue":false},{"label":"(for AiPs) It is feasible to implement all provisions of the Remediation Plan and to achieve its objectives and the conditions of the AIP within 5 years of issuance of the AIP","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"forAiPsItIsFeasibleToImplementAllProvisionsOfTheRemediationPlanAndToAchieveItsObjectivesAndTheConditionsOfTheAipWithin5YearsOfIssuanceOfTheAip","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"eko8qoe","defaultValue":false},{"label":"(for AiPs) The confirmation of remediation report meets the requirements of section 49(2) of the CSR;","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"forAiPsTheConfirmationOfRemediationReportMeetsTheRequirementsOfSection492OfTheCsr","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e1z4cw","defaultValue":false},{"label":"(for CoCs) The confirmation of remediation report meets the requirements of section 49 (2) of the CSR","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"forCoCsTheConfirmationOfRemediationReportMeetsTheRequirementsOfSection492OfTheCsr","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"ebhel0f","defaultValue":false},{"label":"(for CoCs) The onsite management area(s) has/have been satisfactorily remediated in accordance with section 53 (3) of the EMA and section 49(2) of the CSR in accordance with applicable standards as identified in the draft COC;","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"forCoCsTheOnsiteManagementAreaSHasHaveBeenSatisfactorilyRemediatedInAccordanceWithSection533OfTheEmaAndSection492OfTheCsrInAccordanceWithApplicableStandardsAsIdentifiedInTheDraftCoc","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e5sr4p4","defaultValue":false},{"label":"For CoCs where contamination exists beyond the legal lot boundaries","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"The off-site portion(s) of the site has/have been satisfactorily remediated in accordance with section 53 (3) of the EMA and section 49(2) of the CSR and makes up part of this application","value":"theOffSitePortionSOfTheSiteHasHaveBeenSatisfactorilyRemediatedInAccordanceWithSection533OfTheEmaAndSection492OfTheCsrAndMakesUpPartOfThisApplication","shortcut":""},{"label":"a Remediation Plan in accordance with requirements of the the CSR, sections 1 and 47 has/have been prepared and application has been made for AIP for the off-site portions","value":"aRemediationPlanInAccordanceWithRequirementsOfTheTheCsrSections1And47HasHaveBeenPreparedAndApplicationHasBeenMadeForAipForTheOffSitePortions","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"forCoCsWhereContaminationExistsBeyondTheLegalLotBoundaries","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e2vnfbod","defaultValue":""},{"label":"(for CoCs where contamination exists beyond the legal lot boundaries and engineered works are required to prevent recontamination of the site) A signed and stamped design drawing has been provided by a professional engineer for works installed at site boundaries to prevent recontamination of the site. The signatory need not be the Approved Professional signing below.","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"forCoCsWhereContaminationExistsBeyondTheLegalLotBoundariesAndEngineeredWorksAreRequiredToPreventRecontaminationOfTheSiteASignedAndStampedDesignDrawingHasBeenProvidedByAProfessionalEngineerForWorksInstalledAtSiteBoundariesToPreventRecontaminationOfTheSiteTheSignatoryNeedNotBeTheApprovedProfessionalSigningBelow","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"equjrfb","defaultValue":false},{"label":"(for Determination) In accordance with section 15 (5) of the CSR, the source site a contaminated site under section 44(1) of the Environmental Management Act;","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"forDeterminationInAccordanceWithSection155OfTheCsrTheSourceSiteAContaminatedSiteUnderSection441OfTheEnvironmentalManagementAct","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"ekx5xzp","defaultValue":false},{"label":"(if a 'direct' final determination) In accordance with section 15 (5) of the CSR, the source site is a contaminated site under section 44 (3) of EMA","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"ifADirectFinalDeterminationInAccordanceWithSection155OfTheCsrTheSourceSiteIsAContaminatedSiteUnderSection443OfEma","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e617ge","defaultValue":false}],"id":"ec7vbrl"},{"html":"The opinions, advice and recommendations expressed in this Summary of Site Condition are made in accordance with generally accepted principles and practices as recognized by members of the applicable profession or discipline practicing at the same time and in the same or similar locations. This Summary of Site Condition does not provide a legal opinion or guarantee regarding compliance with applicable laws. ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content59","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"eg6vc"},{"label":"Data Grid","labelPosition":"top","description":"","tooltip":"","disableAddingRemovingRows":false,"conditionalAddButton":"","reorder":false,"addAnother":"","addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"customClass":"","tabindex":"","hidden":false,"hideLabel":true,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":[{"signatureOfApprovedProfessional":"","firstName":"","lastName":"","dateSigned":"00/00/0000"}],"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"minLength":"","maxLength":"","customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"dataGrid15","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"datagrid","input":true,"components":[{"label":"Approved Professional Signatures","columns":[{"components":[{"label":"Signature of Approved Professional","tableView":false,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"key":"signatureOfApprovedProfessional","type":"signature","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"footer":"Sign above","width":"100%","height":"150px","penColor":"black","backgroundColor":"rgb(245,245,235)","minWidth":"0.5","maxWidth":"2.5","keepOverlayRatio":true,"id":"eufhqc8"}],"width":6,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":6},{"components":[{"label":"First Name","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"firstName","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e459o2u"},{"label":"Last Name","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":true,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"lastName","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","dataGridLabel":false,"addons":[],"inputType":"text","id":"ewkt9qr","defaultValue":""},{"label":"Date","labelPosition":"top","displayInTimezone":"viewer","useLocaleSettings":false,"allowInput":true,"format":"yyyy-MM-dd hh:mm a","placeholder":"","description":"","tooltip":"","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"shortcutButtons":[],"enableDate":true,"datePicker":{"disable":"","disableFunction":"","disableWeekends":false,"disableWeekdays":false,"minDate":null,"maxDate":null,"showWeeks":true,"startingDay":0,"initDate":"","minMode":"day","maxMode":"year","yearRows":4,"yearColumns":5},"enableTime":true,"timePicker":{"showMeridian":true,"hourStep":1,"minuteStep":1,"readonlyInput":false,"mousewheel":true,"arrowkeys":true},"multiple":false,"defaultValue":"","defaultDate":"","customOptions":{},"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"enableMinDateInput":false,"enableMaxDateInput":false,"unique":false,"errorLabel":"","errors":"","key":"dateTime","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"datetime","timezone":"","input":true,"widget":{"type":"calendar","displayInTimezone":"viewer","locale":"en","useLocaleSettings":false,"allowInput":true,"mode":"single","enableTime":true,"noCalendar":false,"format":"yyyy-MM-dd hh:mm a","hourIncrement":1,"minuteIncrement":1,"time_24hr":false,"minDate":null,"disabledDates":"","disableWeekends":false,"disableWeekdays":false,"disableFunction":"","maxDate":null},"prefix":"","suffix":"","refreshOn":"","dataGridLabel":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"datepickerMode":"day","id":"eucmj7"}],"width":6,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":6}],"key":"approvedProfessionalSignature","type":"columns","input":false,"tableView":false,"id":"ev4kpmc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false}],"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"id":"eizst9"}],"id":"efpt8i"},{"title":"SECTION III - Arm's Length Review","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"sectionIiiArmsLengthReview","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"components":[{"html":"There may have been an arm’s length review of one or more of the following recommendations to the Director of Waste Management:
1. Making a recommendation to a Director in support of an application for an Approval in Principle based on remediation to numerical standards or a screening level risk assessment where there is offsite migration at the site.
2. Making a recommendation to a Director in support of an application for an Approval in Principle based on a risk assessment (other than a screening level risk assessment) and remediation to risk-based standards.
3. Making a recommendation to a Director in support of an application for a Certificate of Compliance based on remediation to numerical standards or a screening level risk assessment where there is offsite migration at the site.
4. Making a recommendation to a Director in support of an application for a Certificate of Compliance based on a risk assessment (other than a screening level risk assessment) and remediation to risk-based standards.
5. Making a recommendation to a Director in support of an application for site risk classification/reclassification.
6. Making a recommendation to a Director in support of any other application based on risk assessment or risk management (other than a screening level risk assessment) not otherwise described in any other row in this list, as required under a protocol signed by a Director.
If this is the case please have the Approved Professional who carried out the arm’s length review to sign below, specifying the type of arm’s length review done for the site. ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content60","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"elcdtyx"},{"label":"Data Grid","labelPosition":"top","description":"","tooltip":"","disableAddingRemovingRows":false,"conditionalAddButton":"","reorder":false,"addAnother":"","addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"customClass":"","tabindex":"","hidden":false,"hideLabel":true,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":[{"typeOfArmsLengthReview":"","signatureOfApprovedProfessional":"","firstName":"","lastName":"","dateSigned":"00/00/0000"}],"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"minLength":"","maxLength":"","customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"dataGrid16","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"datagrid","input":true,"components":[{"label":"Approved Professional Signatures","columns":[{"components":[{"label":"Type of Arm's length Review","placeholder":"Enter number from list above","tableView":true,"key":"typeOfArmsLengthReview","type":"textfield","input":true,"prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eqgxg2q"},{"label":"Signature of Approved Professional","tableView":false,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"key":"signatureOfApprovedProfessional","type":"signature","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"footer":"Sign above","width":"100%","height":"150px","penColor":"black","backgroundColor":"rgb(245,245,235)","minWidth":"0.5","maxWidth":"2.5","keepOverlayRatio":true,"id":"egps3u"}],"width":6,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":6},{"components":[{"label":"First Name","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"firstName","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ehbl8ry"},{"label":"Last Name","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":true,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"lastName","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","dataGridLabel":false,"addons":[],"inputType":"text","id":"ew4j73","defaultValue":""},{"label":"Date","labelPosition":"top","displayInTimezone":"viewer","useLocaleSettings":false,"allowInput":true,"format":"yyyy-MM-dd hh:mm a","placeholder":"","description":"","tooltip":"","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"shortcutButtons":[],"enableDate":true,"datePicker":{"disable":"","disableFunction":"","disableWeekends":false,"disableWeekdays":false,"minDate":null,"maxDate":null,"showWeeks":true,"startingDay":0,"initDate":"","minMode":"day","maxMode":"year","yearRows":4,"yearColumns":5},"enableTime":true,"timePicker":{"showMeridian":true,"hourStep":1,"minuteStep":1,"readonlyInput":false,"mousewheel":true,"arrowkeys":true},"multiple":false,"defaultValue":"","defaultDate":"","customOptions":{},"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"enableMinDateInput":false,"enableMaxDateInput":false,"unique":false,"errorLabel":"","errors":"","key":"date","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"datetime","timezone":"","input":true,"prefix":"","suffix":"","refreshOn":"","dataGridLabel":false,"widget":{"type":"calendar","displayInTimezone":"viewer","locale":"en","useLocaleSettings":false,"allowInput":true,"mode":"single","enableTime":true,"noCalendar":false,"format":"yyyy-MM-dd hh:mm a","hourIncrement":1,"minuteIncrement":1,"time_24hr":false,"minDate":null,"disabledDates":"","disableWeekends":false,"disableWeekdays":false,"disableFunction":"","maxDate":null},"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"datepickerMode":"day","id":"ewqskd"}],"width":6,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":6}],"key":"approvedProfessionalSignature","type":"columns","input":false,"tableView":false,"id":"ehbime0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false}],"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"id":"et2496k"}],"id":"ew977y"},{"html":"Part 8 - Statement of Site Owner / Agent / Lessee
8.1 Offsite Migration Notification ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content61","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e31mug"},{"title":"SECTION I - Offsite Migration Notification","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"sectionIOffsiteMigration","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"label":"Not Applicable","tableView":false,"key":"notApplicable","type":"checkbox","input":true,"defaultValue":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"right","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"checkbox","value":"","name":"","id":"e3tubmm"},{"html":"If it is known that one or more substances has migrated or is likely to have migrated to a neighbouring site and is or is likely causing contamination of the neighbouring site, have notifications been given? See CSR Sec. 57 and 60.1 for requirements. ","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content62","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"ei2pshc"},{"label":"Have owners of impacted offsite properties been formally notified?","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"haveOwnersOfImpactedOffsitePropertiesBeenFormallyNotified","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e5x4165","defaultValue":""},{"label":"Has the ministry been formally notified?","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":false,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"hasTheMinistryBeenFormallyNotified","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ert8af","defaultValue":""}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"egmyibh"},{"title":"SECTION II - Confirmations by Owner/Agent/Lessee Regarding Approved Professional","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"sectionIiConfirmationsByOwnerAgentLesseeRegardingApprovedProfessional","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":null,"when":null,"eq":""},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Panel","breadcrumb":"default","tabindex":"","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"components":[{"label":"This is to acknowledge that as:","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"The Owner","value":"theOwner","shortcut":""},{"label":"The Agent on behalf of the owner","value":"theAgentOnBehalfOfTheOwner","shortcut":""},{"label":"Lessee","value":"lessee","shortcut":""},{"label":"The agent on behalf of the responsible party","value":"theAgentOnBehalfOfTheResponsibleParty","shortcut":""}],"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","minSelectedCountMessage":"","maxSelectedCountMessage":"","errors":"","key":"thisIsToAcknowledgeThatAs","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"selectboxes","input":true,"inputType":"checkbox","placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"fieldSet":false,"id":"e7tj2m","defaultValue":{"theOwner":false,"theAgentOnBehalfOfTheOwner":false,"lessee":false,"theAgentOnBehalfOfTheResponsibleParty":false}},{"html":"Of the site, I have engaged
","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content64","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"ezlflsn"},{"label":"Data Grid","reorder":false,"addAnotherPosition":"bottom","layoutFixed":false,"enableRowGroups":false,"initEmpty":false,"hideLabel":true,"tableView":false,"defaultValue":[{}],"key":"dataGrid17","type":"datagrid","input":true,"components":[{"label":"Name(s) of Approved Professional(s)","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"dataGridLabel":false,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":true,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"approvedProfessionalFullName","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","addons":[],"inputType":"text","id":"errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","defaultValue":""}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"id":"ezfplf"},{"html":"as the Approved Professional(s) to review site investigation, risk assessment and remediation reports and to make submission and application with recommendations, if applicable, for the regulatory instrument(s) as indicated in this Summary of Site Condition.
If signing as the agent of the owner or lessee, written consent from the owner or lessee authorizing signature of this Summary of Site Condition must be attached
","label":"Content","customClass":"","refreshOnChange":false,"hidden":false,"modalEdit":false,"key":"content65","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"content","input":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"clearOnHide":true,"refreshOn":"","redrawOn":"","tableView":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"eelhteh"},{"label":"I agree to comply with any requirements on the site regarding monitoring and maintenance of works as documented in schedule B of the draft contaminated sites legal instrument","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"checkbox","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"eldkgns","defaultValue":false},{"label":"I accept that if a risk assessment has been applied at the site, that the risk assessment is only valid as long as conditions at the site do not change.","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"iAcceptThatIfARiskAssessmentHasBeenAppliedAtTheSiteThatTheRiskAssessmentIsOnlyValidAsLongAsConditionsAtTheSiteDoNotChange","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"eogtso","defaultValue":false},{"label":"I have undertaken reasonable inquiry into the previous ownership and uses of the property and to the best of my knowledge I have provided to the Approved Professional, information relevant to the investigation and remediation of the environmental condition of the site, in the preparation of this document.","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"iHaveUndertakenReasonableInquiryIntoThePreviousOwnershipAndUsesOfThePropertyAndToTheBestOfMyKnowledgeIHaveProvidedToTheApprovedProfessionalInformationRelevantToTheInvestigationAndRemediationOfTheEnvironmentalConditionOfTheSiteInThePreparationOfThisDocument","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"etmpgu","defaultValue":false},{"label":"I acknowledge that this Summary of Site Condition becomes a public document after it has been received and acknowledged by the Director of Waste Management. Any party intending to purchase, lease, take a security interest in, or occupy the site may review this document and any supporting documents to satisfy themselves with respect to the environmental condition of the site, and the extent of responsibility and liability that may arise from taking ownership, taking a security interest, or occupying the site. ","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"iAcknowledgeThatThisSummaryOfSiteConditionBecomesAPublicDocumentAfterItHasBeenReceivedAndAcknowledgedByTheDirectorOfWasteManagementAnyPartyIntendingToPurchaseLeaseTakeASecurityInterestInOrOccupyTheSiteMayReviewThisDocumentAndAnySupportingDocumentsToSatisfyThemselvesWithRespectToTheEnvironmentalConditionOfTheSiteAndTheExtentOfResponsibilityAndLiabilityThatMayAriseFromTakingOwnershipTakingASecurityInterestOrOccupyingTheSite","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e57l23"},{"label":"Approved Professional Signatures","columns":[{"components":[{"label":"I have made no modifications to this document except as allowed by the form","description":"","tooltip":"","shortcut":"","inputType":"checkbox","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"defaultValue":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"iHaveMadeNoModificationsToThisDocumentExceptAsAllowedByTheForm","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"checkbox","name":"","value":"","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":true,"labelPosition":"right","widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"ed8psb"},{"label":"First Name","tableView":true,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"key":"firstName","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"et5ljp"},{"label":"Last Name","tableView":true,"key":"lastName","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eq5xc5d"},{"label":"Signature of Owner/Agent/Lessee","footer":"Sign above","labelPosition":"top","width":"100%","height":"150px","backgroundColor":"rgb(245,245,235)","penColor":"black","description":"","tooltip":"","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"disabled":false,"tableView":false,"modalEdit":false,"persistent":true,"protected":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"signatureOfApprovedProfessional","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"signature","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"unique":false,"refreshOn":"","dataGridLabel":false,"autofocus":false,"dbIndex":false,"widget":{"type":"input"},"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"minWidth":"0.5","maxWidth":"2.5","keepOverlayRatio":true,"id":"ehazy0p"},{"label":"Date","labelPosition":"top","displayInTimezone":"viewer","useLocaleSettings":false,"allowInput":true,"format":"yyyy-MM-dd hh:mm a","placeholder":"","description":"","tooltip":"","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"shortcutButtons":[],"enableDate":true,"datePicker":{"disable":"","disableFunction":"","disableWeekends":false,"disableWeekdays":false,"minDate":null,"maxDate":null,"showWeeks":true,"startingDay":0,"initDate":"","minMode":"day","maxMode":"year","yearRows":4,"yearColumns":5},"enableTime":true,"timePicker":{"showMeridian":true,"hourStep":1,"minuteStep":1,"readonlyInput":false,"mousewheel":true,"arrowkeys":true},"multiple":false,"defaultValue":"","defaultDate":"","customOptions":{},"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"enableMinDateInput":false,"enableMaxDateInput":false,"unique":false,"errorLabel":"","errors":"","key":"dateTime","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"datetime","timezone":"","input":true,"widget":{"type":"calendar","displayInTimezone":"viewer","locale":"en","useLocaleSettings":false,"allowInput":true,"mode":"single","enableTime":true,"noCalendar":false,"format":"yyyy-MM-dd hh:mm a","hourIncrement":1,"minuteIncrement":1,"time_24hr":false,"minDate":null,"disabledDates":"","disableWeekends":false,"disableWeekdays":false,"disableFunction":"","maxDate":null},"prefix":"","suffix":"","refreshOn":"","dataGridLabel":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"datepickerMode":"day","id":"etjv8wm"}],"width":6,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":6},{"components":[{"label":"Address","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"address","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","dataGridLabel":false,"addons":[],"inputType":"text","id":"e0t58xs","defaultValue":""},{"label":"Postal Code","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"postalCode","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","dataGridLabel":false,"addons":[],"inputType":"text","id":"edujc18","defaultValue":""},{"input":false,"key":"columns1","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","tableView":false,"modalEdit":false,"label":"Columns","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"type":"columns","columns":[{"components":[{"label":"City","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"city","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","dataGridLabel":false,"addons":[],"inputType":"text","id":"ejwgarc","defaultValue":""},{"label":"Postal Code","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"postalCode1","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","dataGridLabel":false,"addons":[],"inputType":"text","id":"esqr745","defaultValue":""}],"width":6,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":6},{"components":[{"label":"Province","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"province","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","dataGridLabel":false,"addons":[],"inputType":"text","id":"eo9uzz","defaultValue":""},{"label":"Country","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"country","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","dataGridLabel":false,"addons":[],"inputType":"text","id":"e62t8ss","defaultValue":""}],"width":6,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":6}],"autoAdjust":false,"id":"ergznb"}],"width":6,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":6}],"key":"approvedProfessionalSignature","type":"columns","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"e18pyfg"}],"id":"e3jlek"},{"type":"button","label":"Submit","key":"submit","size":"md","block":false,"action":"submit","disableOnInvalid":true,"theme":"primary","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","tableView":false,"modalEdit":false,"dataGridLabel":true,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"leftIcon":"","rightIcon":"","id":"emkrxp"},{"label":"applicationId","customClass":"","addons":[],"modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","customDefaultValue":"","calculateValue":"","calculateServer":false,"key":"applicationId","tags":[],"properties":{},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"hidden","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"hidden":false,"clearOnHide":true,"refreshOn":"","tableView":false,"labelPosition":"top","Description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"widget":{"type":"input"},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"allowCalculateOverride":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"inputType":"hidden","id":"em1y8gd","defaultValue":"","dataGridLabel":false,"description":""},{"label":"applicationStatus","addons":[],"customClass":"","modalEdit":false,"defaultValue":null,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","customDefaultValue":"","calculateValue":"","calculateServer":false,"key":"applicationStatus","tags":[],"properties":{},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"hidden","input":true,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"hidden":false,"clearOnHide":true,"refreshOn":"","dataGridLabel":false,"labelPosition":"top","Description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"widget":{"type":"input"},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"allowCalculateOverride":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"inputType":"hidden","id":"e6z1qd9","description":""}]}]}
\ No newline at end of file
+{
+ "forms": [
+ {
+ "title": "Summary of Site Condition",
+ "display": "form",
+ "type": "form",
+ "name": "soscForm",
+ "path": "soscform",
+ "tags": [
+ "common"
+ ],
+ "components": [
+ {
+ "title": "Reviewer Actions",
+ "collapsible": false,
+ "key": "formActions",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails?UserDetails[\"role\"]:[];\r\nconsole.log('data-----', data);\r\nif(!UserDetails){\r\n show = false;\r\n}\r\nelse if(roles.includes(\"formsflow-client\")||\r\nroles.includes(\"formsflow-reviewer/formsflow-client-reviewer\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Previous Reviewer",
+ "action": "custom",
+ "showValidations": false,
+ "tableView": false,
+ "key": "sendToPreviousReviewer",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(\r\n(roles.includes(\"formsflow-reviewer/csap\") || roles.includes(\"formsflow-reviewer/cssa-team\")) && \r\n(data.applicationStatus===\"New\" || data.applicationStatus===\"Resubmitted\" || data.applicationStatus===\"Resubmit\" || data.applicationStatus===\"Recheck\") \r\n) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "id": "erimibd"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Next Reviewer",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "sendToNextReviewer",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")) \r\n{\r\n show = true;\r\n} else if (roles.includes(\"formsflow-reviewer/caseworker\"))\r\n{\r\n if(data.soscStatus === 'mgrAccepted' &&\r\n (data.apFirstName === null || \r\n data.apFirstName === undefined || \r\n data.apFirstName === \"\"))\r\n show = true;\r\n else\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "button",
+ "custom": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nconsole.log('data---', data);\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\") && \r\n(data.selectSoscSdm===''|| data.selectSoscCaseworker===''))\r\n{\r\n alert('Please assign reviewers to continue!');\r\n \r\n}\r\nelse\r\n{\r\n const submissionId = form._submission._id;\r\n const formId = form._submission.form;\r\n const formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n const formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\n const formio = new Formio(formDataReqUrl);\r\n formio.saveSubmission(formDataReqObj1).then( result => {\r\n form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n }).catch((error)=>{\r\n //Error callback on not Save\r\n form.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n });\r\n}",
+ "input": true,
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e7neyfr"
+ },
+ {
+ "label": "Approved",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "approve",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconsole.log('data.apFirstName----', data.apFirstName);\r\nif(roles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.soscStatus === \"mgrAccepted\" && !(data.apFirstName === \"\" || \r\n data.apFirstName === undefined || \r\n data.apFirstName === null)) \r\n show = true;\r\n else if (data.soscStatus === \"caseworkerAccepted\" )\r\n show = true;\r\n else\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}\r\n",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e25fbjq"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Needs More Info",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "warning",
+ "tableView": false,
+ "key": "sendToApplicant",
+ "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Returned'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Returned'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "e6k2pg"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ },
+ {
+ "components": [
+ {
+ "label": "Reject Form",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "danger",
+ "tableView": false,
+ "key": "rejectForm",
+ "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "type": "button",
+ "custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "disableOnInvalid": false,
+ "id": "eb67pz"
+ }
+ ],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ }
+ ],
+ "key": "columns1",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "edce38k"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "exzzrf"
+ },
+ {
+ "title": "Assign Reviewers",
+ "collapsible": true,
+ "key": "sdmAssignment",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "type": "panel",
+ "label": "",
+ "collapsed": false,
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Select SDM",
+ "labelPosition": "top",
+ "widget": "choicesjs",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "uniqueOptions": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "dataSrc": "url",
+ "data": {
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "resource": "",
+ "json": "",
+ "url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/sdm",
+ "headers": [
+ {
+ "key": "Authorization",
+ "value": "Bearer {{localStorage.getItem(\"authToken\")}}"
+ },
+ {
+ "key": "Content-type",
+ "value": "application/json"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "custom": ""
+ },
+ "dataType": "string",
+ "idPath": "id",
+ "valueProperty": "username",
+ "template": "{{ item.lastName }}, {{ item.firstName }} ",
+ "refreshOn": "",
+ "refreshOnBlur": "",
+ "clearOnRefresh": false,
+ "searchEnabled": true,
+ "selectThreshold": 0.3,
+ "readOnlyValue": false,
+ "customOptions": {},
+ "useExactSearch": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "selectSoscSdm",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "select",
+ "indexeddb": {
+ "filter": {}
+ },
+ "lazyLoad": true,
+ "selectValues": "data",
+ "selectFields": "",
+ "disableLimit": false,
+ "searchField": "",
+ "searchDebounce": 0.3,
+ "minSearch": 0,
+ "filter": "",
+ "limit": 100,
+ "authenticate": false,
+ "ignoreCache": false,
+ "redrawOn": "",
+ "input": true,
+ "keyModified": true,
+ "prefix": "",
+ "suffix": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "id": "evuipnr",
+ "defaultValue": "",
+ "sort": ""
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ },
+ {
+ "components": [
+ {
+ "label": "Select Caseworker",
+ "labelPosition": "top",
+ "widget": "choicesjs",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "uniqueOptions": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "dataSrc": "url",
+ "data": {
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "resource": "",
+ "json": "",
+ "url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/caseworker",
+ "headers": [
+ {
+ "key": "Authorization",
+ "value": "Bearer {{localStorage.getItem(\"authToken\")}}"
+ },
+ {
+ "key": "Content-type",
+ "value": "application/json"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json"
+ }
+ ],
+ "custom": ""
+ },
+ "dataType": "string",
+ "idPath": "id",
+ "valueProperty": "username",
+ "template": "{{ item.lastName }}, {{ item.firstName }} ",
+ "refreshOn": "",
+ "refreshOnBlur": "",
+ "clearOnRefresh": false,
+ "searchEnabled": true,
+ "selectThreshold": 0.3,
+ "readOnlyValue": false,
+ "customOptions": {},
+ "useExactSearch": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "selectSoscCaseworker",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "select",
+ "indexeddb": {
+ "filter": {}
+ },
+ "lazyLoad": true,
+ "selectValues": "data",
+ "selectFields": "",
+ "disableLimit": false,
+ "searchField": "",
+ "searchDebounce": 0.3,
+ "minSearch": 0,
+ "filter": "",
+ "limit": 100,
+ "authenticate": false,
+ "ignoreCache": false,
+ "redrawOn": "",
+ "input": true,
+ "keyModified": true,
+ "prefix": "",
+ "suffix": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "id": "ei0g89",
+ "defaultValue": "",
+ "sort": ""
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ },
+ {
+ "components": [],
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 4
+ }
+ ],
+ "key": "columns3",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e4hrtb"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "en8s25"
+ },
+ {
+ "label": "Notes",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "openWhenEmpty": false,
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "templates": {
+ "header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n \r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n\r\n \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}\r\n\r\n\r\n\r\n\r\n",
+ "tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
+ "row": "{% console.log(\"row-key main sosc\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-risk-classification-officer\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
+ "footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
+ },
+ "rowClass": "",
+ "addAnother": "",
+ "modal": false,
+ "saveRow": "",
+ "removeRow": "Cancel",
+ "persistent": true,
+ "inlineEdit": false,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-soscNotes-addRow']\")!==null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-soscNotes-addRow']\").remove();\r\n\t}\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;ix.commentFor==='external').length > 0)\r\nshow = true;\r\nelse\r\nshow = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\nif(UserDetails){\r\nvar addRowButton = document.querySelector(\"button[ref=editgrid-soscNotes-addRow]\");\r\nif(addRowButton!=null)\r\n{\r\naddRowButton.addEventListener('click',\r\n(e)=>{\r\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n\t\t{\r\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\r\n\t\t for (let i = 0; i < internalRadio.length; i++) {\r\n\t\t\tif(internalRadio[i].parentElement !== null)\r\n\t\t\t{\r\n\t\t\t\tinternalRadio[i].parentElement.remove();\r\n\t\t\t}\r\n\t\t }\r\n\t\t}\r\n})\r\n\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n}\r\n\r\n\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-soscNotes-addRow']\")!==null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-soscNotes-addRow']\").remove();\r\n\t}\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;i -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\r\n{\r\n value = 'CSSA Manager'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\r\n{\r\n value = 'Site Risk Classification Officer'\r\n}",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "role",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e0b0whl",
+ "defaultValue": ""
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ },
+ {
+ "components": [
+ {
+ "label": "Created By",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "value = JSON.parse( localStorage.UserDetails).name ",
+ "key": "createdBy",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e6ev9oy"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ },
+ {
+ "components": [
+ {
+ "label": "Created At",
+ "disabled": true,
+ "tableView": true,
+ "customDefaultValue": "value = (new Date()).toLocaleDateString() + ' At ' + (new Date()).toLocaleTimeString()",
+ "key": "createdAt",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ekd6aud"
+ }
+ ],
+ "size": "md",
+ "width": 2,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 2
+ }
+ ],
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eayjpuw"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "defaultOpen": false,
+ "id": "ec9q8u"
+ },
+ {
+ "label": "hiddenUserIdForFormSharingApplicantAsOwner",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "hiddenUserIdForFormSharingApplicantAsOwner",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "e51bxw"
+ },
+ {
+ "label": "hiddenUserIdForFormSharingWithDiffOwner",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "hiddenUserIdForFormSharingWithDiffOwner",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "eia0fkf"
+ },
+ {
+ "html": "Part 1 - Contact Information ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content3",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e7c7u3u"
+ },
+ {
+ "key": "Section1-ContactInformation",
+ "type": "panel",
+ "input": false,
+ "label": "",
+ "title": "Section I - CONTACT INFORMATION",
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "siteOwnerOrOperator",
+ "type": "panel",
+ "input": false,
+ "label": "Panel",
+ "title": "Site Owner or Operator",
+ "hideLabel": true,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section1A-NameColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-LastName",
+ "type": "textfield",
+ "input": true,
+ "label": "Last Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ekh7nj9"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-FirstName",
+ "type": "textfield",
+ "input": true,
+ "label": "First Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "euc0sw"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "euaafu"
+ },
+ {
+ "key": "Section1A-Company",
+ "type": "textfield",
+ "input": true,
+ "label": "Company, if applicable",
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "effeqnf"
+ },
+ {
+ "key": "Section1A-AddressColumn3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e2utqz"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e5u2rue"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "emhj7ub"
+ },
+ {
+ "key": "Section1A-AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-ProvinceState",
+ "type": "textfield",
+ "input": true,
+ "label": "Province",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ea49wil"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-Country",
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "elb9xr8"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-PostalZipCode",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "etaog87"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ewwkail"
+ },
+ {
+ "key": "Section1A-ContactInfoColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "phoneNumber2",
+ "type": "textfield",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eunnqpj"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "\r\nvar currentValue = input;\r\nfetch('https://forms-flow-api-e38158-dev.apps.silver.devops.gov.bc.ca/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\r\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\r\n.then((p)=> {return p.json();}).\r\nthen((x)=>{\r\n data.hiddenUserIdForFormSharing = '' ;\r\n x.find((y)=>{ if( y.email=== currentValue ) \r\n { data.hiddenUserIdForFormSharing = y.id}\r\n\r\n })\r\n\r\n if(data.hiddenUserIdForFormSharing==='')\r\n {\r\n valid = 'Unable to find user with provided email address';\r\n }\r\n else\r\n {\r\n valid = true;\r\n }\r\n\r\n});",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "ownerEmailAddress",
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "email",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "id": "ewvvqh"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eeq9dzs"
+ },
+ {
+ "label": "Is applicant same as above?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "true",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "false",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "isApplicantSameAsAbove",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "enx9oad"
+ }
+ ],
+ "collapsible": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "evm4w5b"
+ },
+ {
+ "title": "Applicant",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "applicant",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "isApplicantSameAsAbove",
+ "eq": "false"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section1C-NameColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-LastName",
+ "type": "textfield",
+ "input": true,
+ "label": "Last Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e40la5k"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-FirstName",
+ "type": "textfield",
+ "input": true,
+ "label": "First Name",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e0oy6rg"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e9ur3d"
+ },
+ {
+ "key": "Section1C-Company",
+ "type": "textfield",
+ "input": true,
+ "label": "Company, if applicable",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eikmhmk"
+ },
+ {
+ "key": "Section1C-AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "efojt6s"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e59u27"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eigg0un"
+ },
+ {
+ "key": "Section1A-AddressColumn2",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-ProvinceState2",
+ "type": "textfield",
+ "input": true,
+ "label": "Province",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "efyqlzn"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-Country2",
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "edhcyho"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-PostalZipCode2",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e3mm0qo"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "elurmt"
+ },
+ {
+ "key": "Section1C-ContactInfoColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "phoneNumber",
+ "type": "textfield",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eidhmy6"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "contactPersonEmailAddress",
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "email",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "id": "ee0ed8f"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ebgnl1p"
+ },
+ {
+ "label": "Is the agent same as the applicant?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "true",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "false",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "isApplicantSameAsAbove1",
+ "conditional": {
+ "show": true,
+ "when": "isApplicantSameAsAbove",
+ "eq": "false"
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "et6b04k"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "er3axs"
+ },
+ {
+ "title": "Agent",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "isApplicantSameAsAbove1",
+ "eq": "false"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section1B-NameColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Section1B-NameColumn",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Last Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section1B-LastName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ehh4qkk",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "First Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section1B-FirstName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e2couam",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eyy4ce"
+ },
+ {
+ "key": "Section1C-Company1",
+ "type": "textfield",
+ "input": true,
+ "label": "Company, if applicable",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ex0z6ex"
+ },
+ {
+ "key": "Section1C-AddressColumn1",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-Address1",
+ "type": "textfield",
+ "input": true,
+ "label": "Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eks23e"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1C-City1",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e026ykm"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eb0na63"
+ },
+ {
+ "key": "Section1A-AddressColumn4",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-ProvinceState3",
+ "type": "textfield",
+ "input": true,
+ "label": "Province",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "er0guec"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-Country3",
+ "type": "textfield",
+ "input": true,
+ "label": "Country",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ex5fali"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section1A-PostalZipCode3",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e5v9qcs"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ek9ixdb"
+ },
+ {
+ "key": "Section1C-ContactInfoColumn1",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "phoneNumber1",
+ "type": "textfield",
+ "input": true,
+ "label": "Phone Number",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "etn06w9"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "contactPersonEmailAddress1",
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "email",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "id": "elk9b5f"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "esdtr6j"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eccpvcc"
+ },
+ {
+ "title": "Approved Professional",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section1B-NameColumn1",
+ "type": "columns",
+ "input": false,
+ "label": "Section1B-NameColumn",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Last Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "apLastName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ew1n4xe",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "First Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "apFirstName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eyi2r9l",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ebe00dr"
+ },
+ {
+ "key": "Section1C-Company2",
+ "type": "textfield",
+ "input": true,
+ "label": "Company, if applicable",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ehx2r3c"
+ },
+ {
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Address",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section1C-Address2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e0mvafo",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "City",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section1C-City2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ep4g8sm",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "key": "Section1C-AddressColumn2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "if (data.apFirstName){\n show=true;\n} else{\n show=false;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "epslne4"
+ },
+ {
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Province",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section1A-ProvinceState4",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eo4ye6a",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Country",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section1A-Country4",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eexyypl",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Postal Code",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section1A-PostalZipCode4",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e38sa9p",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "key": "Section1A-AddressColumn5",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "\nif (data.apFirstName){\n show=true;\n} else{\n show=false;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e1idzxl"
+ },
+ {
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Phone Number",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "phoneNumber3",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ekzh67d",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Email",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "kickbox": {
+ "enabled": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "contactPersonEmailAddress2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "email",
+ "input": true,
+ "delimiter": false,
+ "requireDecimal": false,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "email",
+ "inputMask": "",
+ "id": "ewgcubg",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "autoAdjust": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "key": "Section1C-ContactInfoColumn2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "\nif (data.apFirstName){\n show=true;\n} else{\n show=false;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eearefa4"
+ },
+ {
+ "label": "Professional Designation",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "professionalDesignation",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "\nif (data.apFirstName){\n show=true;\n} else{\n show=false;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "edieg9a",
+ "defaultValue": ""
+ },
+ {
+ "label": "Scope of review completed by Approved Professional (eg. arm's length risk-based standards review)",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "scopeOfReviewCompletedByApprovedProfessionalEgArmsLengthRiskBasedStandardsReview",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "\nif (data.apFirstName){\n show=true;\n} else{\n show=false;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "espl6fn",
+ "defaultValue": ""
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "euyo4sn"
+ }
+ ],
+ "collapsible": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e52kzii",
+ "keyModified": true
+ },
+ {
+ "html": "Part 2 - Executive Summary ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content4",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eip4sw7"
+ },
+ {
+ "title": "Section II - EXECUTIVE SUMMARY",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": true,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "Section1-ContactInformation1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "collapsed": false,
+ "input": false,
+ "tableView": false,
+ "keyModified": true,
+ "components": [
+ {
+ "html": "To be completed by the approved professionals reviewing the site investigation, risk assessment, remediation or confirmation of remediation reports. ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content2",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "epyqnv"
+ },
+ {
+ "label": "Subject Site Locations",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "siteId": "",
+ "siteCommonName": "",
+ "section2LatitudeDegrees": "",
+ "section2LatitudeMinutes": "",
+ "section2LatitudeSeconds": "",
+ "section2LongitudeDegrees": "",
+ "section2LongitudeMinutes": "",
+ "section2LongitudeSeconds": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "dataGrid",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "if (data.apFirstName){\n show=true;\n} else{\n show=false;\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Subject Site Location",
+ "collapsible": false,
+ "key": "panel2",
+ "type": "panel",
+ "label": "Site",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Site ID",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "siteId",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eszh8an",
+ "defaultValue": ""
+ },
+ {
+ "label": "Site Common Name",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "siteCommonName",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e71a2nj"
+ },
+ {
+ "key": "heading4",
+ "tag": "h4",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "Latitude",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "evoqji"
+ },
+ {
+ "key": "Section2-LatitudeColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeDegrees",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ej4283",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeMinutes",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "exj2tgn",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LatitudeSeconds",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ew69io",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "evhcjca"
+ },
+ {
+ "key": "heading5",
+ "tag": "h4",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "Longitude",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "eayrurk"
+ },
+ {
+ "key": "Section2-LongitudeColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Degrees",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeDegrees",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ee3hzk4oe",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Minutes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeMinutes",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eidw1st",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "label": "Seconds",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "section2LongitudeSeconds",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e9ytskc",
+ "defaultValue": ""
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ej1mdrb"
+ }
+ ],
+ "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "ee4rt34"
+ },
+ {
+ "key": "heading3",
+ "tag": "h3",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "Coordinates for the centre of the site:",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "ee72tiv"
+ },
+ {
+ "key": "content",
+ "html": "Attention: A separate map with appropriate scale showing the location and boundaries of the site must be included with an SDS submission.
",
+ "type": "content",
+ "input": false,
+ "label": "Static Text",
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e5fmbyj"
+ },
+ {
+ "key": "iUnderstandAndWillAttachAMapWithMySubmission",
+ "type": "checkbox",
+ "input": true,
+ "label": "I will include a map with my submission",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "tableView": false,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ekbr5fb"
+ },
+ {
+ "label": "Land ownership (Source Site) Please select all that apply:",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Legally Titled, Registered Property",
+ "value": "legallyTitled",
+ "shortcut": ""
+ },
+ {
+ "label": "Untitled Crown Land",
+ "value": "untitledCrown",
+ "shortcut": ""
+ },
+ {
+ "label": "Untitled Municipal Land",
+ "value": "untitledMunicipal",
+ "shortcut": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "minSelectedCountMessage": "",
+ "maxSelectedCountMessage": "",
+ "errors": "",
+ "key": "landOwnershipSourceSitePleaseSelectAllThatApply",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "e66yx6u",
+ "defaultValue": {
+ "legallyTitled": false,
+ "untitledCrown": false,
+ "untitledMunicipal": false
+ }
+ },
+ {
+ "title": "For Legally Titled, Registered Property (Source Site)",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "forLegallyTitledRegisteredProperty-panel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "landOwnershipSourceSitePleaseSelectAllThatApply",
+ "eq": "legallyTitled"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-Address",
+ "type": "textfield",
+ "input": true,
+ "label": "Site Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "placeholder": "or nearest street name/intersection if no address is assigned",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "emyfj89"
+ },
+ {
+ "key": "Section2-LegallyTitled-AddressColumn",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-City",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ev16eg9"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-PostalZipCode",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eftbs3h"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eavg5jx"
+ },
+ {
+ "label": "Enter PIDs and Land Descriptions below",
+ "tooltip": "Select the 'X' button to delete an entry.",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "Section2-LegallyTitled-PID": "",
+ "SiteAddress-LegallyTitled-PID": "",
+ "Section2-LegallyTitled-LandDescription": "",
+ "SiteAddress-LegallyTitled-LandDescription": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "key": "Section2-LegallyTitled-PIDColumn",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Entries",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "panel1",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "cols3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-PID",
+ "type": "textfield",
+ "input": true,
+ "label": "PID",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "inputMask": "999-999-999",
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eaoeej"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e35et7b"
+ },
+ {
+ "key": "Section2-LegallyTitled-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eqnyhh"
+ }
+ ],
+ "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "eyxh9qa"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "esaica"
+ },
+ {
+ "title": "For Untitled Crown Land (Source Site)",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "Section2-forUntitledCrownLand",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "landOwnershipSourceSitePleaseSelectAllThatApply",
+ "eq": "untitledCrown"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section2-UntitledCrown-PINColumn",
+ "type": "datagrid",
+ "input": true,
+ "label": "",
+ "reorder": false,
+ "hideLabel": true,
+ "initEmpty": false,
+ "tableView": false,
+ "components": [
+ {
+ "title": "Untitled Crown Land",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "dataGridLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Crown Land",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "cols3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-PID",
+ "type": "textfield",
+ "input": true,
+ "label": "PIN",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e0zxpd"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eohw9y"
+ },
+ {
+ "key": "Section2-LegallyTitled-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description or metes and bounds",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e9sdlfc"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ }
+ ],
+ "layoutFixed": false,
+ "defaultValue": [
+ {
+ "Section2-LegallyTitled-PID": "",
+ "SiteAddress-UntitledCrown-PIN": "",
+ "Section2-LegallyTitled-LandDescription": "",
+ "SiteAddress-UntitledCrown-LandDescription": ""
+ }
+ ],
+ "enableRowGroups": false,
+ "addAnotherPosition": "bottom",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "eg4uvab"
+ },
+ {
+ "label": "And if available:",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "Section2-UntitledCrown-CrownLandFileNumbers": "",
+ "SiteAddress-UntitledCrown-CrownLandFileNumbers": ""
+ }
+ ],
+ "key": "Section2-UntitledCrownLand-FileNumberColumn",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "key": "Section2-UntitledCrown-CrownLandFileNumbers",
+ "type": "textfield",
+ "input": true,
+ "label": "Crown Land File Numbers",
+ "tableView": true,
+ "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "eeq9myk"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eids8qa"
+ },
+ {
+ "title": "For untitled municipal land (Source Site)",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "Section2-forUntitledCrownLand1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "landOwnershipSourceSitePleaseSelectAllThatApply",
+ "eq": "untitledMunicipal"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eggg59w"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e8g7fan"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eqif3zi"
+ },
+ {
+ "title": "Offsite Impacted Properties",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "offsiteImpactedProperties1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "label": "Select one:",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Offsite impacted property(ies) - Provide information for each",
+ "value": "offsiteImpactedProperty",
+ "shortcut": ""
+ },
+ {
+ "label": "Not Applicable",
+ "value": "notApplicable",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "offsiteImpactedProperties",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e2ysuh",
+ "defaultValue": ""
+ },
+ {
+ "label": "",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {}
+ ],
+ "key": "dataGrid1",
+ "conditional": {
+ "show": true,
+ "when": "offsiteImpactedProperties",
+ "eq": "offsiteImpactedProperty"
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Coordinates for the centre of the impacted site",
+ "collapsible": false,
+ "key": "Section2-forUntitledCrownLand2",
+ "conditional": {
+ "show": true,
+ "when": "offsiteImpactedProperties",
+ "eq": "offsiteImpactedProperty"
+ },
+ "type": "panel",
+ "label": "Impacted Sites",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "heading8",
+ "tag": "h4",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "Latitude",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "e2ug45e"
+ },
+ {
+ "key": "Section2-LatitudeColumn2",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "section2LatitudeDegrees2",
+ "type": "textfield",
+ "input": true,
+ "label": "Degrees",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ey5x9g8"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "section2LatitudeMinutes2",
+ "type": "textfield",
+ "input": true,
+ "label": "Minutes",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e1ftky"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "section2LatitudeSeconds2",
+ "type": "textfield",
+ "input": true,
+ "label": "Seconds",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e4whd08"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "el90wzy"
+ },
+ {
+ "key": "heading9",
+ "tag": "h4",
+ "type": "htmlelement",
+ "input": false,
+ "label": "Heading",
+ "content": "Longitude",
+ "tableView": false,
+ "headingSize": "h1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "attrs": [],
+ "id": "ex8n8vc"
+ },
+ {
+ "key": "Section2-LongitudeColumn2",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 3",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "section2LongitudeDegrees2",
+ "type": "textfield",
+ "input": true,
+ "label": "Degrees",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eayewmr"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "section2LongitudeMinutes2",
+ "type": "textfield",
+ "input": true,
+ "label": "Minutes",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eg5a19"
+ }
+ ],
+ "currentWidth": 4
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "components": [
+ {
+ "key": "section2LongitudeSeconds2",
+ "type": "textfield",
+ "input": true,
+ "label": "Seconds",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "evt9aao"
+ }
+ ],
+ "currentWidth": 4
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e6o3au0o"
+ }
+ ],
+ "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "eef218"
+ },
+ {
+ "html": "Attention: ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "edgwhqh"
+ },
+ {
+ "label": "Include land title record, where applicable",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "I understand and will include a land title record with my submission",
+ "value": "hasTitleRecord",
+ "shortcut": ""
+ },
+ {
+ "label": "Land title record not available",
+ "value": "noTitleRecord",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "includeLandTitleRecordWhereApplicable",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e1alm66",
+ "defaultValue": ""
+ },
+ {
+ "label": "Land ownership (Impacted Property or Receiving Site) Please select all that apply:",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "legallyTitled": false,
+ "untitledCrown": false,
+ "untitledMunicipal": false
+ },
+ "values": [
+ {
+ "label": "Legally Titled, Registered Property",
+ "value": "legallyTitled",
+ "shortcut": ""
+ },
+ {
+ "label": "Untitled Crown Land",
+ "value": "untitledCrown",
+ "shortcut": ""
+ },
+ {
+ "label": "Untitled Municipal Land",
+ "value": "untitledMunicipal",
+ "shortcut": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "minSelectedCountMessage": "",
+ "maxSelectedCountMessage": "",
+ "errors": "",
+ "key": "landOwnershipImpactedPropertyPleaseSelectAllThatApply",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "ehcvih"
+ },
+ {
+ "title": "For Legally Titled, Registered Property (Impacted Property)",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "forLegallyTitledRegisteredProperty-panel1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "landOwnershipImpactedPropertyPleaseSelectAllThatApply",
+ "eq": "legallyTitled"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-Address1",
+ "type": "textfield",
+ "input": true,
+ "label": "Site Address",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "placeholder": "or nearest street name/intersection if no address is assigned",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "epwcnl"
+ },
+ {
+ "key": "Section2-LegallyTitled-AddressColumn1",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-City1",
+ "type": "textfield",
+ "input": true,
+ "label": "City",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e6ii8s"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-PostalZipCode1",
+ "type": "textfield",
+ "input": true,
+ "label": "Postal Code",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "erie2w"
+ }
+ ],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e5j0jj4"
+ },
+ {
+ "label": "Enter PIDs and Land Descriptions below",
+ "tooltip": "Select the 'X' button to delete an entry.",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "Section2-LegallyTitled-PID": "",
+ "SiteAddress-LegallyTitled-PID": "",
+ "Section2-LegallyTitled-LandDescription": "",
+ "SiteAddress-LegallyTitled-LandDescription": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "key": "Section2-LegallyTitled-PIDColumn1",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Entries",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "panel1",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "cols3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-PID",
+ "type": "textfield",
+ "input": true,
+ "label": "PID",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "inputMask": "999-999-999",
+ "tableView": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e35yp8o"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "edxz0kc"
+ },
+ {
+ "key": "Section2-LegallyTitled-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eg4rrls"
+ }
+ ],
+ "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "edwqg5s"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eljmet"
+ },
+ {
+ "title": "For Untitled Crown Land (Impacted Property)",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "Section2-forUntitledCrownLand2",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "landOwnershipImpactedPropertyPleaseSelectAllThatApply",
+ "eq": "untitledCrown"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Crown Land Entries",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "Section2-LegallyTitled-PID": "",
+ "SiteAddress-UntitledCrown-PIN": "",
+ "Section2-LegallyTitled-LandDescription": "",
+ "SiteAddress-UntitledCrown-LandDescription": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "Section2-UntitledCrown-PINColumn1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Crown Land",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "dataGridLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "cols3",
+ "type": "columns",
+ "input": false,
+ "label": "Columns - 2",
+ "columns": [
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [
+ {
+ "label": "PIN",
+ "tableView": true,
+ "key": "Section2-LegallyTitled-PID",
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e6g3hkp"
+ }
+ ],
+ "currentWidth": 6
+ },
+ {
+ "pull": 0,
+ "push": 0,
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "components": [],
+ "currentWidth": 6
+ }
+ ],
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eqa4hvn"
+ },
+ {
+ "label": "Land Description or metes and bounds",
+ "autoExpand": false,
+ "tableView": true,
+ "inputFormat": "plain",
+ "key": "Section2-LegallyTitled-LandDescription",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "esiwlom"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "ecdu066"
+ },
+ {
+ "label": "And if available:",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "Section2-UntitledCrown-CrownLandFileNumbers": "",
+ "SiteAddress-UntitledCrown-CrownLandFileNumbers": ""
+ }
+ ],
+ "key": "Section2-UntitledCrownLand-FileNumberColumn1",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "key": "Section2-UntitledCrown-CrownLandFileNumbers",
+ "type": "textfield",
+ "input": true,
+ "label": "Crown Land File Numbers",
+ "tableView": true,
+ "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "ebjum0p"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e6t7knc"
+ },
+ {
+ "title": "For untitled municipal land (Impacted Property)",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "Section2-forUntitledCrownLand3",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "landOwnershipImpactedPropertyPleaseSelectAllThatApply",
+ "eq": "untitledMunicipal"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "collapsed": false,
+ "tableView": false,
+ "components": [
+ {
+ "key": "Section2-LegallyTitled-LandDescription1",
+ "type": "textarea",
+ "input": true,
+ "label": "Land Description",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "tableView": true,
+ "autoExpand": false,
+ "inputFormat": "plain",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eze39c"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ewwn6y8"
+ }
+ ],
+ "id": "e8qmdma"
+ },
+ {
+ "html": "Part 3 - Document Summary
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content5",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ewlel6g"
+ },
+ {
+ "title": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel8",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": "List all known site investigation, risk assessment (including screening level risk assessment), remediation plan and confirmation of remediation reports comleted and directly supporting correspondence submitted (for source site and offsite impacted sites).
List documents in order from newest to oldest.
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content8",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eevyl1r"
+ },
+ {
+ "label": "",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "document": "",
+ "documentTitle": "",
+ "authorCompany": "",
+ "documentDate": "00/00/0000"
+ }
+ ],
+ "key": "dataGrid2",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Document",
+ "collapsible": false,
+ "key": "documents",
+ "type": "panel",
+ "label": "Documents",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Document #:",
+ "tableView": true,
+ "key": "document",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e0ufs5o"
+ },
+ {
+ "label": "Document Title",
+ "tableView": true,
+ "key": "documentTitle",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e839axn"
+ },
+ {
+ "label": "Author/Company",
+ "tableView": true,
+ "key": "authorCompany",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eum71oo"
+ },
+ {
+ "label": "Document Date",
+ "hideInputLabels": false,
+ "inputsLabelPosition": "top",
+ "useLocaleSettings": false,
+ "tableView": false,
+ "fields": {
+ "day": {
+ "hide": false,
+ "type": "number",
+ "placeholder": "",
+ "required": false
+ },
+ "month": {
+ "hide": false,
+ "type": "select",
+ "placeholder": "",
+ "required": false
+ },
+ "year": {
+ "hide": false,
+ "type": "number",
+ "placeholder": "",
+ "required": false
+ }
+ },
+ "key": "documentDate",
+ "type": "day",
+ "input": true,
+ "defaultValue": "00/00/0000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "dayFirst": false,
+ "id": "egqqs34"
+ }
+ ],
+ "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e1pcqd3"
+ }
+ ],
+ "id": "euq4ro"
+ },
+ {
+ "html": "Part 4 - Investigation Summary
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content6",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e08pdh"
+ },
+ {
+ "label": "Has an Approval in Principal (AiP) been issued for this site?",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "true",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "false",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "etgpg9",
+ "defaultValue": ""
+ },
+ {
+ "html": "If an Approval in Principle (AIP) has been issued and this SoSC form is being submitted as part of a Certificate of Compliance, you do not need to complete PART 4.
If an AiP has not been issued, or if other circumstances require completion of section 4, please complete PARTS 4.1 to 4.8 below where indicated.
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content7",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e4z1cma"
+ },
+ {
+ "title": "SECTION I - Investigations Completed",
+ "collapsible": false,
+ "key": "sectionIInvestigationsCompleted",
+ "conditional": {
+ "show": true,
+ "when": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "eq": "false"
+ },
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "title": "",
+ "collapsible": false,
+ "key": "panel2",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "Stage 1 PSI ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content9",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e3pl2xr"
+ },
+ {
+ "label": "Completed? ",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "completed",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e5mdhfh"
+ },
+ {
+ "label": "Includes Stage 1 PSI information as listed in CSR Section 58 and any current applicable ministry protocols, guidelines, checklists, etc.?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "includesStage1PsiInformationAsListedInCsrSection58AndAnyCurrentApplicableMinistryProtocolsGuidelinesChecklistsEtc",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eaori8x"
+ },
+ {
+ "html": "Stage 2 PSI ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content10",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "epv4kl"
+ },
+ {
+ "label": "Completed? ",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "completed1",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "evp0dxp"
+ },
+ {
+ "label": "Includes Stage 2 PSI information as listed in CSR Section 59 and any current applicable ministry protocols, guidelines, checklists, etc.?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "includesStage1PsiInformationAsListedInCsrSection58AndAnyCurrentApplicableMinistryProtocolsGuidelinesChecklistsEtc1",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ep82c5k"
+ },
+ {
+ "html": "DSI ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content11",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "era84nd"
+ },
+ {
+ "label": "Completed? ",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "completed2",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e1o53pv"
+ },
+ {
+ "label": "Includes DSI information as listed in CSR Section 59 and any current applicable ministry protocols, guidelines, checklists, etc.?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "includesStage1PsiInformationAsListedInCsrSection58AndAnyCurrentApplicableMinistryProtocolsGuidelinesChecklistsEtc2",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eaetjce"
+ },
+ {
+ "html": "Other Reports ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content12",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e54l6dg"
+ },
+ {
+ "label": "Completed? ",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "completed3",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "enqzxx"
+ },
+ {
+ "label": "According to other guidelines? (Provide explanation in notes below. Indicate how reports assist understanding of conditions and remediation.)",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "includesStage1PsiInformationAsListedInCsrSection58AndAnyCurrentApplicableMinistryProtocolsGuidelinesChecklistsEtc3",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "epuetea"
+ },
+ {
+ "label": "Notes",
+ "tableView": true,
+ "key": "notes",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e40v61c"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e5czdm"
+ },
+ {
+ "html": "If completed investigation reports are not adequate or if reports are titled differently or have a different scope than those listed above in accordance with the Contaminated Sites Regulation (i.e. PSI, DSI), complete Section 4.8 (Investigation or Interpretation Issues)
",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content66",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eckn0k"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eqjsu9p"
+ },
+ {
+ "title": "SECTION II - Site Conditions",
+ "collapsible": false,
+ "key": "sectionIiSiteConditions",
+ "conditional": {
+ "show": true,
+ "when": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "eq": "false"
+ },
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Topography",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "Describe steepness, direction of slope and position of site in relation to surrounding land",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "topography",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "e0d63ci",
+ "defaultValue": ""
+ },
+ {
+ "label": "Stratigraphy",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "Describe depth and thickness, grain size, etc. of typical stratigraphic components and note depth to cemented or very compact materials, bedrock / refusal, etc.",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "stratigraphy",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "etgkvg",
+ "defaultValue": ""
+ },
+ {
+ "label": "Hydrogeology",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "Describe groundwater levels, confining / semi-confining layers, flow velocity and hydraulic conductivity. Provide arguments and supporting data to show compliance with Protocol 21 \"Water Use Determination\" where a specified groundwater use (DW, AW, IW or LW) has been determined not to apply. Provide explicit statements and description for every geological unit where an exemption from a specified water use is proposed to apply (add additional pages if necessary).",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "hydrogeology",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "ejzhbnb",
+ "defaultValue": ""
+ },
+ {
+ "label": "Surface water features - freshwater ",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "List name, direction and distance to nearest surface water bodies and the characteristics (e.g., relative size / flow) of the water body",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "surfaceWaterFeaturesFreshwater",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "etp7mp",
+ "defaultValue": ""
+ },
+ {
+ "label": "Surface water features - marine waters",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "List name, direction and distance to nearest surface water bodies and the characteristics (e.g., relative size / flow) of the water body",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "surfaceWaterFeaturesMarineWaters",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "eng6xqr",
+ "defaultValue": ""
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ejah089"
+ },
+ {
+ "title": "SECTION III - Land Use",
+ "collapsible": false,
+ "key": "sectionIiiLandUse",
+ "conditional": {
+ "show": true,
+ "when": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "eq": "false"
+ },
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "Please indicate land use for each applicable area ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content14",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "enxqvoe"
+ },
+ {
+ "label": "Onsite: Site",
+ "description": "Description of current land use(s)/activities:",
+ "autoExpand": false,
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "key": "onsiteSite",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e6rs9wg"
+ },
+ {
+ "label": "Offsite: North",
+ "description": "Description of current land use(s)/activities:",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "offsiteNorth",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e7l6j3"
+ },
+ {
+ "label": "Offsite: East",
+ "description": "Description of current land use(s)/activities:",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "offsiteEast",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "es0gn0e"
+ },
+ {
+ "label": "Offsite: South",
+ "description": "Description of current land use(s)/activities:",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "offsiteSouth",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eizhyma"
+ },
+ {
+ "label": "Offsite: West",
+ "description": "Description of current land use(s)/activities:",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "offsiteWest",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eajh7y"
+ },
+ {
+ "label": "Proposed land use of site",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Same as above",
+ "value": "sameAsAbove",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "key": "proposedLandUseOfSite",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ef9c7xv"
+ },
+ {
+ "label": "Describe:",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "describe",
+ "conditional": {
+ "show": true,
+ "when": "proposedLandUseOfSite",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "enenb"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ehd14l6"
+ },
+ {
+ "title": "SECTION IV - Applicable Numerical Standards and Criteria",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIvApplicableNumericalStandardsAndCriteria",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "eq": "false"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "Soil (CSR Schedule 3.1) Property - Source Site ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content15",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "epzrwqp"
+ },
+ {
+ "label": "CSR Land Use - Current",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Industrial Land Use (IL)",
+ "value": "industrialLandUseIl",
+ "shortcut": ""
+ },
+ {
+ "label": "Commercial Land Use (CL)",
+ "value": "commercialLandUseCl",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential Land Use High Density (RLHD)",
+ "value": "residentialLandUseHighDensityRlhd",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential Land Use Low Density (RLLD)",
+ "value": "residentialLandUseLowDensityRlld",
+ "shortcut": ""
+ },
+ {
+ "label": "Urban Park Land Use (PL)",
+ "value": "urbanParkLandUsePl",
+ "shortcut": ""
+ },
+ {
+ "label": "Agricultural Land Use (AL)",
+ "value": "agriculturalLandUseAl",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands Natural Land Use (WLN)",
+ "value": "wildlandsNaturalLandUseWln",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands Reverted Land Use (WLR)",
+ "value": "wildlandsRevertedLandUseWlr",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "csrLandUseCurrent",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "defaultValue": {
+ "industrialLandUseIl": false,
+ "commercialLandUseCl": false,
+ "residentialLandUseHighDensityRlhd": false,
+ "residentialLandUseLowDensityRlld": false,
+ "urbanParkLandUsePl": false,
+ "agriculturalLandUseAl": false,
+ "wildlandsNaturalLandUseWln": false,
+ "wildlandsRevertedLandUseWlr": false,
+ "other": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "e24v93"
+ },
+ {
+ "label": "If 'Other' is specified above, please explain: (e.g. applicable or excluded guidance, protocols or policies specific to the site)",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "ifOtherIsSpecifiedAbovePleaseExplainEGApplicableOrExcludedGuidanceProtocolsOrPoliciesSpecificToTheSite",
+ "conditional": {
+ "show": true,
+ "when": "csrLandUseCurrent",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e4nly1"
+ },
+ {
+ "label": "Notes: If 'Other' standards selected above, provide rationale for why a typical standard does not apply:",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "notesIfOtherStandardsSelectedAboveProvideRationaleForWhyATypicalStandardDoesNotApply",
+ "conditional": {
+ "show": true,
+ "when": "csrLandUseCurrent",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ebde74r"
+ },
+ {
+ "label": "Have Protocol 2 site-specific standards been applied?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "haveProtocol2SiteSpecificStandardsBeenApplied",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "exwmue8"
+ },
+ {
+ "label": "Note: If P2 site-specific numerical standards selected above, identify the substance and provide rationale for application of the site-specific numerical standard.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "noteIfP2SiteSpecificNumericalStandardsSelectedAboveIdentifyTheSubstanceAndProvideRationaleForApplicationOfTheSiteSpecificNumericalStandard",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eu2f997"
+ },
+ {
+ "label": "Have Protocol 4 site-specific standards been applied?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "haveProtocol4SiteSpecificStandardsBeenApplied",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ea8eabc"
+ },
+ {
+ "label": "Note: If P4 background selected above, provide rationale for why the background concentration applies.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "noteIfP4BackgroundSelectedAboveProvideRationaleForWhyTheBackgroundConcentrationApplies",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eztiog"
+ },
+ {
+ "label": "Does more than one land use apply at this site?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "haveProtocol4SiteSpecificStandardsBeenApplied1",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "elpsvca"
+ },
+ {
+ "label": "If more than one land use applies to the site, specify additional land uses covered by the document, i.e., riparian areas, roadways, etc. include a diagram to clearly show the area(s) with different standards.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "ifMoreThanOneLandUseAppliesToTheSiteSpecifyAdditionalLandUsesCoveredByTheDocumentIERiparianAreasRoadwaysEtcIncludeADiagramToClearlyShowTheAreaSWithDifferentStandards",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ekvvcob"
+ },
+ {
+ "label": "Attention: attach diagram if more than one land use applies",
+ "tableView": false,
+ "defaultValue": false,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "key": "attentionAttachDiagramIfMoreThanOneLandUseApplies",
+ "type": "checkbox",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ez43pr"
+ },
+ {
+ "label": "CSR Land Use - Proposed",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "defaultValue": {
+ "industrialLandUseIl": false,
+ "commercialLandUseCl": false,
+ "residentialLandUseHighDensityRlhd": false,
+ "residentialLandUseLowDensityRlld": false,
+ "urbanParkLandUsePl": false,
+ "agriculturalLandUseAl": false,
+ "wildlandsNaturalLandUseWln": false,
+ "wildlandsRevertedLandUseWlr": false,
+ "other": false
+ },
+ "values": [
+ {
+ "label": "Industrial Land Use (IL)",
+ "value": "industrialLandUseIl",
+ "shortcut": ""
+ },
+ {
+ "label": "Commercial Land Use (CL)",
+ "value": "commercialLandUseCl",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential Land Use High Density (RLHD)",
+ "value": "residentialLandUseHighDensityRlhd",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential Land Use Low Density (RLLD)",
+ "value": "residentialLandUseLowDensityRlld",
+ "shortcut": ""
+ },
+ {
+ "label": "Urban Park Land Use (PL)",
+ "value": "urbanParkLandUsePl",
+ "shortcut": ""
+ },
+ {
+ "label": "Agricultural Land Use (AL)",
+ "value": "agriculturalLandUseAl",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands Natural Land Use (WLN)",
+ "value": "wildlandsNaturalLandUseWln",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands Reverted Land Use (WLR)",
+ "value": "wildlandsRevertedLandUseWlr",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "csrLandUseProposed",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "ehtn49"
+ },
+ {
+ "label": "If 'Other' is specified above, please explain: (e.g. applicable or excluded guidance, protocols or policies specific to the site)",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "ifOtherIsSpecifiedAbovePleaseExplainEGApplicableOrExcludedGuidanceProtocolsOrPoliciesSpecificToTheSite1",
+ "conditional": {
+ "show": true,
+ "when": "csrLandUseProposed",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ewle16h"
+ },
+ {
+ "label": "Notes: If 'Other' standards selected above, provide rationale for why a typical standard does not apply:",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "notesIfOtherStandardsSelectedAboveProvideRationaleForWhyATypicalStandardDoesNotApply1",
+ "conditional": {
+ "show": true,
+ "when": "csrLandUseProposed",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "emkd1y"
+ },
+ {
+ "label": "Have Protocol 2 site-specific standards been applied?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "haveProtocol2SiteSpecificStandardsBeenApplied1",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eq1wesd"
+ },
+ {
+ "label": "Note: If P2 site-specific numerical standards selected above, identify the substance and provide rationale for application of the site-specific numerical standard.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "noteIfP2SiteSpecificNumericalStandardsSelectedAboveIdentifyTheSubstanceAndProvideRationaleForApplicationOfTheSiteSpecificNumericalStandard1",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eo1fmv"
+ },
+ {
+ "label": "Have Protocol 4 site-specific standards been applied?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "haveProtocol4SiteSpecificStandardsBeenApplied2",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "em04tuv"
+ },
+ {
+ "label": "Note: If P4 background selected above, provide rationale for why the background concentration applies.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "noteIfP4BackgroundSelectedAboveProvideRationaleForWhyTheBackgroundConcentrationApplies1",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e736awck"
+ },
+ {
+ "label": "Does more than one land use apply at this site?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "multipleLandUse",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "erk6myf"
+ },
+ {
+ "label": "If more than one land use applies to the site, specify additional land uses covered by the document, i.e., riparian areas, roadways, etc. include a diagram to clearly show the area(s) with different standards.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "ifMoreThanOneLandUseAppliesToTheSiteSpecifyAdditionalLandUsesCoveredByTheDocumentIERiparianAreasRoadwaysEtcIncludeADiagramToClearlyShowTheAreaSWithDifferentStandards1",
+ "conditional": {
+ "show": true,
+ "when": "multipleLandUse",
+ "eq": "yes"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e339galn"
+ },
+ {
+ "label": "Attention: attach diagram if more than one land use applies",
+ "tableView": false,
+ "defaultValue": false,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "key": "attentionAttachDiagramIfMoreThanOneLandUseApplies1",
+ "conditional": {
+ "show": true,
+ "when": "multipleLandUse",
+ "eq": "yes"
+ },
+ "type": "checkbox",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "enw2hzm"
+ },
+ {
+ "html": "Offsite Impacted Property(ies) / Management Area Land Use ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content16",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "er8zxoq"
+ },
+ {
+ "label": "CSR Land Use - Current",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "defaultValue": {
+ "industrialLandUseIl": false,
+ "commercialLandUseCl": false,
+ "residentialLandUseHighDensityRlhd": false,
+ "residentialLandUseLowDensityRlld": false,
+ "urbanParkLandUsePl": false,
+ "agriculturalLandUseAl": false,
+ "wildlandsNaturalLandUseWln": false,
+ "wildlandsRevertedLandUseWlr": false,
+ "other": false
+ },
+ "values": [
+ {
+ "label": "Industrial Land Use (IL)",
+ "value": "industrialLandUseIl",
+ "shortcut": ""
+ },
+ {
+ "label": "Commercial Land Use (CL)",
+ "value": "commercialLandUseCl",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential Land Use High Density (RLHD)",
+ "value": "residentialLandUseHighDensityRlhd",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential Land Use Low Density (RLLD)",
+ "value": "residentialLandUseLowDensityRlld",
+ "shortcut": ""
+ },
+ {
+ "label": "Urban Park Land Use (PL)",
+ "value": "urbanParkLandUsePl",
+ "shortcut": ""
+ },
+ {
+ "label": "Agricultural Land Use (AL)",
+ "value": "agriculturalLandUseAl",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands Natural Land Use (WLN)",
+ "value": "wildlandsNaturalLandUseWln",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands Reverted Land Use (WLR)",
+ "value": "wildlandsRevertedLandUseWlr",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "csrLandUseCurrentImpacted",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "e4z13y"
+ },
+ {
+ "label": "If 'other' is specified above, please explain: (e.g. applicable or excluded guidance, protocols or policies specific to the site)",
+ "autoExpand": false,
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "key": "ifOtherIsSpecifiedAbovePleaseExplainEGApplicableOrExcludedGuidanceProtocolsOrPoliciesSpecificToTheSite2",
+ "conditional": {
+ "show": true,
+ "when": "csrLandUseCurrentImpacted",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "esytwkl"
+ },
+ {
+ "label": "Notes: provide rationale for why a typical standard does not apply",
+ "autoExpand": false,
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "key": "ifOtherIsSpecifiedAbovePleaseExplainEGApplicableOrExcludedGuidanceProtocolsOrPoliciesSpecificToTheSite3",
+ "conditional": {
+ "show": true,
+ "when": "csrLandUseCurrentImpacted",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ey5bxu7"
+ },
+ {
+ "label": "Have Protocol 2 site-specific standards been applied?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "haveProtocol2SiteSpecificStandardsBeenApplied2",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eks5u89"
+ },
+ {
+ "label": "Note: If P2 site-specific numerical standards selected above, identify the substance and provide rationale for application of the site-specific numerical standard.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "noteIfP2SiteSpecificNumericalStandardsSelectedAboveIdentifyTheSubstanceAndProvideRationaleForApplicationOfTheSiteSpecificNumericalStandard2",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eveexvi"
+ },
+ {
+ "label": "Have Protocol 4 site-specific standards been applied?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "haveProtocol4SiteSpecificStandardsBeenApplied4",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ecl4kdi"
+ },
+ {
+ "label": "Note: If P4 background selected above, provide rationale for why the background concentration applies.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "noteIfP4BackgroundSelectedAboveProvideRationaleForWhyTheBackgroundConcentrationApplies2",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e1vwxs"
+ },
+ {
+ "html": "Groundwater (CSR Schedule 3.2) ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content17",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e47bqcv"
+ },
+ {
+ "label": "Do groundwater standards apply at your site?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "doGroundwaterStandardsApplyAtYourSite",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eh13wx"
+ },
+ {
+ "html": "Groundwater ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content18",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eqg5o7"
+ },
+ {
+ "label": "Select all that apply ",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Aquatic Life (AW) Fresh",
+ "value": "aquaticLifeAwFresh",
+ "shortcut": ""
+ },
+ {
+ "label": "Aquatic Life (AW) Marine",
+ "value": "aquaticLifeAwMarine",
+ "shortcut": ""
+ },
+ {
+ "label": "Irrigation (IW)",
+ "value": "irrigationIw",
+ "shortcut": ""
+ },
+ {
+ "label": "Livestock (LW)",
+ "value": "livestockLw",
+ "shortcut": ""
+ },
+ {
+ "label": "Drinking Water (DW)",
+ "value": "drinkingWaterDw",
+ "shortcut": ""
+ },
+ {
+ "label": "No Water Use",
+ "value": "noWaterUse",
+ "shortcut": ""
+ }
+ ],
+ "key": "selectAllThatApply",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "en2a4pq"
+ },
+ {
+ "label": "Has a Protocol 9 background concentration been applied? ",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "hasAProtocol9BackgroundConcentrationBeenApplied",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eimpdh"
+ },
+ {
+ "label": "Notes: If Protocol 9 background concentration selected, provide rationale for why the background concentration applies.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "notesIfProtocol9BackgroundConcentrationSelectedProvideRationaleForWhyTheBackgroundConcentrationApplies",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e5tilj"
+ },
+ {
+ "html": "Surface water (BC Approved Water Quality Guidelines) ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content19",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eja0cs8"
+ },
+ {
+ "label": "Do surface water guidelines apply at your site? ",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "surfaceWaterGuidelinesApply",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e6ew7lk"
+ },
+ {
+ "label": "Select all that apply",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Ambient freshwater",
+ "value": "ambientFreshwater",
+ "shortcut": ""
+ },
+ {
+ "label": "Ambient marine",
+ "value": "ambientMarine",
+ "shortcut": ""
+ },
+ {
+ "label": "Not Applicable",
+ "value": "notApplicable",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "selectAllThatApply1",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "defaultValue": {
+ "ambientFreshwater": false,
+ "ambientMarine": false,
+ "notApplicable": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "el4jtnu"
+ },
+ {
+ "html": "Vapour (CSR Schedule 3.3) ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content20",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ek320f"
+ },
+ {
+ "label": "Do vapour standards apply at your site?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "vapourStandardsApply",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ehz6d3p"
+ },
+ {
+ "label": "Please indicate all that apply:",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Agricultural, Urban park, Residential use (AL, PL, RL)",
+ "value": "agriculturalUrbanParkResidentialUseAlPlRl",
+ "shortcut": ""
+ },
+ {
+ "label": "Commercial use (CL)",
+ "value": "commercialUseCl",
+ "shortcut": ""
+ },
+ {
+ "label": "Industrial use (IL)",
+ "value": "industrialUseIl",
+ "shortcut": ""
+ },
+ {
+ "label": "Parkade",
+ "value": "parkade",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "key": "pleaseIndicateAllThatApply",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "e2uphxt"
+ },
+ {
+ "label": "Notes: if other is specified above, include description of assumptions for both current and future development of the site that the selected vapour attenuation factors are based on.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "notesIfOtherIsSpecifiedAboveIncludeDescriptionOfAssumptionsForBothCurrentAndFutureDevelopmentOfTheSiteThatTheSelectedVapourAttenuationFactorsAreBasedOn",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eapxfka"
+ },
+ {
+ "html": "Sediment (CSR Schedule 3.4) ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content21",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "emfcc6"
+ },
+ {
+ "label": "Do sediment standards apply at your site?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "key": "sedimentStandardsApply",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ep179tu"
+ },
+ {
+ "html": "Sediment ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content25",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eefkhsr"
+ },
+ {
+ "html": "Type of aquatic life: ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content22",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e3thv5"
+ },
+ {
+ "label": "Freshwater",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "aquaticLifeFreshwater",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eiorz7g"
+ },
+ {
+ "label": "Marine/Estuarine",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "aquaticLifeMarineEstuarine",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ejh5scg"
+ },
+ {
+ "html": "Type of Habitat: ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content23",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ep3ei0k"
+ },
+ {
+ "label": "Sensitive",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "sensitive",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ey1i3fk"
+ },
+ {
+ "label": "Typical",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "typical",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ehliufd"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ezpn8f"
+ },
+ {
+ "title": "SECTION V - Areas of Potential Environmental Concern (APEC) and Potential Contaminants of Concern (PCOC) Summary",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionVAreasOfPotentialEnvironmentalConcernApecAndPotentialContaminantsOfConcernPcocSummary",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "eq": "false"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "Provide reference to a figure showing onsite and offsite APECs and PCOCs associated with each APEC ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content24",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ep4sdn"
+ },
+ {
+ "label": "add additional entries as necessary:",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "report": "",
+ "figure": "",
+ "page": ""
+ }
+ ],
+ "key": "dataGrid3",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "References",
+ "collapsible": false,
+ "key": "references",
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Report #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "report",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e42c3ej"
+ },
+ {
+ "label": "Figure #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "figure",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e1sgs7i"
+ },
+ {
+ "label": "Page #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "page",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "es5kcwo"
+ }
+ ],
+ "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e7yn7b9"
+ },
+ {
+ "html": "Attention: Include reports listed above outlining APECs and PCOCs
",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content26",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ek43j2"
+ },
+ {
+ "label": "I acknowledge that I will include reports as listed above ",
+ "tableView": false,
+ "key": "iAcknowledgeThatIWillIncludeReportsAsListedAbove",
+ "type": "checkbox",
+ "input": true,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e7orccq"
+ },
+ {
+ "html": "APEC and PCOC Summary
APEC Description: Describe location in relation to process source, waste, fill, land use or activity, etc., giving rise to APEC and if APEC is primarily due to soil or water contamination.
PCOC : Indicate products, chemicals, waste type, etc. and / or analytical parameter.
APEC and PCOC summary: List individual substances or groups of substances and their Chemical Abstract Service Numbers as they appear in the applicable schedule of the CSR. Attach lists or tables as needed.
",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content27",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "el9sxmn"
+ },
+ {
+ "label": "",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "apec": "",
+ "apecDescription": "",
+ "pcocS": "",
+ "pleaseIndicateWhereAnalysesCompleted": {
+ "soil": false,
+ "sediment": false,
+ "groundwater": false,
+ "surfaceWater": false,
+ "vapour": false,
+ "otherPleaseExplainBelow": false,
+ "other": false
+ }
+ }
+ ],
+ "key": "dataGrid4",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Summary",
+ "collapsible": false,
+ "key": "summary",
+ "type": "panel",
+ "label": "Summaries",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "APEC #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "apec",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ey16rue"
+ },
+ {
+ "label": "APEC Description",
+ "autoExpand": false,
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "key": "apecDescription",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "euv345s"
+ },
+ {
+ "label": "PCOC(s)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "pcocS",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e7sbcyi"
+ },
+ {
+ "label": "Please indicate where analyses completed:",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Soil",
+ "value": "soil",
+ "shortcut": ""
+ },
+ {
+ "label": "Sediment",
+ "value": "sediment",
+ "shortcut": ""
+ },
+ {
+ "label": "Groundwater",
+ "value": "groundwater",
+ "shortcut": ""
+ },
+ {
+ "label": "Surface Water",
+ "value": "surfaceWater",
+ "shortcut": ""
+ },
+ {
+ "label": "Vapour",
+ "value": "vapour",
+ "shortcut": ""
+ },
+ {
+ "label": "Other (Please explain below)",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "pleaseIndicateWhereAnalysesCompleted",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "defaultValue": {
+ "soil": false,
+ "sediment": false,
+ "groundwater": false,
+ "surfaceWater": false,
+ "vapour": false,
+ "otherPleaseExplainBelow": false,
+ "other": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "eg618ak"
+ },
+ {
+ "label": "'Other' explanation",
+ "autoExpand": false,
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "key": "otherExplanation",
+ "conditional": {
+ "show": true,
+ "when": "pleaseIndicateWhereAnalysesCompleted",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "erxxdli"
+ }
+ ],
+ "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "ei568rj"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e7q3hil"
+ },
+ {
+ "title": "SECTION VI - Areas of Environmental Concern (AEC) and Contaminants of Concern (COC) Summary",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionViAreasOfEnvironmentalConcernAecAndContaminantsOfConcernCocSummary",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "eq": "false"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "Stage 2 Preliminary Site Investigation (PSI) Provide reference to figure(s) showing the AEC and COC associated with each AEC in onsite and offsite soil, water, sediment and/or vapour. Sample locations and corresponding analytical results shall be shown on each figure and in tabular form with reference to applicable standards:
",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content28",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e348r8u"
+ },
+ {
+ "label": "",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "environmentalMedium": "",
+ "report": "",
+ "page": "",
+ "figure": ""
+ }
+ ],
+ "key": "dataGrid5",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Summary",
+ "collapsible": false,
+ "key": "summary",
+ "type": "panel",
+ "label": "AEC and COC Summary",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Environmental Medium",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "environmentalMedium",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "emrnwt"
+ },
+ {
+ "label": "Report #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "report",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ezjgbqk"
+ },
+ {
+ "label": "Page #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "page",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e93qh3o"
+ },
+ {
+ "label": "Figure #",
+ "tableView": true,
+ "key": "figure",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eu9o53q"
+ }
+ ],
+ "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "enyqev"
+ },
+ {
+ "html": "Detailed Site Investigation (DSI) Provide references to figures (plan and section), with contours, showing the specific lateral and vertical distribution of each contaminant of concern in onsite and offsite soil, sediment, water and vapour. Sections shall be longitudinal and transverse with respect to groundwater flow and include physical conditions (e.g. stratigraphy, water table etc.). Sample locations with corresponding analytical results used to develop each figure shall be shown on the figure and in tabular form with reference to applicable standards:
",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content29",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "egzo5zb"
+ },
+ {
+ "label": "",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "environmentalMedium": "",
+ "report": "",
+ "page": "",
+ "figure": ""
+ }
+ ],
+ "key": "dataGrid6",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "",
+ "collapsible": false,
+ "key": "summary",
+ "type": "panel",
+ "label": "AEC and COC Summary",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Environmental Medium",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "environmentalMedium",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "edmm3sb"
+ },
+ {
+ "label": "Report #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "report",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e3mvybo"
+ },
+ {
+ "label": "Page #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "page",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eknllaa"
+ },
+ {
+ "label": "Figure #",
+ "tableView": true,
+ "key": "figure",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ef617zf"
+ }
+ ],
+ "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e5mao0a"
+ },
+ {
+ "html": "AEC/APEC and COC Extent of Contamination ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content30",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e0havy"
+ },
+ {
+ "label": "",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "aecApecUseSameSAsForApeCsInTableAbove": "",
+ "coc": "",
+ "mediumEGSoilGroundwaterSedimentVapourSurfaceWaterOther": "",
+ "maxMeasuredConcentrationIndicateUnits": "",
+ "areaM": "",
+ "depthRangeM": "",
+ "notes1": ""
+ }
+ ],
+ "key": "dataGrid7",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "",
+ "collapsible": false,
+ "key": "panel8",
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "AEC/APEC: Use same #s as for APECs in table above",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "aecApecUseSameSAsForApeCsInTableAbove",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e99tie4"
+ },
+ {
+ "label": "COC",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "coc",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eo9g8ms"
+ },
+ {
+ "label": "Medium",
+ "placeholder": "e.g. soil, groundwater, sediment, vapour, surface water, other",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "mediumEGSoilGroundwaterSedimentVapourSurfaceWaterOther",
+ "type": "textfield",
+ "input": true,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "erqoauyy"
+ },
+ {
+ "label": "Max Measured Concentration (indicate units)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "maxMeasuredConcentrationIndicateUnits",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eqfcnt7"
+ },
+ {
+ "label": "Area (m²)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "areaM",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ecx8h8h"
+ },
+ {
+ "label": "Depth Range (m)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "depthRangeM",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "evgae2q"
+ },
+ {
+ "label": "Notes",
+ "placeholder": "e.g. site type, classification, relevant approvals, etc.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "notes2",
+ "type": "textarea",
+ "input": true,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "eak2oy8"
+ }
+ ],
+ "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e3pfzbj"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e1tcxwk"
+ },
+ {
+ "title": "SECTION VII - Offsite Migration",
+ "collapsible": false,
+ "key": "sectionViiOffsiteMigration",
+ "conditional": {
+ "show": true,
+ "when": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "eq": "no"
+ },
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Is there evidence that one or more substances has migrated or is likely to have migrated to a neighbouring site and is or is likely causing contamination of the neighbouring property?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "isThereEvidenceThatOneOrMoreSubstancesHasMigratedOrIsLikelyToHaveMigratedToANeighbouringSiteAndIsOrIsLikelyCausingContaminationOfTheNeighbouringProperty",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eyt9j6k"
+ },
+ {
+ "label": "Has any sampling occurred offsite for PCOCs in any media?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "hasAnySamplingOccurredOffsiteForPcoCsInAnyMedia",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e5kz2pn"
+ },
+ {
+ "label": "Have preferential pathways been assessed? (including assessment of all neighbouring underground utility rights-of-way)",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "havePreferentialPathwaysBeenAssessedIncludingAssessmentOfAllNeighbouringUndergroundUtilityRightsOfWay",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e6fg35s"
+ },
+ {
+ "title": "",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "panel3",
+ "conditional": {
+ "show": true,
+ "when": "isThereEvidenceThatOneOrMoreSubstancesHasMigratedOrIsLikelyToHaveMigratedToANeighbouringSiteAndIsOrIsLikelyCausingContaminationOfTheNeighbouringProperty",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Current offsite transport of contaminants from the site",
+ "tableView": false,
+ "key": "currentOffsiteTransportOfContaminantsFromTheSite",
+ "type": "checkbox",
+ "input": true,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e75y38c"
+ },
+ {
+ "label": "Historical offsite transport of contaminants from the site",
+ "tableView": false,
+ "defaultValue": false,
+ "key": "currentOffsiteTransportOfContaminantsFromTheSite1",
+ "type": "checkbox",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e2bknmb"
+ },
+ {
+ "label": "Historical or Current offsite transport of contaminants from the site in:",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "defaultValue": {
+ "groundwater": false,
+ "surfaceWater": false,
+ "vapour": false,
+ "otherExplainBelow": false
+ },
+ "values": [
+ {
+ "label": "Groundwater",
+ "value": "groundwater",
+ "shortcut": ""
+ },
+ {
+ "label": "Surface Water",
+ "value": "surfaceWater",
+ "shortcut": ""
+ },
+ {
+ "label": "Vapour",
+ "value": "vapour",
+ "shortcut": ""
+ },
+ {
+ "label": "Other (explain below)",
+ "value": "otherExplainBelow",
+ "shortcut": ""
+ }
+ ],
+ "key": "in",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "eon7ijc"
+ },
+ {
+ "label": "If other, describe environmental media:",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "ifOtherDescribeEnvironmentalMedia",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "e6tjnc8"
+ },
+ {
+ "label": "Briefly describe the nature of and evidence for offsite migration (either known, suspected, or potential)",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "brieflyDescribeTheNatureOfAndEvidenceForOffsiteMigrationEitherKnownSuspectedOrPotential",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "er9735"
+ },
+ {
+ "label": "The impacted offsite lands are categorized as:",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Having a potable groundwater source",
+ "value": "havingAPotableGroundwaterSource",
+ "shortcut": ""
+ },
+ {
+ "label": "Being aquatic habitat, as formally defined",
+ "value": "beingAquaticHabitatAsFormallyDefined",
+ "shortcut": ""
+ },
+ {
+ "label": "Agricultural lands",
+ "value": "agriculturalLands",
+ "shortcut": ""
+ },
+ {
+ "label": "Residential or Urban parklands",
+ "value": "residentialOrUrbanParklands",
+ "shortcut": ""
+ },
+ {
+ "label": "Commercial land",
+ "value": "commercialLand",
+ "shortcut": ""
+ },
+ {
+ "label": "Industrial land",
+ "value": "industrialLand",
+ "shortcut": ""
+ },
+ {
+ "label": "Wildlands",
+ "value": "wildlands",
+ "shortcut": ""
+ }
+ ],
+ "key": "theImpactedOffsiteLandsAreCategorizedAs",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "e1stkrj"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "en99wz"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "edqxa27"
+ },
+ {
+ "title": "SECTION VIII - Investigation or Interpretation Issues to be Adressed",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionViiiInvestigationOrInterpretationIssuesToBeAdressed",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "hasAnApprovalInPrincipalAiPBeenIssuedForThisSite",
+ "eq": "false"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Identify any issues regarding investigations or interpretations if the PSI and DSI information may not satisfy the requirements of CSR Sections 58 and 59 and applicable protocols and guidance documents. Briefly describe how these deficiencies will be addressed. Enter n/a if not applicable.",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "identifyAnyIssuesRegardingInvestigationsOrInterpretationsIfThePsiAndDsiInformationMayNotSatisfyTheRequirementsOfCsrSections58And59AndApplicableProtocolsAndGuidanceDocumentsBrieflyDescribeHowTheseDeficienciesWillBeAddressedEnterNAIfNotApplicable",
+ "type": "textarea",
+ "rows": 5,
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ekbzgj"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "edczfu"
+ },
+ {
+ "html": "Part 5 - Remediation Summary ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content33",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "etcmt0o"
+ },
+ {
+ "title": "SECTION I - Remediation Reporting Summary",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIRemediationReportingSummary",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "title": "Risk Assessment",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "riskAssessment",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "label": "Completed?",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "completed4",
+ "type": "radio",
+ "input": true,
+ "inputType": "radio",
+ "defaultValue": {
+ "yes": false,
+ "no": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "e4gsdhh"
+ },
+ {
+ "label": "Includes quantitative human health and ecological risk assessment report information or screening level risk assessment per EMA, CSR and current applicable ministry protocols, guidelines, checklists? ",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists",
+ "type": "radio",
+ "input": true,
+ "inputType": "radio",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "ezw7671c"
+ }
+ ],
+ "id": "ejp45z9"
+ },
+ {
+ "title": "Remediation Plan",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "riskAssessment1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Completed?",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "completed5",
+ "type": "radio",
+ "input": true,
+ "inputType": "radio",
+ "defaultValue": {
+ "yes": false,
+ "no": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "el5sg7"
+ },
+ {
+ "label": "Includes CSR specified information for a Remediation Plan (see CSR S.1, 16, 47) and current applicable ministry protocols, guidelines, checklists, etc.?",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists1",
+ "type": "radio",
+ "input": true,
+ "inputType": "radio",
+ "defaultValue": {
+ "yes": false,
+ "no": false,
+ "nA": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "e8p4jr"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "evp1obv"
+ },
+ {
+ "title": "Confirmation of Remediation",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "riskAssessment2",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Completed?",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "completed6",
+ "type": "radio",
+ "input": true,
+ "inputType": "radio",
+ "defaultValue": {
+ "yes": false,
+ "no": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "ejkw9fd"
+ },
+ {
+ "label": "Includes CSR specified information (see CSR S.49) and any current applicable ministry protocols, guidelines, checklists for COR reports? ",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "defaultValue": {
+ "yes": false,
+ "no": false,
+ "nA": false
+ },
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists2",
+ "type": "radio",
+ "input": true,
+ "inputType": "radio",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "ezc4bx5"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eg2f3g"
+ },
+ {
+ "title": "Other Reports",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "riskAssessment3",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Completed?",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "completed7",
+ "type": "radio",
+ "input": true,
+ "inputType": "radio",
+ "defaultValue": {
+ "yes": false,
+ "no": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "ew6b1fi"
+ },
+ {
+ "label": "According to other guidelines? (Provide explanation in notes below. Indicate how reports assist understanding of conditions and/or remediation.) ",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "yes": false,
+ "no": false,
+ "nA": false
+ },
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "includesQuantitativeHumanHealthAndEcologicalRiskAssessmentReportInformationOrScreeningLevelRiskAssessmentPerEmaCsrAndCurrentApplicableMinistryProtocolsGuidelinesChecklists3",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "completed7",
+ "eq": "yes",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e9z694e"
+ },
+ {
+ "label": "Notes",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "notes1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "completed7",
+ "eq": "yes",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "eirkrzs",
+ "defaultValue": ""
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "en3xr0m"
+ },
+ {
+ "html": "If completed remediation reports are not adequate or if reports have a different scope than those listed above in accordance with the CSR complete Section 5.6 - Outstanding Remediation Issues. ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content67",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e4jq65"
+ }
+ ],
+ "id": "e8ipwk5"
+ },
+ {
+ "title": "SECTION II - Proposed or Completed Remedial Activities",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIiProposedOrCompletedRemedialActivities",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": "Describe all aspects of remediation including regulatory actions and activities to comply with numerical and/or risk-based standards
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content35",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e3pr3l7"
+ },
+ {
+ "label": "Regulatory: Notification of Independent Remediation, Approval in Principle, Certificate of Compliance, Determination, Restrictive Covenant etc.",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "regulatoryNotificationOfIndependentRemediationApprovalInPrincipleCertificateOfComplianceDeterminationRestrictiveCovenantEtc",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "elmoc77",
+ "defaultValue": ""
+ },
+ {
+ "label": "If commitments or conditions to be met are included in an Approval in Principle issued for the site, list these conditions and identify how they were met though remedial activities. ",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "ifCommitmentsOrConditionsToBeMetAreIncludedInAnApprovalInPrincipleIssuedForTheSiteListTheseConditionsAndIdentifyHowTheyWereMetThoughRemedialActivities",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "eg9hfx",
+ "defaultValue": ""
+ },
+ {
+ "label": "Remediation to comply with numerical standards (Excavation / disposal of soil, Treatment of soil; Treatment of groundwater, etc.) ",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "remediationToComplyWithNumericalStandardsExcavationDisposalOfSoilTreatmentOfSoilTreatmentOfGroundwaterEtc",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "ed566qt",
+ "defaultValue": ""
+ },
+ {
+ "html": "Screening Level Risk Assessment ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content36",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "enhsylu"
+ },
+ {
+ "label": "Intended",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "intended",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "egyizxi",
+ "defaultValue": ""
+ },
+ {
+ "label": "Carried out",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "intended1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "efbt54b",
+ "defaultValue": ""
+ },
+ {
+ "html": "Quantitative Risk Assessment ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content37",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e7p5rjw"
+ },
+ {
+ "label": "Intended",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "intended2",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "emo5xjg"
+ },
+ {
+ "label": "Carried out",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "intended3",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "euhh0a4"
+ },
+ {
+ "html": "If yes for any above, complete Section 5.5 (Summary of Residual Contamination) ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content38",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ez6x9bq"
+ },
+ {
+ "label": "Describe risk management / exposure reduction methods intended or implemented and indicate the status of any measures.",
+ "labelPosition": "top",
+ "placeholder": "e.g., Physical / engineering: monitoring, capping or barriers to exposure; Institutional: registration of restrictive covenants, financial security, etc.",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "describeRiskManagementExposureReductionMethodsIntendedOrImplementedAndIndicateTheStatusOfAnyMeasures",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 6,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "ew7umzp",
+ "defaultValue": ""
+ },
+ {
+ "html": "Provide a reference to signed and stamped design drawings provided by a professional engineer for works installed at site boundaries to prevent recontamination of a site. ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content39",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e8a6e6"
+ },
+ {
+ "label": "",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "report": "",
+ "page": "",
+ "orAppendix": ""
+ }
+ ],
+ "key": "references",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "",
+ "collapsible": false,
+ "key": "panel4",
+ "type": "panel",
+ "label": "References",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Report #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "report",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ev76fb"
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ },
+ {
+ "components": [
+ {
+ "label": "Page #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "page",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "exu4dc8"
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ },
+ {
+ "components": [
+ {
+ "label": "Appendix #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "orAppendix",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e1a2r8o"
+ }
+ ],
+ "size": "md",
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 4
+ }
+ ],
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e9e5bm"
+ }
+ ],
+ "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e2jy1yl"
+ }
+ ],
+ "id": "epn9oxk"
+ },
+ {
+ "title": "SECTION III - Summary of Remediation Plan/Remediation",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIiiSummaryOfRemediationPlanRemediation",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": "Remediation Standards and Schedule ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content40",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ep2zw9j"
+ },
+ {
+ "label": "Environmental medium assessed. Select all that apply. (If this SOSC is to support a Negative Determination Application, select N/A)",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "soil": false,
+ "groundwater": false,
+ "surfaceWater": false,
+ "sediment": false,
+ "nA": false,
+ "vapour": false
+ },
+ "values": [
+ {
+ "label": "Soil",
+ "value": "soil",
+ "shortcut": ""
+ },
+ {
+ "label": "Groundwater",
+ "value": "groundwater",
+ "shortcut": ""
+ },
+ {
+ "label": "Surface Water",
+ "value": "surfaceWater",
+ "shortcut": ""
+ },
+ {
+ "label": "Vapour",
+ "value": "vapour",
+ "shortcut": ""
+ },
+ {
+ "label": "Sediment",
+ "value": "sediment",
+ "shortcut": ""
+ },
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "minSelectedCountMessage": "",
+ "maxSelectedCountMessage": "",
+ "errors": "",
+ "key": "environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "e165oim"
+ },
+ {
+ "label": "Soil",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "aecUseTheSameAecAsForAeCsInSection46": "",
+ "coc": "",
+ "remediatedToTheFollowingStandardProposedOrCompleted": {
+ "numericalStandardGuidelineOrCriteria": false,
+ "siteSpecificNumericalStandard": false,
+ "backgroundConcentrationAttachProtocol4ApprovalIfApplicable": false,
+ "riskBased": false
+ },
+ "remediationComplete": "",
+ "proposedOrActualCompletionDate": "00/00/0000"
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "dataGrid8",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA",
+ "eq": "soil",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Soil",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "panel4",
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "AEC # (Use the same AEC# as for AECs in the table in Section 4.6)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "aecUseTheSameAecAsForAeCsInSection46",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eaf7t1"
+ },
+ {
+ "label": "COC",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "coc",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eoda2go"
+ },
+ {
+ "label": "Remediated to the following standard (proposed or completed)",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Numerical (standard, guideline or criteria)",
+ "value": "numericalStandardGuidelineOrCriteria",
+ "shortcut": ""
+ },
+ {
+ "label": "Site-Specific numerical standard",
+ "value": "siteSpecificNumericalStandard",
+ "shortcut": ""
+ },
+ {
+ "label": "Background concentration (attach protocol 4 approval if applicable)",
+ "value": "backgroundConcentrationAttachProtocol4ApprovalIfApplicable",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediatedToTheFollowingStandardProposedOrCompleted",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "emv34m"
+ },
+ {
+ "label": "Remediation complete",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "Remediation Planned",
+ "value": "remediationPlanned",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediationComplete",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ek8hrjd"
+ },
+ {
+ "label": "Proposed or actual completion date",
+ "hideInputLabels": false,
+ "inputsLabelPosition": "top",
+ "useLocaleSettings": false,
+ "tableView": false,
+ "fields": {
+ "day": {
+ "hide": false,
+ "required": true,
+ "type": "number",
+ "placeholder": ""
+ },
+ "month": {
+ "hide": false,
+ "required": true,
+ "type": "select",
+ "placeholder": ""
+ },
+ "year": {
+ "hide": false,
+ "required": true,
+ "type": "number",
+ "placeholder": ""
+ }
+ },
+ "defaultValue": "00/00/0000",
+ "key": "proposedOrActualCompletionDate",
+ "type": "day",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "dayFirst": false,
+ "id": "eb274z"
+ }
+ ],
+ "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "eojass"
+ },
+ {
+ "label": "Groundwater",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "aecUseTheSameAecAsForAeCsInSection46": "",
+ "coc": "",
+ "remediatedToTheFollowingStandardProposedOrCompleted": {
+ "numericalStandardGuidelineOrCriteria": false,
+ "siteSpecificNumericalStandard": false,
+ "backgroundConcentrationAttachProtocol4ApprovalIfApplicable": false,
+ "riskBased": false
+ },
+ "remediationComplete": "",
+ "proposedOrActualCompletionDate": "00/00/0000"
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "dataGrid9",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA",
+ "eq": "groundwater",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Groundwater",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "groundwater",
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "AEC # (Use the same AEC# as for AECs in the table in Section 4.6)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "aecUseTheSameAecAsForAeCsInSection46",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ej8l9ey"
+ },
+ {
+ "label": "COC",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "coc",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e9w6crd"
+ },
+ {
+ "label": "Remediated to the following standard (proposed or completed)",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Numerical (standard, guideline or criteria)",
+ "value": "numericalStandardGuidelineOrCriteria",
+ "shortcut": ""
+ },
+ {
+ "label": "Site-Specific numerical standard",
+ "value": "siteSpecificNumericalStandard",
+ "shortcut": ""
+ },
+ {
+ "label": "Background concentration (attach protocol 4 approval if applicable)",
+ "value": "backgroundConcentrationAttachProtocol4ApprovalIfApplicable",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediatedToTheFollowingStandardProposedOrCompleted",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "euyjc8g"
+ },
+ {
+ "label": "Remediation complete",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "Remediation Planned",
+ "value": "remediationPlanned",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediationComplete",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ef329mn"
+ },
+ {
+ "label": "Proposed or actual completion date",
+ "hideInputLabels": false,
+ "inputsLabelPosition": "top",
+ "useLocaleSettings": false,
+ "tableView": false,
+ "fields": {
+ "day": {
+ "hide": false,
+ "required": true,
+ "type": "number",
+ "placeholder": ""
+ },
+ "month": {
+ "hide": false,
+ "required": true,
+ "type": "select",
+ "placeholder": ""
+ },
+ "year": {
+ "hide": false,
+ "required": true,
+ "type": "number",
+ "placeholder": ""
+ }
+ },
+ "defaultValue": "00/00/0000",
+ "key": "proposedOrActualCompletionDate",
+ "type": "day",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "dayFirst": false,
+ "id": "euj2r2l"
+ }
+ ],
+ "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "ew0r1gt"
+ },
+ {
+ "label": "Surface Water",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "aecUseTheSameAecAsForAeCsInSection46": "",
+ "coc": "",
+ "remediatedToTheFollowingStandardProposedOrCompleted": {
+ "numericalStandardGuidelineOrCriteria": false,
+ "siteSpecificNumericalStandard": false,
+ "backgroundConcentrationAttachProtocol4ApprovalIfApplicable": false,
+ "riskBased": false
+ },
+ "remediationComplete": "",
+ "proposedOrActualCompletionDate": "00/00/0000"
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "dataGrid10",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA",
+ "eq": "surfaceWater",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Surface Water",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "surfaceWater",
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "AEC # (Use the same AEC# as for AECs in the table in Section 4.6)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "aecUseTheSameAecAsForAeCsInSection46",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "exhym4b"
+ },
+ {
+ "label": "COC",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "coc",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "edjxf9"
+ },
+ {
+ "label": "Remediated to the following standard (proposed or completed)",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Numerical (standard, guideline or criteria)",
+ "value": "numericalStandardGuidelineOrCriteria",
+ "shortcut": ""
+ },
+ {
+ "label": "Site-Specific numerical standard",
+ "value": "siteSpecificNumericalStandard",
+ "shortcut": ""
+ },
+ {
+ "label": "Background concentration (attach protocol 4 approval if applicable)",
+ "value": "backgroundConcentrationAttachProtocol4ApprovalIfApplicable",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediatedToTheFollowingStandardProposedOrCompleted",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "eslf5sl"
+ },
+ {
+ "label": "Remediation complete",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "Remediation Planned",
+ "value": "remediationPlanned",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediationComplete",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eyhnsyf"
+ },
+ {
+ "label": "Proposed or actual completion date",
+ "hideInputLabels": false,
+ "inputsLabelPosition": "top",
+ "useLocaleSettings": false,
+ "tableView": false,
+ "fields": {
+ "day": {
+ "hide": false,
+ "required": true,
+ "type": "number",
+ "placeholder": ""
+ },
+ "month": {
+ "hide": false,
+ "required": true,
+ "type": "select",
+ "placeholder": ""
+ },
+ "year": {
+ "hide": false,
+ "required": true,
+ "type": "number",
+ "placeholder": ""
+ }
+ },
+ "defaultValue": "00/00/0000",
+ "key": "proposedOrActualCompletionDate",
+ "type": "day",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "dayFirst": false,
+ "id": "ehez7s"
+ }
+ ],
+ "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "eb6spa00000"
+ },
+ {
+ "label": "Vapour",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "aecUseTheSameAecAsForAeCsInSection46": "",
+ "coc": "",
+ "remediatedToTheFollowingStandardProposedOrCompleted": {
+ "numericalStandardGuidelineOrCriteria": false,
+ "siteSpecificNumericalStandard": false,
+ "backgroundConcentrationAttachProtocol4ApprovalIfApplicable": false,
+ "riskBased": false
+ },
+ "remediationComplete": "",
+ "proposedOrActualCompletionDate": "00/00/0000"
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "dataGrid11",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA",
+ "eq": "vapour",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Vapour",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "vapour",
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "AEC # (Use the same AEC# as for AECs in the table in Section 4.6)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "aecUseTheSameAecAsForAeCsInSection46",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "etqxeaii"
+ },
+ {
+ "label": "COC",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "coc",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ec8vxle"
+ },
+ {
+ "label": "Remediated to the following standard (proposed or completed)",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Numerical (standard, guideline or criteria)",
+ "value": "numericalStandardGuidelineOrCriteria",
+ "shortcut": ""
+ },
+ {
+ "label": "Site-Specific numerical standard",
+ "value": "siteSpecificNumericalStandard",
+ "shortcut": ""
+ },
+ {
+ "label": "Background concentration (attach protocol 4 approval if applicable)",
+ "value": "backgroundConcentrationAttachProtocol4ApprovalIfApplicable",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediatedToTheFollowingStandardProposedOrCompleted",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "exo08af"
+ },
+ {
+ "label": "Remediation complete",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "Remediation Planned",
+ "value": "remediationPlanned",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediationComplete",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e86fmgcc"
+ },
+ {
+ "label": "Proposed or actual completion date",
+ "hideInputLabels": false,
+ "inputsLabelPosition": "top",
+ "useLocaleSettings": false,
+ "tableView": false,
+ "fields": {
+ "day": {
+ "hide": false,
+ "required": true,
+ "type": "number",
+ "placeholder": ""
+ },
+ "month": {
+ "hide": false,
+ "required": true,
+ "type": "select",
+ "placeholder": ""
+ },
+ "year": {
+ "hide": false,
+ "required": true,
+ "type": "number",
+ "placeholder": ""
+ }
+ },
+ "defaultValue": "00/00/0000",
+ "key": "proposedOrActualCompletionDate",
+ "type": "day",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "dayFirst": false,
+ "id": "et10s3fg"
+ }
+ ],
+ "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "ec6dxnf"
+ },
+ {
+ "label": "Sediment",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "aecUseTheSameAecAsForAeCsInSection46": "",
+ "coc": "",
+ "remediatedToTheFollowingStandardProposedOrCompleted": {
+ "numericalStandardGuidelineOrCriteria": false,
+ "siteSpecificNumericalStandard": false,
+ "backgroundConcentrationAttachProtocol4ApprovalIfApplicable": false,
+ "riskBased": false
+ },
+ "remediationComplete": "",
+ "proposedOrActualCompletionDate": "00/00/0000"
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "dataGrid12",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "environmentalMediumAssessedSelectAllThatApplyIfThisSoscIsToSupportANegativeDeterminationApplicationSelectNA",
+ "eq": "sediment",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Sediment",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "sediment",
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "AEC # (Use the same AEC# as for AECs in the table in Section 4.6)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "aecUseTheSameAecAsForAeCsInSection46",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e7jbx9j"
+ },
+ {
+ "label": "COC",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "coc",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "esfs5p"
+ },
+ {
+ "label": "Remediated to the following standard (proposed or completed)",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Numerical (standard, guideline or criteria)",
+ "value": "numericalStandardGuidelineOrCriteria",
+ "shortcut": ""
+ },
+ {
+ "label": "Site-Specific numerical standard",
+ "value": "siteSpecificNumericalStandard",
+ "shortcut": ""
+ },
+ {
+ "label": "Background concentration (attach protocol 4 approval if applicable)",
+ "value": "backgroundConcentrationAttachProtocol4ApprovalIfApplicable",
+ "shortcut": ""
+ },
+ {
+ "label": "Risk-based",
+ "value": "riskBased",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediatedToTheFollowingStandardProposedOrCompleted1",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "euis3w"
+ },
+ {
+ "label": "Remediation complete",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "Remediation Planned",
+ "value": "remediationPlanned",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "remediationComplete",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ek6jihq"
+ },
+ {
+ "label": "Proposed or actual completion date",
+ "hideInputLabels": false,
+ "inputsLabelPosition": "top",
+ "useLocaleSettings": false,
+ "tableView": false,
+ "fields": {
+ "day": {
+ "hide": false,
+ "required": true,
+ "type": "number",
+ "placeholder": ""
+ },
+ "month": {
+ "hide": false,
+ "required": true,
+ "type": "select",
+ "placeholder": ""
+ },
+ "year": {
+ "hide": false,
+ "required": true,
+ "type": "number",
+ "placeholder": ""
+ }
+ },
+ "defaultValue": "00/00/0000",
+ "key": "proposedOrActualCompletionDate",
+ "type": "day",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "dayFirst": false,
+ "id": "eu50tno"
+ }
+ ],
+ "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "exwpiia0"
+ }
+ ],
+ "id": "e3zicjv"
+ },
+ {
+ "title": "SECTION IV - Summary of Contaminant Treatment or Removal",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIvSummaryOfContaminantTreatmentOrRemoval",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": " Identify and describe all contamination removed from or treated on-site. Ensure Part 6 is completed regarding the relocation of waste and non-waste soil.
Provide references to figure(s) showing the lateral and vertical extent of any treated or removed contamination. Confirmatory sample locations and corresponding analytical results shall be shown on each figure and in tabular form with reference to applicable standards:
In the AEC column, specify as n/a (not applicable) if remediation or assessment is not required in this environmental medium.
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content41",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e12mm2s"
+ },
+ {
+ "label": "Data Grid",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {}
+ ],
+ "key": "dataGrid13",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "dataGridLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "AEC / APEC #",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "aecApec",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eqnfc6c"
+ },
+ {
+ "label": "COC",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "coc",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ea1vh2f"
+ },
+ {
+ "label": "Medium",
+ "placeholder": "(e.g. soil, groundwater, surface water, vapour, sediment, other)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "medium",
+ "type": "textfield",
+ "input": true,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ekz1zpq"
+ },
+ {
+ "label": "Material removed volume (m³ or L) ",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "materialRemovedVolumeMOrL",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e287y9a"
+ },
+ {
+ "label": "Material removed disposal location (indicate if treated on- site)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "textField",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "enr29qh"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "eiqygdt"
+ }
+ ],
+ "id": "ezlmejd"
+ },
+ {
+ "title": "SECTION V - Summary of Residual Contamination After Remediation",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionVSummaryOfResidualContaminationAfterRemediation",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": "Identify and describe all contamination that exceeds CSR numerical standards, after the remediation described above has been implemented. ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content42",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "evqw2d"
+ },
+ {
+ "label": "Data Grid",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {}
+ ],
+ "key": "dataGrid14",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "",
+ "collapsible": false,
+ "key": "panel10",
+ "type": "panel",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "AEC / APEC #",
+ "labelPosition": "top",
+ "placeholder": "Use same # as for APECS above",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "aecApec",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "equan8wd",
+ "defaultValue": ""
+ },
+ {
+ "label": "COC",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "coc",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e8l3z6"
+ },
+ {
+ "label": "Medium",
+ "placeholder": "(e.g. soil, groundwater, surface water, vapour, sediment, other)",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "medium",
+ "type": "textfield",
+ "input": true,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e5nxmnx"
+ },
+ {
+ "label": "Maximum measured concentration (indicate units)",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "materialRemovedVolumeMOrL",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eknlfdn",
+ "defaultValue": ""
+ },
+ {
+ "label": "Extent of Contamination (area m²)",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "textField",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e64bv9p",
+ "defaultValue": ""
+ },
+ {
+ "label": "Extent of contamination (depth range (m))",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "extentOfContaminationDepthRangeM",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "exmk0l",
+ "defaultValue": ""
+ }
+ ],
+ "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "eo9nnrn"
+ }
+ ],
+ "id": "er09bl"
+ },
+ {
+ "html": " 5.6 Remediation Issues
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content43",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ehwovt"
+ },
+ {
+ "label": "Identify any issues regarding investigations or interpretations if the PSI and DSI information may not satisfy the requirements of CSR Sections 58 and 59 and applicable protocols and guidance documents. Briefly describe how these deficiencies will be addressed (examples include destroyed wells, completion of detailed delineation following building demolition or other proposed work at a later stage of remediation). ",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "textArea",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 12,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "e3l2fgh",
+ "defaultValue": ""
+ },
+ {
+ "html": "Part 6 - Summary of Soil Management ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content44",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e80swfv"
+ },
+ {
+ "label": "Was soil relocated from the source site?",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "wasSoilRelocatedFromTheSourceSite",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "em6ei1p",
+ "defaultValue": ""
+ },
+ {
+ "title": "Panel",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel4",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "wasSoilRelocatedFromTheSourceSite",
+ "eq": "yes"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "6.1 Waste Soil Management ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content45",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eubtd7o"
+ },
+ {
+ "label": "Was waste soil relocated to a site authorized under Part 2 of the Environmental Management Act or an Approval in Principle to receive waste soil?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "wasWasteSoilRelocatedToASiteAuthorizedUnderPart2OfTheEnvironmentalManagementActOrAnApprovalInPrincipleToReceiveWasteSoil",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eioxo4w"
+ },
+ {
+ "html": "6.2 Non-Waste Soil Relocation ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content46",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "efcqmu3"
+ },
+ {
+ "label": "Was non-waste soil relocated to a receiving site?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "wasNonWasteSoilRelocatedToAReceivingSite",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e7iq2oh"
+ },
+ {
+ "label": "Was notification provided according to section 55 (1.1) of the Environmental Management Act? ",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "wasNotificationProvidedAccordingToSection5511OfTheEnvironmentalManagementAct",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ewp4le7"
+ },
+ {
+ "label": "If no, indicate which exemption applies (see CSR section 42) (Please select all that apply)",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "defaultValue": {
+ "siteHasNotBeenUsedForASpecifiedIndustrialOrCommercialUse": false,
+ "forNonHighRiskSitesTheAmountOfSoilRemovedIsLessThan30CubicMetres": false,
+ "soilWasRelocatedToASiteWhereTheDepositIsAuthorizedByPermitApprovalOrderWasteManagementPlanAndOperationalCertificate": false,
+ "receivingSiteIsOutsideOfBritishColumbia": false,
+ "receivingSiteIsOnFederalLandOtherThanAReserveWithinTheMeaningOfTheIndianActCanada": false,
+ "sourceSiteHasNotBeenUsedOtherThanForALowImpactLandUseOrMiningOfMarlEarthSoilPeatSandGravelDimensionStoneRockOrAnyNaturalSubstanceThatIsUsedForAConstructionPurposeOnLandAndTheSoilWasIExtractedInAccordanceWithAPermitUnderTheMinesActAndIiTransportedDirectlyToTheReceivingSite": false,
+ "soilIsPreload": false,
+ "soilIsWinterMaintenanceSand": false
+ },
+ "values": [
+ {
+ "label": "Site has not been used for a specified industrial or commercial use",
+ "value": "siteHasNotBeenUsedForASpecifiedIndustrialOrCommercialUse",
+ "shortcut": ""
+ },
+ {
+ "label": "For non-high risk sites, the amount of soil removed is less than 30 cubic metres",
+ "value": "forNonHighRiskSitesTheAmountOfSoilRemovedIsLessThan30CubicMetres",
+ "shortcut": ""
+ },
+ {
+ "label": "Soil was relocated to a site where the deposit is authorized by permit, approval, order, waste management plan and operational certificate",
+ "value": "soilWasRelocatedToASiteWhereTheDepositIsAuthorizedByPermitApprovalOrderWasteManagementPlanAndOperationalCertificate",
+ "shortcut": ""
+ },
+ {
+ "label": "Receiving site is outside of British Columbia",
+ "value": "receivingSiteIsOutsideOfBritishColumbia",
+ "shortcut": ""
+ },
+ {
+ "label": "Receiving site is on federal land, other than a reserve within the meaning of the Indian Act (Canada)",
+ "value": "receivingSiteIsOnFederalLandOtherThanAReserveWithinTheMeaningOfTheIndianActCanada",
+ "shortcut": ""
+ },
+ {
+ "label": "Source site has not been used other than for a low-impact land use or mining of marl, earth, soil, peat, sand, gravel, dimension stone, rock or any natural substance that is used for a construction purpose on land and the soil was: (i) extracted in accordance with a permit under the Mines Act, and (ii) transported directly to the receiving site",
+ "value": "sourceSiteHasNotBeenUsedOtherThanForALowImpactLandUseOrMiningOfMarlEarthSoilPeatSandGravelDimensionStoneRockOrAnyNaturalSubstanceThatIsUsedForAConstructionPurposeOnLandAndTheSoilWasIExtractedInAccordanceWithAPermitUnderTheMinesActAndIiTransportedDirectlyToTheReceivingSite",
+ "shortcut": ""
+ },
+ {
+ "label": "Soil is preload",
+ "value": "soilIsPreload",
+ "shortcut": ""
+ },
+ {
+ "label": "Soil is winter-maintenance sand",
+ "value": "soilIsWinterMaintenanceSand",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "ifNoIndicateWhichExemptionAppliesSeeCsrSection42PleaseSelectAllThatApply",
+ "conditional": {
+ "show": true,
+ "when": "wasNotificationProvidedAccordingToSection5511OfTheEnvironmentalManagementAct",
+ "eq": "no"
+ },
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "ey50ioo"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "en97uhj"
+ },
+ {
+ "html": "Part 7 - Recomendation of Approved Professionals ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content47",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ep2pdaq"
+ },
+ {
+ "label": "Recommendation under Protocol 6",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "recommendationUnderProtocol6",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e6idi1p",
+ "defaultValue": ""
+ },
+ {
+ "label": "Direct to ministry application?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "true",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "false",
+ "shortcut": ""
+ }
+ ],
+ "key": "directToMinistryApplication",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e7lksy9"
+ },
+ {
+ "title": "SECTION I - Certification Document and Summary Recommendation",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel9",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "Based on the detailed technical information available for the site, as summarized in this Summary of Site Condition, I recommend that the following certification document be issued for the subject site. ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content49",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e1y6n5q"
+ },
+ {
+ "label": "Approved Professional Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "approvedProfessionalName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "evgk94d",
+ "defaultValue": ""
+ },
+ {
+ "label": "Please select those that apply",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": {
+ "aDeterminationUnderSection44OfEma": false,
+ "anAiPUnderSection531OfEma": false,
+ "aCoCUnderSection533OfEma": false,
+ "aSiteRiskReclassification": false,
+ "other": false
+ },
+ "values": [
+ {
+ "label": "A Determination under section 44 of EMA",
+ "value": "aDeterminationUnderSection44OfEma",
+ "shortcut": ""
+ },
+ {
+ "label": "An AiP under section 53 (1) of EMA",
+ "value": "anAiPUnderSection531OfEma",
+ "shortcut": ""
+ },
+ {
+ "label": "A CoC under section 53(3) of EMA ",
+ "value": "aCoCUnderSection533OfEma",
+ "shortcut": ""
+ },
+ {
+ "label": "A Site Risk Reclassification",
+ "value": "aSiteRiskReclassification",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "minSelectedCountMessage": "",
+ "maxSelectedCountMessage": "",
+ "errors": "",
+ "key": "recommendationCheckbox",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "egkjvv6"
+ },
+ {
+ "label": "Describe:",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "describe1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": "",
+ "when": "",
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 3,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "e6u9cg",
+ "defaultValue": ""
+ },
+ {
+ "html": "Although I understand that the basis of such recommendations should only be formally evaluated by reference to detailed technical guidance, the primary basis of this recommendation or these recommendations is as follows: ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content50",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e2cnv1r"
+ },
+ {
+ "html": " Approved Professional Recommendation ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content51",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ehkcebn"
+ },
+ {
+ "label": "For a recommendation for a Determination",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "forARecommendationForADetermination",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e6m3fu"
+ },
+ {
+ "label": "For a recommendation for an Approval in Principle and for a Certificate of Compliance",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "forARecommendationForanApprovalInPrinciple",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "es27vr8"
+ },
+ {
+ "label": "For a recommendation for a Site Risk Reclassification",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "true",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "false",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "siteRiskReclassification",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "el2mw07",
+ "defaultValue": ""
+ },
+ {
+ "title": "Panel",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel5",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "forARecommendationForADetermination",
+ "eq": "yes"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "For a Recommendation for a Determination ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content52",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ep5zkki"
+ },
+ {
+ "label": "Please select those that apply:",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "On the basis of information provided and reviewed, it is my opinion that no CSR Schedule 2 activities have occurred at the subject site.",
+ "value": "onTheBasisOfInformationProvidedAndReviewedItIsMyOpinionThatNoCsrSchedule2ActivitiesHaveOccurredAtTheSubjectSite",
+ "shortcut": ""
+ },
+ {
+ "label": "CSR Schedule 2 activities are known or suspected to have occurred at the subject site, therefore in my opinion contaminants may have been released onto the subject site so that the site would be classified as a contaminated site in accordance with the CSR.",
+ "value": "csrSchedule2ActivitiesAreKnownOrSuspectedToHaveOccurredAtTheSubjectSiteThereforeInMyOpinionContaminantsMayHaveBeenReleasedOntoTheSubjectSiteSoThatTheSiteWouldBeClassifiedAsAContaminatedSiteInAccordanceWithTheCsr",
+ "shortcut": ""
+ },
+ {
+ "label": "CSR Schedule 2 activities are known or suspected to have occurred at the subject site, but it is my opinion that the specific nature of such activities would not result in contamination so that the site would be classified as a contaminated site in accordance with the CSR",
+ "value": "csrSchedule2ActivitiesAreKnownOrSuspectedToHaveOccurredAtTheSubjectSiteButItIsMyOpinionThatTheSpecificNatureOfSuchActivitiesWouldNotResultInContaminationSoThatTheSiteWouldBeClassifiedAsAContaminatedSiteInAccordanceWithTheCsr",
+ "shortcut": ""
+ }
+ ],
+ "key": "pleaseSelectThoseThatApply1",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eax6pvb"
+ },
+ {
+ "label": "Preliminary Site Investigation addressing all identified areas of potential environmental concern (APECs) and potential contaminants of concern (PCOCs) was completed. No substances were identified in concentrations exceeding those identified in BC CSR Schedules 3.1, 3.2, 3.3 or 3.4, as applicable. All PCOCs have been listed in Schedule B of the draft Determination.",
+ "tableView": false,
+ "key": "preliminarySiteInvestigationAddressingAllIdentifiedAreasOfPotentialEnvironmentalConcernApeCsAndPotentialContaminantsOfConcernPcoCsWasCompletedNoSubstancesWereIdentifiedInConcentrationsExceedingThoseIdentifiedInBcCsrSchedules313233Or34AsApplicableAllPcoCsHaveBeenListedInScheduleBOfTheDraftDetermination",
+ "type": "checkbox",
+ "input": true,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "emb80v"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "emq5me"
+ },
+ {
+ "title": "Panel",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel6",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "forARecommendationForanApprovalInPrinciple",
+ "eq": "yes"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "For a recommendation for an Approval in Principle and for a Certificate of Compliance ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content53",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eht7ie"
+ },
+ {
+ "label": "A Preliminary Site Investigation addressing all identified areas of potential environmental concern (APECs) and potential contaminants of concern (PCOCs) was completed. One or more substances were identified at concentrations exceeding applicable standards or criteria in CSR Schedules 3.1, 3.2, 3.3 or 3.4",
+ "tableView": false,
+ "key": "aPreliminarySiteInvestigationAddressingAllIdentifiedAreasOfPotentialEnvironmentalConcernApeCsAndPotentialContaminantsOfConcernPcoCsWasCompletedOneOrMoreSubstancesWereIdentifiedAtConcentrationsExceedingApplicableStandardsOrCriteriaInCsrSchedules313233Or34",
+ "type": "checkbox",
+ "input": true,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e83hcb"
+ },
+ {
+ "label": "A Detailed Site Investigation addressing the locations and extent of all identified areas of environmental concern (AECs) and contaminants of concern (COCs) was completed ",
+ "tableView": false,
+ "defaultValue": false,
+ "key": "aDetailedSiteInvestigationAddressingTheLocationsAndExtentOfAllIdentifiedAreasOfEnvironmentalConcernAeCsAndContaminantsOfConcernCoCsWasCompletedAnd",
+ "type": "checkbox",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "eife04m"
+ },
+ {
+ "label": "And:",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Forms the basis of a remediation plan or risk assessment",
+ "value": "formsTheBasisOfARemediationPlanOrRiskAssessment",
+ "shortcut": ""
+ },
+ {
+ "label": "Was the basis for remediation of the site",
+ "value": "wasTheBasisForRemediationOfTheSite",
+ "shortcut": ""
+ },
+ {
+ "label": "The site is classified as non-high risk under Protocol 12",
+ "value": "theSiteIsClassifiedAsNonHighRiskUnderProtocol12",
+ "shortcut": ""
+ }
+ ],
+ "key": "and",
+ "conditional": {
+ "show": true,
+ "when": "aDetailedSiteInvestigationAddressingTheLocationsAndExtentOfAllIdentifiedAreasOfEnvironmentalConcernAeCsAndContaminantsOfConcernCoCsWasCompletedAnd",
+ "eq": "true"
+ },
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "defaultValue": {
+ "formsTheBasisOfARemediationPlanOrRiskAssessment": false,
+ "wasTheBasisForRemediationOfTheSite": false,
+ "theSiteIsClassifiedAsNonHighRiskUnderProtocol12": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "ecf28xg"
+ },
+ {
+ "label": "When this Summary of Site Condition was prepared",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Remediation plan had been prepared that provides for remediating all identified locations and respective extent of all contaminants to either CSR numerical or risk-based standards.",
+ "value": "remediationPlanHadBeenPreparedThatProvidesForRemediatingAllIdentifiedLocationsAndRespectiveExtentOfAllContaminantsToEitherCsrNumericalOrRiskBasedStandards",
+ "shortcut": ""
+ },
+ {
+ "label": "All contaminants and their respective locations and extent as identified in investigation and risk assessment reports had been remediated to CSR numerical concentration or risk-based standards.",
+ "value": "allContaminantsAndTheirRespectiveLocationsAndExtentAsIdentifiedInInvestigationAndRiskAssessmentReportsHadBeenRemediatedToCsrNumericalConcentrationOrRiskBasedStandards",
+ "shortcut": ""
+ }
+ ],
+ "key": "whenThisSummaryOfSiteConditionWasPrepared",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e4himt9"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ecumlo6"
+ },
+ {
+ "title": "Panel",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel7",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "siteRiskReclassification",
+ "eq": "true"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "html": "For a recommendation for a Site Risk Reclassification ",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content54",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ekdiwsi"
+ },
+ {
+ "label": "Please select",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "The site is classified as risk-managed high risk under Protocol 12.",
+ "value": "theSiteIsClassifiedAsRiskManagedHighRiskUnderProtocol12",
+ "shortcut": ""
+ },
+ {
+ "label": "The site is classified as non-high risk under Protocol 12.",
+ "value": "theSiteIsClassifiedAsNonHighRiskUnderProtocol12",
+ "shortcut": ""
+ }
+ ],
+ "key": "pleaseSelect",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eiohx6i"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e3y0rp9"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "exfhnl"
+ },
+ {
+ "title": "SECTION II - Substances Remediated or Standards or Criteria Applied",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIiSubstancesRemediatedOrStandardsOrCriteriaApplied",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": "7.2 Substances remediated and standards or criteria applied
Contaminants have been remediated to comply with standards or criteria listed in the following table: (If the site required remediation and has been remediated.)
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content55",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "egplxle"
+ },
+ {
+ "label": "Substances Remediated",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "N/A",
+ "value": "nA",
+ "shortcut": ""
+ },
+ {
+ "label": "Soil",
+ "value": "soil",
+ "shortcut": ""
+ },
+ {
+ "label": "Water",
+ "value": "water",
+ "shortcut": ""
+ },
+ {
+ "label": "Vapour",
+ "value": "vapour",
+ "shortcut": ""
+ },
+ {
+ "label": "Sediment",
+ "value": "sediment",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "minSelectedCountMessage": "",
+ "maxSelectedCountMessage": "",
+ "errors": "",
+ "key": "substancesRemediated",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "selectboxes",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "fieldSet": false,
+ "id": "ec3tb",
+ "defaultValue": {}
+ },
+ {
+ "html": "Use specific compound names as listed in the Contaminated Sites Regulation Schedules. Please list compounds in columns to aid review.
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content56",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ep1zcdl"
+ },
+ {
+ "label": "Soil",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "numericalStandards": "",
+ "riskBasedStandards": "",
+ "p2SiteSpecificNumericalStandards": "",
+ "p4BackgroundConcentrations": "",
+ "whatLandUseHasTheSubstanceBeenRemediatedToInSoilPleaseSelectAllThatApply": {
+ "il": false,
+ "cl": false,
+ "rlhd": false,
+ "rlld": false,
+ "pl": false,
+ "al": false,
+ "wln": false,
+ "wlr": false
+ }
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "soil",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "substancesRemediated",
+ "eq": "soil",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "title": "Soil",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "soil1",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Numerical Standards",
+ "tableView": true,
+ "key": "numericalStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "emlo7p"
+ },
+ {
+ "label": "Risk-based standards",
+ "tableView": true,
+ "key": "riskBasedStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "en9kpdt"
+ },
+ {
+ "label": "P2 site specific numerical standards",
+ "tableView": true,
+ "key": "p2SiteSpecificNumericalStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "emstd8s"
+ },
+ {
+ "label": "P4 Background concentrations",
+ "tableView": true,
+ "key": "p4BackgroundConcentrations",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ez67mug"
+ },
+ {
+ "label": "What land use has the substance been remediated to in soil? (Please select all that apply)",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "IL",
+ "value": "il",
+ "shortcut": ""
+ },
+ {
+ "label": "CL",
+ "value": "cl",
+ "shortcut": ""
+ },
+ {
+ "label": "RLHD",
+ "value": "rlhd",
+ "shortcut": ""
+ },
+ {
+ "label": "RLLD",
+ "value": "rlld",
+ "shortcut": ""
+ },
+ {
+ "label": "PL",
+ "value": "pl",
+ "shortcut": ""
+ },
+ {
+ "label": "AL",
+ "value": "al",
+ "shortcut": ""
+ },
+ {
+ "label": "WLN",
+ "value": "wln",
+ "shortcut": ""
+ },
+ {
+ "label": "WLR",
+ "value": "wlr",
+ "shortcut": ""
+ }
+ ],
+ "key": "whatLandUseHasTheSubstanceBeenRemediatedToInSoilPleaseSelectAllThatApply",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "estazfs"
+ }
+ ],
+ "id": "ef5nwt000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "edy1cum"
+ },
+ {
+ "label": "Water",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "numericalStandards": "",
+ "riskBasedStandards": "",
+ "p9BackgroundConcentration": "",
+ "whatWaterUseHasTheSubstanceBeenRemediatedToPleaseSelectAllThatApply": {
+ "aquaticLifeAwFresh": false,
+ "aquaticLifeAwMarine": false,
+ "irrigationIw": false,
+ "livestockLw": false,
+ "drinkingWaterDw": false,
+ "noWaterUse": false
+ }
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "water",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "substancesRemediated",
+ "eq": "water",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "panel",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Numerical Standards",
+ "tableView": true,
+ "key": "numericalStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ehpkhqe"
+ },
+ {
+ "label": "Risk-based standards",
+ "tableView": true,
+ "key": "riskBasedStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ebrjb1o"
+ },
+ {
+ "label": "P9 Background concentration",
+ "tableView": true,
+ "key": "p9BackgroundConcentration",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ee4f77p"
+ },
+ {
+ "label": "What water use has the substance been remediated to? (Please select all that apply)",
+ "optionsLabelPosition": "right",
+ "tableView": false,
+ "values": [
+ {
+ "label": "Aquatic Life (AW) Fresh",
+ "value": "aquaticLifeAwFresh",
+ "shortcut": ""
+ },
+ {
+ "label": "Aquatic Life (AW) Marine",
+ "value": "aquaticLifeAwMarine",
+ "shortcut": ""
+ },
+ {
+ "label": "Irrigation (IW)",
+ "value": "irrigationIw",
+ "shortcut": ""
+ },
+ {
+ "label": "Livestock (LW)",
+ "value": "livestockLw",
+ "shortcut": ""
+ },
+ {
+ "label": "Drinking Water (DW)",
+ "value": "drinkingWaterDw",
+ "shortcut": ""
+ },
+ {
+ "label": "No Water Use",
+ "value": "noWaterUse",
+ "shortcut": ""
+ }
+ ],
+ "key": "whatWaterUseHasTheSubstanceBeenRemediatedToPleaseSelectAllThatApply",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "eq5jxk"
+ }
+ ],
+ "id": "eoq12ev00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "title": "Panel",
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "e7or7bq"
+ },
+ {
+ "label": "Vapour",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "numericalStandards": "",
+ "riskBasedStandards": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "vapour",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "substancesRemediated",
+ "eq": "vapour",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "panel",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Numerical Standards",
+ "tableView": true,
+ "key": "numericalStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ecjqd2"
+ },
+ {
+ "label": "Risk-based standards",
+ "tableView": true,
+ "key": "riskBasedStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "enjn8bkh"
+ }
+ ],
+ "id": "ett43n0j0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "title": "Panel",
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "eghuf8"
+ },
+ {
+ "label": "Sediment",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "numericalStandards": "",
+ "riskBasedStandards": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "sediment",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "substancesRemediated",
+ "eq": "sediment",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "panel8",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Numerical Standards",
+ "tableView": true,
+ "key": "numericalStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "esi48dn"
+ },
+ {
+ "label": "Risk-based standards",
+ "tableView": true,
+ "key": "riskBasedStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ee9w9ok"
+ }
+ ],
+ "id": "euuaaa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "title": "Panel",
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "ecd1ylh"
+ },
+ {
+ "label": "Other",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "numericalStandards": "",
+ "riskBasedStandards": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "other",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "substancesRemediated",
+ "eq": "other",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "panel8",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Numerical Standards",
+ "tableView": true,
+ "key": "numericalStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e5cfjgb"
+ },
+ {
+ "label": "Risk-based standards",
+ "tableView": true,
+ "key": "riskBasedStandards",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e6efm7o"
+ }
+ ],
+ "id": "edr4h0500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "title": "Panel",
+ "theme": "default",
+ "breadcrumb": "default"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "efz782r"
+ },
+ {
+ "title": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel11",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": "The Director may accept the recommendations of an Approved Professional(s) involved in the review and submission of investigation, risk assessment or remediation reports based in part on the understanding that ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content57",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e8rd8qj"
+ },
+ {
+ "label": "As of the date of signing of this report the approved professional, or approved professionals if more than one, is/are member(s) in good standing of the Roster of Approved Professionals, as maintained by the ministry, and member(s) of the Contaminated Sites Approved Professionals Society (CSAP Society)",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "asOfTheDateOfSigningOfThisReportTheApprovedProfessionalOrApprovedProfessionalsIfMoreThanOneIsAreMemberSInGoodStandingOfTheRosterOfApprovedProfessionalsAsMaintainedByTheMinistryAndMemberSOfTheContaminatedSitesApprovedProfessionalsSocietyCsapSociety",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "espd59k",
+ "defaultValue": false
+ },
+ {
+ "label": "The approved professionals signing this Summary of Site Condition have reviewed Table 1, Protocol 6 for Contaminated Sites (Eligibility of Applications for Review by Approved Professionals) and confirm that the Application for Contaminated Sites Services may be processed in the manner for non-high risk sites under the Roster of Approved Professionals process",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "theApprovedProfessionalsSigningThisSummaryOfSiteConditionHaveReviewedTable1Protocol6ForContaminatedSitesEligibilityOfApplicationsForReviewByApprovedProfessionalsAndConfirmThatTheApplicationForContaminatedSitesServicesMayBeProcessedInTheMannerForNonHighRiskSitesUnderTheRosterOfApprovedProfessionalsProcess",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eso2ic",
+ "defaultValue": false
+ },
+ {
+ "label": "The reviewer has no obligation to undertake any inquiry into the validity, accuracy or precision of what is reported in the documents reviewed, beyond that which there is reasonable cause to believe that there could be errors or oversights in those reports",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "theReviewerHasNoObligationToUndertakeAnyInquiryIntoTheValidityAccuracyOrPrecisionOfWhatIsReportedInTheDocumentsReviewedBeyondThatWhichThereIsReasonableCauseToBelieveThatThereCouldBeErrorsOrOversightsInThoseReports",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ei6b2fp",
+ "defaultValue": false
+ },
+ {
+ "label": "(as appropriate) The source site has been satisfactorily investigated for all areas of (potential) environmental concern and (potential) contaminants of concern to determine the lateral and vertical extents of contamination with due regard to EMA, the CSR, and the HWR;",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "asAppropriateTheSourceSiteHasBeenSatisfactorilyInvestigatedForAllAreasOfPotentialEnvironmentalConcernAndPotentialContaminantsOfConcernToDetermineTheLateralAndVerticalExtentsOfContaminationWithDueRegardToEmaTheCsrAndTheHwr",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e2whe88",
+ "defaultValue": false
+ },
+ {
+ "label": "(as appropriate) The submitted documentation meets the requirements of Sections 1, 47, 49, 58 and 59 of the CSR;",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "asAppropriateTheSubmittedDocumentationMeetsTheRequirementsOfSections1474958And59OfTheCsr",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eyeklkd",
+ "defaultValue": false
+ },
+ {
+ "label": "(as appropriate) The Screening Level Risk Assessment meets the requirements of Protocol 13;",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "asAppropriateTheScreeningLevelRiskAssessmentMeetsTheRequirementsOfProtocol13",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ewud17",
+ "defaultValue": false
+ }
+ ],
+ "id": "e2kqn9c"
+ },
+ {
+ "title": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel12",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": " Additional for AIPs, Determination, CoC ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content58",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e3om77a"
+ },
+ {
+ "label": "(for AiPs) The submitted remediation plan, if implemented in accordance with the specified conditions imposed in its draft Schedule 'B' of the AIP, will result in the source site being remediated in accordance with the applicable standards of the CSR and the HWR;",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "forAiPsTheSubmittedRemediationPlanIfImplementedInAccordanceWithTheSpecifiedConditionsImposedInItsDraftScheduleBOfTheAipWillResultInTheSourceSiteBeingRemediatedInAccordanceWithTheApplicableStandardsOfTheCsrAndTheHwr",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "em40f0m",
+ "defaultValue": false
+ },
+ {
+ "label": "(for AiPs) It is feasible to implement all provisions of the Remediation Plan and to achieve its objectives and the conditions of the AIP within 5 years of issuance of the AIP",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "forAiPsItIsFeasibleToImplementAllProvisionsOfTheRemediationPlanAndToAchieveItsObjectivesAndTheConditionsOfTheAipWithin5YearsOfIssuanceOfTheAip",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eko8qoe",
+ "defaultValue": false
+ },
+ {
+ "label": "(for AiPs) The confirmation of remediation report meets the requirements of section 49(2) of the CSR;",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "forAiPsTheConfirmationOfRemediationReportMeetsTheRequirementsOfSection492OfTheCsr",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e1z4cw",
+ "defaultValue": false
+ },
+ {
+ "label": "(for CoCs) The confirmation of remediation report meets the requirements of section 49 (2) of the CSR",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "forCoCsTheConfirmationOfRemediationReportMeetsTheRequirementsOfSection492OfTheCsr",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ebhel0f",
+ "defaultValue": false
+ },
+ {
+ "label": "(for CoCs) The onsite management area(s) has/have been satisfactorily remediated in accordance with section 53 (3) of the EMA and section 49(2) of the CSR in accordance with applicable standards as identified in the draft COC;",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "forCoCsTheOnsiteManagementAreaSHasHaveBeenSatisfactorilyRemediatedInAccordanceWithSection533OfTheEmaAndSection492OfTheCsrInAccordanceWithApplicableStandardsAsIdentifiedInTheDraftCoc",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e5sr4p4",
+ "defaultValue": false
+ },
+ {
+ "label": "For CoCs where contamination exists beyond the legal lot boundaries",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "The off-site portion(s) of the site has/have been satisfactorily remediated in accordance with section 53 (3) of the EMA and section 49(2) of the CSR and makes up part of this application",
+ "value": "theOffSitePortionSOfTheSiteHasHaveBeenSatisfactorilyRemediatedInAccordanceWithSection533OfTheEmaAndSection492OfTheCsrAndMakesUpPartOfThisApplication",
+ "shortcut": ""
+ },
+ {
+ "label": "a Remediation Plan in accordance with requirements of the the CSR, sections 1 and 47 has/have been prepared and application has been made for AIP for the off-site portions",
+ "value": "aRemediationPlanInAccordanceWithRequirementsOfTheTheCsrSections1And47HasHaveBeenPreparedAndApplicationHasBeenMadeForAipForTheOffSitePortions",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "forCoCsWhereContaminationExistsBeyondTheLegalLotBoundaries",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e2vnfbod",
+ "defaultValue": ""
+ },
+ {
+ "label": "(for CoCs where contamination exists beyond the legal lot boundaries and engineered works are required to prevent recontamination of the site) A signed and stamped design drawing has been provided by a professional engineer for works installed at site boundaries to prevent recontamination of the site. The signatory need not be the Approved Professional signing below.",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "forCoCsWhereContaminationExistsBeyondTheLegalLotBoundariesAndEngineeredWorksAreRequiredToPreventRecontaminationOfTheSiteASignedAndStampedDesignDrawingHasBeenProvidedByAProfessionalEngineerForWorksInstalledAtSiteBoundariesToPreventRecontaminationOfTheSiteTheSignatoryNeedNotBeTheApprovedProfessionalSigningBelow",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "equjrfb",
+ "defaultValue": false
+ },
+ {
+ "label": "(for Determination) In accordance with section 15 (5) of the CSR, the source site a contaminated site under section 44(1) of the Environmental Management Act;",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "forDeterminationInAccordanceWithSection155OfTheCsrTheSourceSiteAContaminatedSiteUnderSection441OfTheEnvironmentalManagementAct",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ekx5xzp",
+ "defaultValue": false
+ },
+ {
+ "label": "(if a 'direct' final determination) In accordance with section 15 (5) of the CSR, the source site is a contaminated site under section 44 (3) of EMA",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "ifADirectFinalDeterminationInAccordanceWithSection155OfTheCsrTheSourceSiteIsAContaminatedSiteUnderSection443OfEma",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e617ge",
+ "defaultValue": false
+ }
+ ],
+ "id": "ec7vbrl"
+ },
+ {
+ "html": "The opinions, advice and recommendations expressed in this Summary of Site Condition are made in accordance with generally accepted principles and practices as recognized by members of the applicable profession or discipline practicing at the same time and in the same or similar locations. This Summary of Site Condition does not provide a legal opinion or guarantee regarding compliance with applicable laws. ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content59",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eg6vc"
+ },
+ {
+ "label": "Data Grid",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "signatureOfApprovedProfessional": "",
+ "firstName": "",
+ "lastName": "",
+ "dateSigned": "00/00/0000"
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "dataGrid15",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "label": "Approved Professional Signatures",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Signature of Approved Professional",
+ "footer": "Sign above",
+ "labelPosition": "top",
+ "width": "100%",
+ "height": "150px",
+ "backgroundColor": "rgb(245,245,235)",
+ "penColor": "black",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "signatureOfApprovedProfessional",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "signature",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "minWidth": "0.5",
+ "maxWidth": "2.5",
+ "keepOverlayRatio": true,
+ "id": "exum7z9"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "label": "First Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "firstName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ecxwnzq",
+ "defaultValue": ""
+ },
+ {
+ "label": "Last Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "lastName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eafnivo",
+ "defaultValue": ""
+ },
+ {
+ "label": "Date",
+ "labelPosition": "top",
+ "displayInTimezone": "viewer",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "format": "yyyy-MM-dd hh:mm a",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "shortcutButtons": [],
+ "enableDate": true,
+ "datePicker": {
+ "disable": "",
+ "disableFunction": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "minDate": null,
+ "maxDate": null,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5
+ },
+ "enableTime": true,
+ "timePicker": {
+ "showMeridian": true,
+ "hourStep": 1,
+ "minuteStep": 1,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "multiple": false,
+ "defaultValue": "",
+ "defaultDate": "",
+ "customOptions": {},
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "enableMinDateInput": false,
+ "enableMaxDateInput": false,
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "dateTime",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datetime",
+ "timezone": "",
+ "input": true,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": true,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd hh:mm a",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disabledDates": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "disableFunction": "",
+ "maxDate": null
+ },
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "datepickerMode": "day",
+ "id": "ewpk9km"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "key": "approvedProfessionalSignature",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "id": "ev4kpmc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "eizst9"
+ }
+ ],
+ "id": "efpt8i"
+ },
+ {
+ "title": "SECTION III - Arm's Length Review",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIiiArmsLengthReview",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "html": "There may have been an arm’s length review of one or more of the following recommendations to the Director of Waste Management:
1. Making a recommendation to a Director in support of an application for an Approval in Principle based on remediation to numerical standards or a screening level risk assessment where there is offsite migration at the site.
2. Making a recommendation to a Director in support of an application for an Approval in Principle based on a risk assessment (other than a screening level risk assessment) and remediation to risk-based standards.
3. Making a recommendation to a Director in support of an application for a Certificate of Compliance based on remediation to numerical standards or a screening level risk assessment where there is offsite migration at the site.
4. Making a recommendation to a Director in support of an application for a Certificate of Compliance based on a risk assessment (other than a screening level risk assessment) and remediation to risk-based standards.
5. Making a recommendation to a Director in support of an application for site risk classification/reclassification.
6. Making a recommendation to a Director in support of any other application based on risk assessment or risk management (other than a screening level risk assessment) not otherwise described in any other row in this list, as required under a protocol signed by a Director.
If this is the case please have the Approved Professional who carried out the arm’s length review to sign below, specifying the type of arm’s length review done for the site. ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content60",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "elcdtyx"
+ },
+ {
+ "label": "Data Grid",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "reorder": false,
+ "addAnother": "",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": [
+ {
+ "typeOfArmsLengthReview": "",
+ "signatureOfApprovedProfessional": "",
+ "firstName": "",
+ "lastName": "",
+ "dateSigned": "00/00/0000"
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "dataGrid16",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "label": "Approved Professional Signatures",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Type of Arm's length Review",
+ "placeholder": "Enter number from list above",
+ "tableView": true,
+ "key": "typeOfArmsLengthReview",
+ "type": "textfield",
+ "input": true,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eqgxg2q"
+ },
+ {
+ "label": "Signature of Approved Professional",
+ "footer": "Sign above",
+ "labelPosition": "top",
+ "width": "100%",
+ "height": "150px",
+ "backgroundColor": "rgb(245,245,235)",
+ "penColor": "black",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "signatureOfApprovedProfessional",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "signature",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "minWidth": "0.5",
+ "maxWidth": "2.5",
+ "keepOverlayRatio": true,
+ "id": "epsxxv5"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "label": "First Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "firstName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e73qv96",
+ "defaultValue": ""
+ },
+ {
+ "label": "Last Name",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "lastName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eu7jhcp",
+ "defaultValue": ""
+ },
+ {
+ "label": "Date",
+ "labelPosition": "top",
+ "displayInTimezone": "viewer",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "format": "yyyy-MM-dd hh:mm a",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "shortcutButtons": [],
+ "enableDate": true,
+ "datePicker": {
+ "disable": "",
+ "disableFunction": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "minDate": null,
+ "maxDate": null,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5
+ },
+ "enableTime": true,
+ "timePicker": {
+ "showMeridian": true,
+ "hourStep": 1,
+ "minuteStep": 1,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "multiple": false,
+ "defaultValue": "",
+ "defaultDate": "",
+ "customOptions": {},
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "enableMinDateInput": false,
+ "enableMaxDateInput": false,
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "date",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datetime",
+ "timezone": "",
+ "input": true,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": true,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd hh:mm a",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disabledDates": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "disableFunction": "",
+ "maxDate": null
+ },
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "datepickerMode": "day",
+ "id": "e4u5pgk"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "key": "approvedProfessionalSignature",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "id": "ehbime000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "et2496k"
+ }
+ ],
+ "id": "ew977y"
+ },
+ {
+ "html": "Part 8 - Statement of Site Owner / Agent / Lessee
8.1 Offsite Migration Notification ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content61",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e31mug"
+ },
+ {
+ "title": "SECTION I - Offsite Migration Notification",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIOffsiteMigration",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Not Applicable",
+ "tableView": false,
+ "key": "notApplicable",
+ "type": "checkbox",
+ "input": true,
+ "defaultValue": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "e3tubmm"
+ },
+ {
+ "html": "If it is known that one or more substances has migrated or is likely to have migrated to a neighbouring site and is or is likely causing contamination of the neighbouring site, have notifications been given? See CSR Sec. 57 and 60.1 for requirements. ",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content62",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ei2pshc"
+ },
+ {
+ "label": "Have owners of impacted offsite properties been formally notified?",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "haveOwnersOfImpactedOffsitePropertiesBeenFormallyNotified",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e5x4165",
+ "defaultValue": ""
+ },
+ {
+ "label": "Has the ministry been formally notified?",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "hasTheMinistryBeenFormallyNotified",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ert8af",
+ "defaultValue": ""
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "egmyibh"
+ },
+ {
+ "title": "SECTION II - Confirmations by Owner/Agent/Lessee Regarding Approved Professional",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "sectionIiConfirmationsByOwnerAgentLesseeRegardingApprovedProfessional",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "label": "This is to acknowledge that as:",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "The Owner",
+ "value": "theOwner",
+ "shortcut": ""
+ },
+ {
+ "label": "The Agent on behalf of the owner",
+ "value": "theAgentOnBehalfOfTheOwner",
+ "shortcut": ""
+ },
+ {
+ "label": "Lessee",
+ "value": "lessee",
+ "shortcut": ""
+ },
+ {
+ "label": "The agent on behalf of the responsible party",
+ "value": "theAgentOnBehalfOfTheResponsibleParty",
+ "shortcut": ""
+ }
+ ],
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "minSelectedCountMessage": "",
+ "maxSelectedCountMessage": "",
+ "errors": "",
+ "key": "thisIsToAcknowledgeThatAs",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "id": "e7tj2m",
+ "defaultValue": {
+ "theOwner": false,
+ "theAgentOnBehalfOfTheOwner": false,
+ "lessee": false,
+ "theAgentOnBehalfOfTheResponsibleParty": false
+ }
+ },
+ {
+ "html": "Of the site, I have engaged
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content64",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ezlflsn"
+ },
+ {
+ "label": "Data Grid",
+ "reorder": false,
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {}
+ ],
+ "key": "dataGrid17",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "label": "Name(s) of Approved Professional(s)",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "dataGridLabel": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "approvedProfessionalFullName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "addons": [],
+ "inputType": "text",
+ "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "defaultValue": ""
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "ezfplf"
+ },
+ {
+ "html": "as the Approved Professional(s) to review site investigation, risk assessment and remediation reports and to make submission and application with recommendations, if applicable, for the regulatory instrument(s) as indicated in this Summary of Site Condition.
If signing as the agent of the owner or lessee, written consent from the owner or lessee authorizing signature of this Summary of Site Condition must be attached
",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content65",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eelhteh"
+ },
+ {
+ "label": "I agree to comply with any requirements on the site regarding monitoring and maintenance of works as documented in schedule B of the draft contaminated sites legal instrument",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "checkbox",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eldkgns",
+ "defaultValue": false
+ },
+ {
+ "label": "I accept that if a risk assessment has been applied at the site, that the risk assessment is only valid as long as conditions at the site do not change.",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "iAcceptThatIfARiskAssessmentHasBeenAppliedAtTheSiteThatTheRiskAssessmentIsOnlyValidAsLongAsConditionsAtTheSiteDoNotChange",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eogtso",
+ "defaultValue": false
+ },
+ {
+ "label": "I have undertaken reasonable inquiry into the previous ownership and uses of the property and to the best of my knowledge I have provided to the Approved Professional, information relevant to the investigation and remediation of the environmental condition of the site, in the preparation of this document.",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "iHaveUndertakenReasonableInquiryIntoThePreviousOwnershipAndUsesOfThePropertyAndToTheBestOfMyKnowledgeIHaveProvidedToTheApprovedProfessionalInformationRelevantToTheInvestigationAndRemediationOfTheEnvironmentalConditionOfTheSiteInThePreparationOfThisDocument",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "etmpgu",
+ "defaultValue": false
+ },
+ {
+ "label": "I acknowledge that this Summary of Site Condition becomes a public document after it has been received and acknowledged by the Director of Waste Management. Any party intending to purchase, lease, take a security interest in, or occupy the site may review this document and any supporting documents to satisfy themselves with respect to the environmental condition of the site, and the extent of responsibility and liability that may arise from taking ownership, taking a security interest, or occupying the site. ",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "iAcknowledgeThatThisSummaryOfSiteConditionBecomesAPublicDocumentAfterItHasBeenReceivedAndAcknowledgedByTheDirectorOfWasteManagementAnyPartyIntendingToPurchaseLeaseTakeASecurityInterestInOrOccupyTheSiteMayReviewThisDocumentAndAnySupportingDocumentsToSatisfyThemselvesWithRespectToTheEnvironmentalConditionOfTheSiteAndTheExtentOfResponsibilityAndLiabilityThatMayAriseFromTakingOwnershipTakingASecurityInterestOrOccupyingTheSite",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e57l23"
+ },
+ {
+ "label": "Approved Professional Signatures",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "I have made no modifications to this document except as allowed by the form",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "iHaveMadeNoModificationsToThisDocumentExceptAsAllowedByTheForm",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ed8psb"
+ },
+ {
+ "label": "First Name",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "firstName",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "et5ljp"
+ },
+ {
+ "label": "Last Name",
+ "tableView": true,
+ "key": "lastName",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eq5xc5d"
+ },
+ {
+ "label": "Signature of Owner/Agent/Lessee",
+ "footer": "Sign above",
+ "labelPosition": "top",
+ "width": "100%",
+ "height": "150px",
+ "backgroundColor": "rgb(245,245,235)",
+ "penColor": "black",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "signatureOfApprovedProfessional",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "signature",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "minWidth": "0.5",
+ "maxWidth": "2.5",
+ "keepOverlayRatio": true,
+ "id": "ehazy0p"
+ },
+ {
+ "label": "Date",
+ "labelPosition": "top",
+ "displayInTimezone": "viewer",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "format": "yyyy-MM-dd hh:mm a",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "shortcutButtons": [],
+ "enableDate": true,
+ "datePicker": {
+ "disable": "",
+ "disableFunction": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "minDate": null,
+ "maxDate": null,
+ "showWeeks": true,
+ "startingDay": 0,
+ "initDate": "",
+ "minMode": "day",
+ "maxMode": "year",
+ "yearRows": 4,
+ "yearColumns": 5
+ },
+ "enableTime": true,
+ "timePicker": {
+ "showMeridian": true,
+ "hourStep": 1,
+ "minuteStep": 1,
+ "readonlyInput": false,
+ "mousewheel": true,
+ "arrowkeys": true
+ },
+ "multiple": false,
+ "defaultValue": "",
+ "defaultDate": "",
+ "customOptions": {},
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "enableMinDateInput": false,
+ "enableMaxDateInput": false,
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "dateTime",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "datetime",
+ "timezone": "",
+ "input": true,
+ "widget": {
+ "type": "calendar",
+ "displayInTimezone": "viewer",
+ "locale": "en",
+ "useLocaleSettings": false,
+ "allowInput": true,
+ "mode": "single",
+ "enableTime": true,
+ "noCalendar": false,
+ "format": "yyyy-MM-dd hh:mm a",
+ "hourIncrement": 1,
+ "minuteIncrement": 1,
+ "time_24hr": false,
+ "minDate": null,
+ "disabledDates": "",
+ "disableWeekends": false,
+ "disableWeekdays": false,
+ "disableFunction": "",
+ "maxDate": null
+ },
+ "prefix": "",
+ "suffix": "",
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "datepickerMode": "day",
+ "id": "e4b756p"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "label": "Address",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "address",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ehvzv6o",
+ "defaultValue": ""
+ },
+ {
+ "input": false,
+ "key": "columns1",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "modalEdit": false,
+ "label": "Columns",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "type": "columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "City",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "city",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e1koxeg",
+ "defaultValue": ""
+ },
+ {
+ "label": "Postal Code",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "postalCode1",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eiw0krr",
+ "defaultValue": ""
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "label": "Province",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "province",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "es4bja",
+ "defaultValue": ""
+ },
+ {
+ "label": "Country",
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "country",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e893hnl",
+ "defaultValue": ""
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "autoAdjust": false,
+ "id": "ergznb"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "key": "approvedProfessionalSignature",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e18pyfg"
+ }
+ ],
+ "id": "e3jlek"
+ },
+ {
+ "label": "Submit",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "submit",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-client\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "button",
+ "custom": "form.submit();",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eh150x"
+ },
+ {
+ "label": "bundleStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "bundleStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "eryzjur"
+ },
+ {
+ "label": "soscStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "soscStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ewdxks"
+ },
+ {
+ "label": "applicationId",
+ "customClass": "",
+ "addons": [],
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationId",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "labelPosition": "top",
+ "Description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "em1y8gd",
+ "defaultValue": "",
+ "dataGridLabel": false,
+ "description": ""
+ },
+ {
+ "label": "applicationStatus",
+ "addons": [],
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "Description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "e6z1qd9",
+ "description": ""
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
index 93065ba2..71f98aa5 100644
--- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
+++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json
@@ -198,35 +198,60 @@
"label": "Previous Reviewer",
"action": "custom",
"showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"key": "prevReviewer",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n!(roles.includes(\"formsflow-reviewer/sdm\") && data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer\") && \r\n!roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n!(roles.includes(\"formsflow-reviewer/sdm\") && data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\n roles.includes(\"formsflow-reviewer/sdm\") &&\r\n data.bundleStatus === \"cssaCaseworkerAccepted\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -234,7 +259,6 @@
"widget": {
"type": "input"
},
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -244,32 +268,13 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "e3wtbqi"
+ "id": "eydc00x"
}
],
"offset": 0,
@@ -285,35 +290,60 @@
"label": "Next Reviewer",
"action": "custom",
"showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"key": "nextReviewer",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")&&\r\ndata.bundleStatus === 'cssaMgrAccepted') {\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\n\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\n\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Accepted'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -321,7 +351,6 @@
"widget": {
"type": "input"
},
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -331,66 +360,72 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "eapbjag"
+ "id": "ew6jvpd"
},
{
"label": "Approved",
"action": "custom",
"showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"key": "approved",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")&&\r\ndata.bundleStatus !== 'cssaMgrAccepted') {\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = true;\r\n else\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "button",
"custom": "\r\nconst submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.cssaUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});\r\n",
"input": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -398,7 +433,6 @@
"widget": {
"type": "input"
},
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -408,32 +442,13 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "e2wq7ji"
+ "id": "ejizu0n"
}
],
"width": 3,
@@ -728,7 +743,7 @@
"id": "eesyhf1"
},
{
- "title": "Reviewer Actions",
+ "title": "Site Owner Actions",
"theme": "default",
"tooltip": "",
"customClass": "",
@@ -737,10 +752,10 @@
"hideLabel": false,
"disabled": false,
"modalEdit": false,
- "key": "cssaBundleActions",
+ "key": "cssaSiteOwnerActions",
"tags": [],
"properties": {},
- "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\"){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif (data.riskclassification === \"exempt\") {\r\n if(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") && data.applicationStatus !== undefined && data.applicationStatus !== '') {\r\n show = true;\r\n }\r\n else\r\n {\r\n show = false;\r\n }\r\n} else {\r\n show = false;\r\n}",
"conditional": {
"json": "",
"show": null,
@@ -770,14 +785,13 @@
{
"components": [
{
- "label": "Previous Reviewer",
+ "label": "Submit Bundle",
"action": "custom",
"showValidations": false,
"tableView": false,
- "key": "sendBundleToPreviousReviewer",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(\r\n(roles.includes(\"formsflow-reviewer/csap\") || roles.includes(\"formsflow-reviewer/cssa-team\")) && \r\n(data.applicationStatus===\"New\" || data.applicationStatus===\"Resubmitted\" || data.applicationStatus===\"Recheck\") \r\n) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
+ "key": "submitBundle",
"type": "button",
- "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Recheck'\r\n });",
+ "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Signed'\r\n });",
"input": true,
"placeholder": "",
"prefix": "",
@@ -844,7 +858,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "e7uk4dk"
+ "id": "evkup66c"
}
],
"width": 3,
@@ -854,19 +868,194 @@
"size": "md",
"currentWidth": 3
},
+ {
+ "components": [],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ },
+ {
+ "components": [],
+ "size": "md",
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 3
+ }
+ ],
+ "key": "columns2",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e6pk3ur"
+ }
+ ],
+ "keyModified": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "edm36dr"
+ },
+ {
+ "title": "Reviewer Actions",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "cssaBundleActions",
+ "tags": [],
+ "properties": {},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") ||\r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\")|| \r\nroles.includes(\"formsflow-reviewer/caseworker\")|| \r\nroles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.riskclassification === \"exempt\"){\r\n show = true;\r\n } else {\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
{
"components": [
{
- "label": "Next Reviewer",
+ "label": "Previous Reviewer",
"action": "custom",
"showValidations": false,
"tableView": false,
- "key": "sendBundleToNextReviewer",
- "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/caseworker\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "key": "sendBundleToPreviousReviewer",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(\r\n(roles.includes(\"formsflow-reviewer/csap\") || roles.includes(\"formsflow-reviewer/cssa-team\")) && \r\n(data.applicationStatus===\"New\" || data.applicationStatus===\"Resubmitted\" || data.applicationStatus===\"Recheck\") \r\n) {\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}",
"type": "button",
- "custom": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\") && \r\n(data.selectCssaSdm===''||data.selectCssaSdm===undefined|| \r\n(data.typeOfReview==='directToMinistryApplication'&&data.selectCssaCaseworker===undefined|| data.selectCssaCaseworker==='')))\r\n{\r\n alert('Please assign reviewers to continue!');\r\n \r\n}\r\nelse\r\n{\r\n form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Accepted'\r\n });\r\n}",
+ "custom": "form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Recheck'\r\n });",
"input": true,
- "keyModified": true,
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -932,41 +1121,77 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "e817byi"
- },
+ "id": "ecp4rx8"
+ }
+ ],
+ "width": 3,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 3
+ },
+ {
+ "components": [
{
- "label": "Approved",
+ "label": "Next Reviewer",
"action": "custom",
"showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
- "key": "approveBundle",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "modalEdit": false,
+ "key": "sendBundleToNextReviewer",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-team\") || \r\nroles.includes(\"formsflow-reviewer/cssa-manager\") || \r\nroles.includes(\"formsflow-reviewer/csap\") || \r\nroles.includes(\"formsflow-reviewer/csap-society\") || \r\nroles.includes(\"formsflow-reviewer/caseworker\")) \r\n{\r\n if(data.bundleStatus === 'cssaCaseworkerAccepted' ||\r\n (data.bundleStatus === 'cssaMgrAccepted' && \r\n data.typeOfReview === 'applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc'))\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n if(data.bundleStatus === 'cssaMgrAccepted')\r\n show = true;\r\n else\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "button",
- "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n})",
+ "custom": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\") && \r\n(data.selectCssaSdm===''||data.selectCssaSdm===undefined|| \r\n(data.typeOfReview==='directToMinistryApplication'&&data.selectCssaCaseworker===undefined|| data.selectCssaCaseworker==='')))\r\n{\r\n alert('Please assign reviewers to continue!');\r\n \r\n}\r\nelse\r\n{\r\n form.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType:'Accepted'\r\n });\r\n}",
"input": true,
+ "keyModified": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -974,7 +1199,6 @@
"widget": {
"type": "input"
},
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -984,32 +1208,95 @@
"multiple": false,
"unique": false
},
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ebxefsa"
+ },
+ {
+ "label": "Approved",
+ "action": "custom",
+ "showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "key": "approveBundle",
+ "tags": [],
+ "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": ""
+ "eq": "",
+ "json": ""
},
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif((roles.includes(\"formsflow-reviewer/sdm\") &&\r\ndata.bundleStatus === 'cssaCaseworkerAccepted') ||\r\n(roles.includes(\"formsflow-reviewer/sdm\") &&\r\ndata.bundleStatus === 'cssaMgrAccepted' &&\r\ndata.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
"overlay": {
"style": "",
+ "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
+ "type": "button",
+ "custom": "\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n})",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "top",
+ "errorLabel": "",
+ "hideLabel": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "et1slbj"
+ "id": "ek1owd"
}
],
"width": 3,
@@ -1096,7 +1383,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "ej0ldaa"
+ "id": "edgjnco"
}
],
"size": "md",
@@ -1183,7 +1470,7 @@
"rightIcon": "",
"block": false,
"disableOnInvalid": false,
- "id": "eskq5iu"
+ "id": "e4xxzl"
}
],
"size": "md",
@@ -1258,7 +1545,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "e086zvi"
+ "id": "emcpleb"
}
],
"keyModified": true,
@@ -1300,7 +1587,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ei2zeac"
+ "id": "ezc31jf"
},
{
"title": "Assign Reviewers",
@@ -3786,7 +4073,7 @@
"required": true,
"pattern": "",
"customMessage": "",
- "custom": "var currentValue = input;\r\n\r\nfetch(localStorage.getItem('formsflow.ai.api.url')+'/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\r\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\r\n.then((p)=> {return p.json();}).\r\nthen((x)=>{\r\n data.hiddenUserIdForFormSharingApplicantAsOwner = '' ;\r\n x.data.find((y)=>{ \r\n if( y.email=== currentValue ) \r\n { data.hiddenUserIdForFormSharingApplicantAsOwner = y.id}\r\n\r\n })\r\n\r\n if(data.hiddenUserIdForFormSharingApplicantAsOwner ==='')\r\n {\r\n valid = 'Unable to find user with provided email address';\r\n }\r\n else\r\n {\r\n valid = true;\r\n }\r\n\r\n});",
+ "custom": "",
"customPrivate": false,
"json": "",
"minLength": "",
@@ -7168,7 +7455,7 @@
"required": true,
"pattern": "",
"customMessage": "",
- "custom": "var currentValue = input;\r\n\r\nfetch(localStorage.getItem('formsflow.ai.api.url')+'/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\r\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\r\n.then((p)=> {return p.json();}).\r\nthen((x)=>{\r\n data.hiddenUserIdForFormSharingWithDiffOwner = '' ;\r\n x.data.find((y)=>{ \r\n \r\n if(y.email === currentValue ) \r\n { data.hiddenUserIdForFormSharingWithDiffOwner = y.username;\r\n \r\n }\r\n\r\n })\r\n\r\n if(data.hiddenUserIdForFormSharingWithDiffOwner ==='')\r\n {\r\n valid = 'Unable to find user with provided email address';\r\n }\r\n else\r\n {\r\n valid = true;\r\n }\r\n\r\n});",
+ "custom": "\nvar currentValue = input;\n\nif(currentValue!== '')\n{\n\n\nif( data.hiddenUserIdForFormSharingWithDiffOwner === '')\n{\n valid = 'Unable to find user with provided email address';\n}\n\nfetch(localStorage.getItem('formsflow.ai.api.url')+'/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\n.then((p)=> {return p.json();}).\nthen((x)=>{\n data.hiddenUserIdForFormSharingWithDiffOwner = '' ;\n x.data.find((y)=>{ \n if( y.email=== currentValue ) \n { data.hiddenUserIdForFormSharingWithDiffOwner = y.username}\n\n })\n\n if(data.hiddenUserIdForFormSharingWithDiffOwner ==='')\n {\n valid = 'Unable to find registered user with provided email address';\n }\n else\n {\n valid = true;\n }\n\n}).then(()=>{\n\n\n var previousValue = localStorage.getItem(\"cssaHiddenUserIdForFormSharingApplicantAsDiffOwner\"); \n\n if(previousValue != currentValue )\n {\n\tlocalStorage.setItem(\"cssaHiddenUserIdForFormSharingApplicantAsDiffOwner\", currentValue);\n instance.triggerChange();\n }\n\t\n})\n\n}",
"customPrivate": false,
"json": "",
"minLength": "",
@@ -7325,7 +7612,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "ehmz9lv0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ "id": "ehmz9lv"
}
],
"placeholder": "",
@@ -8968,7 +9255,7 @@
}
],
"collapsible": false,
- "id": "ewhx8sm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ewhx8sm",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18136,7 +18423,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "elva88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "elva88",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18216,7 +18503,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "ey48nu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ey48nu",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18591,7 +18878,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyxe45n000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyxe45n",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -18684,7 +18971,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "efdcvf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "efdcvf",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -18898,7 +19185,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "emf4u7g000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "emf4u7g",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19950,7 +20237,7 @@
},
"inputMask": "999-999-999",
"tableView": true,
- "id": "ev43oe9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ev43oe9",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20030,7 +20317,7 @@
"tableView": true,
"autoExpand": true,
"inputFormat": "plain",
- "id": "eb3d0l000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eb3d0l",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20405,7 +20692,7 @@
"input": true,
"label": "PIN",
"tableView": true,
- "id": "eyv4fcu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eyv4fcu",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -20498,7 +20785,7 @@
"autoExpand": true,
"inputFormat": "plain",
"placeholder": "example, metes and bounds",
- "id": "ecgeub00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ecgeub",
"prefix": "",
"customClass": "",
"suffix": "",
@@ -20712,7 +20999,7 @@
"input": true,
"label": "Crown Land File Numbers",
"tableView": true,
- "id": "eguyyh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eguyyh",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
index 13f5444c..52f24553 100644
--- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
+++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json
@@ -1696,27 +1696,77 @@
},
{
"label": "Notes",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "openWhenEmpty": false,
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "hidden": false,
"hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"templates": {
"header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
- "row": "\r\n\r\n{% console.log(\"row-key main 22\",'commentFor',row['commentFor'],row) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
- "footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n",
"tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n "
+ "row": "\r\n\r\n{% console.log(\"row-key main 22\",'commentFor',row['commentFor'],row) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
+ "footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
},
+ "rowClass": "",
+ "addAnother": "",
+ "modal": false,
+ "saveRow": "",
+ "removeRow": "Cancel",
+ "persistent": true,
+ "inlineEdit": false,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
"validate": {
- "custom": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-deraNotes-addRow']\") != null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-deraNotes-addRow']\").remove();\r\n\t}\r\n\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nif(editButtons!=null)\r\n{\r\n\tfor(i=0;ix.commentFor==='external').length > 0)\r\n show = true;\r\n else\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\n\r\nvar addButton = document.querySelector(\"button[ref=editgrid-deraNotes-addRow]\");\r\nif(addButton!==null && addButton !== undefined)\r\n{\r\naddButton.addEventListener('click',\r\n(e)=>{\r\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n\t\t{\r\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\r\n\t\t for (let i = 0; i < internalRadio.length; i++) {\r\n\t\t\tinternalRadio[i].parentElement.remove();\r\n\t\t }\r\n\t\t}\r\n})\r\n}\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "\n\nshow = false;\n\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst groups = UserDetails[\"groups\"];\nif((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n if(data.deraNotes && data.deraNotes.filter((x)=>x.commentFor==='external').length > 0)\n show = true;\n else\n show = false;\n}\nelse\n{\n show = true;\n}\n\n\nvar addButton = document.querySelector(\"button[ref=editgrid-deraNotes-addRow]\");\nif(addButton!==null && addButton !== undefined)\n{\naddButton.addEventListener('click',\n(e)=>{\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n\t\t{\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\n\t\t for (let i = 0; i < internalRadio.length; i++) {\n\t\t\tinternalRadio[i].parentElement.remove();\n\t\t }\n\t\t}\n})\n}\nconst emptyElements = [];\nconst elements = document.getElementsByClassName(\"list-group-item\");\nfor (let i = 0; i < elements.length; i++) {\nconst element = elements[i];\n\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\n \n}\n\n\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\n{\n console.log('client here');\n\tif(document.querySelector(\"[ref='editgrid-deraNotes-addRow']\") != null)\n\t{\n\t\tdocument.querySelector(\"[ref='editgrid-deraNotes-addRow']\").remove();\n\t}\n\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\nif(editButtons!=null)\n{\n\tfor(i=0;i -1 )\n{\n value = 'Client'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\n{\n value = 'Approved Professional'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\n{\n value = 'CSAP Society'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\n{\n value = 'CSSA Team'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\n{\n value = 'Caseworker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\n{\n value = 'Statutory Decision Maker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\n{\n value = 'Site Risk Classification Officer'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\n{\n value = 'CSSA Manager'\n}",
+ "key": "role",
+ "type": "textfield",
+ "input": true,
"placeholder": "",
- "description": "",
- "tooltip": "",
"prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
"customClass": "",
- "tabindex": "",
- "autocomplete": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
"hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
"hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
+ "tabindex": "",
"autofocus": false,
- "spellcheck": true,
- "disabled": true,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
"dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\n{\n value = 'Client'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\n{\n value = 'Approved Professional'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\n{\n value = 'CSAP Society'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\n{\n value = 'CSSA Team'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\n{\n value = 'Caseworker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\n{\n value = 'Statutory Decision Maker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\n{\n value = 'Site Risk Classification Officer'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\n{\n value = 'CSSA Manager'\n}",
"calculateValue": "",
"calculateServer": false,
- "allowCalculateOverride": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
- "pattern": "",
- "customMessage": "",
"custom": "",
"customPrivate": false,
- "json": "",
- "minLength": "",
- "maxLength": "",
"strictDateValidation": false,
"multiple": false,
- "unique": false
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
},
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "role",
- "tags": [],
- "properties": {},
"conditional": {
"show": null,
"when": null,
- "eq": "",
- "json": ""
+ "eq": ""
},
- "customConditional": "",
- "logic": [],
- "attributes": {},
"overlay": {
"style": "",
- "page": "",
"left": "",
"top": "",
"width": "",
"height": ""
},
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
"addons": [],
+ "mask": false,
"inputType": "text",
- "id": "e9saysy",
- "defaultValue": ""
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e9ovig"
}
],
"size": "md",
@@ -2084,7 +2124,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eparje"
+ "id": "e9mkaf6"
}
],
"size": "md",
@@ -2171,7 +2211,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eu1i69"
+ "id": "ex1fdip"
}
],
"size": "md",
@@ -2246,65 +2286,26 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "e2r7iqr"
+ "id": "e35oaqh"
}
],
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
"refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
"widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": true,
"lazyLoad": false,
- "disableAddingRemovingRows": false,
- "removeRow": "Cancel",
"defaultOpen": false,
- "openWhenEmpty": false,
- "modal": false,
- "inlineEdit": false,
- "id": "efshkpp"
+ "id": "eu37j0v"
},
{
"id": "ecmxmh",
@@ -5487,7 +5488,7 @@
"attributes": {},
"components": [
{
- "id": "eh8z2bfa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eh8z2bfa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "panel",
"tags": [],
"tree": false,
@@ -7097,92 +7098,98 @@
"addons": []
},
{
- "id": "e52n5r",
- "key": "simpletextarea",
- "case": "",
- "mask": false,
- "rows": 2,
- "type": "textarea",
- "input": true,
"label": "Multi-line Text",
- "editor": "",
- "hidden": false,
+ "labelPosition": "top",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
"prefix": "",
"suffix": "",
- "unique": false,
"widget": {
"type": "input"
},
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "wysiwyg": false,
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": true,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": true,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
"disabled": false,
+ "tableView": true,
+ "modalEdit": false,
"multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
"redrawOn": "",
- "tabindex": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "pattern": "",
- "maxWords": "",
- "minWords": "",
- "multiple": false,
"required": false,
- "maxLength": "",
- "minLength": "",
+ "pattern": "",
"customMessage": "",
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "json": "",
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "fixedSize": true,
- "hideLabel": true,
- "inputMask": "",
- "inputType": "text",
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": true,
- "attributes": {},
- "autoExpand": true,
+ "unique": false,
"errorLabel": "",
- "persistent": true,
+ "errors": "",
+ "key": "simpletextareaveryfirst",
+ "tags": [],
"properties": {},
- "spellcheck": true,
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
- "json": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": "",
+ "json": ""
},
- "customClass": "",
- "description": "",
- "inputFormat": "plain",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
- "showCharCount": false,
- "showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
"customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "rows": 2,
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "allowCalculateOverride": false,
"addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "e8uwweq",
+ "defaultValue": ""
}
],
"currentWidth": 6
@@ -7268,71 +7275,71 @@
"offset": 0,
"components": [
{
- "id": "ell9c8g",
"key": "dera",
- "html": "1.2 Does the DERA describe how the method(s) of assessment and the findings of any previous investigation(s) were used to design and carry out the current assessment?
",
+ "html": "1.2 Does the DERA describe how the method(s) of assessment and the findings of any previous investigation(s) were used to design and carry out the current assessment?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "efr6f1w"
}
],
"currentWidth": 4
@@ -8215,71 +8222,71 @@
"offset": 0,
"components": [
{
- "id": "e8vcua",
"key": "four",
- "html": "1.4 If ministry preapprovals apply to the DERA, has all required preapproval documentation been provided with the risk assessment?
",
+ "html": "1.4 If ministry preapprovals apply to the DERA, has all required preapproval documentation been provided with the risk assessment?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "e042f9"
}
],
"currentWidth": 4
@@ -8687,71 +8694,71 @@
"offset": 0,
"components": [
{
- "id": "eez7jmp",
"key": "five",
- "html": "1.5 Does the report make it clear what conditions are required (if any) for the instrument being applied for (e.g., Schedule B conditions for a Certificate of Compliance)?
",
+ "html": "1.5 Does the report make it clear what conditions are required (if any) for the instrument being applied for (e.g., Schedule B conditions for a Certificate of Compliance)?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "e5jafue"
}
],
"currentWidth": 4
@@ -10714,71 +10721,71 @@
"offset": 0,
"components": [
{
- "id": "etyjrjk",
"key": "twotwo",
- "html": "2.2 Were assessment and measurement endpoints for operative exposure pathways warranting further assessment defined? (See footnote 1)
",
+ "html": "2.2 Were assessment and measurement endpoints for operative exposure pathways warranting further assessment defined? (See footnote 1)
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "exkzvir"
}
],
"currentWidth": 4
@@ -11650,71 +11657,71 @@
"offset": 0,
"components": [
{
- "id": "es6mwqn",
"key": "twofour",
- "html": "2.4 Were all current and reasonable potential future land, water and sediment uses identified in the problem formulation and considered in screening for chemical exceedances?
",
+ "html": "2.4 Were all current and reasonable potential future land, water and sediment uses identified in the problem formulation and considered in screening for chemical exceedances?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "e2bmszm"
}
],
"currentWidth": 4
@@ -12118,71 +12125,71 @@
"offset": 0,
"components": [
{
- "id": "eula1d",
"key": "twofive",
- "html": "2.5 Were assumptions associated with current and future land use documented and rationale provided (e.g., development scenario)?
",
+ "html": "2.5 Were assumptions associated with current and future land use documented and rationale provided (e.g., development scenario)?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "eguu76i"
}
],
"currentWidth": 4
@@ -14926,71 +14933,71 @@
"offset": 0,
"components": [
{
- "id": "e20owe7",
"key": "twoeleven",
- "html": "2.11 Was a rationale provided for any exclusion of contaminants that exceed applicable standards, criteria, or guidelines? (See footnote 3)
",
+ "html": "2.11 Was a rationale provided for any exclusion of contaminants that exceed applicable standards, criteria, or guidelines? (See footnote 3)
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "e79lvtsq"
}
],
"currentWidth": 4
@@ -17266,71 +17273,71 @@
"offset": 0,
"components": [
{
- "id": "e6anrbp",
"key": "twosixteen",
- "html": "2.16 If contaminant-pathway-receptor combinations were excluded from further assessment, was a rationale for the exclusion provided?
",
+ "html": "2.16 If contaminant-pathway-receptor combinations were excluded from further assessment, was a rationale for the exclusion provided?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "e87ibgb"
}
],
"currentWidth": 4
@@ -21156,71 +21163,71 @@
"offset": 0,
"components": [
{
- "id": "e1vsfz5",
"key": "threefive",
- "html": "3.5 If an exposure model was used, were equations and the input data provided to support an independent quality assurance check for each exposure route in the risk assessment?
",
+ "html": "3.5 If an exposure model was used, were equations and the input data provided to support an independent quality assurance check for each exposure route in the risk assessment?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "eh3g18f"
}
],
"currentWidth": 4
@@ -21624,71 +21631,71 @@
"offset": 0,
"components": [
{
- "id": "exssfl",
"key": "threesix",
- "html": "3.6 Were all exposure model parameters defined and was rationale provided for all exposure model parameter values (with references where applicable)?
",
+ "html": "3.6 Were all exposure model parameters defined and was rationale provided for all exposure model parameter values (with references where applicable)?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "eiflm48"
}
],
"currentWidth": 4
@@ -24049,71 +24056,71 @@
"offset": 0,
"components": [
{
- "id": "et1jlry",
"key": "fourone",
- "html": "4.1 If ecological surveys (e.g., plant, soil invertebrate, bird, fish, or benthic communities) were conducted, was the survey methodology used (including sampling locations and seasons) documented?
",
+ "html": "4.1 If ecological surveys (e.g., plant, soil invertebrate, bird, fish, or benthic communities) were conducted, was the survey methodology used (including sampling locations and seasons) documented?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "eg2zyuq"
}
],
"currentWidth": 4
@@ -24991,71 +24998,71 @@
"offset": 0,
"components": [
{
- "id": "edwvn4",
"key": "trvs",
- "html": "4.3 If TRVs were used, was the source of the TRVs referenced? If TRVs were developed de novo, was their derivation documented?
",
+ "html": "4.3 If TRVs were used, was the source of the TRVs referenced? If TRVs were developed de novo, was their derivation documented?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "epz42vg"
}
],
"currentWidth": 4
@@ -25930,71 +25937,71 @@
"offset": 0,
"components": [
{
- "id": "el9nuoj",
"key": "fourfive",
- "html": "4.5 Did the level of protection used in the DERA comply with the level specified in the ministry ecological risk assessment policy summary6 for the applicable land use or media?
",
+ "html": "4.5 Did the level of protection used in the DERA comply with the level specified in the ministry ecological risk assessment policy summary6 for the applicable land use or media?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "e6je384"
}
],
"currentWidth": 4
@@ -26866,71 +26873,71 @@
"offset": 0,
"components": [
{
- "id": "eiw3m7l",
"key": "fourseven",
- "html": "4.7 If site-specific toxicity testing was conducted, did the test method(s) used meet the quality standards of Environment Canada (See footnote 7), ASTM (See footnote 8) or another recognized government agency?
",
+ "html": "4.7 If site-specific toxicity testing was conducted, did the test method(s) used meet the quality standards of Environment Canada (See footnote 7), ASTM (See footnote 8) or another recognized government agency?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "ecmqit8"
}
],
"currentWidth": 4
@@ -27334,71 +27341,71 @@
"offset": 0,
"components": [
{
- "id": "evcyuj5",
"key": "foureight",
- "html": "4.8 If site-specific toxicity tests were conducted, did the tests include samples from the most contaminated area of the site?
",
+ "html": "4.8 If site-specific toxicity tests were conducted, did the tests include samples from the most contaminated area of the site?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "e5sbu5"
}
],
"currentWidth": 4
@@ -27802,71 +27809,71 @@
"offset": 0,
"components": [
{
- "id": "emdof2v",
"key": "fournine",
- "html": "4.9 Were potential toxicological interactions (e.g., synergistic or antagonistic effects) between potential contaminants of concern discussed?
",
+ "html": "4.9 Were potential toxicological interactions (e.g., synergistic or antagonistic effects) between potential contaminants of concern discussed?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "enwywm8"
}
],
"currentWidth": 4
@@ -28820,71 +28827,71 @@
"offset": 0,
"components": [
{
- "id": "ehzftk",
"key": "fiveone",
- "html": "5.1 Was sufficient detail provided for equations used to calculate numeric risk estimates so that it is clear how the estimates were derived?
",
+ "html": "5.1 Was sufficient detail provided for equations used to calculate numeric risk estimates so that it is clear how the estimates were derived?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "ex96h95"
}
],
"currentWidth": 4
@@ -29756,71 +29763,71 @@
"offset": 0,
"components": [
{
- "id": "etlnijl",
"key": "fivethree",
- "html": "5.3 If hazard quotients were calculated, were they documented for each complete contaminant-receptor-pathway combination (as identified in the Problem Formulation)?
",
+ "html": "5.3 If hazard quotients were calculated, were they documented for each complete contaminant-receptor-pathway combination (as identified in the Problem Formulation)?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "e3a5cw"
}
],
"currentWidth": 4
@@ -30224,71 +30231,71 @@
"offset": 0,
"components": [
{
- "id": "e28w7eq",
"key": "fivefour",
- "html": "5.4 If hazard quotients were not calculated, was rationale provided for using a different approach (e.g., site observations or plotting exposure with dose-response data)?
",
+ "html": "5.4 If hazard quotients were not calculated, was rationale provided for using a different approach (e.g., site observations or plotting exposure with dose-response data)?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "e0kx6jc"
}
],
"currentWidth": 4
@@ -30692,71 +30699,71 @@
"offset": 0,
"components": [
{
- "id": "ezfvuk7",
"key": "fivefive",
- "html": "5.5 If an ecological hazard quotient exceeded unity, but the level of risk was considered acceptable, was a rationale provided?
",
+ "html": "5.5 If an ecological hazard quotient exceeded unity, but the level of risk was considered acceptable, was a rationale provided?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "ep5ir6h"
}
],
"currentWidth": 4
@@ -31160,71 +31167,71 @@
"offset": 0,
"components": [
{
- "id": "egu0x",
"key": "fivesix",
- "html": "5.6 Were risks for all operative contaminant-receptor-pathways detailed in the problem formulation assessed and categorized as acceptable or unacceptable?
",
+ "html": "5.6 Were risks for all operative contaminant-receptor-pathways detailed in the problem formulation assessed and categorized as acceptable or unacceptable?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "eay585s"
}
],
"currentWidth": 4
@@ -32640,71 +32647,71 @@
"offset": 0,
"components": [
{
- "id": "eivr0mg",
"key": "sixone",
- "html": "6.1 Were uncertainties (e.g., measurement uncertainty, random variations, conceptual uncertainty and ignorance) explicitly evaluated and stated, including their implications on risk conclusions?
",
+ "html": "6.1 Were uncertainties (e.g., measurement uncertainty, random variations, conceptual uncertainty and ignorance) explicitly evaluated and stated, including their implications on risk conclusions?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "eiowd22"
}
],
"currentWidth": 4
@@ -33108,71 +33115,71 @@
"offset": 0,
"components": [
{
- "id": "efvh06",
"key": "sixtwo",
- "html": "6.2 If a weight-of-evidence approach was used, was preference given to assigning quantifiable, a priori weightings to weighted aspects of the DERA?
",
+ "html": "6.2 If a weight-of-evidence approach was used, was preference given to assigning quantifiable, a priori weightings to weighted aspects of the DERA?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "e700mrh"
}
],
"currentWidth": 4
@@ -33576,71 +33583,71 @@
"offset": 0,
"components": [
{
- "id": "eeh8c76",
"key": "sixthree",
- "html": "6.3 If a weight-of-evidence approach was used, were the weight-of-evidence conclusions determined in a manner consistent with the approach laid out in the problem formulation?
",
+ "html": "6.3 If a weight-of-evidence approach was used, were the weight-of-evidence conclusions determined in a manner consistent with the approach laid out in the problem formulation?
",
"type": "content",
"input": false,
"label": "Text/Images",
- "hidden": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
"prefix": "",
+ "customClass": "",
"suffix": "",
- "unique": false,
- "widget": null,
- "dbIndex": false,
- "overlay": {
- "top": "",
- "left": "",
- "style": "",
- "width": "",
- "height": ""
- },
- "tooltip": "",
- "disabled": false,
"multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
"redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
"tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
"validate": {
- "custom": "",
- "unique": false,
- "multiple": false,
"required": false,
+ "custom": "",
"customPrivate": false,
- "strictDateValidation": false
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
},
- "autofocus": false,
- "encrypted": false,
- "hideLabel": false,
- "modalEdit": false,
- "protected": false,
- "refreshOn": "",
- "tableView": false,
- "attributes": {},
- "errorLabel": "",
- "persistent": true,
- "properties": {},
- "validateOn": "change",
- "clearOnHide": true,
"conditional": {
- "eq": "",
"show": null,
- "when": null
+ "when": null,
+ "eq": ""
},
- "customClass": "",
- "description": "",
- "placeholder": "",
- "defaultValue": null,
- "dataGridLabel": false,
- "labelPosition": "top",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "calculateValue": "",
- "calculateServer": false,
+ "properties": {},
"allowMultipleMasks": false,
- "customDefaultValue": "",
- "hideOnChildrenHidden": false,
- "allowCalculateOverride": false,
- "addons": []
+ "addons": [],
+ "id": "ekridp"
}
],
"currentWidth": 4
@@ -36010,7 +36017,7 @@
}
],
"collapsible": false,
- "id": "eof79400000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eof794000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
index 4096cf93..f97ec85e 100644
--- a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
+++ b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json
@@ -426,27 +426,77 @@
},
{
"label": "Notes",
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "openWhenEmpty": false,
+ "disableAddingRemovingRows": false,
+ "conditionalAddButton": "",
+ "hidden": false,
"hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"templates": {
"header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
- "row": "\r\n\r\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
- "footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n",
"tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n "
+ "row": "\r\n\r\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
+ "footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
},
+ "rowClass": "",
+ "addAnother": "",
+ "modal": false,
+ "saveRow": "",
+ "removeRow": "Cancel",
+ "persistent": true,
+ "inlineEdit": false,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
"customDefaultValue": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
"validate": {
- "custom": "console.log('nothing');\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\r\n\t}\r\n\r\n\tvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\n\tif(editButtons!=null)\r\n\t{\r\n\t\tfor(i=0;ix.commentFor==='external').length > 0)\r\n show = true;\r\n else\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\n\r\nvar addButton = document.querySelector(\"button[ref=editgrid-cssaNotes-addRow]\");\r\nif(addButton!==null && addButton !== undefined)\r\n{\r\naddButton.addEventListener('click',\r\n(e)=>{\r\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n\t\t{\r\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\r\n\t\t for (let i = 0; i < internalRadio.length; i++) {\r\n\t\t\tinternalRadio[i].parentElement.remove();\r\n\t\t }\r\n\t\t}\r\n})\r\n}\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nconsole.log('nothing 22');\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\r\n\t}\r\n\r\n\tvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\n\tif(editButtons!=null)\r\n\t{\r\n\t\tfor(i=0;ix.commentFor==='external').length > 0)\n show = true;\n else\n show = false;\n}\nelse\n{\n show = true;\n}\n\n\nvar addButton = document.querySelector(\"button[ref=editgrid-cssaNotes-addRow]\");\nif(addButton!==null && addButton !== undefined)\n{\naddButton.addEventListener('click',\n(e)=>{\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n\t\t{\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\n\t\t for (let i = 0; i < internalRadio.length; i++) {\n\t\t\tinternalRadio[i].parentElement.remove();\n\t\t }\n\t\t}\n})\n}\nconst emptyElements = [];\nconst elements = document.getElementsByClassName(\"list-group-item\");\nfor (let i = 0; i < elements.length; i++) {\nconst element = elements[i];\n\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\n \n}\n\n\nconsole.log('nothing 22');\n\n\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(b.groups.includes(\"/formsflow/formsflow-client\") || b.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") )\n{\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\n\t{\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\n\t}\n\n\tvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\n\tif(editButtons!=null)\n\t{\n\t\tfor(i=0;i -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\r\n{\r\n value = 'Site Risk Classification Officer'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\r\n{\r\n value = 'Site Information Advisor'\r\n}",
+ "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\n{\n value = 'Client'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\n{\n value = 'Approved Professional'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\n{\n value = 'CSAP Society'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\n{\n value = 'CSSA Team'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\n{\n value = 'CSSA Manager'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\n{\n value = 'Caseworker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\n{\n value = 'Statutory Decision Maker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\n{\n value = 'Site Risk Classification Officer'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\n{\n value = 'Site Information Advisor'\n}",
"key": "role",
"type": "textfield",
"input": true,
@@ -717,7 +767,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "eki49bq"
+ "id": "e0r0pe"
}
],
"size": "md",
@@ -804,7 +854,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e7e4yc"
+ "id": "e0qx6r5"
}
],
"size": "md",
@@ -891,7 +941,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e8l3qgf"
+ "id": "eaf97yl"
}
],
"size": "md",
@@ -966,65 +1016,26 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "eb5fwpt"
+ "id": "e9w4cmj"
}
],
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
- "protected": false,
"unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
"refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
"dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
"widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
"tree": true,
"lazyLoad": false,
- "disableAddingRemovingRows": false,
- "removeRow": "Cancel",
"defaultOpen": false,
- "openWhenEmpty": false,
- "modal": false,
- "inlineEdit": false,
- "id": "e188e"
+ "id": "emybtj9"
},
{
"id": "ecf3gbp",
@@ -9067,7 +9078,7 @@
"attributes": {},
"components": [
{
- "id": "epivnsp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "epivnsp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -9144,7 +9155,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "el3hlvr00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "el3hlvr00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
@@ -9889,7 +9900,7 @@
"attributes": {},
"components": [
{
- "id": "esedw400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esedw400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -9966,7 +9977,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "esor90600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "esor90600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
@@ -10708,7 +10719,7 @@
"attributes": {},
"components": [
{
- "id": "ej0y4100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ej0y4100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -10785,7 +10796,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "e8qg9fh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "e8qg9fh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
@@ -11533,7 +11544,7 @@
"attributes": {},
"components": [
{
- "id": "eevqmo90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eevqmo90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "contaminant",
"mask": false,
"type": "textfield",
@@ -11610,7 +11621,7 @@
"truncateMultipleSpaces": false
},
{
- "id": "et223l30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "et223l30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "maximumConcentration",
"mask": false,
"type": "textfield",
diff --git a/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json b/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
index 22229514..33bb9539 100644
--- a/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
+++ b/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json
@@ -458,7 +458,7 @@
"templates": {
"header": "{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")){ %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}",
"tableHeader": "\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }} \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions \n {% } %}\n \n ",
- "row": "\r\n\r\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n \r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
+ "row": "\n\n{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% console.log('rendering edit grid body')%}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n\n\n\n\n\n {% util.eachComponent(components, function(component) { %}\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\n {% console.log(\"row-key\",component.key,row[component.key]) %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n{% if(component.key == 'comments') { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{% } else { %}\n
\n {{ getView(component, row[component.key])}}\n
\n{%}%}\n \n\n {% } %}\n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\n{% const groups = UserDetails[\"groups\"]; %}\n{% if((groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") || groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\")) && row['commentFor']==='external'){ %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n \n {% } %}\n {% } %}\n
\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/cssa-manager\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\n \n {% util.eachComponent(components, function(component) { %}\n {% console.log('for sia') %}\n {% if (displayValue(component)) { %}\n {% if(component.key == 'comments') { %}\n
{{ getView(component, row[component.key])}}
\n {% } else if(component.key == 'role' || component.key == 'createdBy') { %}\n
{{ getView(component, row[component.key])}}
\n{% } else { %}\n
{{ getView(component, row[component.key])}}
\n{% } %} \n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n
\n
\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n
\n {% } %}\n
\n {% } %}\n \n \n \n{% const emptyElements = []; %}\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\n{% for (let i = 0; i < elements.length; i++) { %}\n{% const element = elements[i]; %}\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}",
"tableRow": "\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n \n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ",
"footer": "{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"
},
@@ -482,7 +482,7 @@
"validate": {
"required": false,
"customMessage": "",
- "custom": "console.log('nothing');\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\r\n\t}\r\n\r\n\tvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\n\tif(editButtons!=null)\r\n\t{\r\n\t\tfor(i=0;ix.commentFor==='external').length > 0)\r\n show = true;\r\n else\r\n show = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\n\r\nvar addButton = document.querySelector(\"button[ref=editgrid-cssaNotes-addRow]\");\r\nif(addButton!==null && addButton !== undefined)\r\n{\r\naddButton.addEventListener('click',\r\n(e)=>{\r\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n\t\t{\r\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\r\n\t\t for (let i = 0; i < internalRadio.length; i++) {\r\n\t\t\tinternalRadio[i].parentElement.remove();\r\n\t\t }\r\n\t\t}\r\n})\r\n}\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nconsole.log('nothing 22');\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\r\n\t}\r\n\r\n\tvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\n\tif(editButtons!=null)\r\n\t{\r\n\t\tfor(i=0;ix.commentFor==='external').length > 0)\n show = true;\n else\n show = false;\n}\nelse\n{\n show = true;\n}\n\n\nvar addButton = document.querySelector(\"button[ref=editgrid-cssaNotes-addRow]\");\nif(addButton!==null && addButton !== undefined)\n{\naddButton.addEventListener('click',\n(e)=>{\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n\t\t{\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\n\t\t for (let i = 0; i < internalRadio.length; i++) {\n\t\t\tinternalRadio[i].parentElement.remove();\n\t\t }\n\t\t}\n})\n}\nconst emptyElements = [];\nconst elements = document.getElementsByClassName(\"list-group-item\");\nfor (let i = 0; i < elements.length; i++) {\nconst element = elements[i];\n\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\n \n}\n\n\nconsole.log('nothing 22');\n\n\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(b.groups.includes(\"/formsflow/formsflow-client\") || b.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") )\n{\n\tif(document.querySelector(\"[ref='editgrid-cssaNotes-addRow']\") != null)\n\t{\n\t\tdocument.querySelector(\"[ref='editgrid-cssaNotes-addRow']\").remove();\n\t}\n\n\tvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\n\tif(editButtons!=null)\n\t{\n\t\tfor(i=0;i -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\r\n{\r\n value = 'Site Risk Classification Officer'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\r\n{\r\n value = 'Site Information Advisor'\r\n}",
+ "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\n{\n value = 'Client'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\n{\n value = 'Approved Professional'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\n{\n value = 'CSAP Society'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\n{\n value = 'CSSA Team'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\n{\n value = 'CSSA Manager'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\n{\n value = 'Caseworker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\n{\n value = 'Statutory Decision Maker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\n{\n value = 'Site Risk Classification Officer'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\n{\n value = 'Site Information Advisor'\n}",
"key": "role",
"type": "textfield",
"input": true,
@@ -782,7 +782,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e9e9ws"
+ "id": "e1d5fun"
}
],
"size": "md",
@@ -869,7 +869,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "e6pf0x"
+ "id": "espac7p"
}
],
"size": "md",
@@ -956,7 +956,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "edodsdx"
+ "id": "emh5fwc"
}
],
"size": "md",
@@ -1031,7 +1031,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "eruizib"
+ "id": "eb9exon"
}
],
"placeholder": "",
@@ -1050,7 +1050,7 @@
"tree": true,
"lazyLoad": false,
"defaultOpen": false,
- "id": "ex5ffy8"
+ "id": "eskandg"
},
{
"id": "evi8v2p",
@@ -1213,7 +1213,7 @@
"attributes": {},
"components": [
{
- "id": "ea2btv000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ea2btv00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "Panel-InformationForAffectedAndLikelyAffectedParcels",
"tree": false,
"type": "panel",
@@ -9085,7 +9085,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "emrk44b00000"
+ "id": "emrk44b0000000000000000"
}
],
"errorLabel": "",
diff --git a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
index 7453627c..5c538fa8 100644
--- a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
+++ b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json
@@ -613,7 +613,7 @@
"key": "siteOwnerActions",
"tags": [],
"properties": {},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") && data.applicationStatus !== undefined && data.applicationStatus !== '') {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "customConditional": "\n\n\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\n\n\n\nconst roles = UserDetails[\"role\"];\n\n\nif(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") && data.applicationStatus !== undefined && data.applicationStatus !== '' && data.applicationStatus !== 'Resubmit') {\n show = true;\n}\nelse\n{\n show = false;\n}\n\n\n",
"conditional": {
"json": "",
"show": null,
@@ -716,7 +716,7 @@
"block": false,
"disableOnInvalid": false,
"theme": "primary",
- "id": "epc9zvp"
+ "id": "ejoitnl"
}
],
"width": 3,
@@ -818,7 +818,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "eb126od"
+ "id": "eh1h8va"
}
],
"keyModified": true,
@@ -860,7 +860,7 @@
"addons": [],
"tree": false,
"lazyLoad": false,
- "id": "erhjp1m"
+ "id": "eizlo13"
},
{
"title": "Reviewer Actions",
@@ -995,36 +995,61 @@
"label": "Next Reviewer",
"action": "custom",
"showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"key": "sendToNextReviewer",
- "customConditional": "\r\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-risk-classification-officer\") || roles.includes(\"formsflow-reviewer/caseworker\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-risk-classification-officer\")) \r\n{\r\n show = true;\r\n}\r\nelse if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\ndata.srcrBundleStatus === \"srcrSrcoAccepted\")\r\n{\r\n if (data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" ||\r\n data.siteRiskClassification !== 'notHighRisk')\r\n show = false;\r\nelse\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.srcrUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'srcoAccepted'\r\n }); \r\n});",
"input": true,
"keyModified": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -1032,7 +1057,6 @@
"widget": {
"type": "input"
},
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -1042,66 +1066,72 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "ehzyts"
+ "id": "eznm0q"
},
{
"label": "Approved",
"action": "custom",
"showValidations": false,
+ "theme": "primary",
+ "size": "md",
+ "block": false,
+ "leftIcon": "",
+ "rightIcon": "",
+ "shortcut": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "disableOnInvalid": false,
+ "hidden": false,
+ "autofocus": false,
+ "disabled": false,
"tableView": false,
+ "modalEdit": false,
"key": "approve",
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\n\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/sdm\")) {\r\n if (data.srcrBundleStatus === \"srcrCaseworkerAccepted\") \r\n show = true;\r\n else if (data.srcrBundleStatus === \"srcrSrcoAccepted\") {\r\n if (data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" ||\r\n data.siteRiskClassification !== 'notHighRisk')\r\n show = true;\r\n else\r\n show = false;\r\n }\r\n}\r\nelse\r\n{\r\n show = false;\r\n}",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
"type": "button",
"custom": "const submissionId = form._submission._id;\r\nconst formId = form._submission.form;\r\nconst formDataReqUrl = form.formio?form.formio.formUrl:(localStorage.getItem('customSubmissionUrl')+'/form/'+formId)+'/submission/'+submissionId;\r\nconst filteredData = _.pick(data, data.srcrUtilKeys);\r\nconst formDataReqObj1 = { \"_id\": submissionId, \"data\": filteredData};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Approved'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});",
"input": true,
"placeholder": "",
"prefix": "",
- "customClass": "",
"suffix": "",
"multiple": false,
"defaultValue": null,
"protected": false,
"unique": false,
"persistent": false,
- "hidden": false,
"clearOnHide": true,
"refreshOn": "",
"redrawOn": "",
- "modalEdit": false,
"dataGridLabel": true,
"labelPosition": "top",
- "description": "",
"errorLabel": "",
- "tooltip": "",
"hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
"dbIndex": false,
"customDefaultValue": "",
"calculateValue": "",
@@ -1109,7 +1139,6 @@
"widget": {
"type": "input"
},
- "attributes": {},
"validateOn": "change",
"validate": {
"required": false,
@@ -1119,32 +1148,13 @@
"multiple": false,
"unique": false
},
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
"allowCalculateOverride": false,
"encrypted": false,
"showCharCount": false,
"showWordCount": false,
- "properties": {},
"allowMultipleMasks": false,
"addons": [],
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "disableOnInvalid": false,
- "theme": "primary",
- "id": "etis9h8"
+ "id": "en5bg5o"
}
],
"width": 3,
@@ -1185,7 +1195,7 @@
"eq": "",
"json": ""
},
- "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n\t\tconsole.log('response',response);\r\n \r\n \t\t var applicationStatus = response.applicationStatus?response.applicationStatus.value:'';\r\n\t if(response.deraStatus.value === 'Returned'){\r\n \t\t component.disabled = true;\r\n\t component.description = 'Disabled since DERA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\r\n\t }\r\n\t else if (applicationStatus === 'Resubmit') {\r\n\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since CSSA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t \r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
+ "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n \t\t var applicationStatus = response.applicationStatus?response.applicationStatus.value:'';\r\n\t if(response.deraStatus && response.deraStatus.value === 'Returned'){\r\n \t\t component.disabled = true;\r\n\t component.description = 'Disabled since DERA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\r\n\t }\r\n\t else if (applicationStatus === 'Resubmit') {\r\n\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since CSSA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t \r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}",
"logic": [],
"attributes": {},
"overlay": {
@@ -1236,7 +1246,7 @@
"showWordCount": false,
"allowMultipleMasks": false,
"addons": [],
- "id": "eia18mo"
+ "id": "epaslsk"
}
],
"size": "md",
@@ -2031,7 +2041,7 @@
"disableAddingRemovingRows": false,
"conditionalAddButton": "",
"hidden": false,
- "hideLabel": false,
+ "hideLabel": true,
"autofocus": false,
"disabled": false,
"tableView": false,
@@ -2063,7 +2073,7 @@
"validate": {
"required": false,
"customMessage": "",
- "custom": "const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-srcrNotes-addRow']\")!==null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-srcrNotes-addRow']\").remove();\r\n\t}\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;ix.commentFor==='external').length > 0)\r\nshow = true;\r\nelse\r\nshow = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\nvar addRowButton = document.querySelector(\"button[ref=editgrid-srcrNotes-addRow]\");\r\nif(addRowButton!=null)\r\n{\r\naddRowButton.addEventListener('click',\r\n(e)=>{\r\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n\t\t{\r\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\r\n\t\t for (let i = 0; i < internalRadio.length; i++) {\r\n\t\t\tif(internalRadio[i].parentElement !== null)\r\n\t\t\t{\r\n\t\t\t\tinternalRadio[i].parentElement.remove();\r\n\t\t\t}\r\n\t\t }\r\n\t\t}\r\n})\r\n\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n}\r\n\r\n\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\n\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\n\tif(document.querySelector(\"[ref='editgrid-srcrNotes-addRow']\")!==null)\r\n\t{\r\n\t\tdocument.querySelector(\"[ref='editgrid-srcrNotes-addRow']\").remove();\r\n\t}\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;ix.commentFor==='external').length > 0)\nshow = true;\nelse\nshow = false;\n}\nelse\n{\n show = true;\n}\n\nvar addRowButton = document.querySelector(\"button[ref=editgrid-srcrNotes-addRow]\");\nif(addRowButton!=null)\n{\naddRowButton.addEventListener('click',\n(e)=>{\n\t\tif( groups.includes(\"/formsflow/formsflow-reviewer/csap\") || groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n\t\t{\n\t\t var internalRadio = document.querySelectorAll(\"input[value='internal'][type='radio']\");\n\t\t for (let i = 0; i < internalRadio.length; i++) {\n\t\t\tif(internalRadio[i].parentElement !== null)\n\t\t\t{\n\t\t\t\tinternalRadio[i].parentElement.remove();\n\t\t\t}\n\t\t }\n\t\t}\n})\n\nconst emptyElements = [];\nconst elements = document.getElementsByClassName(\"list-group-item\");\nfor (let i = 0; i < elements.length; i++) {\nconst element = elements[i];\n\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\n \n}\n}\n\n\nconst emptyElements = [];\nconst elements = document.getElementsByClassName(\"list-group-item\");\nfor (let i = 0; i < elements.length; i++) {\nconst element = elements[i];\n\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\n \n}\n\n\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(b.groups.includes(\"/formsflow/formsflow-client\") || b.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\") )\n{\n\tif(document.querySelector(\"[ref='editgrid-srcrNotes-addRow']\")!==null)\n\t{\n\t\tdocument.querySelector(\"[ref='editgrid-srcrNotes-addRow']\").remove();\n\t}\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\nfor(i=0;i -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\r\n{\r\n value = 'CSSA Manager'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\r\n{\r\n value = 'Site Risk Classification Officer'\r\n}",
+ "customDefaultValue": "var b =JSON.parse(localStorage.getItem('UserDetails'))\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\n{\n value = 'Client'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap') > -1 )\n{\n value = 'Approved Professional'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/csap-society') > -1 )\n{\n value = 'CSAP Society'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\n{\n value = 'CSSA Team'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-manager') > -1 )\n{\n value = 'CSSA Manager'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\n{\n value = 'Caseworker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\n{\n value = 'Statutory Decision Maker'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-risk-classification-officer') > -1 )\n{\n value = 'Site Risk Classification Officer'\n}\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\n{\n value = 'Site Information Advisor'\n}",
"key": "role",
"type": "textfield",
"input": true,
@@ -2363,7 +2373,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ex4sns9"
+ "id": "epglnlb"
}
],
"size": "md",
@@ -2450,7 +2460,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "ebepm6j"
+ "id": "eeowpjq"
}
],
"size": "md",
@@ -2537,7 +2547,7 @@
"displayMask": "",
"spellcheck": true,
"truncateMultipleSpaces": false,
- "id": "emoqtaq"
+ "id": "elq91z"
}
],
"size": "md",
@@ -2612,7 +2622,7 @@
"tree": false,
"lazyLoad": false,
"autoAdjust": false,
- "id": "e9r4948"
+ "id": "elyerv7"
}
],
"placeholder": "",
@@ -2631,7 +2641,7 @@
"tree": true,
"lazyLoad": false,
"defaultOpen": false,
- "id": "e0yh46d"
+ "id": "ek52ur9"
},
{
"title": "Collection Notice",
@@ -5059,7 +5069,7 @@
"attributes": {},
"components": [
{
- "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "spropertyOwnerAndOrOperator",
"tree": false,
"type": "panel",
@@ -14471,7 +14481,7 @@
"attributes": {},
"components": [
{
- "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"key": "exposurePathwayQuestionnaireAffectedParcel",
"tree": false,
"type": "panel",
@@ -18414,7 +18424,7 @@
}
],
"collapsible": false,
- "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"placeholder": "",
"prefix": "",
"customClass": "",
@@ -19583,6 +19593,77 @@
"inputType": "hidden",
"id": "e12wr4"
},
+ {
+ "label": "srcrBundleStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "srcrBundleStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ec2f3y"
+ },
{
"label": "srcrUtilKeys",
"customClass": "",
diff --git a/forms-flow-ai/epd-forms/test-forms/test api submission auth-2023-01-25T22_52_33.564Z.json b/forms-flow-ai/epd-forms/test-forms/test api submission auth-2023-01-25T22_52_33.564Z.json
deleted file mode 100644
index 0cd1a533..00000000
--- a/forms-flow-ai/epd-forms/test-forms/test api submission auth-2023-01-25T22_52_33.564Z.json
+++ /dev/null
@@ -1 +0,0 @@
-{"forms":[{"title":"test api submission auth","display":"form","type":"form","name":"testApiSubmissionAuth","path":"testapisubmissionauth","tags":["common"],"components":[{"label":"Text Field","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":true,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"textField","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","dataGridLabel":false,"addons":[],"inputType":"text","id":"ee8cqmy","defaultValue":null},{"label":"Submit","action":"custom","showValidations":false,"theme":"primary","size":"md","block":false,"leftIcon":"","rightIcon":"","shortcut":"","description":"","tooltip":"","customClass":"","tabindex":"","disableOnInvalid":true,"hidden":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"key":"submit","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"button","custom":"const authToken = localStorage.getItem(\"authToken\")\r\nconst applicationURL = \"https://7568-2001-569-7d93-6000-6845-3b98-5df7-4224.ngrok.io\"\r\n\r\nconsole.log(data)\r\n\r\nasync function postData(url, data){\r\n console.log(JSON.stringify(data))\r\n const response = await fetch(url, {\r\n method: 'POST',\r\n headers:{\r\n 'Access-Control-Allow-Origin': '*',\r\n 'Content-Type': 'application/json',\r\n 'Authorization': 'Bearer '+authToken\r\n },\r\n body: JSON.stringify(data)\r\n })\r\n return await response.json()\r\n}\r\n\r\n\r\npostData(applicationURL, data)\r\n.then(response =>{\r\n console.log(response)\r\n})","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":true,"labelPosition":"top","errorLabel":"","hideLabel":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"e5qte7i"},{"label":"applicationId","customClass":"","modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","customDefaultValue":"","calculateValue":"","calculateServer":false,"key":"applicationId","tags":[],"properties":{},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"hidden","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"hidden":false,"clearOnHide":true,"refreshOn":"","tableView":false,"labelPosition":"top","Description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"widget":{"type":"input"},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"allowCalculateOverride":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"inputType":"hidden","id":"em1y8gd","defaultValue":"","dataGridLabel":false,"description":"","addons":[]},{"label":"applicationStatus","customClass":"","modalEdit":false,"defaultValue":null,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","customDefaultValue":"","calculateValue":"","calculateServer":false,"key":"applicationStatus","tags":[],"properties":{},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"hidden","input":true,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"hidden":false,"clearOnHide":true,"refreshOn":"","dataGridLabel":false,"labelPosition":"top","Description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"widget":{"type":"input"},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"allowCalculateOverride":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"inputType":"hidden","id":"e6z1qd9","description":"","addons":[]}]}]}
\ No newline at end of file
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/callActivity/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/callActivity/CSSABundleWorklow.bpmn
deleted file mode 100644
index cb624650..00000000
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/callActivity/CSSABundleWorklow.bpmn
+++ /dev/null
@@ -1,692 +0,0 @@
-
-
-
-
-
-
-
-
- Gateway_0uf75ow
- Activity_0vkc1zi
- Activity_1mo5nko
- Gateway_1o5uudb
- Activity_0p4hm8r
- Event_0sdygwc
-
-
- Gateway_15p5urd
- Activity_1ao3zkj
-
-
- Activity_08ykdar
- Gateway_0oobb3z
-
-
- Gateway_04o747e
- Activity_1uc1xs1
-
-
- StartEvent_1
- Activity_0k6ixqm
- Activity_1ozfgid
- Gateway_17raw62
- Activity_1v5ffpw
- Gateway_08cgufe
-
-
-
- Flow_1rc30l8
-
-
- Flow_1rc30l8
- Flow_0dbqph3
- var system = java.lang.System;
-system.out.println ("Submit Bundle");
-execution.setVariable('isCaseworker',false);
-execution.setVariable('isSdm',false);
-execution.setVariable('isAp',false);
-execution.setVariable('isSociety',false);
-execution.setVariable('isCssaTeam',false);
-
-
- Flow_0dbqph3
- Flow_1stifo9
- Flow_05pndkl
- var system = java.lang.System;
-var typeOfReview = execution.getVariable('typeOfReview');
-system.out.println ("typeOfReview "+typeOfReview);
-execution.setVariable('typeOfReview',typeOfReview);
-var clientEmail = execution.getVariable('simpleemail');
-system.out.println ("clientEmail "+clientEmail);
-execution.setVariable('clientEmail',clientEmail);
-var siteRiskClassification = execution.getVariable('siteRiskClassification');
-system.out.println ("siteRiskClassification "+siteRiskClassification );
-execution.setVariable('siteRiskClassification',siteRiskClassification);
-
-var professionalradio = execution.getVariable('Professionalradio');
-var owneroperatorradioGroup = execution.getVariable('owneroperatorradioGroup');
-var hiddenUserIdForFormSharingApplicantAsOwner = execution.getVariable('hiddenUserIdForFormSharingApplicantAsOwner');
-var hiddenUserIdForFormSharingWithDiffOwner = execution.getVariable('hiddenUserIdForFormSharingWithDiffOwner');
-var userIdForSharing = '';
-
-system.out.println ("professionalradio "+professionalradio );
-system.out.println ("owneroperatorradioGroup "+owneroperatorradioGroup );
-system.out.println ("hiddenUserIdForFormSharingApplicantAsOwner"+hiddenUserIdForFormSharingApplicantAsOwner);
-system.out.println ("hiddenUserIdForFormSharingWithDiffOwner "+hiddenUserIdForFormSharingWithDiffOwner);
-
-system.out.println(professionalradio == "yes");
-if(professionalradio == "yes")
-{
- if(owneroperatorradioGroup == "sameAsApplicant")
- {
- system.out.println("owneroperatorradioGroup"+hiddenUserIdForFormSharingApplicantAsOwner);
- userIdForSharing = hiddenUserIdForFormSharingApplicantAsOwner;
-
- }
- else
- {
-
- system.out.println("WithDiffOwner"+hiddenUserIdForFormSharingApplicantAsOwner);
- userIdForSharing = hiddenUserIdForFormSharingApplicantAsOwner;
-
- }
-}
-system.out.println ("userIdForSharing"+userIdForSharing);
-execution.setVariable('professionalradio',professionalradio);
-execution.setVariable('userIdForSharing',userIdForSharing);
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Accepted'}
-
-
- ${applicationStatus!= 'Resubmitted'}
-
-
-
-
- execution.setVariable('isCssaTeam',true);
-
-
- ${action == 'Returned'}
-
-
- ${action == 'Rejected'}
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus", "srcrStatus"]
-
-
-
-
-
-
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus", "srcrStatus"]
-
-
-
-
-
-
-
-
- Flow_05pndkl
- Flow_1xj96i6
- Flow_0527h3y
- Flow_0543g25
- Flow_0wr0mei
-
-
-
-
- var system = java.lang.System;
-execution.setVariable('isSentFromSociety',false);
-system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSociety'));
-
-
-
- ${typeOfReview== 'directToMinistryApplication'}
-
-
-
-
-
- ${typeOfReview!= 'directToMinistryApplication'}
-
-
-
-
- execution.setVariable('isAp',true);
-
-
- ${action == 'Returned'}
-
-
-
-
-
- ${action == 'Accepted'}
-
-
-
-
-
-
- Flow_0d8ruax
- Flow_0gb2oz2
- Flow_0qw9o9a
- Flow_0pzpbn7
-
-
-
-
-
-
- ${action == 'Accepted'}
-
-
-
-
- execution.setVariable('isSociety',true);
-
-
- ${action == 'Returned'}
-
-
- Flow_0b418rv
- Flow_12uv3km
- Flow_0kfjdmp
-
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus", "srcrStatus"]
-
-
-
- task.execution.setVariable('isAp',false);
-
-
- Flow_142lsgk
- Flow_0pzpbn7
- Flow_0527h3y
- Flow_0b418rv
-
-
-
-
- task.execution.setVariable('isCssaTeam',false);
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus", "srcrStatus"]
-
-
-
- Flow_1quswsc
- Flow_0gb2oz2
- Flow_0wr0mei
- Flow_0bz8atu
-
-
- Flow_0bz8atu
- Flow_19ktqsm
- Flow_0drs8s9
- Flow_0qbjx6e
-
-
- Flow_0drs8s9
- Flow_0doe9r5
- Flow_12948vs
-
-
-
-
-
-
-
- Flow_0doe9r5
- Flow_0mfw34y
-
-
-
-
-
-
-
- Flow_12948vs
- Flow_0nv59tm
-
-
-
-
-
-
-
-
- ${action == 'Recheck'}
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-execution.setVariable('returnedBy', "cssaTeam");
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus", "cssaStatus", "srcrStatus"]
-
-
-
-
- Flow_19ktqsm
- Flow_12uv3km
- Flow_0qw9o9a
- Flow_1stifo9
-
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-
-var system = java.lang.System;
-task.execution.setVariable('isSentFromSociety',true);
-system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety'));
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus", "srcrStatus"]
-
-
-
- task.execution.setVariable('isSociety',false);
-
-
- Flow_0kfjdmp
- Flow_0543g25
- Flow_0d8ruax
-
-
-
-
-
- ${applicationStatus== 'Resubmitted' and isAp== true}
-
-
- ${applicationStatus== 'Resubmitted' and isSociety== true}
-
-
- ${applicationStatus== 'Resubmitted' and isCssaTeam== true}
-
-
- Flow_1xj96i6
- Flow_1quswsc
- Flow_142lsgk
-
-
- Flow_0mfw34y
- Flow_0nv59tm
- Flow_0xt0zzz
-
-
-
-
-
-
-
- execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
-
-
-
- if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" )
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-}
-
-
-
-
-
-
-
-
-
-
- Flow_0xt0zzz
- Flow_0qbjx6e
- Flow_0izwlc1
-
-
- Flow_0izwlc1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/callActivity/CSSAWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/callActivity/CSSAWorkflow.bpmn
deleted file mode 100644
index e85d9038..00000000
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/callActivity/CSSAWorkflow.bpmn
+++ /dev/null
@@ -1,399 +0,0 @@
-
-
-
-
-
-
-
-
- Activity_04r8f23
- Gateway_1qw997s
- Activity_00tohfy
- Activity_1ff78ds
- Event_1qm6l82
- Gateway_1omb0e4
-
-
- Activity_1d5shlh
- Activity_0bgk1vx
- Activity_0wpacz7
- Gateway_1n0lr9l
- Event_1t7witx
-
-
-
- Flow_1j1io38
- Flow_0si4iok
- Flow_01wog1m
- Flow_1736w99
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'CSSA');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
-
-
-
-
-
- Flow_1736w99
- Flow_0z2zmpk
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus"]
-
-
-
-
- Flow_0ntmq91
- Flow_0si4iok
-
-
- Flow_0z2zmpk
- Flow_03rkwes
- Flow_0s6kwqx
- Flow_0ntmq91
-
-
- Flow_03rkwes
- Flow_0gs43q1
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"cssa");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'CSSA');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
-
-
-
-
-
- Flow_1motvr5
- Flow_1nept3o
-
-
- Flow_1nept3o
- Flow_1j1io38
- Flow_0gs43q1
- Flow_06fbd3v
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus"]
-
-
-
-
- Flow_06fbd3v
- Flow_11w6mij
-
-
- Flow_0duzfvj
- Flow_0s6kwqx
- Flow_11w6mij
- Flow_12yep0a
- var system = java.lang.System;
-system.out.println ("Begin CSSA Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_0duzfvj
-
-
- Flow_12yep0a
- Flow_1motvr5
- Flow_01wog1m
-
-
- ${action == 'Accepted'}
-
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus"]
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
-
-
-
-
- execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
-
-
-
-
- ${action == 'Returned'}
-
-
- ${action == 'Recheck'}
-
-
-
-
- execution.setVariable('cssaStatus', execution.getVariable('action'));
-
-
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
-
-
- execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
-execution.setVariable('cssaStatus', execution.getVariable('action'));
-
-
- ${action == 'Rejected'}
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
-
-
-
- ${action == 'Returned'}
-
-
-
-
-
- ["applicationId", "applicationStatus", "cssaStatus"]
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'CSSA');
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/callActivity/SRCRWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/callActivity/SRCRWorkflow.bpmn
deleted file mode 100644
index 65a52e86..00000000
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/callActivity/SRCRWorkflow.bpmn
+++ /dev/null
@@ -1,608 +0,0 @@
-
-
-
-
-
-
-
-
- Gateway_01gll8v
- Activity_1ff78ds
- Event_1qm6l82
- Activity_04r8f23
- Gateway_1qw997s
- Activity_00tohfy
- Gateway_0ynmdzk
-
-
- Activity_1d5shlh
- Activity_0bgk1vx
- Gateway_137ft2z
- Event_1t7witx
- Activity_0aiiz1c
-
-
- Activity_15cbea9
- Activity_1voobmv
- Gateway_0wyokmr
- Activity_0fgdxru
-
-
-
- Flow_05vthw4
- Flow_1ojyq91
- Flow_019edzt
- Flow_0cdvwnp
- var system = java.lang.System;
-system.out.println ("Sent to Caseworker");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-
-
-
-
-
- Flow_0cdvwnp
- Flow_1ccbyzk
-
-
- Flow_1ccbyzk
- Flow_0zzhoui
- Flow_1ixkifd
- Flow_0pqd76u
- Flow_187pabg
-
-
- Flow_1ixkifd
- Flow_0izugkb
- Flow_0xqj2sm
- Flow_1pdey0j
- Flow_1736w99
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-
-
-
-
-
- Flow_1736w99
- Flow_0mtd57d
-
-
- Flow_0mtd57d
- Flow_0k5l8nk
- Flow_05vthw4
- Flow_0ryglee
-
-
- Flow_0gs43q1
- Flow_0zzhoui
- Flow_0k5l8nk
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_187pabg
- Flow_1ojyq91
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_0ryglee
- Flow_0izugkb
-
-
- Flow_0q159o1
- Flow_019edzt
- Flow_0xqj2sm
-
-
- Flow_0pqd76u
- Flow_00vao62
- Flow_0duzfvj
- Flow_12yep0a
- var system = java.lang.System;
-system.out.println ("Begin SRCR Flow - Sent To SRCO");
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_0duzfvj
-
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-
-
-
-
-
- Flow_12yep0a
- Flow_1nept3o
-
-
- Flow_1nept3o
- Flow_1j1io38
- Flow_0gs43q1
- Flow_1ifs52w
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_1ifs52w
- Flow_00vao62
-
-
- Flow_1j1io38
- Flow_0q159o1
- Flow_1pdey0j
-
-
- ${action == 'Recheck'}
-
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-
-
-
-
- ${isSentFromSociety == false}
-
-
-
-
-
-
-
-
-
-
-
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-execution.setVariable('srcrStatus', execution.getVariable('action'));
-
-
- ${action == 'Rejected'}
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
- ${action == 'Returned' }
-
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
-
-
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
- execution.setVariable('srcrStatus', execution.getVariable('action'));
-
-
-
-
- ${action == 'Approved' or action == 'Rejected' }
-
-
- ${action == 'Returned' }
-
-
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-execution.setVariable('srcrStatus', execution.getVariable('action'));
-
-
- ${action == 'Rejected' }
-
-
- ${siteRiskClassification == 'notHighRisk'}
-
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-
-
-
-
-
-
- execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'SRCR');
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Returned' }
-
-
- ${siteRiskClassification != 'notHighRisk'}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
index b5a91e70..c41cc175 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/CSSABundleWorklow.bpmn
@@ -1,5 +1,5 @@
-
+
@@ -19,29 +19,38 @@
Activity_1uc1xs1
Gateway_04o747e
+ Gateway_1ic0n5h
- Gateway_0oobb3z
Activity_08ykdar
+ Gateway_0oobb3z
+ Gateway_1gzq005
Activity_1ao3zkj
Gateway_15p5urd
+ Gateway_19at9ur
+ Event_0bwdoce
+ Activity_1os7sys
- Activity_0p4hm8r
Gateway_1lbpcug
Event_0sdygwc
Activity_1hs3dja
Activity_1bsz2qm
Gateway_1lgyz1h
Activity_0tsm937
- Gateway_0o9l3lp
Activity_15e3ho6
Gateway_1m36jwe
Gateway_0uf75ow
Activity_1bhbq4y
Activity_07ttn7q
+ Activity_0q362ss
+ Event_1n5addo
+ Gateway_1l4bqor
+ Activity_0kxdigs
+ Gateway_0pty1fn
+ Gateway_0o9l3lp
Activity_0vo5rls
@@ -51,12 +60,22 @@
+
+
+ execution.setVariable('bundleStatus', "cssaTeamAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
${action == 'Accepted'}
-
+
-
+
${action == 'Rejected'}
@@ -166,7 +185,7 @@ system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSocie
${action == 'Returned'}
-
+
${action == 'Recheck'}
@@ -182,7 +201,7 @@ system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSocie
${action == 'Accepted'}
-
+
${applicationStatus== 'Resubmitted' and isCssaTeam== true}
@@ -196,22 +215,177 @@ system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSocie
${applicationStatus!= 'Resubmitted'}
-
- Flow_0bz8atu
- Flow_19ktqsm
- Flow_0qbjx6e
- Flow_1tu4hj7
- Flow_1ev1kr6
+
+ ${applicationStatus== 'Resubmitted' and isCaseworker== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isSdm== true}
+
+
+ ${action == 'Recheck' and isSentFromSociety == true}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaMgrAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+
+
+ execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
+
+
+
+ if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" )
+{
+execution.setVariable("applicationStatus", "Approved");
+}
+else{
+execution.setVariable("applicationStatus", "Rejected");
+}
+
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+ execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "bundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
+ Flow_0gcqir8
+ Flow_02ysv7t
+ Flow_0lgivc3
-
+
+
+ Flow_02ysv7t
+ Flow_026ykts
+ var system = java.lang.System;
+var selectCssaSdm= execution.getVariable('selectCssaSdm');
+system.out.println ("selectCssaSdm"+selectCssaSdm);
+execution.setVariable('cssaSdmAssignment',selectCssaSdm);
+system.out.println ("cssaSdmAssignment"+execution.getVariable('cssaSdmAssignment'));
+
+var selectCssaCaseworker= execution.getVariable('selectCssaCaseworker');
+system.out.println ("selectCssaCaseworker"+selectCssaCaseworker);
+execution.setVariable('cssaCaseworkerAssignment',selectCssaCaseworker);
+system.out.println ("cssaCaseworkerAssignment"+execution.getVariable('cssaCaseworkerAssignment'));
+
+var selectSdm= execution.getVariable('selectSdm');
+system.out.println ("selectSdm"+selectSdm);
+execution.setVariable('sdmAssignment',selectSdm);
+system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
+
+var selectCaseworker= execution.getVariable('selectCaseworker');
+system.out.println ("selectCaseworker"+selectCaseworker);
+execution.setVariable('caseworkerAssignment',selectCaseworker);
+system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
+
+var selectSrco= execution.getVariable('selectSrco');
+system.out.println ("selectSrco"+selectSrco);
+execution.setVariable('srcoAssignment',selectSrco);
+system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+
+
+ Flow_026ykts
+ Flow_0drs8s9
+ Flow_0i3fcvy
+
+
+ Flow_0drs8s9
+ Flow_1kyum71
+ Flow_1u3s5mj
+
+
+ Flow_0fa3idu
+ Flow_1phkhb3
+ Flow_1nowy63
+
+
+ Flow_0kw2jbo
+ Flow_057qs1x
+ Flow_0ovj0pk
+ Flow_07vh0na
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+ Flow_0i3fcvy
+ Flow_0d8ioqs
+ Flow_1jxxrt6
+ Flow_0qiqnks
+ var system = java.lang.System;
+system.out.println ("Begin CSSA Individual Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_0qiqnks
+ Flow_057qs1x
+ Flow_01suxh6
+
+
- task.execution.setVariable('isCssaTeam',false);
+ task.execution.setVariable('isCaseworker',false);
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
@@ -220,18 +394,19 @@ task.execution.setVariable('deleteReason', "completed");
- Flow_1quswsc
- Flow_0gb2oz2
- Flow_0wr0mei
- Flow_0lgivc3
- Flow_0bz8atu
+ Flow_01suxh6
+ Flow_19ik9s7
-
+
+
+ task.execution.setVariable('isSdm',false);
+
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
@@ -240,229 +415,31 @@ task.execution.setVariable('deleteReason', "completed");
- Flow_1xx7tz6
- Flow_16fwgn1
+ Flow_07vh0na
+ Flow_08c8ij1
-
- Flow_05pndkl
- Flow_1asq9fa
- Flow_1xx7tz6
+
+ Flow_0n61nyr
+
+
+ Flow_0c90maq
+ Flow_0b5e332
+ Flow_1jxxrt6
+ Flow_07eueok
+ Flow_0aabyhy
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-execution.setVariable('returnedBy', "cssaTeam");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
-
- Flow_19ktqsm
- Flow_12uv3km
- Flow_0qw9o9a
- Flow_0wxa7vb
- Flow_0b5e332
- Flow_1stifo9
-
-
- Flow_0dbqph3
- Flow_1stifo9
- Flow_05pndkl
- var system = java.lang.System;
-var riskclassification = execution.getVariable('riskclassification');
-system.out.println ("riskclassification "+riskclassification);
-var typeOfReview = execution.getVariable('typeOfReview');
-system.out.println ("typeOfReview "+typeOfReview);
-execution.setVariable('typeOfReview',typeOfReview);
-var clientEmail = execution.getVariable('simpleemail');
-system.out.println ("clientEmail "+clientEmail);
-execution.setVariable('clientEmail',clientEmail);
-var siteRiskClassification = execution.getVariable('siteRiskClassification');
-system.out.println ("siteRiskClassification "+siteRiskClassification );
-execution.setVariable('siteRiskClassification',siteRiskClassification);
-
-
-var owneroperatorradioGroup = execution.getVariable('owneroperatorradioGroup');
-var hiddenUserIdForFormSharingApplicantAsOwner = execution.getVariable('hiddenUserIdForFormSharingApplicantAsOwner');
-var hiddenUserIdForFormSharingWithDiffOwner = execution.getVariable('hiddenUserIdForFormSharingWithDiffOwner');
-var userIdForSharing = '';
-
-
-system.out.println ("owneroperatorradioGroup "+owneroperatorradioGroup );
-system.out.println ("hiddenUserIdForFormSharingApplicantAsOwner"+hiddenUserIdForFormSharingApplicantAsOwner);
-system.out.println ("hiddenUserIdForFormSharingWithDiffOwner "+hiddenUserIdForFormSharingWithDiffOwner);
-
-
-if(owneroperatorradioGroup == "sameAsApplicant")
- {
- system.out.println("owneroperatorradioGroup"+hiddenUserIdForFormSharingApplicantAsOwner);
- userIdForSharing = hiddenUserIdForFormSharingApplicantAsOwner;
-
- }
- else
- {
-
- system.out.println("WithDiffOwner"+hiddenUserIdForFormSharingWithDiffOwner);
- userIdForSharing = hiddenUserIdForFormSharingWithDiffOwner;
-
- }
-
-system.out.println ("userIdForSharing"+userIdForSharing);
-execution.setVariable('userIdForSharing',userIdForSharing);
-
-
- Flow_1rc30l8
- Flow_0dbqph3
- var system = java.lang.System;
-system.out.println ("Submit Bundle");
-execution.setVariable('isAp',false);
-execution.setVariable('isSociety',false);
-execution.setVariable('isCssaTeam',false);
-
-
- Flow_1rc30l8
-
-
- Flow_1xj96i6
- Flow_1quswsc
- Flow_142lsgk
-
-
-
-
- task.execution.setVariable('isSociety',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-var system = java.lang.System;
-task.execution.setVariable('isSentFromSociety',true);
-system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety'));
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_0kfjdmp
- Flow_0543g25
- Flow_1ev1kr6
- Flow_0d8ruax
-
-
-
-
- task.execution.setVariable('isAp',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_142lsgk
- Flow_0pzpbn7
- Flow_0527h3y
- Flow_0b418rv
-
-
- Flow_0b418rv
- Flow_12uv3km
- Flow_0kfjdmp
-
-
- Flow_0d8ruax
- Flow_0gb2oz2
- Flow_0qw9o9a
- Flow_0pzpbn7
-
-
- ${applicationStatus== 'Resubmitted' and isCaseworker== true}
-
-
- ${applicationStatus== 'Resubmitted' and isSdm== true}
-
-
-
-
- var system = java.lang.System;
-system.out.println ("form signed");
-
-
- Flow_1asq9fa
- Flow_16fwgn1
- Flow_0ohuh4k
-
-
- Flow_0ohuh4k
- Flow_1xj96i6
- Flow_0527h3y
- Flow_0543g25
- Flow_0wr0mei
- Flow_0d8ioqs
- Flow_0ovj0pk
-
-
- ${action == 'Recheck' and isSentFromSociety == true}
-
-
- ${action == 'Recheck'}
-
-
-
-
-
-
- ${action == 'Accepted'}
-
-
-
-
- task.execution.setVariable('isCssaTeam',false);
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
-
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_1tu4hj7
- Flow_1esdw3m
- Flow_0aabyhy
- Flow_0gcqir8
-
-
- Flow_1u3s5mj
- Flow_1phkhb3
-
- Flow_05vthw4
- Flow_1ojyq91
- Flow_019edzt
- Flow_0cdvwnp
+
+ Flow_1kyum71
+ Flow_0fa3idu
+
+ Flow_0f731f5
+ Flow_1vxydh0
+ Flow_00qi8nk
+ Flow_130v3rp
var system = java.lang.System;
-system.out.println ("Sent to Caseworker");
+system.out.println ("Sent to SDM");
-
+
@@ -473,40 +450,51 @@ system.out.println ("Sent to Caseworker");
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
+ task.execution.setVariable('task_id',task.getId());
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('requestType', 'CSSA');
+task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','CSSA Form');
-
+
- Flow_0cdvwnp
- Flow_1ccbyzk
+ Flow_130v3rp
+ Flow_04rzv3x
-
- Flow_1ccbyzk
- Flow_0zzhoui
- Flow_1ixkifd
- Flow_0pqd76u
- Flow_187pabg
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_0ui56bn
+ Flow_1vxydh0
+
+
+ Flow_0xnspeg
+ Flow_0ui56bn
+ Flow_0pqk381
+ Flow_07enxwq
-
- Flow_1ixkifd
- Flow_0izugkb
- Flow_0xqj2sm
- Flow_1pdey0j
- Flow_0qaeplv
- var system = java.lang.System;
-system.out.println ("Sent to SDM");
-
-
+
+ Flow_07enxwq
+ Flow_0yy721o
+
+
@@ -517,50 +505,35 @@ system.out.println ("Sent to SDM");
- task.execution.setVariable('task_id',task.getId());
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"cssa");
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('requestType', 'CSSA');
+task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','CSSA Form');
+
+
+
-
+
- Flow_0qaeplv
- Flow_0mtd57d
+ Flow_0go33vq
+ Flow_13zl1nd
-
- Flow_0mtd57d
- Flow_0k5l8nk
- Flow_0ryglee
- Flow_1kizv19
+
+ Flow_16qbig6
+ Flow_0f731f5
+ Flow_0yy721o
+ Flow_1c0kfis
-
- Flow_0zzhoui
- Flow_0k5l8nk
- Flow_14snpj2
-
-
-
-
- execution.setVariable('applicationStatus', "Resubmit");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
-
- Flow_187pabg
- Flow_1ojyq91
-
-
+
execution.setVariable('applicationStatus', "Resubmit");
@@ -568,311 +541,252 @@ task.execution.setVariable('applicationStatus', task.execution.getVariable('acti
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus"]
- Flow_0ryglee
- Flow_0izugkb
+ Flow_1c0kfis
+ Flow_06v4kdf
-
- Flow_0q159o1
- Flow_019edzt
- Flow_0xqj2sm
-
-
- Flow_0pqd76u
- Flow_00vao62
- Flow_1axts3r
- Flow_1g44pgu
- Flow_1up3td8
- Flow_0c71o5w
+
+ Flow_0pqk381
+ Flow_06v4kdf
+ Flow_18exjmw
+ Flow_0orrcue
var system = java.lang.System;
-system.out.println ("Begin SRCR Flow - Sent To SRCO");
+system.out.println ("Begin CSSA Flow - Sent To Caseworker");
+execution.setVariable('isCaseworker',false);
system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
- Flow_1axts3r
+
+ Flow_18exjmw
-
-
-
-
- Y
-
-
- ["pid","applicationId","process_pid","task_id"]
-
-
-
- task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
-
-
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-
-
-
-
-
- Flow_0c71o5w
- Flow_0h34vew
-
-
- Flow_0h34vew
- Flow_14snpj2
- Flow_0qz0c7u
- Flow_1ifs52w
+
+ Flow_0orrcue
+ Flow_00qi8nk
+ Flow_0go33vq
-
+
-
- execution.setVariable('applicationStatus', "Resubmit");
+
+ execution.setVariable('bundleStatus', "cssaCaseworkerAccepted");
-
-
+
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus", "bundleStatus"]
-
-
- Flow_1ifs52w
- Flow_00vao62
-
-
- Flow_0qz0c7u
- Flow_1pdey0j
- Flow_0q159o1
-
-
-
-
-
- ${isSentFromSociety == false}
+ ${action == 'Accepted'}
-
+
-
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('cssaStatus', "Resubmitted");
+
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus", "cssaStatus"]
-
- ${isSentFromSociety == false}
+
+ ${isSentFromSociety == true}
-
-
+
+
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus", "cssaStatus"]
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+ execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+ ${action == 'Returned'}
-
+
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
+
+
- ${action == 'Rejected'}
-
-
- ${action == 'Accepted'}
-
-
-
- ${action == 'Recheck'}
+ ${action == 'Recheck' and isSentFromSociety == false}
-
+
-
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
- ${action == 'Returned' }
+ ${action == 'Rejected' or action == 'Approved' }
-
+
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
-
-
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
+ ${action == 'Rejected'}
-
- ${isSentFromSociety == true}
-
-
- ${siteRiskClassification != 'notHighRisk'}
+
+ ${isSentFromSociety == false}
-
-
+
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus", "cssaStatus"]
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+ execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
- ${action == 'Approved' or action == 'Rejected' }
-
+
-
-
- ${action == 'Returned' }
-
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${action == 'Rejected' }
-
-
- ${siteRiskClassification == 'notHighRisk'}
+ ${action == 'Returned'}
-
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted");
+execution.setVariable('cssaStatus', "Resubmitted");
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus", "cssaStatus"]
-
+
execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'SRCR');
+execution.setVariable('requestType', 'CSSA');
-
+
-
+
-
-
- ["applicationId", "applicationStatus", "srcrStatus"]
-
-
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
+
+
+ cssa_subforms_updated
+
-
-
- ${action == 'Accepted'}
-
-
+ Flow_1sbxvgx
+ Flow_0rsx4qs
+ Flow_0jf2e1l
+
+
+
+ Flow_13zl1nd
+ Flow_16qbig6
+ Flow_1sbxvgx
+
+
+
+ Flow_0jf2e1l
+
+
+
+
+ Flow_04rzv3x
+ Flow_0xnspeg
+ Flow_0rsx4qs
+
+
+
+
+ Flow_1u3s5mj
+ Flow_1phkhb3
+
+ Flow_05vthw4
+ Flow_1ojyq91
+ Flow_019edzt
+ Flow_0cdvwnp
+ var system = java.lang.System;
+system.out.println ("Sent to Caseworker");
+
+
-
-
- ${action == 'Returned' }
-
-
-
-
-
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"srcr");
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
- ${siteRiskClassification != 'notHighRisk' }
-
-
- Flow_1kizv19
- Flow_1g44pgu
- Flow_1q2jho1
-
-
- ${action == 'Recheck' }
-
-
- Flow_1q2jho1
- Flow_05vthw4
- Flow_1up3td8
+ Flow_0cdvwnp
+ Flow_1ccbyzk
+
+
+ Flow_02gyla8
+ Flow_0zzhoui
+ Flow_1ixkifd
+ Flow_0pqd76u
+ Flow_187pabg
-
- ${siteRiskClassification == 'notHighRisk' }
-
-
-
-
-
-
- ${isSentFromSociety == true}
-
-
-
- Flow_1kyum71
- Flow_0fa3idu
-
- Flow_0f731f5
- Flow_1vxydh0
- Flow_00qi8nk
- Flow_130v3rp
+
+ Flow_1ixkifd
+ Flow_0izugkb
+ Flow_0xqj2sm
+ Flow_1pdey0j
+ Flow_0qaeplv
var system = java.lang.System;
system.out.println ("Sent to SDM");
-
+
@@ -887,19 +801,32 @@ system.out.println ("Sent to SDM");
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'CSSA');
-task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','SRCR Form');
-
+
- Flow_130v3rp
- Flow_04rzv3x
+ Flow_0qaeplv
+ Flow_0mtd57d
-
+
+ Flow_1jm1bhe
+ Flow_0k5l8nk
+ Flow_0ryglee
+ Flow_1kizv19
+
+
+ Flow_0zzhoui
+ Flow_0k5l8nk
+ Flow_14snpj2
+
+
execution.setVariable('applicationStatus', "Resubmit");
@@ -907,25 +834,50 @@ task.execution.setVariable('deleteReason', "completed");
- ["applicationId", "applicationStatus"]
+ ["applicationId", "applicationStatus", "srcrStatus"]
- Flow_0ui56bn
- Flow_1vxydh0
+ Flow_187pabg
+ Flow_1ojyq91
-
- Flow_04rzv3x
- Flow_0ui56bn
- Flow_0pqk381
- Flow_07enxwq
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_0ryglee
+ Flow_0izugkb
+
+
+ Flow_0q159o1
+ Flow_019edzt
+ Flow_0xqj2sm
-
- Flow_07enxwq
- Flow_0yy721o
-
-
+
+ Flow_0pqd76u
+ Flow_00vao62
+ Flow_1axts3r
+ Flow_1g44pgu
+ Flow_1up3td8
+ Flow_0c71o5w
+ var system = java.lang.System;
+system.out.println ("Begin SRCR Flow - Sent To SRCO");
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_1axts3r
+
+
@@ -937,29 +889,31 @@ task.execution.setVariable('deleteReason', "completed");
task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"cssa");
+task.execution.setVariableLocal('variable1',"srcr");
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'CSSA');
-task.execution.setVariable('cssaStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Site Risk Classification Officer');
+task.execution.setVariable('subFormName','SRCR Form');
-
+
- Flow_0go33vq
- Flow_13zl1nd
+ Flow_0c71o5w
+ Flow_0h34vew
-
- Flow_13zl1nd
- Flow_0f731f5
- Flow_0yy721o
- Flow_1c0kfis
+
+ Flow_168htzm
+ Flow_14snpj2
+ Flow_0qz0c7u
+ Flow_1ifs52w
-
+
execution.setVariable('applicationStatus', "Resubmit");
@@ -967,185 +921,339 @@ task.execution.setVariable('deleteReason', "completed");
- ["applicationId", "applicationStatus"]
+ ["applicationId", "applicationStatus", "srcrStatus"]
- Flow_1c0kfis
- Flow_06v4kdf
+ Flow_1ifs52w
+ Flow_00vao62
-
- Flow_0pqk381
- Flow_06v4kdf
- Flow_18exjmw
- Flow_0orrcue
- var system = java.lang.System;
-system.out.println ("Begin CSSA Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
-
-
- Flow_18exjmw
-
-
- Flow_0orrcue
- Flow_00qi8nk
- Flow_0go33vq
+
+ Flow_0qz0c7u
+ Flow_1pdey0j
+ Flow_0q159o1
-
- ${action == 'Accepted'}
+
+
+
+
+
+ ${isSentFromSociety == false}
-
+
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('cssaStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
-
- ["applicationId", "applicationStatus", "cssaStatus"]
+ ["applicationId", "applicationStatus", "srcrStatus"]
-
- ${isSentFromSociety == true}
+
+ ${isSentFromSociety == false}
-
-
+
+
- ["applicationId", "applicationStatus", "cssaStatus"]
+ ["applicationId", "applicationStatus", "srcrStatus"]
- execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
-
-
-
- ${action == 'Returned'}
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
+
-
-
execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
- ${action == 'Rejected' or action == 'Approved' }
+ ${action == 'Rejected'}
-
+
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+ execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
- ${action == 'Rejected'}
+ ${action == 'Accepted'}
-
- ${isSentFromSociety == false}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+
+ ${action == 'Returned' }
-
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+
+
- ["applicationId", "applicationStatus", "cssaStatus"]
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+ ${siteRiskClassification != 'notHighRisk'}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
- execution.setVariable('cssaFormUrl', execution.getVariable('formUrl'));
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+ ${action == 'Approved' or action == 'Rejected' }
-
+
+
+
- ${action == 'Returned'}
+ ${action == 'Returned' }
-
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' }
+
+
+ ${siteRiskClassification == 'notHighRisk'}
+
+
execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('cssaStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
- ["applicationId", "applicationStatus", "cssaStatus"]
+ ["applicationId", "applicationStatus", "srcrStatus"]
-
+
execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'CSSA');
+execution.setVariable('requestType', 'SRCR');
-
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+ execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+
+ ${action == 'Returned' }
+
+
+
+
+
+
+ ${siteRiskClassification != 'notHighRisk' }
+
+
+ Flow_1kizv19
+ Flow_1g44pgu
+ Flow_1q2jho1
+
+
+ ${action == 'Recheck' }
+
+
+ Flow_1q2jho1
+ Flow_05vthw4
+ Flow_1up3td8
+
+
+ ${siteRiskClassification == 'notHighRisk' }
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+ cssa_subforms_updated
+
+
+ Flow_0dn9scp
+ Flow_0v3xmtu
+ Flow_007p6h2
+ Flow_1g9gkqq
+
+
+
+ Flow_0h34vew
+ Flow_168htzm
+ Flow_0dn9scp
+
+
+
+
+ Flow_1ccbyzk
+ Flow_02gyla8
+ Flow_0v3xmtu
+
+
+
+ Flow_1g9gkqq
+
+
+
+
+ Flow_0mtd57d
+ Flow_1jm1bhe
+ Flow_007p6h2
+
+
-
+
-
-
-
+
+ task.execution.setVariable('isCssaTeam',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
- Flow_0qbjx6e
- Flow_1nowy63
- Flow_07eueok
- Flow_1xju4ax
- Flow_0izwlc1
-
-
- Flow_08c8ij1
- Flow_0b5e332
- Flow_1jxxrt6
- Flow_07eueok
- Flow_0aabyhy
+ Flow_1tu4hj7
+ Flow_1esdw3m
+ Flow_0aabyhy
+ Flow_0gcqir8
+
+
+ Flow_0ohuh4k
+ Flow_1xj96i6
+ Flow_0527h3y
+ Flow_0543g25
+ Flow_0wr0mei
+ Flow_0d8ioqs
+ Flow_0ovj0pk
-
- Flow_0izwlc1
-
-
+
+
+
+ var system = java.lang.System;
+system.out.println ("form signed");
+
+
+ Flow_1asq9fa
+ Flow_16fwgn1
+ Flow_0ohuh4k
+
+
- task.execution.setVariable('isSdm',false);
+ task.execution.setVariable('isAp',false);
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Contaminated Sites Approved Professional');
@@ -1154,18 +1262,24 @@ task.execution.setVariable('deleteReason', "completed");
- Flow_07vh0na
- Flow_08c8ij1
+ Flow_142lsgk
+ Flow_0pzpbn7
+ Flow_0527h3y
+ Flow_0b418rv
-
+
- task.execution.setVariable('isCaseworker',false);
+ task.execution.setVariable('isSociety',false);
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('deleteReason', "completed");
+var system = java.lang.System;
+task.execution.setVariable('isSentFromSociety',true);
+system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety'));
+task.execution.setVariable('userRole','Contaminated Sites Approved Professionals Society');
@@ -1174,144 +1288,251 @@ task.execution.setVariable('deleteReason', "completed");
- Flow_01suxh6
- Flow_19ik9s7
+ Flow_0kfjdmp
+ Flow_0543g25
+ Flow_1ev1kr6
+ Flow_0d8ruax
-
- Flow_0qiqnks
- Flow_057qs1x
- Flow_01suxh6
+
+ Flow_1xj96i6
+ Flow_1quswsc
+ Flow_142lsgk
-
- Flow_0i3fcvy
- Flow_0d8ioqs
- Flow_1jxxrt6
- Flow_0qiqnks
+
+ Flow_1rc30l8
+
+
+ Flow_1rc30l8
+ Flow_0dbqph3
var system = java.lang.System;
-system.out.println ("Begin CSSA Individual Flow - Sent To Caseworker");
-execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+system.out.println ("Submit Bundle");
+execution.setVariable('isAp',false);
+execution.setVariable('isSociety',false);
+execution.setVariable('isCssaTeam',false);
-
- Flow_19ik9s7
- Flow_0kw2jbo
- Flow_0wxa7vb
- Flow_1xju4ax
- Flow_1esdw3m
-
-
- Flow_0kw2jbo
- Flow_057qs1x
- Flow_0ovj0pk
- Flow_07vh0na
+
+ Flow_0dbqph3
+ Flow_1stifo9
+ Flow_05pndkl
var system = java.lang.System;
-system.out.println ("Sent to SDM");
+var riskclassification = execution.getVariable('riskclassification');
+system.out.println ("riskclassification "+riskclassification);
+var typeOfReview = execution.getVariable('typeOfReview');
+system.out.println ("typeOfReview "+typeOfReview);
+execution.setVariable('typeOfReview',typeOfReview);
+var clientEmail = execution.getVariable('simpleemail');
+system.out.println ("clientEmail "+clientEmail);
+execution.setVariable('clientEmail',clientEmail);
+var siteRiskClassification = execution.getVariable('siteRiskClassification');
+system.out.println ("siteRiskClassification "+siteRiskClassification );
+execution.setVariable('siteRiskClassification',siteRiskClassification);
+
+
+var owneroperatorradioGroup = execution.getVariable('owneroperatorradioGroup');
+var hiddenUserIdForFormSharingApplicantAsOwner = execution.getVariable('hiddenUserIdForFormSharingApplicantAsOwner');
+var hiddenUserIdForFormSharingWithDiffOwner = execution.getVariable('hiddenUserIdForFormSharingWithDiffOwner');
+var userIdForSharing = '';
+
+
+system.out.println ("owneroperatorradioGroup "+owneroperatorradioGroup );
+system.out.println ("hiddenUserIdForFormSharingApplicantAsOwner"+hiddenUserIdForFormSharingApplicantAsOwner);
+system.out.println ("hiddenUserIdForFormSharingWithDiffOwner "+hiddenUserIdForFormSharingWithDiffOwner);
+
+
+if(owneroperatorradioGroup == "sameAsApplicant")
+ {
+ system.out.println("owneroperatorradioGroup"+hiddenUserIdForFormSharingApplicantAsOwner);
+ userIdForSharing = hiddenUserIdForFormSharingApplicantAsOwner;
+
+ }
+ else
+ {
+
+ system.out.println("WithDiffOwner"+hiddenUserIdForFormSharingWithDiffOwner);
+ userIdForSharing = hiddenUserIdForFormSharingWithDiffOwner;
+
+ }
+
+system.out.println ("userIdForSharing"+userIdForSharing);
+execution.setVariable('userIdForSharing',userIdForSharing);
+
+var listOwnerEmailAddress = [];
+listOwnerEmailAddress.push(clientEmail);
+execution.setVariable('EmailType','CSSA');
+execution.setVariable('name','User');
+execution.setVariable("emailTo", Java.to(listOwnerEmailAddress, "java.lang.Object[]"));
+execution.setVariable('formName','Contaminated Sites Services Application Form');
-
- Flow_0fa3idu
- Flow_1phkhb3
- Flow_1nowy63
-
-
- Flow_0drs8s9
- Flow_1kyum71
- Flow_1u3s5mj
-
-
-
-
-
-
- ${action == 'Rejected' or action == 'Approved' }
-
-
- ${action == 'Rejected'}
-
-
+
-
- execution.setVariable('formUrl', execution.getVariable('cssaFormUrl'));
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
+
+ execution.setVariable('applicationStatus', "Resubmit");
+execution.setVariable('returnedBy', "cssaTeam");
-
-
- if (execution.getVariable('cssaStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" )
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-}
+
+
+
+ ["applicationId", "applicationStatus"]
+
-
+
-
-
-
-
- ${action == 'Recheck' and isSentFromSociety == false}
-
-
-
- ${isSentFromSociety == false}
-
-
-
-
- ${isSentFromSociety == true}
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
- Flow_026ykts
- Flow_0drs8s9
- Flow_0i3fcvy
+ Flow_19ktqsm
+ Flow_12uv3km
+ Flow_0qw9o9a
+ Flow_0wxa7vb
+ Flow_0b5e332
+ Flow_1stifo9
+
+
+ Flow_05pndkl
+ Flow_1asq9fa
+ Flow_1xx7tz6
-
-
- Flow_02ysv7t
- Flow_026ykts
- var system = java.lang.System;
-var selectCssaSdm= execution.getVariable('selectCssaSdm');
-system.out.println ("selectCssaSdm"+selectCssaSdm);
-execution.setVariable('cssaSdmAssignment',selectCssaSdm);
-system.out.println ("cssaSdmAssignment"+execution.getVariable('cssaSdmAssignment'));
-
-var selectCssaCaseworker= execution.getVariable('selectCssaCaseworker');
-system.out.println ("selectCssaCaseworker"+selectCssaCaseworker);
-execution.setVariable('cssaCaseworkerAssignment',selectCssaCaseworker);
-system.out.println ("cssaCaseworkerAssignment"+execution.getVariable('cssaCaseworkerAssignment'));
-
-var selectSdm= execution.getVariable('selectSdm');
-system.out.println ("selectSdm"+selectSdm);
-execution.setVariable('sdmAssignment',selectSdm);
-system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
-
-var selectCaseworker= execution.getVariable('selectCaseworker');
-system.out.println ("selectCaseworker"+selectCaseworker);
-execution.setVariable('caseworkerAssignment',selectCaseworker);
-system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
-
-var selectSrco= execution.getVariable('selectSrco');
-system.out.println ("selectSrco"+selectSrco);
-execution.setVariable('srcoAssignment',selectSrco);
-system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
-
-
-
- Flow_0gcqir8
- Flow_02ysv7t
- Flow_0lgivc3
+
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_1xx7tz6
+ Flow_16fwgn1
+
+
+
+
+ task.execution.setVariable('isCssaTeam',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','CSSA Team');
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_1quswsc
+ Flow_0gb2oz2
+ Flow_0wr0mei
+ Flow_0lgivc3
+ Flow_0bz8atu
+
+
+ Flow_0lsoeu4
+ Flow_12uv3km
+ Flow_0kfjdmp
+
+
+
+ Flow_0b418rv
+ Flow_0lsoeu4
+ Flow_058nkip
+
+
+
+
+ Flow_0bq2rqv
+ Flow_0gb2oz2
+ Flow_0qw9o9a
+ Flow_0pzpbn7
+
+
+
+ Flow_0d8ruax
+ Flow_0bq2rqv
+ Flow_1rbr0l4
+
+
+
+ Flow_0iubwul
+ Flow_19ktqsm
+ Flow_0qbjx6e
+ Flow_1tu4hj7
+ Flow_1ev1kr6
+
+
+
+ Flow_0bz8atu
+ Flow_0iubwul
+ Flow_16ek6dk
+
+
+
+ Flow_14qx1q0
+
+
+
+
+
+ cssa_updated
+
+
+ Flow_058nkip
+ Flow_1rbr0l4
+ Flow_16ek6dk
+ Flow_14qx1q0
+
+
+
+
+
+
+
+ cssa_updated
+
+
+ Flow_1i04zkp
+ Flow_17tf2x2
+ Flow_0jxnrvm
+
+
+ Flow_0jxnrvm
+
+
+
+
+
+ Flow_08c8ij1
+ Flow_0c90maq
+ Flow_17tf2x2
+
+
+
+
+
+
+ cssa_updated
+
+
+ Flow_0qbjx6e
+ Flow_07eueok
+ Flow_1nowy63
+ Flow_0n61nyr
+
+
+ Flow_19ik9s7
+ Flow_15f3evi
+ Flow_1i04zkp
+
+
+ Flow_15f3evi
+ Flow_0kw2jbo
+ Flow_0wxa7vb
+ Flow_1esdw3m
-
@@ -1344,453 +1565,541 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
-
-
+
+
+
-
-
+
+
-
+
-
-
+
+
+
+
+
-
+
-
-
+
+
-
-
+
+
+
+
+
-
+
-
-
+
+
+
-
-
+
+
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
@@ -1802,481 +2111,550 @@ system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
+
+
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
index 00722660..4f68aa08 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn
@@ -1,9 +1,237 @@
-Activity_1v5ffpw Activity_1ozfgid Activity_0k6ixqm StartEvent_1 Gateway_08cgufe Activity_15772wo Gateway_17raw62 Activity_1uc1xs1 Gateway_04o747e Gateway_0oobb3z Activity_08ykdar Activity_1ao3zkj Gateway_15p5urd Activity_0p4hm8r Gateway_1lbpcug Event_0sdygwc Activity_1hs3dja Activity_1bsz2qm Gateway_1lgyz1h Activity_0tsm937 Gateway_0o9l3lp Activity_15e3ho6 Gateway_1m36jwe Gateway_0uf75ow Activity_1bhbq4y Activity_07ttn7q Activity_0vo5rls Gateway_1chdumm Activity_1qnqtak Gateway_1lfy3cm ${action == 'Accepted'} ${action == 'Rejected'} ${riskclassification == 'exempt'} ${action == 'Recheck'} execution.setVariable('isSdm',true); ${action == 'Returned'} execution.setVariable('isCaseworker',true); ${action == 'Returned'} execution.setVariable('isCssaTeam',true); ${action == 'Returned'} execution.setVariable('applicationStatus', "Resubmitted"); ["applicationId", "applicationStatus"] ["applicationId", "applicationStatus"] execution.setVariable('bundleUrl', execution.getVariable('formUrl')); ${riskclassification != 'exempt'} var system = java.lang.System;
+
+
+
+
+
+
+
+ Activity_1v5ffpw
+ Activity_1ozfgid
+ Activity_0k6ixqm
+ StartEvent_1
+ Gateway_08cgufe
+ Activity_15772wo
+ Gateway_17raw62
+
+
+ Activity_1uc1xs1
+ Activity_1os7sys
+ Gateway_04o747e
+ Gateway_04zwcaq
+ Event_1mmor63
+
+
+ Activity_08ykdar
+ Gateway_0oobb3z
+ Gateway_1jh43p2
+
+
+ Activity_1ao3zkj
+ Gateway_15p5urd
+ Gateway_1p7skmz
+
+
+ Gateway_1lbpcug
+ Activity_1hs3dja
+ Activity_1bsz2qm
+ Gateway_1lgyz1h
+ Activity_0tsm937
+ Activity_15e3ho6
+ Gateway_1m36jwe
+ Gateway_0uf75ow
+ Activity_07ttn7q
+ Activity_1bhbq4y
+ Gateway_0o9l3lp
+ Gateway_0vaxmur
+ Event_0sdygwc
+ Activity_0q5r5d4
+ Gateway_0uti2q1
+
+
+ Activity_0vo5rls
+ Gateway_1chdumm
+ Activity_1qnqtak
+ Gateway_1lfy3cm
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+
+ ${riskclassification == 'exempt'}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+ execution.setVariable('isSdm',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isCaseworker',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isCssaTeam',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+
+
+
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${riskclassification != 'exempt'}
+
+
+
+
+ var system = java.lang.System;
execution.setVariable('isSentFromSociety',false);
-system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSociety')); ${typeOfReview== 'directToMinistryApplication'} ${typeOfReview!= 'directToMinistryApplication'} ${action == 'Accepted'} execution.setVariable('isAp',true); ${action == 'Returned'} ${action == 'Recheck'} execution.setVariable('isSociety',true); ${action == 'Returned'} ${action == 'Accepted'} ${applicationStatus== 'Resubmitted' and isCssaTeam== true} ${applicationStatus== 'Resubmitted' and isSociety== true} ${applicationStatus== 'Resubmitted' and isAp== true} ${applicationStatus!= 'Resubmitted'} Flow_0bz8atu Flow_19ktqsm Flow_0qbjx6e Flow_1tu4hj7 Flow_1ev1kr6 task.execution.setVariable('isCssaTeam',false); task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed"); ["applicationId", "applicationStatus"] Flow_1quswsc Flow_0gb2oz2 Flow_0wr0mei Flow_0lgivc3 Flow_0bz8atu execution.setVariable('applicationStatus', "Resubmit");
-execution.setVariable('returnedBy', "cssaTeam"); ["applicationId", "applicationStatus"] Flow_19ktqsm Flow_12uv3km Flow_0qw9o9a Flow_0wxa7vb Flow_0b5e332 Flow_1stifo9 Flow_0dbqph3 Flow_1stifo9 Flow_05pndkl var system = java.lang.System;
+system.out.println ("isSentFromSociety "+ execution.getVariable('isSentFromSociety'));
+
+
+ ${typeOfReview== 'directToMinistryApplication'}
+
+
+
+ ${typeOfReview!= 'directToMinistryApplication'}
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+ execution.setVariable('isAp',true);
+
+
+ ${action == 'Returned'}
+
+
+
+ ${action == 'Recheck'}
+
+
+
+
+ execution.setVariable('isSociety',true);
+
+
+ ${action == 'Returned'}
+
+
+
+ ${action == 'Accepted'}
+
+
+
+ ${applicationStatus== 'Resubmitted' and isCssaTeam== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isSociety== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isAp== true}
+
+
+ ${applicationStatus!= 'Resubmitted'}
+
+
+
+
+
+ task.execution.setVariable('isCssaTeam',false);
+task.execution.setVariable('userRole','CSSA Team');
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_1quswsc
+ Flow_0gb2oz2
+ Flow_0wr0mei
+ Flow_0lgivc3
+ Flow_0bz8atu
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+execution.setVariable('returnedBy', "cssaTeam");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_0wxa7vb
+ Flow_19ktqsm
+ Flow_0qw9o9a
+ Flow_12uv3km
+ Flow_1ij7p7z
+ Flow_1stifo9
+
+
+ Flow_0dbqph3
+ Flow_1stifo9
+ Flow_05pndkl
+ var system = java.lang.System;
var riskclassification = execution.getVariable('riskclassification');
system.out.println ("riskclassification "+riskclassification);
var typeOfReview = execution.getVariable('typeOfReview');
@@ -14,74 +242,551 @@ system.out.println ("clientEmail "+clientEmail);
execution.setVariable('clientEmail',clientEmail);
var siteRiskClassification = execution.getVariable('siteRiskClassification');
system.out.println ("siteRiskClassification "+siteRiskClassification );
-execution.setVariable('siteRiskClassification',siteRiskClassification); Flow_1rc30l8 Flow_0dbqph3 var system = java.lang.System;
+execution.setVariable('siteRiskClassification',siteRiskClassification);
+execution.setVariable('formName','Detailed Ecological Risk Assessment Checklist');
+execution.setVariable('EmailType','DERA');
+execution.setVariable('name','User');
+var emailsToArray = [];
+emailsToArray.push(clientEmail)
+execution.setVariable("emailTo", Java.to(emailsToArray, "java.lang.Object[]"));
+
+
+ Flow_1rc30l8
+ Flow_0dbqph3
+ var system = java.lang.System;
system.out.println ("Submit Bundle");
execution.setVariable('isAp',false);
execution.setVariable('isSociety',false);
-execution.setVariable('isCssaTeam',false); Flow_1rc30l8 Flow_1xj96i6 Flow_1quswsc Flow_142lsgk task.execution.setVariable('isSociety',false); task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+execution.setVariable('isCssaTeam',false);
+
+
+ Flow_1rc30l8
+
+
+ Flow_1xj96i6
+ Flow_1quswsc
+ Flow_142lsgk
+
+
+
+
+ task.execution.setVariable('isSociety',false);
+task.execution.setVariable('userRole','CSAP Society');
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
task.execution.setVariable('deleteReason', "completed");
var system = java.lang.System;
task.execution.setVariable('isSentFromSociety',true);
-system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety')); ["applicationId", "applicationStatus"] Flow_0kfjdmp Flow_0543g25 Flow_1ev1kr6 Flow_0d8ruax task.execution.setVariable('isAp',false); task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed"); ["applicationId", "applicationStatus"] Flow_142lsgk Flow_0pzpbn7 Flow_0527h3y Flow_0b418rv Flow_0b418rv Flow_12uv3km Flow_0kfjdmp Flow_0d8ruax Flow_0gb2oz2 Flow_0qw9o9a Flow_0pzpbn7 ${applicationStatus== 'Resubmitted' and isCaseworker== true} ${applicationStatus== 'Resubmitted' and isSdm== true} var system = java.lang.System;
-system.out.println ("form signed"); Flow_05pndkl Flow_0ohuh4k Flow_0ohuh4k Flow_1xj96i6 Flow_0527h3y Flow_0543g25 Flow_0wr0mei Flow_0d8ioqs Flow_0ovj0pk ${action == 'Recheck' and isSentFromSociety == true} ${action == 'Recheck'} ${action == 'Accepted'} task.execution.setVariable('isCssaTeam',false); task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed"); ["applicationId", "applicationStatus"] Flow_1tu4hj7 Flow_1esdw3m Flow_0aabyhy Flow_0gcqir8 Flow_1u3s5mj Flow_1phkhb3 Flow_05vthw4 Flow_1ojyq91 Flow_019edzt Flow_0cdvwnp var system = java.lang.System;
-system.out.println ("Sent to Caseworker"); Y ["pid","applicationId","process_pid","task_id"] task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr"); task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action')); Flow_0cdvwnp Flow_1ccbyzk Flow_1ccbyzk Flow_0zzhoui Flow_1ixkifd Flow_0pqd76u Flow_187pabg Flow_1ixkifd Flow_0izugkb Flow_0xqj2sm Flow_1pdey0j Flow_0qaeplv var system = java.lang.System;
-system.out.println ("Sent to SDM"); Y ["pid","applicationId","process_pid","task_id"] task.execution.setVariable('task_id',task.getId()); task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action')); Flow_0qaeplv Flow_0mtd57d Flow_0mtd57d Flow_0k5l8nk Flow_0ryglee Flow_1kizv19 Flow_0zzhoui Flow_0k5l8nk Flow_14snpj2 execution.setVariable('applicationStatus', "Resubmit"); ["applicationId", "applicationStatus", "srcrStatus"] Flow_187pabg Flow_1ojyq91 execution.setVariable('applicationStatus', "Resubmit"); ["applicationId", "applicationStatus", "srcrStatus"] Flow_0ryglee Flow_0izugkb Flow_0q159o1 Flow_019edzt Flow_0xqj2sm Flow_0pqd76u Flow_00vao62 Flow_1axts3r Flow_1g44pgu Flow_1up3td8 Flow_0c71o5w var system = java.lang.System;
-system.out.println ("Begin SRCR Flow - Sent To SRCO");
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety')); Flow_1axts3r Y ["pid","applicationId","process_pid","task_id"] task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr"); task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action')); Flow_0c71o5w Flow_0h34vew Flow_0h34vew Flow_14snpj2 Flow_0qz0c7u Flow_1ifs52w execution.setVariable('applicationStatus', "Resubmit"); ["applicationId", "applicationStatus", "srcrStatus"] Flow_1ifs52w Flow_00vao62 Flow_0qz0c7u Flow_1pdey0j Flow_0q159o1 ${isSentFromSociety == false} execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted"); ["applicationId", "applicationStatus", "srcrStatus"] ${isSentFromSociety == false} ["applicationId", "applicationStatus", "srcrStatus"] execution.setVariable('srcrFormUrl', execution.getVariable('formUrl')); execution.setVariable('bundleUrl', execution.getVariable('formUrl')); ${action == 'Rejected'} ${action == 'Accepted'} ${action == 'Recheck'} ${action == 'Returned' } execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted"); ["applicationId", "applicationStatus", "srcrStatus"] ${isSentFromSociety == true} ${siteRiskClassification != 'notHighRisk'} ["applicationId", "applicationStatus", "srcrStatus"] execution.setVariable('srcrFormUrl', execution.getVariable('formUrl')); execution.setVariable('bundleUrl', execution.getVariable('formUrl')); ${action == 'Approved' or action == 'Rejected' } ${action == 'Returned' } execution.setVariable('bundleUrl', execution.getVariable('formUrl')); ${action == 'Rejected' } ${siteRiskClassification == 'notHighRisk'} execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('srcrStatus', "Resubmitted"); ["applicationId", "applicationStatus", "srcrStatus"] execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'SRCR'); ["applicationId", "applicationStatus", "srcrStatus"] execution.setVariable('srcrFormUrl', execution.getVariable('formUrl')); ${action == 'Accepted'} ${action == 'Returned' } ${siteRiskClassification != 'notHighRisk' } Flow_1kizv19 Flow_1g44pgu Flow_1q2jho1 ${action == 'Recheck' } Flow_1q2jho1 Flow_05vthw4 Flow_1up3td8 ${siteRiskClassification == 'notHighRisk' } ${isSentFromSociety == true} Flow_1kyum71 Flow_0fa3idu Flow_0f731f5 Flow_1vxydh0 Flow_00qi8nk Flow_130v3rp var system = java.lang.System;
-system.out.println ("Sent to SDM"); Y ["pid","applicationId","process_pid","task_id"] task.execution.setVariable('task_id',task.getId()); task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety'));
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_0kfjdmp
+ Flow_0543g25
+ Flow_1ev1kr6
+ Flow_0d8ruax
+
+
+
+
+ task.execution.setVariable('isAp',false);
+task.execution.setVariable('userRole','CSAP');
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_142lsgk
+ Flow_0pzpbn7
+ Flow_0527h3y
+ Flow_0b418rv
+
+
+ ${applicationStatus== 'Resubmitted' and isCaseworker== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isSdm== true}
+
+
+
+
+ var system = java.lang.System;
+system.out.println ("form signed");
+
+
+ Flow_05pndkl
+ Flow_0ohuh4k
+
+
+ Flow_0ohuh4k
+ Flow_1xj96i6
+ Flow_0527h3y
+ Flow_0543g25
+ Flow_0wr0mei
+ Flow_0d8ioqs
+ Flow_0ovj0pk
+
+
+ ${action == 'Recheck' and isSentFromSociety == true}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+ task.execution.setVariable('isCssaTeam',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_1tu4hj7
+ Flow_1esdw3m
+ Flow_0aabyhy
+ Flow_0gcqir8
+
+
+ Flow_1kyum71
+ Flow_0fa3idu
+
+ Flow_0f731f5
+ Flow_1vxydh0
+ Flow_00qi8nk
+ Flow_130v3rp
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
task.execution.setVariable('requestType', 'DERA');
task.execution.setVariable('deraStatus', task.execution.getVariable('action'));
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed"); Flow_130v3rp Flow_04rzv3x execution.setVariable('applicationStatus', "Resubmit"); ["applicationId", "applicationStatus"] Flow_0ui56bn Flow_1vxydh0 Flow_04rzv3x Flow_0ui56bn Flow_0pqk381 Flow_07enxwq Flow_07enxwq Flow_0yy721o Y ["pid","applicationId","process_pid","task_id"] task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"dera"); task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','DERA Form');
+
+
+
+
+
+ Flow_130v3rp
+ Flow_04rzv3x
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_0ui56bn
+ Flow_1vxydh0
+
+
+ Flow_1wvb9m4
+ Flow_0ui56bn
+ Flow_0pqk381
+ Flow_07enxwq
+
+
+ Flow_07enxwq
+ Flow_0yy721o
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"dera");
+
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
task.execution.setVariable('requestType', 'DERA');
task.execution.setVariable('deraStatus', task.execution.getVariable('action'));
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed"); Flow_0go33vq Flow_13zl1nd Flow_13zl1nd Flow_0f731f5 Flow_0yy721o Flow_1c0kfis execution.setVariable('applicationStatus', "Resubmit"); ["applicationId", "applicationStatus"] Flow_1c0kfis Flow_06v4kdf Flow_0pqk381 Flow_06v4kdf Flow_18exjmw Flow_0orrcue var system = java.lang.System;
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','DERA Form');
+
+
+
+
+
+ Flow_0go33vq
+ Flow_13zl1nd
+
+
+ Flow_1qn2dpn
+ Flow_0f731f5
+ Flow_0yy721o
+ Flow_1c0kfis
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_1c0kfis
+ Flow_06v4kdf
+
+
+ Flow_0pqk381
+ Flow_06v4kdf
+ Flow_18exjmw
+ Flow_0orrcue
+ var system = java.lang.System;
system.out.println ("Begin DERA Flow - Sent To Caseworker");
execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety')); Flow_18exjmw Flow_0orrcue Flow_00qi8nk Flow_0go33vq ${action == 'Accepted'} execution.setVariable('applicationStatus', "Resubmitted");
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_18exjmw
+
+
+ Flow_0orrcue
+ Flow_00qi8nk
+ Flow_0go33vq
+
+
+ ${action == 'Accepted'}
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('deraStatus', "Resubmitted"); ["applicationId", "applicationStatus", "deraStatus"] ${isSentFromSociety == true} ["applicationId", "applicationStatus", "deraStatus"] execution.setVariable('deraFormUrl', execution.getVariable('formUrl')); ${action == 'Returned'} ${action == 'Recheck' and isSentFromSociety == false} execution.setVariable('bundleUrl', execution.getVariable('formUrl')); ${action == 'Rejected' or action == 'Approved' } execution.setVariable('bundleUrl', execution.getVariable('formUrl')); ${action == 'Rejected'} ${isSentFromSociety == false} ["applicationId", "applicationStatus", "deraStatus"] execution.setVariable('deraFormUrl', execution.getVariable('formUrl')); ${action == 'Returned'} execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('deraStatus', "Resubmitted");
+
+
+
+
+ ["applicationId", "applicationStatus", "deraStatus"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "deraStatus"]
+
+
+
+ execution.setVariable('deraFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ ["applicationId", "applicationStatus", "deraStatus"]
+
+
+
+ execution.setVariable('deraFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
-execution.setVariable('deraStatus', "Resubmitted"); ["applicationId", "applicationStatus", "deraStatus"] execution.setVariable('requestStatus', 'New');
-execution.setVariable('requestType', 'DERA'); Flow_0qbjx6e Flow_1nowy63 Flow_07eueok Flow_1xju4ax Flow_0izwlc1 Flow_08c8ij1 Flow_0b5e332 Flow_1jxxrt6 Flow_07eueok Flow_0aabyhy Flow_0izwlc1 task.execution.setVariable('isSdm',false); task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed"); ["applicationId", "applicationStatus"] Flow_07vh0na Flow_08c8ij1 task.execution.setVariable('isCaseworker',false); task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed"); ["applicationId", "applicationStatus"] Flow_01suxh6 Flow_19ik9s7 Flow_0qiqnks Flow_057qs1x Flow_01suxh6 Flow_0i3fcvy Flow_0d8ioqs Flow_1jxxrt6 Flow_0qiqnks var system = java.lang.System;
+execution.setVariable('deraStatus', "Resubmitted");
+
+
+
+ ["applicationId", "applicationStatus", "deraStatus"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'DERA');
+
+
+
+
+
+
+
+
+
+
+
+ dera_subforms_updated
+
+
+ Flow_0zq3j61
+ Flow_04eqln5
+ Flow_19nit40
+
+
+
+ Flow_13zl1nd
+ Flow_1qn2dpn
+ Flow_0zq3j61
+
+
+
+
+
+ Flow_19nit40
+
+
+
+
+ Flow_04rzv3x
+ Flow_1wvb9m4
+ Flow_04eqln5
+
+
+
+
+ Flow_08c8ij1
+ Flow_0b5e332
+ Flow_1jxxrt6
+ Flow_07eueok
+ Flow_0aabyhy
+
+
+
+
+ task.execution.setVariable('isSdm',false);
+
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Statutory Decision Maker');
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_07vh0na
+ Flow_08c8ij1
+
+
+
+
+ task.execution.setVariable('isCaseworker',false);
+
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Caseworker');
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_01suxh6
+ Flow_19ik9s7
+
+
+ Flow_0qiqnks
+ Flow_057qs1x
+ Flow_01suxh6
+
+
+ Flow_0i3fcvy
+ Flow_0d8ioqs
+ Flow_1jxxrt6
+ Flow_0qiqnks
+ var system = java.lang.System;
system.out.println ("Begin DERA Individual Flow - Sent To Caseworker");
execution.setVariable('isCaseworker',false);
-system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety')); Flow_19ik9s7 Flow_0kw2jbo Flow_0wxa7vb Flow_1xju4ax Flow_1esdw3m Flow_0kw2jbo Flow_057qs1x Flow_0ovj0pk Flow_07vh0na var system = java.lang.System;
-system.out.println ("Sent to SDM"); Flow_0fa3idu Flow_1phkhb3 Flow_1nowy63 Flow_0drs8s9 Flow_1kyum71 Flow_1u3s5mj ${action == 'Rejected' or action == 'Approved' } ${action == 'Rejected'} execution.setVariable('formUrl', execution.getVariable('deraFormUrl')); execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-execution.setVariable('formUrl', execution.getVariable('srcrFormUrl')); if (execution.getVariable('deraStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" )
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-} ${action == 'Recheck' and isSentFromSociety == false} ${isSentFromSociety == false} ${isSentFromSociety == true} ${action == 'Accepted'} ${action == 'Recheck'} Flow_026ykts Flow_0drs8s9 Flow_0i3fcvy Flow_02ysv7t Flow_026ykts var system = java.lang.System;
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_0kw2jbo
+ Flow_057qs1x
+ Flow_0ovj0pk
+ Flow_07vh0na
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+ Flow_0fa3idu
+ Flow_1phkhb3
+ Flow_1nowy63
+
+
+ Flow_0drs8s9
+ Flow_1kyum71
+ Flow_1u3s5mj
+
+
+
+
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+ Flow_026ykts
+ Flow_0drs8s9
+ Flow_0i3fcvy
+
+
+
+ Flow_02ysv7t
+ Flow_026ykts
+ var system = java.lang.System;
var selectSdm= execution.getVariable('selectSdm');
system.out.println ("selectSdm"+selectSdm);
execution.setVariable('sdmAssignment',selectSdm);
@@ -106,4 +811,1700 @@ var selectSrco= execution.getVariable('selectSrco');
system.out.println ("selectSrco"+selectSrco);
execution.setVariable('srcoAssignment',selectSrco);
system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
- Flow_0gcqir8 Flow_02ysv7t Flow_0lgivc3
\ No newline at end of file
+
+
+
+ Flow_0gcqir8
+ Flow_02ysv7t
+ Flow_0lgivc3
+
+
+
+
+
+
+ dera_updated
+
+
+ Flow_1h10kqx
+ Flow_0yrx5xj
+ Flow_1sj5fc8
+ Flow_1kvztr8
+
+
+ Flow_1s7krwr
+ Flow_12uv3km
+ Flow_0kfjdmp
+
+
+ Flow_1j8wa3r
+ Flow_19ktqsm
+ Flow_1tu4hj7
+ Flow_1ev1kr6
+ Flow_0qbjx6e
+
+
+
+ Flow_0b418rv
+ Flow_1s7krwr
+ Flow_1h10kqx
+
+
+
+
+
+ Flow_12oauvz
+ Flow_0gb2oz2
+ Flow_0qw9o9a
+ Flow_0pzpbn7
+
+
+ Flow_0d8ruax
+ Flow_12oauvz
+ Flow_0yrx5xj
+
+
+
+
+ Flow_0bz8atu
+ Flow_1j8wa3r
+ Flow_1sj5fc8
+
+
+ Flow_1u3s5mj
+ Flow_1phkhb3
+
+ Flow_05vthw4
+ Flow_1ojyq91
+ Flow_019edzt
+ Flow_0cdvwnp
+ var system = java.lang.System;
+system.out.println ("Sent to Caseworker");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"srcr");
+task.execution.setVariable('userRole','Caseworker');
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Caseworker');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+ Flow_0cdvwnp
+ Flow_1ccbyzk
+
+
+ Flow_09v3kpi
+ Flow_0zzhoui
+ Flow_1ixkifd
+ Flow_0pqd76u
+ Flow_187pabg
+
+
+ Flow_1ixkifd
+ Flow_0izugkb
+ Flow_0xqj2sm
+ Flow_1pdey0j
+ Flow_0qaeplv
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Statutory Decision Maker');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+ Flow_0qaeplv
+ Flow_0mtd57d
+
+
+ Flow_0qvoubs
+ Flow_0k5l8nk
+ Flow_0ryglee
+ Flow_1kizv19
+
+
+ Flow_0zzhoui
+ Flow_0k5l8nk
+ Flow_14snpj2
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_187pabg
+ Flow_1ojyq91
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_0ryglee
+ Flow_0izugkb
+
+
+ Flow_0q159o1
+ Flow_019edzt
+ Flow_0xqj2sm
+
+
+ Flow_0pqd76u
+ Flow_00vao62
+ Flow_1axts3r
+ Flow_1g44pgu
+ Flow_1up3td8
+ Flow_0c71o5w
+ var system = java.lang.System;
+system.out.println ("Begin SRCR Flow - Sent To SRCO");
+system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociety'));
+
+
+ Flow_1axts3r
+
+
+
+
+
+ Y
+
+
+ ["pid","applicationId","process_pid","task_id"]
+
+
+
+ task.execution.setVariable('task_id',task.getId());
+task.execution.setVariableLocal('variable1',"srcr");
+
+
+
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Site Risk Classification Officer');
+task.execution.setVariable('subFormName','SRCR Form');
+
+
+
+
+
+ Flow_0c71o5w
+ Flow_0h34vew
+
+
+ Flow_1mxzqgt
+ Flow_14snpj2
+ Flow_0qz0c7u
+ Flow_1ifs52w
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+ Flow_1ifs52w
+ Flow_00vao62
+
+
+ Flow_0qz0c7u
+ Flow_1pdey0j
+ Flow_0q159o1
+
+
+
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected'}
+
+
+
+
+ execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+ ${action == 'Recheck'}
+
+
+
+
+
+ ${action == 'Returned' }
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+ ${siteRiskClassification != 'notHighRisk'}
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Approved' or action == 'Rejected' }
+
+
+
+
+
+
+
+ ${action == 'Returned' }
+
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${action == 'Rejected' }
+
+
+ ${siteRiskClassification == 'notHighRisk'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
+execution.setVariable('srcrStatus', "Resubmitted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('requestStatus', 'New');
+execution.setVariable('requestType', 'SRCR');
+
+
+
+
+
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+
+
+ execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+
+ ${action == 'Returned' }
+
+
+
+
+
+
+ ${siteRiskClassification != 'notHighRisk' }
+
+
+ Flow_1kizv19
+ Flow_1g44pgu
+ Flow_1q2jho1
+
+
+ ${action == 'Recheck' }
+
+
+ Flow_1q2jho1
+ Flow_05vthw4
+ Flow_1up3td8
+
+
+ ${siteRiskClassification == 'notHighRisk' }
+
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+ Flow_0h34vew
+ Flow_1mxzqgt
+ Flow_0lklj13
+
+
+
+
+
+ dera_subforms_updated
+
+
+ Flow_0lklj13
+ Flow_18o75ov
+ Flow_1u837pr
+ Flow_0184u8i
+
+
+
+
+ Flow_1ccbyzk
+ Flow_09v3kpi
+ Flow_18o75ov
+
+
+
+
+ Flow_0mtd57d
+ Flow_0qvoubs
+ Flow_1u837pr
+
+
+
+ Flow_0184u8i
+
+
+
+
+ Flow_1s58qkt
+ Flow_0kw2jbo
+ Flow_0wxa7vb
+ Flow_1esdw3m
+ Flow_1xju4ax
+
+
+
+
+
+ Flow_19ik9s7
+ Flow_1s58qkt
+ Flow_1v6zje9
+
+
+
+ Flow_1kvztr8
+
+
+
+
+
+
+ execution.setVariable('formUrl', execution.getVariable('deraFormUrl'));
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
+
+
+
+ if (execution.getVariable('deraStatus') === "Approved" && execution.getVariable('srcrStatus') === "Approved" )
+{
+execution.setVariable("applicationStatus", "Approved");
+}
+else{
+execution.setVariable("applicationStatus", "Rejected");
+}
+
+
+
+
+
+ ${action == 'Rejected'}
+
+
+ ${action == 'Rejected'}
+
+
+ Flow_0izwlc1
+
+
+
+
+
+ dera_updated
+
+
+ Flow_165eq8z
+ Flow_07eueok
+ Flow_1v6zje9
+ Flow_0qbjx6e
+ Flow_1xju4ax
+ Flow_1nowy63
+ Flow_0izwlc1
+
+
+ Flow_0b5e332
+ Flow_1ij7p7z
+ Flow_165eq8z
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NIRBundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NIRBundleWorkflow.bpmn
index 37778d53..872f67fe 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NIRBundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NIRBundleWorkflow.bpmn
@@ -1,5 +1,5 @@
-
+
@@ -10,11 +10,6 @@
Event_01t23k0
Activity_0truthe
-
- Event_02fettt
- Activity_1ozfgid
- Task_05ulff4
-
Activity_06nypz0
Activity_0w5t5av
@@ -24,8 +19,32 @@
Activity_1n3rj1g
Activity_1os7sys
Event_0ml6v2t
+ Gateway_1awj7az
+
+
+ Event_02fettt
+ Activity_1ozfgid
+ Task_05ulff4
+
+
+ Activity_132ba5z
+ Activity_0g23guk
+ Gateway_1w01edb
+
+
+
+
+ nir_updated
+
+
+ Flow_0ixmsle
+ Flow_1cgcuxz
+
+
+ Flow_1cgcuxz
+
Flow_1la2yud
@@ -35,13 +54,18 @@
Flow_0unffch
var system = java.lang.System;
var clientEmail = execution.getVariable('simpleemail3');
-execution.setVariable('clientEmail',clientEmail);
+var emailsToArray = [];
+emailsToArray.push(clientEmail)
+execution.setVariable("emailTo", Java.to(emailsToArray, "java.lang.Object[]"));
var riskclassification = execution.getVariable('riskclassification');
system.out.println ("formUrl "+execution.getVariable('formUrl'));
var siteRiskClassification = execution.getVariable('siteRiskClassification');
system.out.println ("siteRiskClassification "+siteRiskClassification );
execution.setVariable('siteRiskClassification',siteRiskClassification);
-
+var name=execution.getVariable('nirName');
+system.out.println ("name "+execution.getVariable('nirName'));
+execution.setVariable('name','User');
+execution.setVariable('formName','Notification of Independent Remediation');
@@ -67,7 +91,8 @@ execution.setVariable('siteRiskClassification',siteRiskClassification);
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Site Information Advisor');
@@ -77,69 +102,43 @@ task.execution.setVariable('deleteReason', "completed");
Flow_0unffch
+ Flow_1wavf5u
Flow_1ua4w6m
Flow_1oam11w
Flow_1g1b94u
-
- Flow_1oam11w
- Flow_00mjhxs
-
-
- Flow_00mjhxs
- Flow_04l5mhw
-
-
- Flow_04l5mhw
- Flow_00msr8t
-
-
- Flow_00msr8t
- Flow_115hro3
- Flow_1tvwlrp
-
-
-
-
-
-
-
- Flow_1tvwlrp
- Flow_1g1b94u
- Flow_0bwxoom
-
-
-
-
-
- Flow_0bwxoom
- Flow_0x0w3ip
-
-
- Flow_0x0w3ip
-
-
+
-
+
+ task.execution.setVariable('isCssaTeam',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
- Flow_0ixmsle
- Flow_1cgcuxz
-
-
- Flow_1cgcuxz
-
-
Flow_115hro3
+ Flow_09ugz49
+
+
+ Flow_176uggp
Flow_0ixmsle
Flow_1ojyq91
Flow_0q159o1
Flow_1q2jho1
Flow_0cdvwnp
- var system = java.lang.System;
+ var system = java.lang.System;
system.out.println ("Sent to Caseworker");
-
+
@@ -150,15 +149,16 @@ system.out.println ("Sent to Caseworker");
- task.execution.setVariable('task_id',task.getId());
+ task.execution.setVariable('task_id',task.getId());
task.execution.setVariableLocal('variable1',"srcr");
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Case Worker');
@@ -168,7 +168,7 @@ task.execution.setVariable('applicationStatus', task.execution.getVariable('acti
Flow_1ccbyzk
- Flow_1ccbyzk
+ Flow_1k1fe9x
Flow_0zzhoui
Flow_1ixkifd
Flow_0pqd76u
@@ -179,10 +179,10 @@ task.execution.setVariable('applicationStatus', task.execution.getVariable('acti
Flow_0izugkb
Flow_1pdey0j
Flow_0qaeplv
- var system = java.lang.System;
+ var system = java.lang.System;
system.out.println ("Sent to SDM");
-
+
@@ -196,11 +196,12 @@ system.out.println ("Sent to SDM");
task.execution.setVariable('task_id',task.getId());
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Statutory Decision Maker');
@@ -210,7 +211,7 @@ task.execution.setVariable('applicationStatus', task.execution.getVariable('acti
Flow_0mtd57d
- Flow_0mtd57d
+ Flow_031wsso
Flow_0k5l8nk
Flow_0ryglee
Flow_1kizv19
@@ -264,7 +265,7 @@ system.out.println ("Begin SRCR Flow - Sent To SRCO");
Flow_1axts3r
-
+
@@ -275,15 +276,16 @@ system.out.println ("Begin SRCR Flow - Sent To SRCO");
- task.execution.setVariable('task_id',task.getId());
+ task.execution.setVariable('task_id',task.getId());
task.execution.setVariableLocal('variable1',"srcr");
- task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
-task.execution.setVariable('requestType', 'SRCR');
-task.execution.setVariable('deleteReason', "completed");
-task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+ task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
+task.execution.setVariable('requestType', 'SRCR');
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Site Risk Classification Officer');
@@ -293,7 +295,7 @@ task.execution.setVariable('applicationStatus', task.execution.getVariable('acti
Flow_0h34vew
- Flow_0h34vew
+ Flow_0ok0leq
Flow_14snpj2
Flow_0qz0c7u
Flow_1ifs52w
@@ -328,8 +330,8 @@ task.execution.setVariable('applicationStatus', task.execution.getVariable('acti
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
execution.setVariable('srcrStatus', "Resubmitted");
@@ -342,7 +344,7 @@ execution.setVariable('srcrStatus', "Resubmitted");
-
+
@@ -365,6 +367,16 @@ execution.setVariable('srcrStatus', "Resubmitted");
${action == 'Rejected'}
+
+
+ execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
${action == 'Accepted'}
@@ -379,8 +391,8 @@ execution.setVariable('srcrStatus', "Resubmitted");
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
execution.setVariable('srcrStatus', "Resubmitted");
@@ -397,7 +409,7 @@ execution.setVariable('srcrStatus', "Resubmitted");
${siteRiskClassification != 'notHighRisk'}
-
+
@@ -445,8 +457,8 @@ execution.setVariable('srcrStatus', "Resubmitted");
- execution.setVariable('applicationStatus', "Resubmitted");
-execution.setVariable('requestStatus', "Resubmitted");
+ execution.setVariable('applicationStatus', "Resubmitted");
+execution.setVariable('requestStatus', "Resubmitted");
execution.setVariable('srcrStatus', "Resubmitted");
@@ -461,7 +473,7 @@ execution.setVariable('srcrStatus', "Resubmitted");
- execution.setVariable('requestStatus', 'New');
+ execution.setVariable('requestStatus', 'New');
execution.setVariable('requestType', 'SRCR');
@@ -475,7 +487,7 @@ execution.setVariable('requestType', 'SRCR');
${siteRiskClassification != 'notHighRisk' }
-
+
@@ -490,6 +502,16 @@ execution.setVariable('requestType', 'SRCR');
+
+
+ execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
${action == 'Accepted'}
@@ -501,18 +523,82 @@ execution.setVariable('requestType', 'SRCR');
${siteRiskClassification == 'notHighRisk' }
+
+
+
+
+ nir_updated
+
+
+ Flow_1s0g73f
+ Flow_1ul7bba
+ Flow_1bt2bp2
+ Flow_0usnr75
+
+
+
+ Flow_0h34vew
+ Flow_0ok0leq
+ Flow_1s0g73f
+
+
+
+ Flow_0usnr75
+
+
+
+
+ Flow_1ccbyzk
+ Flow_1k1fe9x
+ Flow_1ul7bba
+
+
+
+
+ Flow_0mtd57d
+ Flow_031wsso
+ Flow_1bt2bp2
+
+
-
+
+ ${action == 'Rejected' }
+
+
+
-
-
-
- ["applicationId", "applicationStatus"]
-
+
+
+execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
+
+
+
+ if (action == 'Approved')
+{
+execution.setVariable("applicationStatus", "Approved");
+}
+else{
+execution.setVariable("applicationStatus", "Rejected");
+}
+
+
+
+ execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
+
+
+ ${riskclassification != 'exempt'}
+
+
+ ${action == 'Accepted' || action == 'Approved' }
+
+
+ ${action == 'Returned'}
+
+
@@ -530,51 +616,109 @@ execution.setVariable('nirStatus', "Resubmitted");
-
-
- ${action == 'Returned'}
+
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
-
- ${action == 'Accepted' || action == 'Approved' }
+
+
+
+
+
+
+
+ Flow_1a96k7r
+ Flow_00mjhxs
+
+
+ Flow_00mjhxs
+ Flow_04l5mhw
+
+
+ Flow_04l5mhw
+ Flow_00msr8t
+
+
+ Flow_00msr8t
+ Flow_115hro3
+ Flow_1tvwlrp
+
+
+
+
+
+
+
+ Flow_1tvwlrp
+ Flow_1g1b94u
+ Flow_0bwxoom
+
+
+
+
+
+ nir_updated
+
+
+ Flow_0bwxoom
+ Flow_1rvfhly
+ Flow_0x0w3ip
+
+
+ Flow_0x0w3ip
+
${riskclassification == 'exempt'}
-
-
-
- execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
-
-
- ${riskclassification != 'exempt'}
-
-
-
-
-
-execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
-
-
-
- if (action == 'Approved')
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-}
-
-
-
+
+ Flow_1oam11w
+ Flow_1a96k7r
+ Flow_1rvfhly
+
+
+
+ Flow_0rqhohs
+ Flow_176uggp
+ var system = java.lang.System;
+var selectSdm= execution.getVariable('selectSdm');
+system.out.println ("selectSdm"+selectSdm);
+execution.setVariable('sdmAssignment',selectSdm);
+system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
+
+var selectCaseworker= execution.getVariable('selectCaseworker');
+system.out.println ("selectCaseworker"+selectCaseworker);
+execution.setVariable('caseworkerAssignment',selectCaseworker);
+system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
+
+var selectSrco= execution.getVariable('selectSrco');
+system.out.println ("selectSrco"+selectSrco);
+execution.setVariable('srcoAssignment',selectSrco);
+system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+
+
+ Flow_09ugz49
+ Flow_0rqhohs
+ Flow_1wavf5u
+
+
+ ${action == 'Accepted'}
-
-
- ${action == 'Rejected' }
+
+ ${action == 'Recheck'}
@@ -582,392 +726,487 @@ execution.setVariable("applicationStatus", "Rejected");
-
+
-
-
+
+
-
+
+
+
+
+
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
-
-
-
-
+
+
-
-
+
+
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NOMBundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NOMBundleWorkflow.bpmn
index 268b6bc7..1b988872 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NOMBundleWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/NOMBundleWorkflow.bpmn
@@ -17,14 +17,19 @@
Activity_06nypz0
- Activity_0w5t5av
+ Gateway_1pd38qv
Activity_0ro66yt
Gateway_0nd8s9d
Activity_1n3rj1g
Activity_1os7sys
- Event_0ml6v2t
Activity_040vqyo
Activity_07ktr3j
+ Activity_0w5t5av
+ Gateway_15uoiyo
+ Activity_123733v
+ Event_0ml6v2t
+ Activity_0hieobd
+ Gateway_06j5m9d
@@ -38,17 +43,59 @@
var clientEmail = execution.getVariable('ownerContactEmail');
execution.setVariable('clientEmail',clientEmail);
var riskclassification = execution.getVariable('riskclassification');
-system.out.println ("formUrl "+execution.getVariable('formUrl'));
+system.out.println ("formUrl "+execution.getVariable('formUrl'));
+execution.setVariable('emailTo',clientEmail);
+execution.setVariable('name','User');
+system.out.println ("emailTo "+execution.getVariable('emailTo'));
+system.out.println ("name "+execution.getVariable('name'));
+
+system.out.println("dataGrid simple"+ dataGrid);
+system.out.println("dataGrid exe"+ execution.getVariable('dataGrid'));
+
+system.out.println ("emailsToArray before "+execution.getVariable('emailsToArray'));
+
+var dataGridObject = null;
+
+dataGridObject = JSON.parse(dataGrid);
+
+
+var listOwnerEmailAddress = [];
+
+for(i in dataGridObject)
+{
+ if(dataGridObject[i] !== null && dataGridObject[i] != undefined )
+ {
+ var ownerEmailAddress = dataGridObject[i].ownerContactEmail;
+ if(ownerEmailAddress !== '')
+ {
+ listOwnerEmailAddress.push(ownerEmailAddress)
+ }
+ }
+}
+
+if(listOwnerEmailAddress.length > 0)
+{
+ execution.setVariable("emailTo", Java.to(listOwnerEmailAddress, "java.lang.Object[]"));
+}
+execution.setVariable('EmailType','nom');
+
+
+system.out.println ("emailsToArray after "+execution.getVariable('emailsToArray'));
+execution.setVariable('formName','Notification of Likely or Actual Migration');
+
+
- task.execution.setVariable('isCssaTeam',false);
+ task.execution.setVariable('isCssaTeam',false);
+
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('deleteReason', "completed");
+task.execution.setVariable('userRole','Site Information Advisor');
@@ -58,53 +105,21 @@ task.execution.setVariable('deleteReason', "completed");
Flow_0unffch
+ Flow_0gzrwfr
Flow_1ua4w6m
Flow_1oam11w
Flow_0l71ern
-
- Flow_1oam11w
- Flow_00mjhxs
-
-
- Flow_00mjhxs
- Flow_04l5mhw
-
-
- Flow_10qa12g
- Flow_115hro3
- Flow_1tvwlrp
-
-
-
-
-
-
-
- Flow_1tvwlrp
- Flow_0l71ern
- Flow_0bwxoom
-
-
-
-
-
- Flow_0bwxoom
- Flow_0x0w3ip
-
-
- Flow_0x0w3ip
-
+
+ nom_updated
+
Flow_0ixmsle
Flow_1cgcuxz
-
- Flow_1cgcuxz
-
@@ -114,22 +129,17 @@ task.execution.setVariable('deleteReason', "completed");
+
-
+
${action == 'Returned'}
-
+
${action == 'Accepted' || action == 'Approved' }
-
-
-
-
- ${riskclassification == 'exempt'}
-
-
+
execution.setVariable('bundleUrl', execution.getVariable('formUrl'));
@@ -137,11 +147,75 @@ task.execution.setVariable('deleteReason', "completed");
${riskclassification != 'exempt'}
-
+
+
+
+
+execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
+
+
+
+ if (action == 'Approved')
+{
+execution.setVariable("applicationStatus", "Approved");
+}
+else{
+execution.setVariable("applicationStatus", "Rejected");
+}
+
+
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+execution.setVariable('returnedBy', "cssaTeam");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_04r78pc
+ Flow_10r3k9c
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+
+
+ ${action == 'Rejected' }
+
+
+
+
+
+ Flow_1ua4w6m
+ Flow_04r78pc
+ Flow_1twoj9j
+
+
+
+ Flow_1cgcuxz
+
- Flow_115hro3
+ Flow_1ld9bfn
Flow_0ixmsle
Flow_1ug59ee
@@ -151,7 +225,7 @@ task.execution.setVariable('deleteReason', "completed");
var system = java.lang.System;
system.out.println ("Sent to Caseworker");
-
+
@@ -163,14 +237,16 @@ system.out.println ("Sent to Caseworker");
task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
+task.execution.setVariableLocal('variable1',"srcr");
+
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
task.execution.setVariable('requestType', 'SRCR');
task.execution.setVariable('deleteReason', "completed");
task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Caseworker');
@@ -180,7 +256,7 @@ task.execution.setVariable('applicationStatus', task.execution.getVariable('acti
Flow_0jq9w2c
- Flow_0jq9w2c
+ Flow_0ojaeu2
Flow_1290fsy
Flow_06k5uq7
Flow_053df1n
@@ -194,7 +270,7 @@ task.execution.setVariable('applicationStatus', task.execution.getVariable('acti
var system = java.lang.System;
system.out.println ("Sent to SDM");
-
+
@@ -205,14 +281,17 @@ system.out.println ("Sent to SDM");
- task.execution.setVariable('task_id',task.getId());
+ task.execution.setVariable('task_id',task.getId());
+
+
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
task.execution.setVariable('requestType', 'SRCR');
task.execution.setVariable('deleteReason', "completed");
task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Statutory Decision Maker');
@@ -222,7 +301,7 @@ task.execution.setVariable('applicationStatus', task.execution.getVariable('acti
Flow_1j4ubaw
- Flow_1j4ubaw
+ Flow_17jc772
Flow_0lxylta
Flow_073d165
Flow_09azht9
@@ -277,7 +356,7 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
Flow_1f79u4n
-
+
@@ -289,14 +368,16 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
task.execution.setVariable('task_id',task.getId());
-task.execution.setVariableLocal('variable1',"srcr");
+task.execution.setVariableLocal('variable1',"srcr");
+
task.execution.setVariable('requestStatus', task.execution.getVariable('action'));
task.execution.setVariable('requestType', 'SRCR');
task.execution.setVariable('deleteReason', "completed");
task.execution.setVariable('srcrStatus', task.execution.getVariable('action'));
-task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('userRole','Site Risk Classification Officer');
@@ -306,7 +387,7 @@ task.execution.setVariable('applicationStatus', task.execution.getVariable('acti
Flow_0wzucup
- Flow_0wzucup
+ Flow_0o1fhdi
Flow_01lxb2e
Flow_1obpc5x
Flow_0szkd4s
@@ -361,7 +442,7 @@ execution.setVariable('srcrStatus', "Resubmitted");
${siteRiskClassification == 'notHighRisk' }
-
+
@@ -384,6 +465,16 @@ execution.setVariable('srcrStatus', "Resubmitted");
${action == 'Rejected'}
+
+
+ execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
+
+
+
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
+
+
+
${action == 'Accepted'}
@@ -416,7 +507,7 @@ execution.setVariable('srcrStatus', "Resubmitted");
${siteRiskClassification != 'notHighRisk'}
-
+
@@ -491,21 +582,17 @@ execution.setVariable('requestType', 'SRCR');
${siteRiskClassification != 'notHighRisk' }
-
+
+
+ execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
+
- ["applicationId", "applicationStatus", "srcrStatus"]
+ ["applicationId", "applicationStatus", "srcrBundleStatus"]
-
- execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
-
-
-
-
-
${action == 'Accepted'}
@@ -514,58 +601,91 @@ execution.setVariable('requestType', 'SRCR');
${action == 'Returned' }
+
+
+
+
+ nom_updated
+
+
+ Flow_0s3yccc
+ Flow_03ti4c1
+ Flow_0wuyk5q
+ Flow_117fny8
+
+
+
+
+
+
+
+
+ Flow_117fny8
+
+
+
+
+
+
+
+
+ ["applicationId", "applicationStatus", "srcrStatus"]
+
+
+
+ execution.setVariable('srcrFormUrl', execution.getVariable('formUrl'));
+
+
+
+
+
+
+ Flow_0wzucup
+ Flow_0wuyk5q
+ Flow_0o1fhdi
+
+
+ Flow_0jq9w2c
+ Flow_0ojaeu2
+ Flow_0s3yccc
+
+
+ Flow_1j4ubaw
+ Flow_17jc772
+ Flow_03ti4c1
+
-
-
-
-
-execution.setVariable('formUrl', execution.getVariable('srcrFormUrl'));
-
-
-
- if (action == 'Approved')
-{
-execution.setVariable("applicationStatus", "Approved");
-}
-else{
-execution.setVariable("applicationStatus", "Rejected");
-}
-
-
-
-
-
+
+ Flow_00mjhxs
+ Flow_04l5mhw
+
+
+ Flow_10qa12g
+ Flow_115hro3
+ Flow_1tvwlrp
+
+
-
- execution.setVariable('applicationStatus', "Resubmit");
-execution.setVariable('returnedBy', "cssaTeam");
-
+
+
-
-
- ["applicationId", "applicationStatus"]
-
-
-
- Flow_1ua4w6m
- Flow_10r3k9c
-
-
+ Flow_1tvwlrp
+ Flow_0l71ern
+ Flow_0bwxoom
+
+
-
-
- execution.setVariable('applicationStatus', "Resubmitted");
-
-
-
- ["applicationId", "applicationStatus"]
-
-
-
+
+
+ nom_updated
+
-
-
+ Flow_0bwxoom
+ Flow_153luo3
+ Flow_1twoj9j
+ Flow_0x0w3ip
+
@@ -575,14 +695,88 @@ execution.setVariable('returnedBy', "cssaTeam");
Flow_04l5mhw
Flow_00msr8t
-
+
Flow_00msr8t
Flow_10qa12g
var system = java.lang.System;
system.out.println (" here " + execution.getVariable('riskclassification'));
-
- ${action == 'Rejected' }
+
+ Flow_1xaizis
+ Flow_00mjhxs
+
+
+
+
+
+ ${riskclassification == 'exempt'}
+
+
+
+
+ Flow_1oam11w
+ Flow_1xaizis
+ Flow_153luo3
+
+
+
+
+ task.execution.setVariable('isCssaTeam',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_115hro3
+ Flow_077ihmr
+
+
+
+
+
+
+
+
+ Flow_0x0w3ip
+
+
+ Flow_1l3pe3s
+ Flow_1ld9bfn
+ var system = java.lang.System;
+var selectSdm= execution.getVariable('selectSdm');
+system.out.println ("selectSdm"+selectSdm);
+execution.setVariable('sdmAssignment',selectSdm);
+system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
+
+var selectCaseworker= execution.getVariable('selectCaseworker');
+system.out.println ("selectCaseworker"+selectCaseworker);
+execution.setVariable('caseworkerAssignment',selectCaseworker);
+system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
+
+var selectSrco= execution.getVariable('selectSrco');
+system.out.println ("selectSrco"+selectSrco);
+execution.setVariable('srcoAssignment',selectSrco);
+system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+
+
+ Flow_077ihmr
+ Flow_1l3pe3s
+ Flow_0gzrwfr
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
@@ -605,15 +799,80 @@ system.out.println (" here " + execution.getVariable('riskclassification'));
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
@@ -627,53 +886,26 @@ system.out.println (" here " + execution.getVariable('riskclassification'));
-
-
-
-
-
-
-
-
-
-
+
+
-
-
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+
+
+
@@ -703,38 +935,16 @@ system.out.println (" here " + execution.getVariable('riskclassification'));
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -742,27 +952,58 @@ system.out.println (" here " + execution.getVariable('riskclassification'));
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
+
-
+
-
+
-
-
-
-
-
+
@@ -778,20 +1019,20 @@ system.out.println (" here " + execution.getVariable('riskclassification'));
-
-
+
+
-
+
-
-
+
+
-
+
@@ -813,12 +1054,12 @@ system.out.println (" here " + execution.getVariable('riskclassification'));
-
+
-
+
@@ -851,18 +1092,18 @@ system.out.println (" here " + execution.getVariable('riskclassification'));
-
-
+
+
-
+
-
+
@@ -875,47 +1116,47 @@ system.out.println (" here " + execution.getVariable('riskclassification'));
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
@@ -927,7 +1168,7 @@ system.out.println (" here " + execution.getVariable('riskclassification'));
-
+
@@ -952,17 +1193,17 @@ system.out.println (" here " + execution.getVariable('riskclassification'));
-
+
-
+
-
+
-
+
@@ -977,16 +1218,72 @@ system.out.println (" here " + execution.getVariable('riskclassification'));
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CommonEmailWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CommonEmailWorkflow.bpmn
index 5ffa2b91..0ba457da 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CommonEmailWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CommonEmailWorkflow.bpmn
@@ -1,5 +1,5 @@
-
+
Flow_15fflso
@@ -68,11 +68,11 @@ system.out.println ("name: "+name);
"from": "NOREPLYEPD@gov.bc.ca",
"priority": "normal",
"subject": execution.getVariable("subject"),
- "to": [],
+ "to": execution.getVariable("emailTo"),
"tag": "",
"attachments": []
}
-p.to.push(execution.getVariable("emailTo"))
+
console.log("Payload")
console.log(JSON.stringify(p))
JSON.stringify(p)
@@ -92,6 +92,12 @@ JSON.stringify(p)
execution.getVariable("emailTo")
+
+ execution.getVariable("EmailType")
+
+
+ execution.getVariable("emailsToArray")
+
Flow_0tc827u
@@ -140,6 +146,34 @@ system.out.println ("result: "+result);
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -149,9 +183,11 @@ system.out.println ("result: "+result);
-
-
-
+
+
+
+
+
@@ -159,46 +195,16 @@ system.out.println ("result: "+result);
-
-
-
-
-
+
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn
index cd140f9b..9c01e388 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/email-template.dmn
@@ -1,5 +1,5 @@
-
+
@@ -66,6 +66,240 @@
"epd-support@gov.bc.ca"
+
+
+ "nom_updated"
+
+
+
+
+
+ "NOREPLYEPD@gov.bc.ca"
+
+
+
+
+
+
+
+
+ "Notification of Likely or Actual Migration Application Status Update"
+
+
+ "templates/nom_application.ftl"
+
+
+ "epd-support@gov.bc.ca"
+
+
+
+
+ "dera_updated"
+
+
+
+
+
+ "NOREPLYEPD@gov.bc.ca"
+
+
+
+
+
+
+
+
+ "Detailed Ecological Risk Assessment Checklist"
+
+
+ "templates/nom_application.ftl"
+
+
+ "epd-support@gov.bc.ca"
+
+
+
+
+ "nir_updated"
+
+
+
+
+
+ "NOREPLYEPD@gov.bc.ca"
+
+
+
+
+
+
+
+
+ "Notification of Independent Remediation Application Status Updated"
+
+
+ "templates/nom_application.ftl"
+
+
+ "epd-support@gov.bc.ca"
+
+
+
+
+ "cssa_updated"
+
+
+
+
+
+ "NOREPLYEPD@gov.bc.ca"
+
+
+
+
+
+
+
+
+ "Contaminated Sites Services Application Updated"
+
+
+ "templates/nom_application.ftl"
+
+
+ "epd-support@gov.bc.ca"
+
+
+
+
+ "cssa_subforms_updated"
+
+
+
+
+
+ "NOREPLYEPD@gov.bc.ca"
+
+
+
+
+
+
+
+
+ "Contaminated Sites Services Application Updated"
+
+
+ "templates/request_updated.ftl"
+
+
+ "epd-support@gov.bc.ca"
+
+
+
+
+ "dera_subforms_updated"
+
+
+
+
+
+ "NOREPLYEPD@gov.bc.ca"
+
+
+
+
+
+
+
+
+ "Detailed Ecological Risk Assessment Checklist"
+
+
+ "templates/request_updated.ftl"
+
+
+ "epd-support@gov.bc.ca"
+
+
+
+
+ "sds_updated"
+
+
+
+
+
+ "NOREPLYEPD@gov.bc.ca"
+
+
+
+
+
+
+
+
+ "Site Disclosure Statements"
+
+
+ "templates/nom_application.ftl"
+
+
+ "epd-support@gov.bc.ca"
+
+
+
+
+ "srcr_updated"
+
+
+
+
+
+ "NOREPLYEPD@gov.bc.ca"
+
+
+
+
+
+
+
+
+ "Site Risk Classification Report Update"
+
+
+ "templates/srcr_application.ftl"
+
+
+ "epd-support@gov.bc.ca"
+
+
+
+
+ "sosc_updated"
+
+
+
+
+
+ "NOREPLYEPD@gov.bc.ca"
+
+
+
+
+
+
+
+
+ "Summary of Site Condition Report Update"
+
+
+ "templates/sosc_application.ftl"
+
+
+ "epd-support@gov.bc.ca"
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SDS/SDSWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SDS/SDSWorkflow.bpmn
index 6125ab2d..59d4a749 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SDS/SDSWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SDS/SDSWorkflow.bpmn
@@ -1,5 +1,5 @@
-
+
@@ -41,6 +41,10 @@
var system = java.lang.System;
var clientEmail= execution.getVariable('contactPersonEmailAddress');
execution.setVariable('clientEmail',clientEmail);
+var emailsToArray = [];
+emailsToArray.push(clientEmail)
+execution.setVariable("emailTo", Java.to(emailsToArray, "java.lang.Object[]"));
+
var siteOwnerEmail = execution.getVariable('ownerEmailAddress');
execution.setVariable('siteOwnerEmail',siteOwnerEmail);
@@ -58,7 +62,15 @@ var decommissioning= execution.getVariable('section5DeclarationsCheckboxDecommis
var ceasingOperations= execution.getVariable('section5DeclarationsCheckboxCeasingOperations');
execution.setVariable('isApprovingAuthorityReqd',!(decommissioning||ceasingOperations));
-system.out.println ("isApprovingAuthorityReqd"+execution.getVariable('isApprovingAuthorityReqd'));
+system.out.println ("isApprovingAuthorityReqd"+execution.getVariable('isApprovingAuthorityReqd'));
+
+var contactPersonName= execution.getVariable('Section1C-FirstName');
+execution.setVariable('name',contactPersonName);
+system.out.println ("contactPersonName"+execution.getVariable('Section1C-FirstName'));
+
+
+execution.setVariable('name','User');
+execution.setVariable('formName','Site Disclosure Statements');
Flow_1la2yud
@@ -152,7 +164,7 @@ system.out.println ("isApprovingAuthorityReqd"+execution.getVariable('isApprovin
task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-
+task.execution.setVariable('userRole','Site Information Advisor');
@@ -167,9 +179,11 @@ system.out.println ("isApprovingAuthorityReqd"+execution.getVariable('isApprovin
-
+
+ sds_updated
+
Flow_05t61qf
Flow_05135h6
@@ -211,9 +225,11 @@ system.out.println ("isApprovingAuthorityReqd"+execution.getVariable('isApprovin
-
+
+ sds_updated
+
Flow_1yl0zu1
Flow_1lfvq5z
@@ -290,6 +306,119 @@ system.out.println ("isApprovingAuthorityReqd"+execution.getVariable('isApprovin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -358,119 +487,6 @@ system.out.println ("isApprovingAuthorityReqd"+execution.getVariable('isApprovin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SIR/SIRWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SIR/SIRWorkflow.bpmn
index ead0cdb5..200a4919 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SIR/SIRWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SIR/SIRWorkflow.bpmn
@@ -15,12 +15,11 @@
Activity_1os7sys
Event_1lsroft
Activity_08g50qy
- Activity_1cdhp59
+ Activity_1lbc6o5
Activity_0w5t5av
Activity_0ro66yt
- Activity_04t1ow5
+ Activity_0v6lyrk
Event_0ml6v2t
- Activity_1lbc6o5
@@ -58,7 +57,9 @@
var system = java.lang.System;
system.out.println ("simpleemail"+execution.getVariable('simpleemail'));
var clientEmail = execution.getVariable('simpleemail');
-execution.setVariable('emailTo',clientEmail);
+var emailsToArray = [];
+emailsToArray.push(clientEmail)
+execution.setVariable("emailTo", Java.to(emailsToArray, "java.lang.Object[]"));
system.out.println ("emailTo"+execution.getVariable('emailTo'));
system.out.println ("firstname "+execution.getVariable('s1-firstname'));
var firstname=execution.getVariable('s1-firstname');
@@ -70,7 +71,7 @@ execution.setVariable('name',firstname);
Flow_1la2yud
-
+
@@ -134,55 +135,38 @@ execution.setVariable('name',firstname);
system.out.println ("Reviewed by SDM");
-
-
+
${action == 'Accepted'}
-
-
+
+
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-
-
-
-
-
+
+
+ sir_status_approved
+
- Flow_1d66let
- Flow_18ztndk
-
+ Flow_1e1420i
+ Flow_1d66let
+
- Flow_18ztndk
+ Flow_1d66let
Flow_0x1z3oy
Flow_0x1z3oy
Flow_04l5mhw
-
-
-
-
+
Flow_04l5mhw
- Flow_17vvo0l
-
+ Flow_03fx6t9
+
+
- Flow_17vvo0l
+ Flow_03fx6t9
-
-
-
-
-
- sir_status_approved
-
-
- Flow_1e1420i
- Flow_1d66let
-
@@ -229,31 +213,27 @@ system.out.println ("Reviewed by SDM");
-
-
+
+
-
+
-
+
-
-
+
+
-
+
-
+
-
-
-
-
@@ -299,12 +279,8 @@ system.out.println ("Reviewed by SDM");
-
-
-
-
-
-
+
+
@@ -313,17 +289,17 @@ system.out.println ("Reviewed by SDM");
-
-
-
-
-
-
+
+
-
+
+
+
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SRCR/SRCRWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SRCR/SRCRWorkflow.bpmn
index fbb1f231..2a64bed9 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SRCR/SRCRWorkflow.bpmn
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SRCR/SRCRWorkflow.bpmn
@@ -5,63 +5,120 @@
-
- Activity_00qh5e4
- Gateway_13mf7un
- Gateway_0qzb9h1
- Gateway_0g6vr2y
+
+ Activity_08fgjgt
+ Gateway_132oe4w
+ Gateway_1epcelq
+
+
+ Gateway_1kotdsu
+ Activity_11o1equ
+ Gateway_1og7p31
+ Activity_05x4sl7
+
+
+ Activity_06nypz0
+ Gateway_1osruh3
+ Gateway_05aj26w
- Activity_0dughh2
Gateway_1nljcfc
- Task_05ulff4
Activity_1ozfgid
Gateway_0qeiyw3
Event_02fettt
Activity_0j9b17x
+ Task_05ulff4
-
- Activity_06nypz0
- Gateway_1osruh3
-
-
- Activity_11o1equ
- Gateway_1kotdsu
-
-
- Activity_08fgjgt
- Gateway_132oe4w
+
+ Gateway_0g6vr2y
+ Gateway_0qzb9h1
+ Gateway_13mf7un
+ Activity_00qh5e4
+ Gateway_1ih6c9g
- Activity_0s3vft8
Gateway_18qjjlu
+ Activity_0s3vft8
+ Gateway_1q4ox6z
Event_0rqe9p4
Activity_1tj511f
Gateway_0cjov6g
- Activity_0p4hm8r
Gateway_0my2itl
Gateway_0offnz6
+ Gateway_1vz1eaa
+
+
+ Activity_1qnqtak
+ Gateway_0mexztf
+ Activity_0m6abz8
+ Gateway_0urokjh
-
-
-
-
-
-
- Flow_0glptri
- Flow_0y1l5de
- Flow_0y8vydy
- Flow_0n8r7v3
- Flow_09svnbh
- Flow_0w0po21
- Flow_0qui51z
-
-
- Flow_07h69t7
-
+
+ Flow_1mjvum7
+ Flow_058kqm8
+ Flow_15zu2ec
+
+
+ Flow_0ddusnc
+ Flow_1j5aqkd
+ Flow_0xiuxfc
+ var system = java.lang.System;
+
+var agentEmail = execution.getVariable('simpleemail');
+system.out.println ("agentEmail "+agentEmail );
+execution.setVariable('agentEmail ',agentEmail );
+
+var ownerEmail = execution.getVariable('owneremail');
+system.out.println ("ownerEmail "+ownerEmail);
+execution.setVariable('ownerEmail',ownerEmail);
+
+var emailsToArray = [];
+emailsToArray.push(agentEmail);
+execution.setVariable("emailTo", Java.to(emailsToArray, "java.lang.Object[]"));
+system.out.println ("emailTo"+execution.getVariable('emailTo'));
+
+execution.setVariable('name','User');
+
+var siteRiskClassification = execution.getVariable('siteRiskClassification');
+system.out.println ("siteRiskClassification "+siteRiskClassification );
+execution.setVariable('siteRiskClassification',siteRiskClassification);
+
+var triggers = execution.getVariable('applicabletriggers');
+execution.setVariable('triggers',triggers);
+
+if (triggers == 'ministryServiceApplicationWithTheRecommendationOfAnApprovedProfessional')
+{
+ execution.setVariable('isSentFromSociety',true);
+} else {
+ execution.setVariable('isSentFromSociety',false);
+}
+
+
+ Flow_0xiuxfc
+ Flow_1mjvum7
+ Flow_1wf5te7
+ Flow_128jxf3
+ Flow_1p1932t
+ Flow_0oxgtz8
+ Flow_1lj8tdk
+ Flow_08zx269
+
+
+ Flow_1la2yud
+
+
+ Flow_1la2yud
+ Flow_1j5aqkd
+ execution.setVariable('isAp',false);
+execution.setVariable('isSociety',false);
+execution.setVariable('isCssaTeam',false);
+execution.setVariable('isCaseworker',false);
+execution.setVariable('isSrco',false);
+execution.setVariable('isSdm',false);
+
@@ -84,34 +141,16 @@
Flow_1wf5te7
Flow_159m7j9
-
-
-
-
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-
-
-
-
-
- ["applicationId","applicationStatus"]
-
-
-
- Flow_11adl9o
- Flow_1ydjyj9
- Flow_15zu2ec
- Flow_1p1932t
- Flow_0bo4cc7
-
- Flow_159m7j9
+ Flow_0lds37b
Flow_0iim75v
Flow_0glptri
+
+ Flow_159m7j9
+ Flow_0lds37b
+ Flow_1js7p0u
+
@@ -135,83 +174,24 @@
Flow_1pghhuh
- Flow_1pghhuh
+ Flow_1vlzzd5
Flow_11adl9o
Flow_0y1l5de
Flow_0err7mx
+
+ Flow_1pghhuh
+ Flow_1vlzzd5
+ Flow_10q9o6e
+
- Flow_0bo4cc7
+ Flow_13r7dqy
Flow_1igr7br
Flow_0y8vydy
Flow_15il78e
Flow_16z6m4e
-
-
-
-
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-
-
-
-
-
- ["applicationId","applicationStatus"]
-
-
-
- Flow_1igr7br
- Flow_0nu7red
- Flow_12ysqpj
- Flow_1w4srg6
- Flow_0oxgtz8
- Flow_0njekxy
-
-
- Flow_0njekxy
- Flow_0n8r7v3
- Flow_10wb8jx
- Flow_1ydjyj9
- Flow_0hga66e
-
-
- Flow_0hga66e
- Flow_1lmkg6x
- Flow_0vjceh7
-
-
- Flow_0vjceh7
- Flow_1smevfl
- Flow_18g9fm9
-
-
-
-
-
-
-
-
- task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
-
-
-
-
-
- ["applicationId","applicationStatus"]
-
-
-
- Flow_1lmkg6x
- Flow_18g9fm9
- Flow_0busbvw
- Flow_08zx269
- Flow_1ifelq5
-
-
+
@@ -228,51 +208,34 @@
- Flow_1smevfl
- Flow_0ted4eh
- Flow_1lj8tdk
- Flow_0klnns9
+ Flow_11adl9o
+ Flow_1ydjyj9
+ Flow_15zu2ec
+ Flow_1p1932t
+ Flow_1qaodt0
+ Flow_0bo4cc7
-
- Flow_0klnns9
- Flow_0rtx9ud
- Flow_0busbvw
- Flow_09svnbh
- Flow_0nu7red
-
-
- Flow_1ifelq5
- Flow_1rsleyy
- Flow_0w0po21
- Flow_0avadfd
-
-
+
+ Flow_0bo4cc7
+ Flow_13r7dqy
+ Flow_1d8a6i9
+
+
-
-
+
+ srcr_updated
+
- Flow_16z6m4e
- Flow_1rsleyy
- Flow_0rtx9ud
- Flow_10wb8jx
- Flow_07h69t7
+ Flow_1js7p0u
+ Flow_10q9o6e
+ Flow_1d8a6i9
+ Flow_1s9sm8u
+ Flow_1gnzs70
+ Flow_0e8b4d4
+ Flow_0v5ez8t
+ Flow_1ehxfe5
-
- Flow_0avadfd
- Flow_1ch9vjq
- Flow_1w4srg6
-
-
- Flow_1ch9vjq
- Flow_12ysqpj
- Flow_0ted4eh
-
-
- Flow_1mjvum7
- Flow_058kqm8
- Flow_15zu2ec
-
@@ -286,56 +249,117 @@
- Flow_0qui51z
+ Flow_0w0po21
+ Flow_09svnbh
+ Flow_0n8r7v3
+ Flow_0y8vydy
+ Flow_0y1l5de
+ Flow_0glptri
Flow_0ddusnc
-
- Flow_0ddusnc
- Flow_1j5aqkd
- Flow_0xiuxfc
- var system = java.lang.System;
-
-var clientEmail = execution.getVariable('simpleemail');
-system.out.println ("clientEmail "+clientEmail);
-execution.setVariable('clientEmail',clientEmail);
-var siteRiskClassification = execution.getVariable('siteRiskClassification');
-system.out.println ("siteRiskClassification "+siteRiskClassification );
-execution.setVariable('siteRiskClassification',siteRiskClassification);
-
-var triggers = execution.getVariable('applicabletriggers');
-execution.setVariable('triggers',triggers);
-
-if (triggers == 'ministryServiceApplicationWithTheRecommendationOfAnApprovedProfessional')
-{
- execution.setVariable('isSentFromSociety',true);
-} else {
- execution.setVariable('isSentFromSociety',false);
-}
-
-
- Flow_0xiuxfc
- Flow_1mjvum7
- Flow_1wf5te7
- Flow_128jxf3
- Flow_1p1932t
- Flow_0oxgtz8
- Flow_1lj8tdk
- Flow_08zx269
-
-
- Flow_1la2yud
-
-
- Flow_1la2yud
- Flow_1j5aqkd
- execution.setVariable('isAp',false);
+
+ ${siteRiskClassification != 'notHighRisk'}
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+ execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted");
+
+
+
+ ["srcrBundleStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${applicationStatus== 'Resubmitted' and isSdm == true}
+
+
+
+
+ execution.setVariable('isSdm',true);
+execution.setVariable('isAp',false);
execution.setVariable('isSociety',false);
execution.setVariable('isCssaTeam',false);
execution.setVariable('isCaseworker',false);
-execution.setVariable('isSrco',false);
-execution.setVariable('isSdm',false);
-
-
+execution.setVariable('isSrco',false);
+
+
+ ${action == 'Returned'}
+
+
+ ${siteRiskClassification != 'notHighRisk' }
+
+
+ ${isSentFromSociety == true}
+
+
+ ${isSentFromSociety == false}
+
+
+ ${applicationStatus!= 'Resubmitted'}
+
+
+ ${triggers == 'ministryServiceApplicationWithTheRecommendationOfAnApprovedProfessional'}
+
+
+ ${triggers != 'ministryServiceApplicationWithTheRecommendationOfAnApprovedProfessional'}
+
+
+
+
+ execution.setVariable('applicationStatus', 'Resubmitted');
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+
+
+
+ ${applicationStatus== 'Resubmitted' and isAp== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isCssaTeam == true}
+
+
+ ${applicationStatus== 'Resubmitted' and isSociety == true}
+
+
+ ${applicationStatus== 'Resubmitted' and isSrco == true}
+
+
+ ${applicationStatus== 'Resubmitted' and isCaseworker == true}
+
+
+
+
+ execution.setVariable('applicationStatus', 'New');
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+
+
+ ${action == 'Recheck'}
+
+
+
+
execution.setVariable('isAp',true);
@@ -348,7 +372,16 @@ execution.setVariable('isSdm',false);
${action == 'Returned'}
-
+
+ ${action == 'Accepted'}
+
+
+
+ ${action == 'Recheck'}
+
+
+
+
execution.setVariable('isSociety',true);
@@ -361,7 +394,12 @@ execution.setVariable('isSdm',false);
${action == 'Returned'}
-
+
+ ${action == 'Accepted'}
+
+
+
+
execution.setVariable('isCssaTeam',true);
@@ -374,7 +412,21 @@ execution.setVariable('isSdm',false);
${action == 'Returned'}
-
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Rejected'}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+ ${isSentFromSociety == false}
+
+
execution.setVariable('isSrco',true);
@@ -387,7 +439,14 @@ execution.setVariable('isSdm',false);
${action == 'Returned'}
-
+
+ ${action == 'Rejected'}
+
+
+ ${action == 'Recheck'}
+
+
+
execution.setVariable('isCaseworker',true);
@@ -400,641 +459,848 @@ execution.setVariable('isSdm',false);
${action == 'Returned'}
-
-
-
- execution.setVariable('isSdm',true);
-execution.setVariable('isAp',false);
-execution.setVariable('isSociety',false);
-execution.setVariable('isCssaTeam',false);
-execution.setVariable('isCaseworker',false);
-execution.setVariable('isSrco',false);
-
-
- ${action == 'Returned'}
-
-
-
-
- ${action == 'Recheck'}
-
-
- ${triggers == 'ministryServiceApplicationWithTheRecommendationOfAnApprovedProfessional'}
-
-
- ${applicationStatus== 'Resubmitted' and isAp== true}
-
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
- ${triggers != 'ministryServiceApplicationWithTheRecommendationOfAnApprovedProfessional'}
-
-
- ${applicationStatus== 'Resubmitted' and isCssaTeam == true}
-
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Recheck'}
-
-
- ${applicationStatus== 'Resubmitted' and isSociety == true}
-
-
-
- ${action == 'Accepted'}
-
-
- ${action == 'Rejected'}
-
-
- ${action == 'Recheck'}
-
-
- ${isSentFromSociety == true}
-
-
- ${siteRiskClassification != 'notHighRisk' }
-
-
- ${applicationStatus== 'Resubmitted' and isSrco == true}
-
-
-
+
${action == 'Rejected'}
-
- ${action == 'Accepted'}
-
-
- ${siteRiskClassification != 'notHighRisk'}
-
-
- ${siteRiskClassification == 'notHighRisk'}
-
-
- ${isSentFromSociety == false}
-
-
- ${isSentFromSociety == true}
+
+
+
+
+ Flow_1rsleyy
+ Flow_0rtx9ud
+ Flow_10wb8jx
+ Flow_16z6m4e
+ Flow_1ehxfe5
+
+
+ ${action == 'Approved' or action == 'Rejected' }
-
+
+
+
+
+
${action == 'Accepted'}
-
- ${applicationStatus== 'Resubmitted' and isSdm == true}
-
-
-
- ${isSentFromSociety == false}
-
-
- ${applicationStatus== 'Resubmitted' and isCaseworker == true}
-
-
-
- ${action == 'Rejected'}
-
-
- ${action == 'Approved' or action == 'Rejected' }
+
+ ${action == 'Recheck'}
+
+
+
+
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+
+
+
+
+
+ ["applicationId","applicationStatus"]
+
+
+
+ Flow_1lmkg6x
+ Flow_18g9fm9
+ Flow_0busbvw
+ Flow_08zx269
+ Flow_1ifelq5
+
+
+ Flow_0tc1zyz
+ Flow_1rsleyy
+ Flow_0w0po21
+ Flow_0avadfd
+
+
+ Flow_0avadfd
+ Flow_1ch9vjq
+ Flow_1w4srg6
+
+
+ Flow_1ch9vjq
+ Flow_12ysqpj
+ Flow_0ted4eh
+
+
+ Flow_1ifelq5
+ Flow_0tc1zyz
+ Flow_0e8b4d4
+
+
+
${action == 'Recheck'}
${siteRiskClassification == 'notHighRisk' }
-
- ${applicationStatus!= 'Resubmitted'}
+
+ Flow_1lhwgrf
+ Flow_0rtx9ud
+ Flow_0busbvw
+ Flow_09svnbh
+ Flow_0nu7red
+
+
+
+
+
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+
+
+
+
+
+ ["applicationId","applicationStatus","srcrBundleStatus"]
+
+
+
+ Flow_1smevfl
+ Flow_0ted4eh
+ Flow_1lj8tdk
+ Flow_0klnns9
+
+
+ Flow_0klnns9
+ Flow_1lhwgrf
+ Flow_1gnzs70
+
+
+
+
+ Flow_0vjceh7
+ Flow_1smevfl
+ Flow_18g9fm9
+
+
+ Flow_0hga66e
+ Flow_1lmkg6x
+ Flow_0vjceh7
+
+
+ Flow_1bqktnr
+ Flow_0n8r7v3
+ Flow_10wb8jx
+ Flow_1ydjyj9
+ Flow_0hga66e
+
+
+
+
+
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+
+
+
+
+
+ ["applicationId","applicationStatus","srcrBundleStatus"]
+
+
+
+ Flow_0nu7red
+ Flow_12ysqpj
+ Flow_1w4srg6
+ Flow_0oxgtz8
+ Flow_19r835c
+ Flow_0njekxy
+
+
+ Flow_0njekxy
+ Flow_1bqktnr
+ Flow_1s9sm8u
+
+
+ ${siteRiskClassification == 'notHighRisk'}
-
+
- execution.setVariable('applicationStatus', 'Resubmitted');
+ execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted");
-
- ["applicationId", "applicationStatus"]
+ ["srcrBundleStatus"]
+ ${action == 'Accepted'}
-
-
-
+
+
+
+
+ Flow_07tic47
+ Flow_19r835c
+ var system = java.lang.System;
+
+var selectSdm= execution.getVariable('selectSdm');
+system.out.println ("selectSdm"+selectSdm);
+execution.setVariable('sdmAssignment',selectSdm);
+system.out.println ("sdmAssignment"+execution.getVariable('sdmAssignment'));
+
+var selectCaseworker= execution.getVariable('selectCaseworker');
+system.out.println ("selectCaseworker"+selectCaseworker);
+execution.setVariable('caseworkerAssignment',selectCaseworker);
+system.out.println ("caseworkerAssignment"+execution.getVariable('caseworkerAssignment'));
+
+var selectSrco= execution.getVariable('selectSrco');
+system.out.println ("selectSrco"+selectSrco);
+execution.setVariable('srcoAssignment',selectSrco);
+system.out.println ("srcoAssignment"+execution.getVariable('srcoAssignment'));
+
+
+
+ Flow_1q9t450
+ Flow_07tic47
+ Flow_1qaodt0
+
+
-
- execution.setVariable('applicationStatus', 'New');
-
-
-
+
+
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+
+
+
+
- ["applicationId", "applicationStatus"]
+ ["applicationId","applicationStatus"]
-
-
+
-
+ Flow_1igr7br
+ Flow_0s43gpy
+
+
+
+ Flow_0s43gpy
+ Flow_1q9t450
+ Flow_0v5ez8t
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
-
+
+
+
+
+
-
+
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
+
+
+
-
+
-
+
-
+
+
+
+
-
+
-
+
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
+
-
+
-
-
+
+
-
-
+
+
+
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
+
-
-
+
+
+
+
+
-
-
+
+
-
+
-
-
-
-
-
+
+
+
-
-
+
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
+
+
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
-
-
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SoSC/SOSCWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SoSC/SOSCWorklow.bpmn
new file mode 100644
index 00000000..4a460f7b
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SoSC/SOSCWorklow.bpmn
@@ -0,0 +1,1193 @@
+
+
+
+
+
+
+
+
+ StartEvent_1
+ Activity_1v5ffpw
+ Activity_1ozfgid
+ Activity_0k6ixqm
+ Gateway_17raw62
+ Gateway_08cgufe
+
+
+ Gateway_04o747e
+ Activity_1uc1xs1
+ Gateway_0xsksj8
+
+
+ Activity_08ykdar
+ Gateway_0oobb3z
+ Gateway_03fnjoh
+
+
+ Activity_1ao3zkj
+ Gateway_15p5urd
+ Gateway_1hfcr71
+
+
+ Activity_0vo5rls
+ Activity_1qnqtak
+ Gateway_1lfy3cm
+ Gateway_0lf4jcq
+
+
+ Activity_15e3ho6
+ Activity_1hs3dja
+ Gateway_1lbpcug
+ Gateway_0c5c1m3
+ Gateway_05gt5j7
+ Gateway_1wshqhl
+ Gateway_1dnln9c
+ Activity_1gjzpac
+ Event_0sdygwc
+
+
+ Activity_0tsm937
+ Gateway_0o9l3lp
+ Gateway_1lgyz1h
+ Activity_1bsz2qm
+ Gateway_1d5b9rt
+
+
+
+
+
+ execution.setVariable('soscStatus', "cssaTeamAccepted");
+
+
+
+ ["soscStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+
+ ${action == 'Rejected'}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+ execution.setVariable('isSdm',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isCaseworker',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('isCssaTeam',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmitted");
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+
+
+
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+
+
+
+
+
+ execution.setVariable('soscStatus', "csapAccepted");
+
+
+
+ ["soscStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+ execution.setVariable('isAp',true);
+
+
+ ${action == 'Returned'}
+
+
+
+ ${action == 'Recheck'}
+
+
+
+
+ execution.setVariable('isSociety',true);
+
+
+ ${action == 'Returned'}
+
+
+
+
+ execution.setVariable('soscStatus', "societyAccepted");
+
+
+
+ ["soscStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+ ${applicationStatus== 'Resubmitted' and isCssaTeam== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isSociety== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isAp== true}
+
+
+ ${applicationStatus!= 'Resubmitted'}
+
+
+
+
+ task.execution.setVariable('isCssaTeam',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_0gb2oz2
+ Flow_0wr0mei
+ Flow_0lgivc3
+ Flow_0mzcdc9
+ Flow_0bz8atu
+
+
+ Flow_1rc30l8
+
+
+
+
+ task.execution.setVariable('isSociety',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+var system = java.lang.System;
+task.execution.setVariable('isSentFromSociety',true);
+system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFromSociety'));
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_0kfjdmp
+ Flow_0543g25
+ Flow_1ev1kr6
+ Flow_0d8ruax
+
+
+ Flow_1uymx0e
+ Flow_12uv3km
+ Flow_0kfjdmp
+
+
+ ${applicationStatus== 'Resubmitted' and isCaseworker== true}
+
+
+ ${applicationStatus== 'Resubmitted' and isSdm== true}
+
+
+ ${action == 'Recheck' and isSentFromSociety == true}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+
+
+ execution.setVariable('soscStatus', "mgrAccepted");
+
+
+
+ ["soscStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+
+
+ task.execution.setVariable('isCssaTeam',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_1tu4hj7
+ Flow_1esdw3m
+ Flow_0aabyhy
+ Flow_0gcqir8
+
+
+ ${action == 'Rejected' or action == 'Approved' }
+
+
+ ${action == 'Rejected'}
+
+
+
+ ${action == 'Recheck' and isSentFromSociety == false}
+
+
+
+
+
+ ${isSentFromSociety == true}
+
+
+
+
+ execution.setVariable('soscStatus', "caseworkerAccepted");
+
+
+
+ ["soscStatus"]
+
+
+
+ ${action == 'Accepted'}
+
+
+ ${action == 'Recheck'}
+
+
+
+
+
+ execution.setVariable('applicationStatus', "Resubmit");
+execution.setVariable('returnedBy', "cssaTeam");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+
+ Flow_19ktqsm
+ Flow_12uv3km
+ Flow_0qw9o9a
+ Flow_0wxa7vb
+ Flow_0b5e332
+ Flow_1stifo9
+
+
+ Flow_0dbqph3
+ Flow_1stifo9
+ Flow_05pndkl
+ var system = java.lang.System;
+
+execution.setVariable('name','User');
+system.out.println ("name"+ execution.getVariable('name'));
+
+var applicantEmail = execution.getVariable('contactPersonEmailAddress');
+execution.setVariable('applicantEmail', applicantEmail );
+
+var apEmail = execution.getVariable('contactPersonEmailAddress2');
+execution.setVariable('apEmail', apEmail);
+system.out.println("apEmail" + apEmail);
+
+var clientEmail = execution.getVariable('ownerEmailAddress');
+system.out.println ("clientEmail "+clientEmail);
+execution.setVariable('clientEmail',clientEmail);
+
+var agentEmail = execution.getVariable('contactPersonEmailAddress1');
+execution.setVariable('agentEmail',agentEmail);
+system.out.println("agentEmail"+agentEmail);
+
+var emailsToArray = [];
+emailsToArray.push(clientEmail);
+if(applicantEmail){
+ emailsToArray.push(applicantEmail);
+}
+if(agentEmail){
+ emailsToArray.push(agentEmail);
+}
+if(apEmail){
+ emailsToArray.push(apEmail);
+}
+execution.setVariable("emailTo", Java.to(emailsToArray, "java.lang.Object[]"));
+system.out.println ("emailTo"+execution.getVariable('emailTo'));
+
+var apFirstName= execution.getVariable('apFirstName');
+system.out.println ("apFirstName"+apFirstName);
+if(apFirstName){
+execution.setVariable('apRequired',true);
+} else {
+execution.setVariable('apRequired',false);
+}
+system.out.println ("apRequired"+execution.getVariable('apRequired'));
+
+
+ Flow_1rc30l8
+ Flow_0dbqph3
+ var system = java.lang.System;
+system.out.println ("Submit SoSC");
+execution.setVariable('isAp',false);
+execution.setVariable('isSociety',false);
+execution.setVariable('isCssaTeam',false);
+execution.setVariable('isSentFromSociety',false);
+
+
+
+
+ task.execution.setVariable('isAp',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_0pzpbn7
+ Flow_0527h3y
+ Flow_0xviquu
+ Flow_0b418rv
+
+
+
+ Flow_0b418rv
+ Flow_1uymx0e
+ Flow_16imhzz
+
+
+
+ Flow_1rauvts
+ Flow_0gb2oz2
+ Flow_0qw9o9a
+ Flow_0pzpbn7
+
+
+
+ Flow_0d8ruax
+ Flow_1rauvts
+ Flow_0xqxeuh
+
+
+
+ Flow_1e5ig6c
+ Flow_19ktqsm
+ Flow_0qbjx6e
+ Flow_1tu4hj7
+ Flow_1ev1kr6
+
+
+
+ Flow_0bz8atu
+ Flow_1e5ig6c
+ Flow_0q6vtm0
+
+
+
+
+ Flow_02ysv7t
+ Flow_026ykts
+ var system = java.lang.System;
+var selectSoscSdm= execution.getVariable('selectSoscSdm');
+system.out.println ("selectSoscSdm"+selectSoscSdm);
+execution.setVariable('soscSdmAssignment',selectSoscSdm);
+system.out.println ("soscSdmAssignment"+execution.getVariable('soscSdmAssignment'));
+
+var selectSoscCaseworker= execution.getVariable('selectSoscCaseworker');
+system.out.println ("selectSoscCaseworker"+selectSoscCaseworker);
+execution.setVariable('soscCaseworkerAssignment',selectSoscCaseworker);
+system.out.println ("soscCaseworkerAssignment"+execution.getVariable('soscCaseworkerAssignment'));
+
+
+ Flow_0ox6f9z
+ Flow_02ysv7t
+ Flow_0lgivc3
+
+
+
+ Flow_0gcqir8
+ Flow_0ox6f9z
+ Flow_1hnx4nj
+
+
+
+
+
+
+
+ Flow_0d8ioqs
+ Flow_1jxxrt6
+ Flow_026ykts
+ Flow_0qiqnks
+ var system = java.lang.System;
+
+execution.setVariable('isCaseworker',false);
+
+
+ Flow_0on1goq
+ Flow_0kw2jbo
+ Flow_0wxa7vb
+ Flow_1xju4ax
+ Flow_1esdw3m
+
+
+ Flow_0kw2jbo
+ Flow_057qs1x
+ Flow_0ovj0pk
+ Flow_07vh0na
+ var system = java.lang.System;
+system.out.println ("Sent to SDM");
+
+
+ Flow_0qiqnks
+ Flow_057qs1x
+ Flow_01suxh6
+
+
+
+
+ task.execution.setVariable('isCaseworker',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_01suxh6
+ Flow_19ik9s7
+
+
+ Flow_19ik9s7
+ Flow_0on1goq
+ Flow_0z0wj6z
+
+
+
+
+ task.execution.setVariable('isSdm',false);
+
+
+
+ task.execution.setVariable('applicationStatus', task.execution.getVariable('action'));
+task.execution.setVariable('deleteReason', "completed");
+
+
+
+
+ ["applicationId", "applicationStatus"]
+
+
+
+ Flow_07vh0na
+ Flow_08c8ij1
+
+
+ Flow_1l3oqze
+ Flow_0b5e332
+ Flow_1jxxrt6
+ Flow_07eueok
+ Flow_0aabyhy
+
+
+ Flow_08c8ij1
+ Flow_1l3oqze
+ Flow_0op6tja
+
+
+ Flow_05pndkl
+ Flow_1xj96i6
+ Flow_0527h3y
+ Flow_0543g25
+ Flow_0wr0mei
+ Flow_0d8ioqs
+ Flow_0ovj0pk
+
+
+ Flow_1xj96i6
+ Flow_0xviquu
+ Flow_0mzcdc9
+
+
+ ${apRequired== true}
+
+
+ ${apRequired== false}
+
+
+ ${isSentFromSociety == false}
+
+
+
+
+ Flow_07eueok
+ Flow_1m7z9cq
+ Flow_0mrjkt1
+
+
+
+
+
+ Flow_1xju4ax
+ Flow_1q3zpib
+ Flow_1hksq9t
+
+
+
+ Flow_0qbjx6e
+ Flow_14l7yi6
+ Flow_0a5mfei
+
+
+
+
+
+
+ sosc_updated
+
+
+ Flow_1m7z9cq
+ Flow_1hksq9t
+ Flow_0a5mfei
+ Flow_0op6tja
+ Flow_0z0wj6z
+ Flow_1hnx4nj
+ Flow_0q6vtm0
+ Flow_0xqxeuh
+ Flow_16imhzz
+ Flow_0aoaeq3
+
+
+ Flow_0aoaeq3
+ Flow_0mrjkt1
+ Flow_1q3zpib
+ Flow_14l7yi6
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nir_application.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nir_application.ftl
new file mode 100644
index 00000000..589119be
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nir_application.ftl
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Site Remediation Services
+
+
+
+
+
+
+
+
+
+
+
+
+ Notification of Independent Remediation.
+
+
+
+
+
+
+ Dear ${name},
+
+
+ Your Notification of Independent Remediation application has been updated. Current status is ${action}.
+
+
+
+
+
+
+ If you need any help, don’t hesitate to reach out to us at ${support}
+
+
+
+
+
+
+
+
+
+
+
+ BC Public Services will never send an email that asks you to provide, confirm or verify personal, log on or account information.
+ DO NOT reply to this email as it was sent from an unmonitored account.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nom_application.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nom_application.ftl
new file mode 100644
index 00000000..f9a5183f
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nom_application.ftl
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Site Remediation Services
+
+
+
+
+
+
+
+
+
+
+
+
+ ${formName}.
+
+
+
+
+
+
+ Hello,
+
+
+ Your ${formName} application # ${applicationId} has been updated. Current status is ${action} by ${userRole}.
+
+
+
+
+
+
+ If you need any help, don’t hesitate to reach out to us at ${support}
+
+
+
+
+
+
+
+
+
+
+
+ EPD will never send an email that asks you to provide, confirm or verify personal, log on or account information.
+ DO NOT reply to this email as it was sent from an unmonitored account.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/request_updated.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/request_updated.ftl
new file mode 100644
index 00000000..1c80efeb
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/request_updated.ftl
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Site Remediation Services
+
+
+
+
+
+
+
+
+
+
+
+
+ ${formName}.
+
+
+
+
+
+
+ Hello,
+
+
+ Your ${formName} application # ${applicationId} has been updated. Current status for ${subFormName} is ${action} by ${userRole}.
+
+
+
+
+
+
+ If you need any help, don’t hesitate to reach out to us at ${support}
+
+
+
+
+
+
+
+
+
+
+
+ EPD will never send an email that asks you to provide, confirm or verify personal, log on or account information.
+ DO NOT reply to this email as it was sent from an unmonitored account.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sds_application.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sds_application.ftl
new file mode 100644
index 00000000..b30b10c0
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sds_application.ftl
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Site Remediation Services
+
+
+
+
+
+
+
+
+
+
+
+
+ Site Disclosure Statements.
+
+
+
+
+
+
+ Dear ${name},
+
+
+ Your Site Disclosure Statements application has been updated. Current status is ${action}.
+
+
+
+
+
+
+ If you need any help, don’t hesitate to reach out to us at ${support}
+
+
+
+
+
+
+
+
+
+
+
+ BC Public Services will never send an email that asks you to provide, confirm or verify personal, log on or account information.
+ DO NOT reply to this email as it was sent from an unmonitored account.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sir_application_approved.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sir_application_approved.ftl
index 3818bed2..ec517a39 100644
--- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sir_application_approved.ftl
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sir_application_approved.ftl
@@ -35,11 +35,11 @@
- Hello ${name},
+ Dear ${name},
- Your site information request has been accepted by site information officer for further processing. We will process your application and send the requested documents over email.
-
+ We wanted to inform you that your site information request has been successfully received and acknowledged by our site information officer. We are currently in the process of reviewing and processing your application. We will promptly send the requested documents to you via a separate email.
+
@@ -59,7 +59,7 @@
- EPD will never send an email that asks you to provide, confirm or verify personal, log on or account information.
+
BC Public Services will never send an email that asks you to provide, confirm or verify personal, log on or account information.
DO NOT reply to this email as it was sent from an unmonitored account.
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sosc_application.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sosc_application.ftl
new file mode 100644
index 00000000..cae23103
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sosc_application.ftl
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Site Remediation Services
+
+
+
+
+
+
+
+
+
+
+
+
+ Summary of Site Condition Report.
+
+
+
+
+
+
+ Hello ${name},
+
+
+ Your Summary of Site Condition Report application has been updated. Current status is ${action}.
+
+
+
+
+
+
+ If you need any help, don’t hesitate to reach out to us at ${support}
+
+
+
+
+
+
+
+
+
+
+
+ EPD will never send an email that asks you to provide, confirm or verify personal, log on or account information.
+ DO NOT reply to this email as it was sent from an unmonitored account.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/srcr_application.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/srcr_application.ftl
new file mode 100644
index 00000000..70d86bed
--- /dev/null
+++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/srcr_application.ftl
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Site Remediation Services
+
+
+
+
+
+
+
+
+
+
+
+
+ Site Risk Classification Report.
+
+
+
+
+
+
+ Hello,
+
+
+ Your Site Risk Classification Report application has been updated. Current status is ${action}.
+
+
+
+
+
+
+ If you need any help, don’t hesitate to reach out to us at ${support}
+
+
+
+
+
+
+
+
+
+
+
+ EPD will never send an email that asks you to provide, confirm or verify personal, log on or account information.
+ DO NOT reply to this email as it was sent from an unmonitored account.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/site-search/.eslintrc.cjs b/frontend/site-search/.eslintrc.cjs
new file mode 100644
index 00000000..d6c95379
--- /dev/null
+++ b/frontend/site-search/.eslintrc.cjs
@@ -0,0 +1,18 @@
+module.exports = {
+ root: true,
+ env: { browser: true, es2020: true },
+ extends: [
+ 'eslint:recommended',
+ 'plugin:@typescript-eslint/recommended',
+ 'plugin:react-hooks/recommended',
+ ],
+ ignorePatterns: ['dist', '.eslintrc.cjs'],
+ parser: '@typescript-eslint/parser',
+ plugins: ['react-refresh'],
+ rules: {
+ 'react-refresh/only-export-components': [
+ 'warn',
+ { allowConstantExport: true },
+ ],
+ },
+}
diff --git a/frontend/site-search/.gitignore b/frontend/site-search/.gitignore
new file mode 100644
index 00000000..f6236c79
--- /dev/null
+++ b/frontend/site-search/.gitignore
@@ -0,0 +1,25 @@
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+lerna-debug.log*
+*.private.*
+
+node_modules
+dist
+dist-ssr
+*.local
+
+# Editor directories and files
+.vscode/*
+!.vscode/extensions.json
+.idea
+.DS_Store
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?
diff --git a/frontend/site-search/Dockerfile b/frontend/site-search/Dockerfile
new file mode 100644
index 00000000..eb47ddc6
--- /dev/null
+++ b/frontend/site-search/Dockerfile
@@ -0,0 +1,32 @@
+# "build-stage", based on Node.js, to build and compile the frontend
+# pull official base image
+FROM node:19 as build-stage
+# FROM node:20 as build-stage
+
+# set working directory
+WORKDIR /app
+
+# add `/app/node_modules/.bin` to $PATH
+ENV PATH /app/node_modules/.bin:$PATH
+
+# install app dependencies
+COPY package.json ./
+COPY package-lock.json ./
+
+RUN npm install
+# RUN npm install react-scripts@3.4.1 -g --silent
+
+# create and set user permissions to app folder
+RUN mkdir -p node_modules/.cache && chmod -R 777 node_modules/.cache
+
+# add app files
+COPY . ./
+
+RUN npm run build
+
+# Stage 1, based on Nginx, to have only the compiled app, ready for production with Nginx
+FROM nginx:1.17 as production-stage
+RUN mkdir /app
+COPY --from=build-stage /app/dist /usr/share/nginx/html
+COPY nginx.conf /etc/nginx/nginx.conf
+CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file
diff --git a/frontend/site-search/README.md b/frontend/site-search/README.md
new file mode 100644
index 00000000..1ebe379f
--- /dev/null
+++ b/frontend/site-search/README.md
@@ -0,0 +1,27 @@
+# React + TypeScript + Vite
+
+This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
+
+Currently, two official plugins are available:
+
+- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
+- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
+
+## Expanding the ESLint configuration
+
+If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
+
+- Configure the top-level `parserOptions` property like this:
+
+```js
+ parserOptions: {
+ ecmaVersion: 'latest',
+ sourceType: 'module',
+ project: ['./tsconfig.json', './tsconfig.node.json'],
+ tsconfigRootDir: __dirname,
+ },
+```
+
+- Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked`
+- Optionally add `plugin:@typescript-eslint/stylistic-type-checked`
+- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list
diff --git a/frontend/site-search/index.html b/frontend/site-search/index.html
new file mode 100644
index 00000000..e4b78eae
--- /dev/null
+++ b/frontend/site-search/index.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+ Vite + React + TS
+
+
+
+
+
+
diff --git a/frontend/site-search/nginx.conf b/frontend/site-search/nginx.conf
new file mode 100644
index 00000000..7295e405
--- /dev/null
+++ b/frontend/site-search/nginx.conf
@@ -0,0 +1,59 @@
+# nginx.conf
+worker_processes auto;
+error_log /var/log/nginx/error.log;
+
+pid /tmp/nginx.pid;
+
+events {
+ worker_connections 4096;
+}
+
+http {
+ include /etc/nginx/mime.types;
+ client_body_temp_path /tmp/client_temp;
+ proxy_temp_path /tmp/proxy_temp_path;
+ fastcgi_temp_path /tmp/fastcgi_temp;
+ uwsgi_temp_path /tmp/uwsgi_temp;
+ scgi_temp_path /tmp/scgi_temp;
+ default_type application/octet-stream;
+ server_tokens off;
+ underscores_in_headers on;
+
+ # Use a w3c standard log format
+ log_format main '$remote_addr - $remote_user [$time_local] "$request" '
+ '$status $body_bytes_sent "$http_referer" '
+ '"$http_user_agent" "$http_x_forwarded_for"';
+
+ access_log /var/log/nginx/access.log main;
+
+
+ server {
+
+ # add in most common security headers
+ add_header Content-Security-Policy "default-src * data: blob: filesystem: 'unsafe-inline' 'unsafe-eval'; frame-ancestors 'self' https://*.apps.silver.devops.gov.bc.ca";
+ add_header Strict-Transport-Security "max-age=31536000; includeSubDomains";
+ add_header X-Content-Type-Options "nosniff";
+ add_header X-XSS-Protection 1;
+ add_header X-Frame-Options SAMEORIGIN;
+
+ listen 8080;
+ server_name _;
+
+ index index.html;
+ error_log /dev/stdout info;
+ access_log /dev/stdout;
+
+ # frontend
+ location / {
+ root /usr/share/nginx/html;
+ index index.html index.htm;
+ try_files $uri $uri/ /index.html;
+ }
+
+ error_page 500 502 503 504 /50x.html;
+
+ location = /50x.html {
+ root /usr/share/nginx/html;
+ }
+ }
+}
\ No newline at end of file
diff --git a/frontend/site-search/package-lock.json b/frontend/site-search/package-lock.json
new file mode 100644
index 00000000..9f01517f
--- /dev/null
+++ b/frontend/site-search/package-lock.json
@@ -0,0 +1,5101 @@
+{
+ "name": "site-search",
+ "version": "0.0.0",
+ "lockfileVersion": 2,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "site-search",
+ "version": "0.0.0",
+ "dependencies": {
+ "@reduxjs/toolkit": "^1.9.5",
+ "bootstrap": "^5.3.1",
+ "leaflet": "^1.9.4",
+ "react": "^18.2.0",
+ "react-bootstrap": "^2.8.0",
+ "react-bootstrap-icons": "^1.10.3",
+ "react-dom": "^18.2.0",
+ "react-leaflet": "^4.2.1",
+ "react-redux": "^8.1.2",
+ "react-router-dom": "^6.15.0"
+ },
+ "devDependencies": {
+ "@faker-js/faker": "^8.0.2",
+ "@types/leaflet": "^1.9.4",
+ "@types/node": "^20.7.0",
+ "@types/react": "^18.2.15",
+ "@types/react-bootstrap": "^0.32.32",
+ "@types/react-dom": "^18.2.7",
+ "@types/react-leaflet": "^3.0.0",
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
+ "@typescript-eslint/parser": "^6.0.0",
+ "@vitejs/plugin-react-swc": "^3.3.2",
+ "eslint": "^8.45.0",
+ "eslint-plugin-react-hooks": "^4.6.0",
+ "eslint-plugin-react-refresh": "^0.4.3",
+ "ts-node": "^10.9.1",
+ "typescript": "^5.0.2",
+ "vite": "^4.4.5"
+ }
+ },
+ "node_modules/@aashutoshrathi/word-wrap": {
+ "version": "1.2.6",
+ "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
+ "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/@babel/runtime": {
+ "version": "7.22.15",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.15.tgz",
+ "integrity": "sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==",
+ "dependencies": {
+ "regenerator-runtime": "^0.14.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@cspotcode/source-map-support": {
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
+ "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/trace-mapping": "0.3.9"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/android-arm": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz",
+ "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/android-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz",
+ "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/android-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz",
+ "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/darwin-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz",
+ "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/darwin-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz",
+ "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/freebsd-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz",
+ "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/freebsd-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz",
+ "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/linux-arm": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz",
+ "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/linux-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz",
+ "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/linux-ia32": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz",
+ "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/linux-loong64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz",
+ "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==",
+ "cpu": [
+ "loong64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/linux-mips64el": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz",
+ "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==",
+ "cpu": [
+ "mips64el"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/linux-ppc64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz",
+ "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/linux-riscv64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz",
+ "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/linux-s390x": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz",
+ "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/linux-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz",
+ "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/netbsd-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz",
+ "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "netbsd"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/openbsd-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz",
+ "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "openbsd"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/sunos-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz",
+ "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "sunos"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/win32-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz",
+ "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/win32-ia32": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz",
+ "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@esbuild/win32-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz",
+ "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@eslint-community/eslint-utils": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
+ "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
+ "dev": true,
+ "dependencies": {
+ "eslint-visitor-keys": "^3.3.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "peerDependencies": {
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
+ }
+ },
+ "node_modules/@eslint-community/regexpp": {
+ "version": "4.8.1",
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.8.1.tgz",
+ "integrity": "sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==",
+ "dev": true,
+ "engines": {
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
+ }
+ },
+ "node_modules/@eslint/eslintrc": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz",
+ "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==",
+ "dev": true,
+ "dependencies": {
+ "ajv": "^6.12.4",
+ "debug": "^4.3.2",
+ "espree": "^9.6.0",
+ "globals": "^13.19.0",
+ "ignore": "^5.2.0",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^4.1.0",
+ "minimatch": "^3.1.2",
+ "strip-json-comments": "^3.1.1"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/@eslint/js": {
+ "version": "8.49.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz",
+ "integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==",
+ "dev": true,
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ }
+ },
+ "node_modules/@faker-js/faker": {
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-8.0.2.tgz",
+ "integrity": "sha512-Uo3pGspElQW91PCvKSIAXoEgAUlRnH29sX2/p89kg7sP1m2PzCufHINd0FhTXQf6DYGiUlVncdSPa2F9wxed2A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/fakerjs"
+ }
+ ],
+ "engines": {
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
+ "npm": ">=6.14.13"
+ }
+ },
+ "node_modules/@humanwhocodes/config-array": {
+ "version": "0.11.11",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz",
+ "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==",
+ "dev": true,
+ "dependencies": {
+ "@humanwhocodes/object-schema": "^1.2.1",
+ "debug": "^4.1.1",
+ "minimatch": "^3.0.5"
+ },
+ "engines": {
+ "node": ">=10.10.0"
+ }
+ },
+ "node_modules/@humanwhocodes/module-importer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
+ "dev": true,
+ "engines": {
+ "node": ">=12.22"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "node_modules/@humanwhocodes/object-schema": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
+ "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
+ "dev": true
+ },
+ "node_modules/@jridgewell/resolve-uri": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",
+ "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/sourcemap-codec": {
+ "version": "1.4.15",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
+ "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
+ "dev": true
+ },
+ "node_modules/@jridgewell/trace-mapping": {
+ "version": "0.3.9",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
+ "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/resolve-uri": "^3.0.3",
+ "@jridgewell/sourcemap-codec": "^1.4.10"
+ }
+ },
+ "node_modules/@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "dev": true,
+ "dependencies": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "dev": true,
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "dev": true,
+ "dependencies": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@popperjs/core": {
+ "version": "2.11.8",
+ "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
+ "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/popperjs"
+ }
+ },
+ "node_modules/@react-aria/ssr": {
+ "version": "3.8.0",
+ "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.8.0.tgz",
+ "integrity": "sha512-Y54xs483rglN5DxbwfCPHxnkvZ+gZ0LbSYmR72LyWPGft8hN/lrl1VRS1EW2SMjnkEWlj+Km2mwvA3kEHDUA0A==",
+ "dependencies": {
+ "@swc/helpers": "^0.5.0"
+ },
+ "engines": {
+ "node": ">= 12"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
+ }
+ },
+ "node_modules/@react-leaflet/core": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@react-leaflet/core/-/core-2.1.0.tgz",
+ "integrity": "sha512-Qk7Pfu8BSarKGqILj4x7bCSZ1pjuAPZ+qmRwH5S7mDS91VSbVVsJSrW4qA+GPrro8t69gFYVMWb1Zc4yFmPiVg==",
+ "peerDependencies": {
+ "leaflet": "^1.9.0",
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0"
+ }
+ },
+ "node_modules/@reduxjs/toolkit": {
+ "version": "1.9.5",
+ "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-1.9.5.tgz",
+ "integrity": "sha512-Rt97jHmfTeaxL4swLRNPD/zV4OxTes4la07Xc4hetpUW/vc75t5m1ANyxG6ymnEQ2FsLQsoMlYB2vV1sO3m8tQ==",
+ "dependencies": {
+ "immer": "^9.0.21",
+ "redux": "^4.2.1",
+ "redux-thunk": "^2.4.2",
+ "reselect": "^4.1.8"
+ },
+ "peerDependencies": {
+ "react": "^16.9.0 || ^17.0.0 || ^18",
+ "react-redux": "^7.2.1 || ^8.0.2"
+ },
+ "peerDependenciesMeta": {
+ "react": {
+ "optional": true
+ },
+ "react-redux": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@remix-run/router": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.8.0.tgz",
+ "integrity": "sha512-mrfKqIHnSZRyIzBcanNJmVQELTnX+qagEDlcKO90RgRBVOZGSGvZKeDihTRfWcqoDn5N/NkUcwWTccnpN18Tfg==",
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/@restart/hooks": {
+ "version": "0.4.11",
+ "resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.11.tgz",
+ "integrity": "sha512-Ft/ncTULZN6ldGHiF/k5qt72O8JyRMOeg0tApvCni8LkoiEahO+z3TNxfXIVGy890YtWVDvJAl662dVJSJXvMw==",
+ "dependencies": {
+ "dequal": "^2.0.3"
+ },
+ "peerDependencies": {
+ "react": ">=16.8.0"
+ }
+ },
+ "node_modules/@restart/ui": {
+ "version": "1.6.6",
+ "resolved": "https://registry.npmjs.org/@restart/ui/-/ui-1.6.6.tgz",
+ "integrity": "sha512-eC3puKuWE1SRYbojWHXnvCNHGgf3uzHCb6JOhnF4OXPibOIPEkR1sqDSkL643ydigxwh+ruCa1CmYHlzk7ikKA==",
+ "dependencies": {
+ "@babel/runtime": "^7.21.0",
+ "@popperjs/core": "^2.11.6",
+ "@react-aria/ssr": "^3.5.0",
+ "@restart/hooks": "^0.4.9",
+ "@types/warning": "^3.0.0",
+ "dequal": "^2.0.3",
+ "dom-helpers": "^5.2.0",
+ "uncontrollable": "^8.0.1",
+ "warning": "^4.0.3"
+ },
+ "peerDependencies": {
+ "react": ">=16.14.0",
+ "react-dom": ">=16.14.0"
+ }
+ },
+ "node_modules/@restart/ui/node_modules/uncontrollable": {
+ "version": "8.0.4",
+ "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-8.0.4.tgz",
+ "integrity": "sha512-ulRWYWHvscPFc0QQXvyJjY6LIXU56f0h8pQFvhxiKk5V1fcI8gp9Ht9leVAhrVjzqMw0BgjspBINx9r6oyJUvQ==",
+ "peerDependencies": {
+ "react": ">=16.14.0"
+ }
+ },
+ "node_modules/@swc/core": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.3.84.tgz",
+ "integrity": "sha512-UPKUiDwG7HOdPfOb1VFeEJ76JDgU2w80JLewzx6tb0fk9TIjhr9yxKBzPbzc/QpjGHDu5iaEuNeZcu27u4j63g==",
+ "dev": true,
+ "hasInstallScript": true,
+ "dependencies": {
+ "@swc/types": "^0.1.4"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/swc"
+ },
+ "optionalDependencies": {
+ "@swc/core-darwin-arm64": "1.3.84",
+ "@swc/core-darwin-x64": "1.3.84",
+ "@swc/core-linux-arm-gnueabihf": "1.3.84",
+ "@swc/core-linux-arm64-gnu": "1.3.84",
+ "@swc/core-linux-arm64-musl": "1.3.84",
+ "@swc/core-linux-x64-gnu": "1.3.84",
+ "@swc/core-linux-x64-musl": "1.3.84",
+ "@swc/core-win32-arm64-msvc": "1.3.84",
+ "@swc/core-win32-ia32-msvc": "1.3.84",
+ "@swc/core-win32-x64-msvc": "1.3.84"
+ },
+ "peerDependencies": {
+ "@swc/helpers": "^0.5.0"
+ },
+ "peerDependenciesMeta": {
+ "@swc/helpers": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@swc/core-darwin-arm64": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.84.tgz",
+ "integrity": "sha512-mqK0buOo+toF2HoJ/gWj2ApZbvbIiNq3mMwSTHCYJHlQFQfoTWnl9aaD5GSO4wfNFVYfEZ1R259o5uv5NlVtoA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@swc/core-darwin-x64": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.3.84.tgz",
+ "integrity": "sha512-cyuQZz62C43EDZqtnptUTlfDvAjgG3qu139m5zsfIK6ltXA5inKFbDWV3a/M5c18dFzA2Xh21Q46XZezmtQ9Tg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@swc/core-linux-arm-gnueabihf": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.84.tgz",
+ "integrity": "sha512-dmt/ECQrp3ZPWnK27p4E4xRIRHOoJhgGvxC5t5YaWzN20KcxE9ykEY2oLGSoeceM/A+4D11aRYGwF/EM7yOkvA==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@swc/core-linux-arm64-gnu": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.84.tgz",
+ "integrity": "sha512-PgVfrI3NVg2z/oeg3GWLb9rFLMqidbdPwVH5nRyHVP2RX/BWP6qfnYfG+gJv4qrKzIldb9TyCGH7y8VWctKLxw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@swc/core-linux-arm64-musl": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.84.tgz",
+ "integrity": "sha512-hcuEa8/vin4Ns0P+FpcDHQ4f3jmhgGKQhqw0w+TovPSVTIXr+nrFQ2AGhs9nAxS6tSQ77C53Eb5YRpK8ToFo1A==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@swc/core-linux-x64-gnu": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.84.tgz",
+ "integrity": "sha512-IvyimSbwGdu21jBBEqR1Up8Jhvl8kIAf1k3e5Oy8oRfgojdUfmW1EIwgGdoUeyQ1VHlfquiWaRGfsnHQUKl35g==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@swc/core-linux-x64-musl": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.84.tgz",
+ "integrity": "sha512-hdgVU/O5ufDCe+p5RtCjU7PRNwd0WM+eWJS+GNY4QWL6O8y2VLM+i4+6YzwSUjeBk0xd+1YElMxbqz7r5tSZhw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@swc/core-win32-arm64-msvc": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.84.tgz",
+ "integrity": "sha512-rzH6k2BF0BFOFhUTD+bh0oCiUCZjFfDfoZoYNN/CM0qbtjAcFH21hzMh/EH8ZaXq8k/iQmUNNa5MPNPZ4SOMNw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@swc/core-win32-ia32-msvc": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.84.tgz",
+ "integrity": "sha512-Y+Dk7VLLVwwsAzoDmjkNW/sTmSPl9PGr4Mj1nhc5A2NNxZ+hz4SxFMclacDI03SC5ikK8Qh6WOoE/+nwUDa3uA==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@swc/core-win32-x64-msvc": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.84.tgz",
+ "integrity": "sha512-WmpaosqCWMX7DArLdU8AJcj96hy0PKlYh1DaMVikSrrDHbJm2dZ8rd27IK3qUB8DgPkrDYHmLAKNZ+z3gWXgRQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@swc/helpers": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.2.tgz",
+ "integrity": "sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==",
+ "dependencies": {
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@swc/types": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.4.tgz",
+ "integrity": "sha512-z/G02d+59gyyUb7KYhKi9jOhicek6QD2oMaotUyG+lUkybpXoV49dY9bj7Ah5Q+y7knK2jU67UTX9FyfGzaxQg==",
+ "dev": true
+ },
+ "node_modules/@tsconfig/node10": {
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz",
+ "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==",
+ "dev": true
+ },
+ "node_modules/@tsconfig/node12": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
+ "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
+ "dev": true
+ },
+ "node_modules/@tsconfig/node14": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
+ "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
+ "dev": true
+ },
+ "node_modules/@tsconfig/node16": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz",
+ "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==",
+ "dev": true
+ },
+ "node_modules/@types/geojson": {
+ "version": "7946.0.11",
+ "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.11.tgz",
+ "integrity": "sha512-L7A0AINMXQpVwxHJ4jxD6/XjZ4NDufaRlUJHjNIFKYUFBH1SvOW+neaqb0VTRSLW5suSrSu19ObFEFnfNcr+qg==",
+ "dev": true
+ },
+ "node_modules/@types/hoist-non-react-statics": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz",
+ "integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==",
+ "dependencies": {
+ "@types/react": "*",
+ "hoist-non-react-statics": "^3.3.0"
+ }
+ },
+ "node_modules/@types/json-schema": {
+ "version": "7.0.12",
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz",
+ "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==",
+ "dev": true
+ },
+ "node_modules/@types/leaflet": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.4.tgz",
+ "integrity": "sha512-kfwgQf4eOxoe/tD9CaKQrBKHbc7VpyfJOG5sxsQtkH+ML9xYa8hUC3UMa0wU1pKfciJtO0pU9g9XbWhPo7iBCA==",
+ "dev": true,
+ "dependencies": {
+ "@types/geojson": "*"
+ }
+ },
+ "node_modules/@types/node": {
+ "version": "20.7.0",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.7.0.tgz",
+ "integrity": "sha512-zI22/pJW2wUZOVyguFaUL1HABdmSVxpXrzIqkjsHmyUjNhPoWM1CKfvVuXfetHhIok4RY573cqS0mZ1SJEnoTg==",
+ "dev": true
+ },
+ "node_modules/@types/prop-types": {
+ "version": "15.7.5",
+ "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
+ "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
+ },
+ "node_modules/@types/react": {
+ "version": "18.2.21",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz",
+ "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==",
+ "dependencies": {
+ "@types/prop-types": "*",
+ "@types/scheduler": "*",
+ "csstype": "^3.0.2"
+ }
+ },
+ "node_modules/@types/react-bootstrap": {
+ "version": "0.32.32",
+ "resolved": "https://registry.npmjs.org/@types/react-bootstrap/-/react-bootstrap-0.32.32.tgz",
+ "integrity": "sha512-GM9UtV7v+C2F0rbqgIpMWdCKBMdX3PQURoJQobPO4vDAeFadcExNtKffi13/MjaAks+riJKVGyiMe+6OmDYT2w==",
+ "dev": true,
+ "dependencies": {
+ "@types/react": "*"
+ }
+ },
+ "node_modules/@types/react-dom": {
+ "version": "18.2.7",
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz",
+ "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==",
+ "devOptional": true,
+ "dependencies": {
+ "@types/react": "*"
+ }
+ },
+ "node_modules/@types/react-leaflet": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/react-leaflet/-/react-leaflet-3.0.0.tgz",
+ "integrity": "sha512-p8R9mVKbCDDqOdW+M6GyJJuFn6q+IgDFYavFiOIvaWHuOe5kIHZEtCy1pfM43JIA6JiB3D/aDoby7C51eO+XSg==",
+ "deprecated": "This is a stub types definition. react-leaflet provides its own type definitions, so you do not need this installed.",
+ "dev": true,
+ "dependencies": {
+ "react-leaflet": "*"
+ }
+ },
+ "node_modules/@types/react-transition-group": {
+ "version": "4.4.6",
+ "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.6.tgz",
+ "integrity": "sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew==",
+ "dependencies": {
+ "@types/react": "*"
+ }
+ },
+ "node_modules/@types/scheduler": {
+ "version": "0.16.3",
+ "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
+ "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ=="
+ },
+ "node_modules/@types/semver": {
+ "version": "7.5.1",
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.1.tgz",
+ "integrity": "sha512-cJRQXpObxfNKkFAZbJl2yjWtJCqELQIdShsogr1d2MilP8dKD9TE/nEKHkJgUNHdGKCQaf9HbIynuV2csLGVLg==",
+ "dev": true
+ },
+ "node_modules/@types/use-sync-external-store": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz",
+ "integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA=="
+ },
+ "node_modules/@types/warning": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/warning/-/warning-3.0.0.tgz",
+ "integrity": "sha512-t/Tvs5qR47OLOr+4E9ckN8AmP2Tf16gWq+/qA4iUGS/OOyHVO8wv2vjJuX8SNOUTJyWb+2t7wJm6cXILFnOROA=="
+ },
+ "node_modules/@typescript-eslint/eslint-plugin": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.0.tgz",
+ "integrity": "sha512-gUqtknHm0TDs1LhY12K2NA3Rmlmp88jK9Tx8vGZMfHeNMLE3GH2e9TRub+y+SOjuYgtOmok+wt1AyDPZqxbNag==",
+ "dev": true,
+ "dependencies": {
+ "@eslint-community/regexpp": "^4.5.1",
+ "@typescript-eslint/scope-manager": "6.7.0",
+ "@typescript-eslint/type-utils": "6.7.0",
+ "@typescript-eslint/utils": "6.7.0",
+ "@typescript-eslint/visitor-keys": "6.7.0",
+ "debug": "^4.3.4",
+ "graphemer": "^1.4.0",
+ "ignore": "^5.2.4",
+ "natural-compare": "^1.4.0",
+ "semver": "^7.5.4",
+ "ts-api-utils": "^1.0.1"
+ },
+ "engines": {
+ "node": "^16.0.0 || >=18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
+ "eslint": "^7.0.0 || ^8.0.0"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@typescript-eslint/parser": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.7.0.tgz",
+ "integrity": "sha512-jZKYwqNpNm5kzPVP5z1JXAuxjtl2uG+5NpaMocFPTNC2EdYIgbXIPImObOkhbONxtFTTdoZstLZefbaK+wXZng==",
+ "dev": true,
+ "dependencies": {
+ "@typescript-eslint/scope-manager": "6.7.0",
+ "@typescript-eslint/types": "6.7.0",
+ "@typescript-eslint/typescript-estree": "6.7.0",
+ "@typescript-eslint/visitor-keys": "6.7.0",
+ "debug": "^4.3.4"
+ },
+ "engines": {
+ "node": "^16.0.0 || >=18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^7.0.0 || ^8.0.0"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@typescript-eslint/scope-manager": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.7.0.tgz",
+ "integrity": "sha512-lAT1Uau20lQyjoLUQ5FUMSX/dS07qux9rYd5FGzKz/Kf8W8ccuvMyldb8hadHdK/qOI7aikvQWqulnEq2nCEYA==",
+ "dev": true,
+ "dependencies": {
+ "@typescript-eslint/types": "6.7.0",
+ "@typescript-eslint/visitor-keys": "6.7.0"
+ },
+ "engines": {
+ "node": "^16.0.0 || >=18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "node_modules/@typescript-eslint/type-utils": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.7.0.tgz",
+ "integrity": "sha512-f/QabJgDAlpSz3qduCyQT0Fw7hHpmhOzY/Rv6zO3yO+HVIdPfIWhrQoAyG+uZVtWAIS85zAyzgAFfyEr+MgBpg==",
+ "dev": true,
+ "dependencies": {
+ "@typescript-eslint/typescript-estree": "6.7.0",
+ "@typescript-eslint/utils": "6.7.0",
+ "debug": "^4.3.4",
+ "ts-api-utils": "^1.0.1"
+ },
+ "engines": {
+ "node": "^16.0.0 || >=18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^7.0.0 || ^8.0.0"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@typescript-eslint/types": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.7.0.tgz",
+ "integrity": "sha512-ihPfvOp7pOcN/ysoj0RpBPOx3HQTJTrIN8UZK+WFd3/iDeFHHqeyYxa4hQk4rMhsz9H9mXpR61IzwlBVGXtl9Q==",
+ "dev": true,
+ "engines": {
+ "node": "^16.0.0 || >=18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "node_modules/@typescript-eslint/typescript-estree": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.0.tgz",
+ "integrity": "sha512-dPvkXj3n6e9yd/0LfojNU8VMUGHWiLuBZvbM6V6QYD+2qxqInE7J+J/ieY2iGwR9ivf/R/haWGkIj04WVUeiSQ==",
+ "dev": true,
+ "dependencies": {
+ "@typescript-eslint/types": "6.7.0",
+ "@typescript-eslint/visitor-keys": "6.7.0",
+ "debug": "^4.3.4",
+ "globby": "^11.1.0",
+ "is-glob": "^4.0.3",
+ "semver": "^7.5.4",
+ "ts-api-utils": "^1.0.1"
+ },
+ "engines": {
+ "node": "^16.0.0 || >=18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@typescript-eslint/utils": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.7.0.tgz",
+ "integrity": "sha512-MfCq3cM0vh2slSikQYqK2Gq52gvOhe57vD2RM3V4gQRZYX4rDPnKLu5p6cm89+LJiGlwEXU8hkYxhqqEC/V3qA==",
+ "dev": true,
+ "dependencies": {
+ "@eslint-community/eslint-utils": "^4.4.0",
+ "@types/json-schema": "^7.0.12",
+ "@types/semver": "^7.5.0",
+ "@typescript-eslint/scope-manager": "6.7.0",
+ "@typescript-eslint/types": "6.7.0",
+ "@typescript-eslint/typescript-estree": "6.7.0",
+ "semver": "^7.5.4"
+ },
+ "engines": {
+ "node": "^16.0.0 || >=18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^7.0.0 || ^8.0.0"
+ }
+ },
+ "node_modules/@typescript-eslint/visitor-keys": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.0.tgz",
+ "integrity": "sha512-/C1RVgKFDmGMcVGeD8HjKv2bd72oI1KxQDeY8uc66gw9R0OK0eMq48cA+jv9/2Ag6cdrsUGySm1yzYmfz0hxwQ==",
+ "dev": true,
+ "dependencies": {
+ "@typescript-eslint/types": "6.7.0",
+ "eslint-visitor-keys": "^3.4.1"
+ },
+ "engines": {
+ "node": "^16.0.0 || >=18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "node_modules/@vitejs/plugin-react-swc": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.3.2.tgz",
+ "integrity": "sha512-VJFWY5sfoZerQRvJrh518h3AcQt6f/yTuWn4/TRB+dqmYU0NX1qz7qM5Wfd+gOQqUzQW4gxKqKN3KpE/P3+zrA==",
+ "dev": true,
+ "dependencies": {
+ "@swc/core": "^1.3.61"
+ },
+ "peerDependencies": {
+ "vite": "^4"
+ }
+ },
+ "node_modules/acorn": {
+ "version": "8.10.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz",
+ "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==",
+ "dev": true,
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-jsx": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
+ "dev": true,
+ "peerDependencies": {
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ }
+ },
+ "node_modules/acorn-walk": {
+ "version": "8.2.0",
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz",
+ "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/arg": {
+ "version": "4.1.3",
+ "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
+ "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
+ "dev": true
+ },
+ "node_modules/argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
+ "dev": true
+ },
+ "node_modules/array-union": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "dev": true
+ },
+ "node_modules/bootstrap": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.1.tgz",
+ "integrity": "sha512-jzwza3Yagduci2x0rr9MeFSORjcHpt0lRZukZPZQJT1Dth5qzV7XcgGqYzi39KGAVYR8QEDVoO0ubFKOxzMG+g==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/twbs"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/bootstrap"
+ }
+ ],
+ "peerDependencies": {
+ "@popperjs/core": "^2.11.8"
+ }
+ },
+ "node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/braces": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+ "dev": true,
+ "dependencies": {
+ "fill-range": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/classnames": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz",
+ "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw=="
+ },
+ "node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
+ "dev": true
+ },
+ "node_modules/create-require": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
+ "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
+ "dev": true
+ },
+ "node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dev": true,
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/csstype": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz",
+ "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ=="
+ },
+ "node_modules/debug": {
+ "version": "4.3.4",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
+ "dev": true,
+ "dependencies": {
+ "ms": "2.1.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/deep-is": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
+ "dev": true
+ },
+ "node_modules/dequal": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
+ "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/diff": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
+ "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.3.1"
+ }
+ },
+ "node_modules/dir-glob": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
+ "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
+ "dev": true,
+ "dependencies": {
+ "path-type": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/doctrine": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
+ "dev": true,
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/dom-helpers": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz",
+ "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==",
+ "dependencies": {
+ "@babel/runtime": "^7.8.7",
+ "csstype": "^3.0.2"
+ }
+ },
+ "node_modules/esbuild": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz",
+ "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
+ "dev": true,
+ "hasInstallScript": true,
+ "bin": {
+ "esbuild": "bin/esbuild"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "optionalDependencies": {
+ "@esbuild/android-arm": "0.18.20",
+ "@esbuild/android-arm64": "0.18.20",
+ "@esbuild/android-x64": "0.18.20",
+ "@esbuild/darwin-arm64": "0.18.20",
+ "@esbuild/darwin-x64": "0.18.20",
+ "@esbuild/freebsd-arm64": "0.18.20",
+ "@esbuild/freebsd-x64": "0.18.20",
+ "@esbuild/linux-arm": "0.18.20",
+ "@esbuild/linux-arm64": "0.18.20",
+ "@esbuild/linux-ia32": "0.18.20",
+ "@esbuild/linux-loong64": "0.18.20",
+ "@esbuild/linux-mips64el": "0.18.20",
+ "@esbuild/linux-ppc64": "0.18.20",
+ "@esbuild/linux-riscv64": "0.18.20",
+ "@esbuild/linux-s390x": "0.18.20",
+ "@esbuild/linux-x64": "0.18.20",
+ "@esbuild/netbsd-x64": "0.18.20",
+ "@esbuild/openbsd-x64": "0.18.20",
+ "@esbuild/sunos-x64": "0.18.20",
+ "@esbuild/win32-arm64": "0.18.20",
+ "@esbuild/win32-ia32": "0.18.20",
+ "@esbuild/win32-x64": "0.18.20"
+ }
+ },
+ "node_modules/escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint": {
+ "version": "8.49.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz",
+ "integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==",
+ "dev": true,
+ "dependencies": {
+ "@eslint-community/eslint-utils": "^4.2.0",
+ "@eslint-community/regexpp": "^4.6.1",
+ "@eslint/eslintrc": "^2.1.2",
+ "@eslint/js": "8.49.0",
+ "@humanwhocodes/config-array": "^0.11.11",
+ "@humanwhocodes/module-importer": "^1.0.1",
+ "@nodelib/fs.walk": "^1.2.8",
+ "ajv": "^6.12.4",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "debug": "^4.3.2",
+ "doctrine": "^3.0.0",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^7.2.2",
+ "eslint-visitor-keys": "^3.4.3",
+ "espree": "^9.6.1",
+ "esquery": "^1.4.2",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^6.0.1",
+ "find-up": "^5.0.0",
+ "glob-parent": "^6.0.2",
+ "globals": "^13.19.0",
+ "graphemer": "^1.4.0",
+ "ignore": "^5.2.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "is-path-inside": "^3.0.3",
+ "js-yaml": "^4.1.0",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "levn": "^0.4.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.1.2",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.3",
+ "strip-ansi": "^6.0.1",
+ "text-table": "^0.2.0"
+ },
+ "bin": {
+ "eslint": "bin/eslint.js"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-plugin-react-hooks": {
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz",
+ "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "peerDependencies": {
+ "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
+ }
+ },
+ "node_modules/eslint-plugin-react-refresh": {
+ "version": "0.4.3",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.3.tgz",
+ "integrity": "sha512-Hh0wv8bUNY877+sI0BlCUlsS0TYYQqvzEwJsJJPM2WF4RnTStSnSR3zdJYa2nPOJgg3UghXi54lVyMSmpCalzA==",
+ "dev": true,
+ "peerDependencies": {
+ "eslint": ">=7"
+ }
+ },
+ "node_modules/eslint-scope": {
+ "version": "7.2.2",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
+ "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
+ "dev": true,
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-visitor-keys": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
+ "dev": true,
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/espree": {
+ "version": "9.6.1",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
+ "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
+ "dev": true,
+ "dependencies": {
+ "acorn": "^8.9.0",
+ "acorn-jsx": "^5.3.2",
+ "eslint-visitor-keys": "^3.4.1"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/esquery": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
+ "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
+ "dev": true,
+ "dependencies": {
+ "estraverse": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "dev": true,
+ "dependencies": {
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true,
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
+ "dev": true
+ },
+ "node_modules/fast-glob": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz",
+ "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
+ "dev": true,
+ "dependencies": {
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.2",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.4"
+ },
+ "engines": {
+ "node": ">=8.6.0"
+ }
+ },
+ "node_modules/fast-glob/node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dev": true,
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
+ "dev": true
+ },
+ "node_modules/fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
+ "dev": true
+ },
+ "node_modules/fastq": {
+ "version": "1.15.0",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
+ "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
+ "dev": true,
+ "dependencies": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "node_modules/file-entry-cache": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
+ "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
+ "dev": true,
+ "dependencies": {
+ "flat-cache": "^3.0.4"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/fill-range": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+ "dev": true,
+ "dependencies": {
+ "to-regex-range": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/find-up": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
+ "dev": true,
+ "dependencies": {
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/flat-cache": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.0.tgz",
+ "integrity": "sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==",
+ "dev": true,
+ "dependencies": {
+ "flatted": "^3.2.7",
+ "keyv": "^4.5.3",
+ "rimraf": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=12.0.0"
+ }
+ },
+ "node_modules/flatted": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
+ "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
+ "dev": true
+ },
+ "node_modules/fs.realpath": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
+ "dev": true
+ },
+ "node_modules/fsevents": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
+ "dev": true,
+ "hasInstallScript": true,
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+ }
+ },
+ "node_modules/glob": {
+ "version": "7.2.3",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
+ "dev": true,
+ "dependencies": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.1.1",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ },
+ "engines": {
+ "node": "*"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dev": true,
+ "dependencies": {
+ "is-glob": "^4.0.3"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/globals": {
+ "version": "13.21.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz",
+ "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==",
+ "dev": true,
+ "dependencies": {
+ "type-fest": "^0.20.2"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/globby": {
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
+ "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
+ "dev": true,
+ "dependencies": {
+ "array-union": "^2.1.0",
+ "dir-glob": "^3.0.1",
+ "fast-glob": "^3.2.9",
+ "ignore": "^5.2.0",
+ "merge2": "^1.4.1",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/graphemer": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
+ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
+ "dev": true
+ },
+ "node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/hoist-non-react-statics": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
+ "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
+ "dependencies": {
+ "react-is": "^16.7.0"
+ }
+ },
+ "node_modules/ignore": {
+ "version": "5.2.4",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
+ "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
+ "dev": true,
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/immer": {
+ "version": "9.0.21",
+ "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz",
+ "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/immer"
+ }
+ },
+ "node_modules/import-fresh": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
+ "dev": true,
+ "dependencies": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.8.19"
+ }
+ },
+ "node_modules/inflight": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
+ "dev": true,
+ "dependencies": {
+ "once": "^1.3.0",
+ "wrappy": "1"
+ }
+ },
+ "node_modules/inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
+ "dev": true
+ },
+ "node_modules/invariant": {
+ "version": "2.2.4",
+ "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
+ "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
+ "dependencies": {
+ "loose-envify": "^1.0.0"
+ }
+ },
+ "node_modules/is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "dev": true,
+ "dependencies": {
+ "is-extglob": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/is-path-inside": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
+ "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
+ "dev": true
+ },
+ "node_modules/js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
+ },
+ "node_modules/js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "dev": true,
+ "dependencies": {
+ "argparse": "^2.0.1"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/json-buffer": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
+ "dev": true
+ },
+ "node_modules/json-schema-traverse": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
+ "dev": true
+ },
+ "node_modules/json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
+ "dev": true
+ },
+ "node_modules/keyv": {
+ "version": "4.5.3",
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.3.tgz",
+ "integrity": "sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==",
+ "dev": true,
+ "dependencies": {
+ "json-buffer": "3.0.1"
+ }
+ },
+ "node_modules/leaflet": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.4.tgz",
+ "integrity": "sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA=="
+ },
+ "node_modules/levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "dev": true,
+ "dependencies": {
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/locate-path": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
+ "dev": true,
+ "dependencies": {
+ "p-locate": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
+ "dev": true
+ },
+ "node_modules/loose-envify": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
+ "dependencies": {
+ "js-tokens": "^3.0.0 || ^4.0.0"
+ },
+ "bin": {
+ "loose-envify": "cli.js"
+ }
+ },
+ "node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/make-error": {
+ "version": "1.3.6",
+ "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
+ "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
+ "dev": true
+ },
+ "node_modules/merge2": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/micromatch": {
+ "version": "4.0.5",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
+ "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
+ "dev": true,
+ "dependencies": {
+ "braces": "^3.0.2",
+ "picomatch": "^2.3.1"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/ms": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
+ "dev": true
+ },
+ "node_modules/nanoid": {
+ "version": "3.3.6",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
+ "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "bin": {
+ "nanoid": "bin/nanoid.cjs"
+ },
+ "engines": {
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
+ }
+ },
+ "node_modules/natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
+ "dev": true
+ },
+ "node_modules/object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
+ "dev": true,
+ "dependencies": {
+ "wrappy": "1"
+ }
+ },
+ "node_modules/optionator": {
+ "version": "0.9.3",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
+ "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
+ "dev": true,
+ "dependencies": {
+ "@aashutoshrathi/word-wrap": "^1.2.3",
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "dev": true,
+ "dependencies": {
+ "yocto-queue": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/p-locate": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
+ "dev": true,
+ "dependencies": {
+ "p-limit": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "dev": true,
+ "dependencies": {
+ "callsites": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-is-absolute": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-type": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/picocolors": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
+ "dev": true
+ },
+ "node_modules/picomatch": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "dev": true,
+ "engines": {
+ "node": ">=8.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
+ }
+ },
+ "node_modules/postcss": {
+ "version": "8.4.29",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.29.tgz",
+ "integrity": "sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/postcss"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "dependencies": {
+ "nanoid": "^3.3.6",
+ "picocolors": "^1.0.0",
+ "source-map-js": "^1.0.2"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ }
+ },
+ "node_modules/prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/prop-types": {
+ "version": "15.8.1",
+ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
+ "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
+ "dependencies": {
+ "loose-envify": "^1.4.0",
+ "object-assign": "^4.1.1",
+ "react-is": "^16.13.1"
+ }
+ },
+ "node_modules/prop-types-extra": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/prop-types-extra/-/prop-types-extra-1.1.1.tgz",
+ "integrity": "sha512-59+AHNnHYCdiC+vMwY52WmvP5dM3QLeoumYuEyceQDi9aEhtwN9zIQ2ZNo25sMyXnbh32h+P1ezDsUpUH3JAew==",
+ "dependencies": {
+ "react-is": "^16.3.2",
+ "warning": "^4.0.0"
+ },
+ "peerDependencies": {
+ "react": ">=0.14.0"
+ }
+ },
+ "node_modules/punycode": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
+ "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ]
+ },
+ "node_modules/react": {
+ "version": "18.2.0",
+ "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
+ "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==",
+ "dependencies": {
+ "loose-envify": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/react-bootstrap": {
+ "version": "2.8.0",
+ "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.8.0.tgz",
+ "integrity": "sha512-e/aNtxl0Z2ozrIaR82jr6Zz7ss9GSoaXpQaxmvtDUsTZIq/XalkduR/ZXP6vbQHz2T4syvjA+4FbtwELxxmpww==",
+ "dependencies": {
+ "@babel/runtime": "^7.21.0",
+ "@restart/hooks": "^0.4.9",
+ "@restart/ui": "^1.6.3",
+ "@types/react-transition-group": "^4.4.5",
+ "classnames": "^2.3.2",
+ "dom-helpers": "^5.2.1",
+ "invariant": "^2.2.4",
+ "prop-types": "^15.8.1",
+ "prop-types-extra": "^1.1.0",
+ "react-transition-group": "^4.4.5",
+ "uncontrollable": "^7.2.1",
+ "warning": "^4.0.3"
+ },
+ "peerDependencies": {
+ "@types/react": ">=16.14.8",
+ "react": ">=16.14.0",
+ "react-dom": ">=16.14.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/react-bootstrap-icons": {
+ "version": "1.10.3",
+ "resolved": "https://registry.npmjs.org/react-bootstrap-icons/-/react-bootstrap-icons-1.10.3.tgz",
+ "integrity": "sha512-j4hSby6gT9/enhl3ybB1tfr1slZNAYXDVntcRrmVjxB3//2WwqrzpESVqKhyayYVaWpEtnwf9wgUQ03cuziwrw==",
+ "dependencies": {
+ "prop-types": "^15.7.2"
+ },
+ "peerDependencies": {
+ "react": ">=16.8.6"
+ }
+ },
+ "node_modules/react-dom": {
+ "version": "18.2.0",
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
+ "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==",
+ "dependencies": {
+ "loose-envify": "^1.1.0",
+ "scheduler": "^0.23.0"
+ },
+ "peerDependencies": {
+ "react": "^18.2.0"
+ }
+ },
+ "node_modules/react-is": {
+ "version": "16.13.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
+ },
+ "node_modules/react-leaflet": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/react-leaflet/-/react-leaflet-4.2.1.tgz",
+ "integrity": "sha512-p9chkvhcKrWn/H/1FFeVSqLdReGwn2qmiobOQGO3BifX+/vV/39qhY8dGqbdcPh1e6jxh/QHriLXr7a4eLFK4Q==",
+ "dependencies": {
+ "@react-leaflet/core": "^2.1.0"
+ },
+ "peerDependencies": {
+ "leaflet": "^1.9.0",
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0"
+ }
+ },
+ "node_modules/react-lifecycles-compat": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz",
+ "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA=="
+ },
+ "node_modules/react-redux": {
+ "version": "8.1.2",
+ "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.1.2.tgz",
+ "integrity": "sha512-xJKYI189VwfsFc4CJvHqHlDrzyFTY/3vZACbE+rr/zQ34Xx1wQfB4OTOSeOSNrF6BDVe8OOdxIrAnMGXA3ggfw==",
+ "dependencies": {
+ "@babel/runtime": "^7.12.1",
+ "@types/hoist-non-react-statics": "^3.3.1",
+ "@types/use-sync-external-store": "^0.0.3",
+ "hoist-non-react-statics": "^3.3.2",
+ "react-is": "^18.0.0",
+ "use-sync-external-store": "^1.0.0"
+ },
+ "peerDependencies": {
+ "@types/react": "^16.8 || ^17.0 || ^18.0",
+ "@types/react-dom": "^16.8 || ^17.0 || ^18.0",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0",
+ "react-native": ">=0.59",
+ "redux": "^4 || ^5.0.0-beta.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ },
+ "react-dom": {
+ "optional": true
+ },
+ "react-native": {
+ "optional": true
+ },
+ "redux": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/react-redux/node_modules/react-is": {
+ "version": "18.2.0",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
+ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
+ },
+ "node_modules/react-router": {
+ "version": "6.15.0",
+ "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.15.0.tgz",
+ "integrity": "sha512-NIytlzvzLwJkCQj2HLefmeakxxWHWAP+02EGqWEZy+DgfHHKQMUoBBjUQLOtFInBMhWtb3hiUy6MfFgwLjXhqg==",
+ "dependencies": {
+ "@remix-run/router": "1.8.0"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ },
+ "peerDependencies": {
+ "react": ">=16.8"
+ }
+ },
+ "node_modules/react-router-dom": {
+ "version": "6.15.0",
+ "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.15.0.tgz",
+ "integrity": "sha512-aR42t0fs7brintwBGAv2+mGlCtgtFQeOzK0BM1/OiqEzRejOZtpMZepvgkscpMUnKb8YO84G7s3LsHnnDNonbQ==",
+ "dependencies": {
+ "@remix-run/router": "1.8.0",
+ "react-router": "6.15.0"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ },
+ "peerDependencies": {
+ "react": ">=16.8",
+ "react-dom": ">=16.8"
+ }
+ },
+ "node_modules/react-transition-group": {
+ "version": "4.4.5",
+ "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
+ "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
+ "dependencies": {
+ "@babel/runtime": "^7.5.5",
+ "dom-helpers": "^5.0.1",
+ "loose-envify": "^1.4.0",
+ "prop-types": "^15.6.2"
+ },
+ "peerDependencies": {
+ "react": ">=16.6.0",
+ "react-dom": ">=16.6.0"
+ }
+ },
+ "node_modules/redux": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz",
+ "integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==",
+ "dependencies": {
+ "@babel/runtime": "^7.9.2"
+ }
+ },
+ "node_modules/redux-thunk": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz",
+ "integrity": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==",
+ "peerDependencies": {
+ "redux": "^4"
+ }
+ },
+ "node_modules/regenerator-runtime": {
+ "version": "0.14.0",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz",
+ "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA=="
+ },
+ "node_modules/reselect": {
+ "version": "4.1.8",
+ "resolved": "https://registry.npmjs.org/reselect/-/reselect-4.1.8.tgz",
+ "integrity": "sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ=="
+ },
+ "node_modules/resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
+ "dev": true,
+ "engines": {
+ "iojs": ">=1.0.0",
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/rimraf": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "dev": true,
+ "dependencies": {
+ "glob": "^7.1.3"
+ },
+ "bin": {
+ "rimraf": "bin.js"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/rollup": {
+ "version": "3.29.1",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.1.tgz",
+ "integrity": "sha512-c+ebvQz0VIH4KhhCpDsI+Bik0eT8ZFEVZEYw0cGMVqIP8zc+gnwl7iXCamTw7vzv2MeuZFZfdx5JJIq+ehzDlg==",
+ "dev": true,
+ "bin": {
+ "rollup": "dist/bin/rollup"
+ },
+ "engines": {
+ "node": ">=14.18.0",
+ "npm": ">=8.0.0"
+ },
+ "optionalDependencies": {
+ "fsevents": "~2.3.2"
+ }
+ },
+ "node_modules/run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "dependencies": {
+ "queue-microtask": "^1.2.2"
+ }
+ },
+ "node_modules/scheduler": {
+ "version": "0.23.0",
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
+ "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==",
+ "dependencies": {
+ "loose-envify": "^1.1.0"
+ }
+ },
+ "node_modules/semver": {
+ "version": "7.5.4",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
+ "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
+ "dev": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/slash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/source-map-js": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
+ "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/text-table": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
+ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
+ "dev": true
+ },
+ "node_modules/to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "dev": true,
+ "dependencies": {
+ "is-number": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8.0"
+ }
+ },
+ "node_modules/ts-api-utils": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz",
+ "integrity": "sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==",
+ "dev": true,
+ "engines": {
+ "node": ">=16.13.0"
+ },
+ "peerDependencies": {
+ "typescript": ">=4.2.0"
+ }
+ },
+ "node_modules/ts-node": {
+ "version": "10.9.1",
+ "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz",
+ "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==",
+ "dev": true,
+ "dependencies": {
+ "@cspotcode/source-map-support": "^0.8.0",
+ "@tsconfig/node10": "^1.0.7",
+ "@tsconfig/node12": "^1.0.7",
+ "@tsconfig/node14": "^1.0.0",
+ "@tsconfig/node16": "^1.0.2",
+ "acorn": "^8.4.1",
+ "acorn-walk": "^8.1.1",
+ "arg": "^4.1.0",
+ "create-require": "^1.1.0",
+ "diff": "^4.0.1",
+ "make-error": "^1.1.1",
+ "v8-compile-cache-lib": "^3.0.1",
+ "yn": "3.1.1"
+ },
+ "bin": {
+ "ts-node": "dist/bin.js",
+ "ts-node-cwd": "dist/bin-cwd.js",
+ "ts-node-esm": "dist/bin-esm.js",
+ "ts-node-script": "dist/bin-script.js",
+ "ts-node-transpile-only": "dist/bin-transpile.js",
+ "ts-script": "dist/bin-script-deprecated.js"
+ },
+ "peerDependencies": {
+ "@swc/core": ">=1.2.50",
+ "@swc/wasm": ">=1.2.50",
+ "@types/node": "*",
+ "typescript": ">=2.7"
+ },
+ "peerDependenciesMeta": {
+ "@swc/core": {
+ "optional": true
+ },
+ "@swc/wasm": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
+ },
+ "node_modules/type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "dev": true,
+ "dependencies": {
+ "prelude-ls": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/typescript": {
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
+ "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
+ "dev": true,
+ "bin": {
+ "tsc": "bin/tsc",
+ "tsserver": "bin/tsserver"
+ },
+ "engines": {
+ "node": ">=14.17"
+ }
+ },
+ "node_modules/uncontrollable": {
+ "version": "7.2.1",
+ "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-7.2.1.tgz",
+ "integrity": "sha512-svtcfoTADIB0nT9nltgjujTi7BzVmwjZClOmskKu/E8FW9BXzg9os8OLr4f8Dlnk0rYWJIWr4wv9eKUXiQvQwQ==",
+ "dependencies": {
+ "@babel/runtime": "^7.6.3",
+ "@types/react": ">=16.9.11",
+ "invariant": "^2.2.4",
+ "react-lifecycles-compat": "^3.0.4"
+ },
+ "peerDependencies": {
+ "react": ">=15.0.0"
+ }
+ },
+ "node_modules/uri-js": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+ "dev": true,
+ "dependencies": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "node_modules/use-sync-external-store": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz",
+ "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==",
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
+ }
+ },
+ "node_modules/v8-compile-cache-lib": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
+ "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
+ "dev": true
+ },
+ "node_modules/vite": {
+ "version": "4.4.9",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz",
+ "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==",
+ "dev": true,
+ "dependencies": {
+ "esbuild": "^0.18.10",
+ "postcss": "^8.4.27",
+ "rollup": "^3.27.1"
+ },
+ "bin": {
+ "vite": "bin/vite.js"
+ },
+ "engines": {
+ "node": "^14.18.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/vitejs/vite?sponsor=1"
+ },
+ "optionalDependencies": {
+ "fsevents": "~2.3.2"
+ },
+ "peerDependencies": {
+ "@types/node": ">= 14",
+ "less": "*",
+ "lightningcss": "^1.21.0",
+ "sass": "*",
+ "stylus": "*",
+ "sugarss": "*",
+ "terser": "^5.4.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ },
+ "less": {
+ "optional": true
+ },
+ "lightningcss": {
+ "optional": true
+ },
+ "sass": {
+ "optional": true
+ },
+ "stylus": {
+ "optional": true
+ },
+ "sugarss": {
+ "optional": true
+ },
+ "terser": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/warning": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz",
+ "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
+ "dependencies": {
+ "loose-envify": "^1.0.0"
+ }
+ },
+ "node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
+ "dev": true
+ },
+ "node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true
+ },
+ "node_modules/yn": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
+ "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/yocto-queue": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ }
+ },
+ "dependencies": {
+ "@aashutoshrathi/word-wrap": {
+ "version": "1.2.6",
+ "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
+ "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
+ "dev": true
+ },
+ "@babel/runtime": {
+ "version": "7.22.15",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.15.tgz",
+ "integrity": "sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==",
+ "requires": {
+ "regenerator-runtime": "^0.14.0"
+ }
+ },
+ "@cspotcode/source-map-support": {
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
+ "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
+ "dev": true,
+ "requires": {
+ "@jridgewell/trace-mapping": "0.3.9"
+ }
+ },
+ "@esbuild/android-arm": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz",
+ "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/android-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz",
+ "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/android-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz",
+ "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/darwin-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz",
+ "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/darwin-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz",
+ "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/freebsd-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz",
+ "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/freebsd-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz",
+ "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/linux-arm": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz",
+ "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/linux-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz",
+ "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/linux-ia32": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz",
+ "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/linux-loong64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz",
+ "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/linux-mips64el": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz",
+ "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/linux-ppc64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz",
+ "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/linux-riscv64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz",
+ "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/linux-s390x": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz",
+ "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/linux-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz",
+ "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/netbsd-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz",
+ "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/openbsd-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz",
+ "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/sunos-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz",
+ "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/win32-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz",
+ "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/win32-ia32": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz",
+ "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==",
+ "dev": true,
+ "optional": true
+ },
+ "@esbuild/win32-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz",
+ "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==",
+ "dev": true,
+ "optional": true
+ },
+ "@eslint-community/eslint-utils": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
+ "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
+ "dev": true,
+ "requires": {
+ "eslint-visitor-keys": "^3.3.0"
+ }
+ },
+ "@eslint-community/regexpp": {
+ "version": "4.8.1",
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.8.1.tgz",
+ "integrity": "sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==",
+ "dev": true
+ },
+ "@eslint/eslintrc": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz",
+ "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==",
+ "dev": true,
+ "requires": {
+ "ajv": "^6.12.4",
+ "debug": "^4.3.2",
+ "espree": "^9.6.0",
+ "globals": "^13.19.0",
+ "ignore": "^5.2.0",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^4.1.0",
+ "minimatch": "^3.1.2",
+ "strip-json-comments": "^3.1.1"
+ }
+ },
+ "@eslint/js": {
+ "version": "8.49.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz",
+ "integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==",
+ "dev": true
+ },
+ "@faker-js/faker": {
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-8.0.2.tgz",
+ "integrity": "sha512-Uo3pGspElQW91PCvKSIAXoEgAUlRnH29sX2/p89kg7sP1m2PzCufHINd0FhTXQf6DYGiUlVncdSPa2F9wxed2A==",
+ "dev": true
+ },
+ "@humanwhocodes/config-array": {
+ "version": "0.11.11",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz",
+ "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==",
+ "dev": true,
+ "requires": {
+ "@humanwhocodes/object-schema": "^1.2.1",
+ "debug": "^4.1.1",
+ "minimatch": "^3.0.5"
+ }
+ },
+ "@humanwhocodes/module-importer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
+ "dev": true
+ },
+ "@humanwhocodes/object-schema": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
+ "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
+ "dev": true
+ },
+ "@jridgewell/resolve-uri": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",
+ "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",
+ "dev": true
+ },
+ "@jridgewell/sourcemap-codec": {
+ "version": "1.4.15",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
+ "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
+ "dev": true
+ },
+ "@jridgewell/trace-mapping": {
+ "version": "0.3.9",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
+ "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
+ "dev": true,
+ "requires": {
+ "@jridgewell/resolve-uri": "^3.0.3",
+ "@jridgewell/sourcemap-codec": "^1.4.10"
+ }
+ },
+ "@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "dev": true,
+ "requires": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ }
+ },
+ "@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "dev": true
+ },
+ "@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "dev": true,
+ "requires": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ }
+ },
+ "@popperjs/core": {
+ "version": "2.11.8",
+ "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
+ "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A=="
+ },
+ "@react-aria/ssr": {
+ "version": "3.8.0",
+ "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.8.0.tgz",
+ "integrity": "sha512-Y54xs483rglN5DxbwfCPHxnkvZ+gZ0LbSYmR72LyWPGft8hN/lrl1VRS1EW2SMjnkEWlj+Km2mwvA3kEHDUA0A==",
+ "requires": {
+ "@swc/helpers": "^0.5.0"
+ }
+ },
+ "@react-leaflet/core": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@react-leaflet/core/-/core-2.1.0.tgz",
+ "integrity": "sha512-Qk7Pfu8BSarKGqILj4x7bCSZ1pjuAPZ+qmRwH5S7mDS91VSbVVsJSrW4qA+GPrro8t69gFYVMWb1Zc4yFmPiVg==",
+ "requires": {}
+ },
+ "@reduxjs/toolkit": {
+ "version": "1.9.5",
+ "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-1.9.5.tgz",
+ "integrity": "sha512-Rt97jHmfTeaxL4swLRNPD/zV4OxTes4la07Xc4hetpUW/vc75t5m1ANyxG6ymnEQ2FsLQsoMlYB2vV1sO3m8tQ==",
+ "requires": {
+ "immer": "^9.0.21",
+ "redux": "^4.2.1",
+ "redux-thunk": "^2.4.2",
+ "reselect": "^4.1.8"
+ }
+ },
+ "@remix-run/router": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.8.0.tgz",
+ "integrity": "sha512-mrfKqIHnSZRyIzBcanNJmVQELTnX+qagEDlcKO90RgRBVOZGSGvZKeDihTRfWcqoDn5N/NkUcwWTccnpN18Tfg=="
+ },
+ "@restart/hooks": {
+ "version": "0.4.11",
+ "resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.11.tgz",
+ "integrity": "sha512-Ft/ncTULZN6ldGHiF/k5qt72O8JyRMOeg0tApvCni8LkoiEahO+z3TNxfXIVGy890YtWVDvJAl662dVJSJXvMw==",
+ "requires": {
+ "dequal": "^2.0.3"
+ }
+ },
+ "@restart/ui": {
+ "version": "1.6.6",
+ "resolved": "https://registry.npmjs.org/@restart/ui/-/ui-1.6.6.tgz",
+ "integrity": "sha512-eC3puKuWE1SRYbojWHXnvCNHGgf3uzHCb6JOhnF4OXPibOIPEkR1sqDSkL643ydigxwh+ruCa1CmYHlzk7ikKA==",
+ "requires": {
+ "@babel/runtime": "^7.21.0",
+ "@popperjs/core": "^2.11.6",
+ "@react-aria/ssr": "^3.5.0",
+ "@restart/hooks": "^0.4.9",
+ "@types/warning": "^3.0.0",
+ "dequal": "^2.0.3",
+ "dom-helpers": "^5.2.0",
+ "uncontrollable": "^8.0.1",
+ "warning": "^4.0.3"
+ },
+ "dependencies": {
+ "uncontrollable": {
+ "version": "8.0.4",
+ "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-8.0.4.tgz",
+ "integrity": "sha512-ulRWYWHvscPFc0QQXvyJjY6LIXU56f0h8pQFvhxiKk5V1fcI8gp9Ht9leVAhrVjzqMw0BgjspBINx9r6oyJUvQ==",
+ "requires": {}
+ }
+ }
+ },
+ "@swc/core": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.3.84.tgz",
+ "integrity": "sha512-UPKUiDwG7HOdPfOb1VFeEJ76JDgU2w80JLewzx6tb0fk9TIjhr9yxKBzPbzc/QpjGHDu5iaEuNeZcu27u4j63g==",
+ "dev": true,
+ "requires": {
+ "@swc/core-darwin-arm64": "1.3.84",
+ "@swc/core-darwin-x64": "1.3.84",
+ "@swc/core-linux-arm-gnueabihf": "1.3.84",
+ "@swc/core-linux-arm64-gnu": "1.3.84",
+ "@swc/core-linux-arm64-musl": "1.3.84",
+ "@swc/core-linux-x64-gnu": "1.3.84",
+ "@swc/core-linux-x64-musl": "1.3.84",
+ "@swc/core-win32-arm64-msvc": "1.3.84",
+ "@swc/core-win32-ia32-msvc": "1.3.84",
+ "@swc/core-win32-x64-msvc": "1.3.84",
+ "@swc/types": "^0.1.4"
+ }
+ },
+ "@swc/core-darwin-arm64": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.84.tgz",
+ "integrity": "sha512-mqK0buOo+toF2HoJ/gWj2ApZbvbIiNq3mMwSTHCYJHlQFQfoTWnl9aaD5GSO4wfNFVYfEZ1R259o5uv5NlVtoA==",
+ "dev": true,
+ "optional": true
+ },
+ "@swc/core-darwin-x64": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.3.84.tgz",
+ "integrity": "sha512-cyuQZz62C43EDZqtnptUTlfDvAjgG3qu139m5zsfIK6ltXA5inKFbDWV3a/M5c18dFzA2Xh21Q46XZezmtQ9Tg==",
+ "dev": true,
+ "optional": true
+ },
+ "@swc/core-linux-arm-gnueabihf": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.84.tgz",
+ "integrity": "sha512-dmt/ECQrp3ZPWnK27p4E4xRIRHOoJhgGvxC5t5YaWzN20KcxE9ykEY2oLGSoeceM/A+4D11aRYGwF/EM7yOkvA==",
+ "dev": true,
+ "optional": true
+ },
+ "@swc/core-linux-arm64-gnu": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.84.tgz",
+ "integrity": "sha512-PgVfrI3NVg2z/oeg3GWLb9rFLMqidbdPwVH5nRyHVP2RX/BWP6qfnYfG+gJv4qrKzIldb9TyCGH7y8VWctKLxw==",
+ "dev": true,
+ "optional": true
+ },
+ "@swc/core-linux-arm64-musl": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.84.tgz",
+ "integrity": "sha512-hcuEa8/vin4Ns0P+FpcDHQ4f3jmhgGKQhqw0w+TovPSVTIXr+nrFQ2AGhs9nAxS6tSQ77C53Eb5YRpK8ToFo1A==",
+ "dev": true,
+ "optional": true
+ },
+ "@swc/core-linux-x64-gnu": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.84.tgz",
+ "integrity": "sha512-IvyimSbwGdu21jBBEqR1Up8Jhvl8kIAf1k3e5Oy8oRfgojdUfmW1EIwgGdoUeyQ1VHlfquiWaRGfsnHQUKl35g==",
+ "dev": true,
+ "optional": true
+ },
+ "@swc/core-linux-x64-musl": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.84.tgz",
+ "integrity": "sha512-hdgVU/O5ufDCe+p5RtCjU7PRNwd0WM+eWJS+GNY4QWL6O8y2VLM+i4+6YzwSUjeBk0xd+1YElMxbqz7r5tSZhw==",
+ "dev": true,
+ "optional": true
+ },
+ "@swc/core-win32-arm64-msvc": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.84.tgz",
+ "integrity": "sha512-rzH6k2BF0BFOFhUTD+bh0oCiUCZjFfDfoZoYNN/CM0qbtjAcFH21hzMh/EH8ZaXq8k/iQmUNNa5MPNPZ4SOMNw==",
+ "dev": true,
+ "optional": true
+ },
+ "@swc/core-win32-ia32-msvc": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.84.tgz",
+ "integrity": "sha512-Y+Dk7VLLVwwsAzoDmjkNW/sTmSPl9PGr4Mj1nhc5A2NNxZ+hz4SxFMclacDI03SC5ikK8Qh6WOoE/+nwUDa3uA==",
+ "dev": true,
+ "optional": true
+ },
+ "@swc/core-win32-x64-msvc": {
+ "version": "1.3.84",
+ "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.84.tgz",
+ "integrity": "sha512-WmpaosqCWMX7DArLdU8AJcj96hy0PKlYh1DaMVikSrrDHbJm2dZ8rd27IK3qUB8DgPkrDYHmLAKNZ+z3gWXgRQ==",
+ "dev": true,
+ "optional": true
+ },
+ "@swc/helpers": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.2.tgz",
+ "integrity": "sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==",
+ "requires": {
+ "tslib": "^2.4.0"
+ }
+ },
+ "@swc/types": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.4.tgz",
+ "integrity": "sha512-z/G02d+59gyyUb7KYhKi9jOhicek6QD2oMaotUyG+lUkybpXoV49dY9bj7Ah5Q+y7knK2jU67UTX9FyfGzaxQg==",
+ "dev": true
+ },
+ "@tsconfig/node10": {
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz",
+ "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==",
+ "dev": true
+ },
+ "@tsconfig/node12": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
+ "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
+ "dev": true
+ },
+ "@tsconfig/node14": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
+ "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
+ "dev": true
+ },
+ "@tsconfig/node16": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz",
+ "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==",
+ "dev": true
+ },
+ "@types/geojson": {
+ "version": "7946.0.11",
+ "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.11.tgz",
+ "integrity": "sha512-L7A0AINMXQpVwxHJ4jxD6/XjZ4NDufaRlUJHjNIFKYUFBH1SvOW+neaqb0VTRSLW5suSrSu19ObFEFnfNcr+qg==",
+ "dev": true
+ },
+ "@types/hoist-non-react-statics": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz",
+ "integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==",
+ "requires": {
+ "@types/react": "*",
+ "hoist-non-react-statics": "^3.3.0"
+ }
+ },
+ "@types/json-schema": {
+ "version": "7.0.12",
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz",
+ "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==",
+ "dev": true
+ },
+ "@types/leaflet": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.4.tgz",
+ "integrity": "sha512-kfwgQf4eOxoe/tD9CaKQrBKHbc7VpyfJOG5sxsQtkH+ML9xYa8hUC3UMa0wU1pKfciJtO0pU9g9XbWhPo7iBCA==",
+ "dev": true,
+ "requires": {
+ "@types/geojson": "*"
+ }
+ },
+ "@types/node": {
+ "version": "20.7.0",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.7.0.tgz",
+ "integrity": "sha512-zI22/pJW2wUZOVyguFaUL1HABdmSVxpXrzIqkjsHmyUjNhPoWM1CKfvVuXfetHhIok4RY573cqS0mZ1SJEnoTg==",
+ "dev": true
+ },
+ "@types/prop-types": {
+ "version": "15.7.5",
+ "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
+ "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
+ },
+ "@types/react": {
+ "version": "18.2.21",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz",
+ "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==",
+ "requires": {
+ "@types/prop-types": "*",
+ "@types/scheduler": "*",
+ "csstype": "^3.0.2"
+ }
+ },
+ "@types/react-bootstrap": {
+ "version": "0.32.32",
+ "resolved": "https://registry.npmjs.org/@types/react-bootstrap/-/react-bootstrap-0.32.32.tgz",
+ "integrity": "sha512-GM9UtV7v+C2F0rbqgIpMWdCKBMdX3PQURoJQobPO4vDAeFadcExNtKffi13/MjaAks+riJKVGyiMe+6OmDYT2w==",
+ "dev": true,
+ "requires": {
+ "@types/react": "*"
+ }
+ },
+ "@types/react-dom": {
+ "version": "18.2.7",
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz",
+ "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==",
+ "devOptional": true,
+ "requires": {
+ "@types/react": "*"
+ }
+ },
+ "@types/react-leaflet": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/react-leaflet/-/react-leaflet-3.0.0.tgz",
+ "integrity": "sha512-p8R9mVKbCDDqOdW+M6GyJJuFn6q+IgDFYavFiOIvaWHuOe5kIHZEtCy1pfM43JIA6JiB3D/aDoby7C51eO+XSg==",
+ "dev": true,
+ "requires": {
+ "react-leaflet": "*"
+ }
+ },
+ "@types/react-transition-group": {
+ "version": "4.4.6",
+ "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.6.tgz",
+ "integrity": "sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew==",
+ "requires": {
+ "@types/react": "*"
+ }
+ },
+ "@types/scheduler": {
+ "version": "0.16.3",
+ "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
+ "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ=="
+ },
+ "@types/semver": {
+ "version": "7.5.1",
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.1.tgz",
+ "integrity": "sha512-cJRQXpObxfNKkFAZbJl2yjWtJCqELQIdShsogr1d2MilP8dKD9TE/nEKHkJgUNHdGKCQaf9HbIynuV2csLGVLg==",
+ "dev": true
+ },
+ "@types/use-sync-external-store": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz",
+ "integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA=="
+ },
+ "@types/warning": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/warning/-/warning-3.0.0.tgz",
+ "integrity": "sha512-t/Tvs5qR47OLOr+4E9ckN8AmP2Tf16gWq+/qA4iUGS/OOyHVO8wv2vjJuX8SNOUTJyWb+2t7wJm6cXILFnOROA=="
+ },
+ "@typescript-eslint/eslint-plugin": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.0.tgz",
+ "integrity": "sha512-gUqtknHm0TDs1LhY12K2NA3Rmlmp88jK9Tx8vGZMfHeNMLE3GH2e9TRub+y+SOjuYgtOmok+wt1AyDPZqxbNag==",
+ "dev": true,
+ "requires": {
+ "@eslint-community/regexpp": "^4.5.1",
+ "@typescript-eslint/scope-manager": "6.7.0",
+ "@typescript-eslint/type-utils": "6.7.0",
+ "@typescript-eslint/utils": "6.7.0",
+ "@typescript-eslint/visitor-keys": "6.7.0",
+ "debug": "^4.3.4",
+ "graphemer": "^1.4.0",
+ "ignore": "^5.2.4",
+ "natural-compare": "^1.4.0",
+ "semver": "^7.5.4",
+ "ts-api-utils": "^1.0.1"
+ }
+ },
+ "@typescript-eslint/parser": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.7.0.tgz",
+ "integrity": "sha512-jZKYwqNpNm5kzPVP5z1JXAuxjtl2uG+5NpaMocFPTNC2EdYIgbXIPImObOkhbONxtFTTdoZstLZefbaK+wXZng==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/scope-manager": "6.7.0",
+ "@typescript-eslint/types": "6.7.0",
+ "@typescript-eslint/typescript-estree": "6.7.0",
+ "@typescript-eslint/visitor-keys": "6.7.0",
+ "debug": "^4.3.4"
+ }
+ },
+ "@typescript-eslint/scope-manager": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.7.0.tgz",
+ "integrity": "sha512-lAT1Uau20lQyjoLUQ5FUMSX/dS07qux9rYd5FGzKz/Kf8W8ccuvMyldb8hadHdK/qOI7aikvQWqulnEq2nCEYA==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/types": "6.7.0",
+ "@typescript-eslint/visitor-keys": "6.7.0"
+ }
+ },
+ "@typescript-eslint/type-utils": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.7.0.tgz",
+ "integrity": "sha512-f/QabJgDAlpSz3qduCyQT0Fw7hHpmhOzY/Rv6zO3yO+HVIdPfIWhrQoAyG+uZVtWAIS85zAyzgAFfyEr+MgBpg==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/typescript-estree": "6.7.0",
+ "@typescript-eslint/utils": "6.7.0",
+ "debug": "^4.3.4",
+ "ts-api-utils": "^1.0.1"
+ }
+ },
+ "@typescript-eslint/types": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.7.0.tgz",
+ "integrity": "sha512-ihPfvOp7pOcN/ysoj0RpBPOx3HQTJTrIN8UZK+WFd3/iDeFHHqeyYxa4hQk4rMhsz9H9mXpR61IzwlBVGXtl9Q==",
+ "dev": true
+ },
+ "@typescript-eslint/typescript-estree": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.0.tgz",
+ "integrity": "sha512-dPvkXj3n6e9yd/0LfojNU8VMUGHWiLuBZvbM6V6QYD+2qxqInE7J+J/ieY2iGwR9ivf/R/haWGkIj04WVUeiSQ==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/types": "6.7.0",
+ "@typescript-eslint/visitor-keys": "6.7.0",
+ "debug": "^4.3.4",
+ "globby": "^11.1.0",
+ "is-glob": "^4.0.3",
+ "semver": "^7.5.4",
+ "ts-api-utils": "^1.0.1"
+ }
+ },
+ "@typescript-eslint/utils": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.7.0.tgz",
+ "integrity": "sha512-MfCq3cM0vh2slSikQYqK2Gq52gvOhe57vD2RM3V4gQRZYX4rDPnKLu5p6cm89+LJiGlwEXU8hkYxhqqEC/V3qA==",
+ "dev": true,
+ "requires": {
+ "@eslint-community/eslint-utils": "^4.4.0",
+ "@types/json-schema": "^7.0.12",
+ "@types/semver": "^7.5.0",
+ "@typescript-eslint/scope-manager": "6.7.0",
+ "@typescript-eslint/types": "6.7.0",
+ "@typescript-eslint/typescript-estree": "6.7.0",
+ "semver": "^7.5.4"
+ }
+ },
+ "@typescript-eslint/visitor-keys": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.0.tgz",
+ "integrity": "sha512-/C1RVgKFDmGMcVGeD8HjKv2bd72oI1KxQDeY8uc66gw9R0OK0eMq48cA+jv9/2Ag6cdrsUGySm1yzYmfz0hxwQ==",
+ "dev": true,
+ "requires": {
+ "@typescript-eslint/types": "6.7.0",
+ "eslint-visitor-keys": "^3.4.1"
+ }
+ },
+ "@vitejs/plugin-react-swc": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.3.2.tgz",
+ "integrity": "sha512-VJFWY5sfoZerQRvJrh518h3AcQt6f/yTuWn4/TRB+dqmYU0NX1qz7qM5Wfd+gOQqUzQW4gxKqKN3KpE/P3+zrA==",
+ "dev": true,
+ "requires": {
+ "@swc/core": "^1.3.61"
+ }
+ },
+ "acorn": {
+ "version": "8.10.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz",
+ "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==",
+ "dev": true
+ },
+ "acorn-jsx": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
+ "dev": true,
+ "requires": {}
+ },
+ "acorn-walk": {
+ "version": "8.2.0",
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz",
+ "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==",
+ "dev": true
+ },
+ "ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "dev": true,
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true
+ },
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "arg": {
+ "version": "4.1.3",
+ "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
+ "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
+ "dev": true
+ },
+ "argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
+ "dev": true
+ },
+ "array-union": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
+ "dev": true
+ },
+ "balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "dev": true
+ },
+ "bootstrap": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.1.tgz",
+ "integrity": "sha512-jzwza3Yagduci2x0rr9MeFSORjcHpt0lRZukZPZQJT1Dth5qzV7XcgGqYzi39KGAVYR8QEDVoO0ubFKOxzMG+g==",
+ "requires": {}
+ },
+ "brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "requires": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "braces": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+ "dev": true,
+ "requires": {
+ "fill-range": "^7.0.1"
+ }
+ },
+ "callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "dev": true
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "classnames": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz",
+ "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw=="
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
+ "dev": true
+ },
+ "create-require": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
+ "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
+ "dev": true
+ },
+ "cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dev": true,
+ "requires": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ }
+ },
+ "csstype": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz",
+ "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ=="
+ },
+ "debug": {
+ "version": "4.3.4",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
+ "dev": true,
+ "requires": {
+ "ms": "2.1.2"
+ }
+ },
+ "deep-is": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
+ "dev": true
+ },
+ "dequal": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
+ "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA=="
+ },
+ "diff": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
+ "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
+ "dev": true
+ },
+ "dir-glob": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
+ "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
+ "dev": true,
+ "requires": {
+ "path-type": "^4.0.0"
+ }
+ },
+ "doctrine": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
+ "dev": true,
+ "requires": {
+ "esutils": "^2.0.2"
+ }
+ },
+ "dom-helpers": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz",
+ "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==",
+ "requires": {
+ "@babel/runtime": "^7.8.7",
+ "csstype": "^3.0.2"
+ }
+ },
+ "esbuild": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz",
+ "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
+ "dev": true,
+ "requires": {
+ "@esbuild/android-arm": "0.18.20",
+ "@esbuild/android-arm64": "0.18.20",
+ "@esbuild/android-x64": "0.18.20",
+ "@esbuild/darwin-arm64": "0.18.20",
+ "@esbuild/darwin-x64": "0.18.20",
+ "@esbuild/freebsd-arm64": "0.18.20",
+ "@esbuild/freebsd-x64": "0.18.20",
+ "@esbuild/linux-arm": "0.18.20",
+ "@esbuild/linux-arm64": "0.18.20",
+ "@esbuild/linux-ia32": "0.18.20",
+ "@esbuild/linux-loong64": "0.18.20",
+ "@esbuild/linux-mips64el": "0.18.20",
+ "@esbuild/linux-ppc64": "0.18.20",
+ "@esbuild/linux-riscv64": "0.18.20",
+ "@esbuild/linux-s390x": "0.18.20",
+ "@esbuild/linux-x64": "0.18.20",
+ "@esbuild/netbsd-x64": "0.18.20",
+ "@esbuild/openbsd-x64": "0.18.20",
+ "@esbuild/sunos-x64": "0.18.20",
+ "@esbuild/win32-arm64": "0.18.20",
+ "@esbuild/win32-ia32": "0.18.20",
+ "@esbuild/win32-x64": "0.18.20"
+ }
+ },
+ "escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true
+ },
+ "eslint": {
+ "version": "8.49.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz",
+ "integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==",
+ "dev": true,
+ "requires": {
+ "@eslint-community/eslint-utils": "^4.2.0",
+ "@eslint-community/regexpp": "^4.6.1",
+ "@eslint/eslintrc": "^2.1.2",
+ "@eslint/js": "8.49.0",
+ "@humanwhocodes/config-array": "^0.11.11",
+ "@humanwhocodes/module-importer": "^1.0.1",
+ "@nodelib/fs.walk": "^1.2.8",
+ "ajv": "^6.12.4",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "debug": "^4.3.2",
+ "doctrine": "^3.0.0",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^7.2.2",
+ "eslint-visitor-keys": "^3.4.3",
+ "espree": "^9.6.1",
+ "esquery": "^1.4.2",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^6.0.1",
+ "find-up": "^5.0.0",
+ "glob-parent": "^6.0.2",
+ "globals": "^13.19.0",
+ "graphemer": "^1.4.0",
+ "ignore": "^5.2.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "is-path-inside": "^3.0.3",
+ "js-yaml": "^4.1.0",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "levn": "^0.4.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.1.2",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.3",
+ "strip-ansi": "^6.0.1",
+ "text-table": "^0.2.0"
+ }
+ },
+ "eslint-plugin-react-hooks": {
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz",
+ "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==",
+ "dev": true,
+ "requires": {}
+ },
+ "eslint-plugin-react-refresh": {
+ "version": "0.4.3",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.3.tgz",
+ "integrity": "sha512-Hh0wv8bUNY877+sI0BlCUlsS0TYYQqvzEwJsJJPM2WF4RnTStSnSR3zdJYa2nPOJgg3UghXi54lVyMSmpCalzA==",
+ "dev": true,
+ "requires": {}
+ },
+ "eslint-scope": {
+ "version": "7.2.2",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
+ "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
+ "dev": true,
+ "requires": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^5.2.0"
+ }
+ },
+ "eslint-visitor-keys": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
+ "dev": true
+ },
+ "espree": {
+ "version": "9.6.1",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
+ "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
+ "dev": true,
+ "requires": {
+ "acorn": "^8.9.0",
+ "acorn-jsx": "^5.3.2",
+ "eslint-visitor-keys": "^3.4.1"
+ }
+ },
+ "esquery": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
+ "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
+ "dev": true,
+ "requires": {
+ "estraverse": "^5.1.0"
+ }
+ },
+ "esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "dev": true,
+ "requires": {
+ "estraverse": "^5.2.0"
+ }
+ },
+ "estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true
+ },
+ "esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "dev": true
+ },
+ "fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
+ "dev": true
+ },
+ "fast-glob": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz",
+ "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
+ "dev": true,
+ "requires": {
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.2",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.4"
+ },
+ "dependencies": {
+ "glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dev": true,
+ "requires": {
+ "is-glob": "^4.0.1"
+ }
+ }
+ }
+ },
+ "fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
+ "dev": true
+ },
+ "fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
+ "dev": true
+ },
+ "fastq": {
+ "version": "1.15.0",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
+ "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
+ "dev": true,
+ "requires": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "file-entry-cache": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
+ "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
+ "dev": true,
+ "requires": {
+ "flat-cache": "^3.0.4"
+ }
+ },
+ "fill-range": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+ "dev": true,
+ "requires": {
+ "to-regex-range": "^5.0.1"
+ }
+ },
+ "find-up": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
+ "dev": true,
+ "requires": {
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ }
+ },
+ "flat-cache": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.0.tgz",
+ "integrity": "sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==",
+ "dev": true,
+ "requires": {
+ "flatted": "^3.2.7",
+ "keyv": "^4.5.3",
+ "rimraf": "^3.0.2"
+ }
+ },
+ "flatted": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
+ "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
+ "dev": true
+ },
+ "fs.realpath": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
+ "dev": true
+ },
+ "fsevents": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
+ "dev": true,
+ "optional": true
+ },
+ "glob": {
+ "version": "7.2.3",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
+ "dev": true,
+ "requires": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.1.1",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ }
+ },
+ "glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dev": true,
+ "requires": {
+ "is-glob": "^4.0.3"
+ }
+ },
+ "globals": {
+ "version": "13.21.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz",
+ "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==",
+ "dev": true,
+ "requires": {
+ "type-fest": "^0.20.2"
+ }
+ },
+ "globby": {
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
+ "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
+ "dev": true,
+ "requires": {
+ "array-union": "^2.1.0",
+ "dir-glob": "^3.0.1",
+ "fast-glob": "^3.2.9",
+ "ignore": "^5.2.0",
+ "merge2": "^1.4.1",
+ "slash": "^3.0.0"
+ }
+ },
+ "graphemer": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
+ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
+ "dev": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true
+ },
+ "hoist-non-react-statics": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
+ "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
+ "requires": {
+ "react-is": "^16.7.0"
+ }
+ },
+ "ignore": {
+ "version": "5.2.4",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
+ "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
+ "dev": true
+ },
+ "immer": {
+ "version": "9.0.21",
+ "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz",
+ "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA=="
+ },
+ "import-fresh": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
+ "dev": true,
+ "requires": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ }
+ },
+ "imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
+ "dev": true
+ },
+ "inflight": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
+ "dev": true,
+ "requires": {
+ "once": "^1.3.0",
+ "wrappy": "1"
+ }
+ },
+ "inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
+ "dev": true
+ },
+ "invariant": {
+ "version": "2.2.4",
+ "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
+ "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
+ "requires": {
+ "loose-envify": "^1.0.0"
+ }
+ },
+ "is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
+ "dev": true
+ },
+ "is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "dev": true,
+ "requires": {
+ "is-extglob": "^2.1.1"
+ }
+ },
+ "is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+ "dev": true
+ },
+ "is-path-inside": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
+ "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
+ "dev": true
+ },
+ "isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
+ "dev": true
+ },
+ "js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
+ },
+ "js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "dev": true,
+ "requires": {
+ "argparse": "^2.0.1"
+ }
+ },
+ "json-buffer": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
+ "dev": true
+ },
+ "json-schema-traverse": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
+ "dev": true
+ },
+ "json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
+ "dev": true
+ },
+ "keyv": {
+ "version": "4.5.3",
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.3.tgz",
+ "integrity": "sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==",
+ "dev": true,
+ "requires": {
+ "json-buffer": "3.0.1"
+ }
+ },
+ "leaflet": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.4.tgz",
+ "integrity": "sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA=="
+ },
+ "levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "dev": true,
+ "requires": {
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ }
+ },
+ "locate-path": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
+ "dev": true,
+ "requires": {
+ "p-locate": "^5.0.0"
+ }
+ },
+ "lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
+ "dev": true
+ },
+ "loose-envify": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
+ "requires": {
+ "js-tokens": "^3.0.0 || ^4.0.0"
+ }
+ },
+ "lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "requires": {
+ "yallist": "^4.0.0"
+ }
+ },
+ "make-error": {
+ "version": "1.3.6",
+ "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
+ "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
+ "dev": true
+ },
+ "merge2": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
+ "dev": true
+ },
+ "micromatch": {
+ "version": "4.0.5",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
+ "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
+ "dev": true,
+ "requires": {
+ "braces": "^3.0.2",
+ "picomatch": "^2.3.1"
+ }
+ },
+ "minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "requires": {
+ "brace-expansion": "^1.1.7"
+ }
+ },
+ "ms": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
+ "dev": true
+ },
+ "nanoid": {
+ "version": "3.3.6",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
+ "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
+ "dev": true
+ },
+ "natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
+ "dev": true
+ },
+ "object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg=="
+ },
+ "once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
+ "dev": true,
+ "requires": {
+ "wrappy": "1"
+ }
+ },
+ "optionator": {
+ "version": "0.9.3",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
+ "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
+ "dev": true,
+ "requires": {
+ "@aashutoshrathi/word-wrap": "^1.2.3",
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0"
+ }
+ },
+ "p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "dev": true,
+ "requires": {
+ "yocto-queue": "^0.1.0"
+ }
+ },
+ "p-locate": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
+ "dev": true,
+ "requires": {
+ "p-limit": "^3.0.2"
+ }
+ },
+ "parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "dev": true,
+ "requires": {
+ "callsites": "^3.0.0"
+ }
+ },
+ "path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true
+ },
+ "path-is-absolute": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
+ "dev": true
+ },
+ "path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true
+ },
+ "path-type": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
+ "dev": true
+ },
+ "picocolors": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
+ "dev": true
+ },
+ "picomatch": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "dev": true
+ },
+ "postcss": {
+ "version": "8.4.29",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.29.tgz",
+ "integrity": "sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==",
+ "dev": true,
+ "requires": {
+ "nanoid": "^3.3.6",
+ "picocolors": "^1.0.0",
+ "source-map-js": "^1.0.2"
+ }
+ },
+ "prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
+ "dev": true
+ },
+ "prop-types": {
+ "version": "15.8.1",
+ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
+ "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
+ "requires": {
+ "loose-envify": "^1.4.0",
+ "object-assign": "^4.1.1",
+ "react-is": "^16.13.1"
+ }
+ },
+ "prop-types-extra": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/prop-types-extra/-/prop-types-extra-1.1.1.tgz",
+ "integrity": "sha512-59+AHNnHYCdiC+vMwY52WmvP5dM3QLeoumYuEyceQDi9aEhtwN9zIQ2ZNo25sMyXnbh32h+P1ezDsUpUH3JAew==",
+ "requires": {
+ "react-is": "^16.3.2",
+ "warning": "^4.0.0"
+ }
+ },
+ "punycode": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
+ "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
+ "dev": true
+ },
+ "queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
+ "dev": true
+ },
+ "react": {
+ "version": "18.2.0",
+ "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
+ "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==",
+ "requires": {
+ "loose-envify": "^1.1.0"
+ }
+ },
+ "react-bootstrap": {
+ "version": "2.8.0",
+ "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.8.0.tgz",
+ "integrity": "sha512-e/aNtxl0Z2ozrIaR82jr6Zz7ss9GSoaXpQaxmvtDUsTZIq/XalkduR/ZXP6vbQHz2T4syvjA+4FbtwELxxmpww==",
+ "requires": {
+ "@babel/runtime": "^7.21.0",
+ "@restart/hooks": "^0.4.9",
+ "@restart/ui": "^1.6.3",
+ "@types/react-transition-group": "^4.4.5",
+ "classnames": "^2.3.2",
+ "dom-helpers": "^5.2.1",
+ "invariant": "^2.2.4",
+ "prop-types": "^15.8.1",
+ "prop-types-extra": "^1.1.0",
+ "react-transition-group": "^4.4.5",
+ "uncontrollable": "^7.2.1",
+ "warning": "^4.0.3"
+ }
+ },
+ "react-bootstrap-icons": {
+ "version": "1.10.3",
+ "resolved": "https://registry.npmjs.org/react-bootstrap-icons/-/react-bootstrap-icons-1.10.3.tgz",
+ "integrity": "sha512-j4hSby6gT9/enhl3ybB1tfr1slZNAYXDVntcRrmVjxB3//2WwqrzpESVqKhyayYVaWpEtnwf9wgUQ03cuziwrw==",
+ "requires": {
+ "prop-types": "^15.7.2"
+ }
+ },
+ "react-dom": {
+ "version": "18.2.0",
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
+ "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==",
+ "requires": {
+ "loose-envify": "^1.1.0",
+ "scheduler": "^0.23.0"
+ }
+ },
+ "react-is": {
+ "version": "16.13.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
+ },
+ "react-leaflet": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/react-leaflet/-/react-leaflet-4.2.1.tgz",
+ "integrity": "sha512-p9chkvhcKrWn/H/1FFeVSqLdReGwn2qmiobOQGO3BifX+/vV/39qhY8dGqbdcPh1e6jxh/QHriLXr7a4eLFK4Q==",
+ "requires": {
+ "@react-leaflet/core": "^2.1.0"
+ }
+ },
+ "react-lifecycles-compat": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz",
+ "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA=="
+ },
+ "react-redux": {
+ "version": "8.1.2",
+ "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.1.2.tgz",
+ "integrity": "sha512-xJKYI189VwfsFc4CJvHqHlDrzyFTY/3vZACbE+rr/zQ34Xx1wQfB4OTOSeOSNrF6BDVe8OOdxIrAnMGXA3ggfw==",
+ "requires": {
+ "@babel/runtime": "^7.12.1",
+ "@types/hoist-non-react-statics": "^3.3.1",
+ "@types/use-sync-external-store": "^0.0.3",
+ "hoist-non-react-statics": "^3.3.2",
+ "react-is": "^18.0.0",
+ "use-sync-external-store": "^1.0.0"
+ },
+ "dependencies": {
+ "react-is": {
+ "version": "18.2.0",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
+ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
+ }
+ }
+ },
+ "react-router": {
+ "version": "6.15.0",
+ "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.15.0.tgz",
+ "integrity": "sha512-NIytlzvzLwJkCQj2HLefmeakxxWHWAP+02EGqWEZy+DgfHHKQMUoBBjUQLOtFInBMhWtb3hiUy6MfFgwLjXhqg==",
+ "requires": {
+ "@remix-run/router": "1.8.0"
+ }
+ },
+ "react-router-dom": {
+ "version": "6.15.0",
+ "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.15.0.tgz",
+ "integrity": "sha512-aR42t0fs7brintwBGAv2+mGlCtgtFQeOzK0BM1/OiqEzRejOZtpMZepvgkscpMUnKb8YO84G7s3LsHnnDNonbQ==",
+ "requires": {
+ "@remix-run/router": "1.8.0",
+ "react-router": "6.15.0"
+ }
+ },
+ "react-transition-group": {
+ "version": "4.4.5",
+ "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
+ "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
+ "requires": {
+ "@babel/runtime": "^7.5.5",
+ "dom-helpers": "^5.0.1",
+ "loose-envify": "^1.4.0",
+ "prop-types": "^15.6.2"
+ }
+ },
+ "redux": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz",
+ "integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==",
+ "requires": {
+ "@babel/runtime": "^7.9.2"
+ }
+ },
+ "redux-thunk": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz",
+ "integrity": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==",
+ "requires": {}
+ },
+ "regenerator-runtime": {
+ "version": "0.14.0",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz",
+ "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA=="
+ },
+ "reselect": {
+ "version": "4.1.8",
+ "resolved": "https://registry.npmjs.org/reselect/-/reselect-4.1.8.tgz",
+ "integrity": "sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ=="
+ },
+ "resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "dev": true
+ },
+ "reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
+ "dev": true
+ },
+ "rimraf": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "dev": true,
+ "requires": {
+ "glob": "^7.1.3"
+ }
+ },
+ "rollup": {
+ "version": "3.29.1",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.1.tgz",
+ "integrity": "sha512-c+ebvQz0VIH4KhhCpDsI+Bik0eT8ZFEVZEYw0cGMVqIP8zc+gnwl7iXCamTw7vzv2MeuZFZfdx5JJIq+ehzDlg==",
+ "dev": true,
+ "requires": {
+ "fsevents": "~2.3.2"
+ }
+ },
+ "run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+ "dev": true,
+ "requires": {
+ "queue-microtask": "^1.2.2"
+ }
+ },
+ "scheduler": {
+ "version": "0.23.0",
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
+ "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==",
+ "requires": {
+ "loose-envify": "^1.1.0"
+ }
+ },
+ "semver": {
+ "version": "7.5.4",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
+ "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
+ "dev": true,
+ "requires": {
+ "lru-cache": "^6.0.0"
+ }
+ },
+ "shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "requires": {
+ "shebang-regex": "^3.0.0"
+ }
+ },
+ "shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true
+ },
+ "slash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
+ "dev": true
+ },
+ "source-map-js": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
+ "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
+ "dev": true
+ },
+ "strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "requires": {
+ "ansi-regex": "^5.0.1"
+ }
+ },
+ "strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "dev": true
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ },
+ "text-table": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
+ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
+ "dev": true
+ },
+ "to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "dev": true,
+ "requires": {
+ "is-number": "^7.0.0"
+ }
+ },
+ "ts-api-utils": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz",
+ "integrity": "sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==",
+ "dev": true,
+ "requires": {}
+ },
+ "ts-node": {
+ "version": "10.9.1",
+ "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz",
+ "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==",
+ "dev": true,
+ "requires": {
+ "@cspotcode/source-map-support": "^0.8.0",
+ "@tsconfig/node10": "^1.0.7",
+ "@tsconfig/node12": "^1.0.7",
+ "@tsconfig/node14": "^1.0.0",
+ "@tsconfig/node16": "^1.0.2",
+ "acorn": "^8.4.1",
+ "acorn-walk": "^8.1.1",
+ "arg": "^4.1.0",
+ "create-require": "^1.1.0",
+ "diff": "^4.0.1",
+ "make-error": "^1.1.1",
+ "v8-compile-cache-lib": "^3.0.1",
+ "yn": "3.1.1"
+ }
+ },
+ "tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
+ },
+ "type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "dev": true,
+ "requires": {
+ "prelude-ls": "^1.2.1"
+ }
+ },
+ "type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "dev": true
+ },
+ "typescript": {
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
+ "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
+ "dev": true
+ },
+ "uncontrollable": {
+ "version": "7.2.1",
+ "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-7.2.1.tgz",
+ "integrity": "sha512-svtcfoTADIB0nT9nltgjujTi7BzVmwjZClOmskKu/E8FW9BXzg9os8OLr4f8Dlnk0rYWJIWr4wv9eKUXiQvQwQ==",
+ "requires": {
+ "@babel/runtime": "^7.6.3",
+ "@types/react": ">=16.9.11",
+ "invariant": "^2.2.4",
+ "react-lifecycles-compat": "^3.0.4"
+ }
+ },
+ "uri-js": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+ "dev": true,
+ "requires": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "use-sync-external-store": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz",
+ "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==",
+ "requires": {}
+ },
+ "v8-compile-cache-lib": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
+ "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
+ "dev": true
+ },
+ "vite": {
+ "version": "4.4.9",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz",
+ "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==",
+ "dev": true,
+ "requires": {
+ "esbuild": "^0.18.10",
+ "fsevents": "~2.3.2",
+ "postcss": "^8.4.27",
+ "rollup": "^3.27.1"
+ }
+ },
+ "warning": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz",
+ "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
+ "requires": {
+ "loose-envify": "^1.0.0"
+ }
+ },
+ "which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "requires": {
+ "isexe": "^2.0.0"
+ }
+ },
+ "wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
+ "dev": true
+ },
+ "yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true
+ },
+ "yn": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
+ "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
+ "dev": true
+ },
+ "yocto-queue": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
+ "dev": true
+ }
+ }
+}
diff --git a/frontend/site-search/package.json b/frontend/site-search/package.json
new file mode 100644
index 00000000..aac240bd
--- /dev/null
+++ b/frontend/site-search/package.json
@@ -0,0 +1,42 @@
+{
+ "name": "site-search",
+ "private": true,
+ "version": "0.0.0",
+ "type": "module",
+ "scripts": {
+ "dev": "vite",
+ "build": "tsc && vite build",
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
+ "preview": "vite preview"
+ },
+ "dependencies": {
+ "@reduxjs/toolkit": "^1.9.5",
+ "bootstrap": "^5.3.1",
+ "leaflet": "^1.9.4",
+ "react": "^18.2.0",
+ "react-bootstrap": "^2.8.0",
+ "react-bootstrap-icons": "^1.10.3",
+ "react-dom": "^18.2.0",
+ "react-leaflet": "^4.2.1",
+ "react-redux": "^8.1.2",
+ "react-router-dom": "^6.15.0"
+ },
+ "devDependencies": {
+ "@faker-js/faker": "^8.0.2",
+ "@types/leaflet": "^1.9.4",
+ "@types/node": "^20.7.0",
+ "@types/react": "^18.2.15",
+ "@types/react-bootstrap": "^0.32.32",
+ "@types/react-dom": "^18.2.7",
+ "@types/react-leaflet": "^3.0.0",
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
+ "@typescript-eslint/parser": "^6.0.0",
+ "@vitejs/plugin-react-swc": "^3.3.2",
+ "eslint": "^8.45.0",
+ "eslint-plugin-react-hooks": "^4.6.0",
+ "eslint-plugin-react-refresh": "^0.4.3",
+ "ts-node": "^10.9.1",
+ "typescript": "^5.0.2",
+ "vite": "^4.4.5"
+ }
+}
diff --git a/frontend/site-search/public/vite.svg b/frontend/site-search/public/vite.svg
new file mode 100644
index 00000000..e7b8dfb1
--- /dev/null
+++ b/frontend/site-search/public/vite.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/site-search/src/App.css b/frontend/site-search/src/App.css
new file mode 100644
index 00000000..b9d355df
--- /dev/null
+++ b/frontend/site-search/src/App.css
@@ -0,0 +1,42 @@
+#root {
+ max-width: 1280px;
+ margin: 0 auto;
+ padding: 2rem;
+ text-align: center;
+}
+
+.logo {
+ height: 6em;
+ padding: 1.5em;
+ will-change: filter;
+ transition: filter 300ms;
+}
+.logo:hover {
+ filter: drop-shadow(0 0 2em #646cffaa);
+}
+.logo.react:hover {
+ filter: drop-shadow(0 0 2em #61dafbaa);
+}
+
+@keyframes logo-spin {
+ from {
+ transform: rotate(0deg);
+ }
+ to {
+ transform: rotate(360deg);
+ }
+}
+
+@media (prefers-reduced-motion: no-preference) {
+ a:nth-of-type(2) .logo {
+ animation: logo-spin infinite 20s linear;
+ }
+}
+
+.card {
+ padding: 2em;
+}
+
+.read-the-docs {
+ color: #888;
+}
diff --git a/frontend/site-search/src/App.tsx b/frontend/site-search/src/App.tsx
new file mode 100644
index 00000000..088b39b7
--- /dev/null
+++ b/frontend/site-search/src/App.tsx
@@ -0,0 +1,21 @@
+// import { useState } from 'react'
+// import reactLogo from './assets/react.svg'
+// import viteLogo from '/vite.svg'
+import './App.css'
+
+function App() {
+ // const [count, setCount] = useState(0)
+
+ return (
+ <>
+
+
+
+ Site Search
+
+
+ >
+ )
+}
+
+export default App
diff --git a/frontend/site-search/src/api/dummy-data.tsx b/frontend/site-search/src/api/dummy-data.tsx
new file mode 100644
index 00000000..cbe37aff
--- /dev/null
+++ b/frontend/site-search/src/api/dummy-data.tsx
@@ -0,0 +1,230 @@
+import { faker } from '@faker-js/faker';
+import { SiteParticipant, type Notation, type Site, AssociatedSite, SuspectLandUse, SiteDisclosure, ActivityLogItem, SiteDisclosurePurpose, ParcelDescription, SiteDocument, DocumentParticipant } from './sites'
+// import formatDateToString from '@/helpers/formatDateToString';
+import formatDateToString from '../helpers/formatDateToString.ts'
+
+export function generate({ siteCount }): Site[] {
+ const output = Array.from({ length: siteCount }, _ => createRandomSite());
+
+ // Update site.associatedSites
+ const outputWithAssociations = createSiteAssociations(output);
+
+ return outputWithAssociations;
+}
+
+
+export function createRandomSite(): Site {
+ return {
+ uuid: faker.string.uuid(),
+ siteID: faker.number.int({ min: 15192, max: 20999 }),
+ address: faker.location.streetAddress(),
+ // Lat and Longitude restricted to approximately BC (some Alberta, oceans, etc)
+ latitude: faker.location.latitude({ min: 48, max: 59 }),
+ longitude: faker.location.longitude({ min: -139, max: -118 }),
+ lastUpdated: formatDateToString(faker.date.past({ years: 10 })),
+ city: faker.location.city(),
+ region: randomRegion(),
+
+
+ victoriaFile: randomFileString(),
+ regionalFile: 'N/A',
+ parcelIDs: Array.from({ length: 5 }, _ => faker.number.int({ min: 100000, max: 10000000 })),
+ locationDescription: 'LAT/LONGS CONFIRMED USING ICIS MAY 16,2013',
+
+ notations: createAndPopulateArray({ min: 2, max: 5, generator: randomNotation }),
+ participants: createAndPopulateArray({ min: 2, max: 5, generator: randomSiteParticipant }),
+ documents: createAndPopulateArray({min: 1, max: 5, generator: randomDocument}),
+ suspectLandUses: createAndPopulateArray({ min: 2, max: 5, generator: randomSuspectLandUse }),
+ parcelDescriptions: createAndPopulateArray({ min: 2, max: 5, generator: randomParcelDescription }),
+ siteDisclosures: createAndPopulateArray({ min: 1, max: 2, generator: randomSiteDisclosure }),
+ activityLog: createAndPopulateArray({ min: 5, max: 10, generator: randomActivityLogItem }),
+
+ // Associated Sites is generated after site generation with `createSiteAssociations()`, as we need siteIDs already gen'd.
+ associatedSites: []
+ }
+}
+
+/**
+ * Helper function, creates an array of varying length (between min-max) and each item in array will be created by invoking generator().
+ */
+function createAndPopulateArray({ min, max, generator }): T[] {
+ return Array.from({ length: faker.number.int({ min, max }) }, () => { return generator() });
+}
+
+const REGIONS = ['Vancouver Island/Coast', 'Mainland/Southwest', 'Thompson-Okanagan', 'Kootenay', 'Cariboo', ' North Coast'];
+function randomRegion() {
+ const random = Math.floor(Math.random() * REGIONS.length)
+ return REGIONS[random];
+}
+
+function randomFileString() {
+ return `26250-20/${faker.number.int({ min: 700, max: 20000 })}`
+}
+
+function randomNotation(): Notation {
+
+ function randomNotationParticipant() {
+ return {
+ uuid: faker.string.uuid(),
+ name: faker.helpers.arrayElement(['SNC-LAVALIN ENVIRONMENT INC.', 'SHELL CANADA PRODUCTS']),
+ role: faker.helpers.arrayElement(['SUBMITTED BY', 'REQUESTED BY']),
+ siteRegistry: faker.datatype.boolean()
+ }
+ }
+
+ return {
+ uuid: faker.string.uuid(),
+ createdAt: formatDateToString(faker.date.past({ years: 10 })),
+ completed: formatDateToString(faker.date.past({ years: 10 })),
+ initiated: formatDateToString(faker.date.past({ years: 10 })),
+ ministryContact: faker.person.lastName().toUpperCase() + " " + faker.person.firstName().toUpperCase(),
+ notationClass: "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ note: '',
+ notationType: 'CERTIFICATE OF COMPLIANCE REQUESTED',
+ requestedActions: [''],
+ notationParticipants: Array.from({ length: faker.number.int({ min: 2, max: 5 }) }, () => { return randomNotationParticipant() }),
+ siteRegistry: faker.datatype.boolean(),
+ }
+}
+
+function randomSiteParticipant(): SiteParticipant {
+
+ return {
+ uuid: faker.string.uuid(),
+ name: faker.helpers.arrayElement(['SHELL CANADA PRODUCTS', 'SNC-LAVALIN ENVIRONMENT INC', 'IPSUM', 'AMET, DOLOR SIT']),
+ endDate: formatDateToString(faker.date.past({ years: 10 })),
+ startDate: formatDateToString(faker.date.past({ years: 10 })),
+ notes: '',
+ roles: [faker.helpers.arrayElement(['ORGANIZATION', 'EMPLOYEE'])],
+ siteRegistry: faker.datatype.boolean()
+ }
+}
+
+function createSiteAssociations(sites: Site[]): Site[] {
+
+ // iterate through sites, get random site ids, and use those to create other ones
+ // make sure every site has 2-5 associations
+ const siteIDs = sites.map(x => x.siteID);
+
+ const sitesWithAssociations = sites.map(site => {
+
+ site.associatedSites = Array.from({ length: faker.number.int({ min: 1, max: 3 }) }, () => { return randomAssociation(siteIDs, site.siteID) })
+
+ return site;
+ })
+
+ return sitesWithAssociations;
+}
+
+function randomAssociation(siteIDs: number[], parentSiteID: number): AssociatedSite {
+ const validSiteIDs = siteIDs.filter(x => x !== parentSiteID);
+
+ return {
+ uuid: faker.string.uuid(),
+ dateNoted: formatDateToString(faker.date.past({ years: 10 })),
+ notes: '',
+ parcelID: faker.number.int({ min: 15192, max: 20999 }).toString(),
+ siteID: faker.helpers.arrayElement(validSiteIDs).toString(),
+ siteRegistry: faker.datatype.boolean(),
+ }
+
+}
+
+function randomSuspectLandUse(): SuspectLandUse {
+ const date = formatDateToString(faker.date.past({ years: 10 }));
+
+ return {
+ uuid: faker.string.uuid(),
+ siteRegistry: faker.datatype.boolean(),
+ notes: `INSERTED FOR SITE PROFILE DATED ${date} (described on Site Profile dated ${date})`,
+ landUse: faker.helpers.arrayElement(['PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES', 'PETROLEUM OR NATURAL GAS DRILLING']),
+ }
+}
+
+function randomSiteDisclosure(): SiteDisclosure {
+ return {
+ uuid: faker.string.uuid(),
+ siteRegistry: faker.datatype.boolean(),
+ dateReceived: formatDateToString(faker.date.past({ years: 10 })),
+ dateCompleted: formatDateToString(faker.date.past({ years: 10 })),
+ dateEntered: formatDateToString(faker.date.past({ years: 10 })),
+ dateRegistrar: formatDateToString(faker.date.past({ years: 10 })),
+ dateLocalAuthorityReceived: formatDateToString(faker.date.past({ years: 10 })),
+ summary: faker.lorem.lines({ min: 1, max: 3 }),
+ informationUsed: faker.lorem.lines({ min: 3, max: 5 }),
+ pastOrPresentOrders: faker.lorem.lines({ min: 1, max: 3 }),
+ commercialAndIndustrialPurposes: createAndPopulateArray({ min: 2, max: 4, generator: randomSiteCommercialIndustrialActivity })
+
+
+
+ }
+
+}
+
+function randomSiteCommercialIndustrialActivity(): SiteDisclosurePurpose {
+ return {
+ uuid: faker.string.uuid(),
+ scheduleReference: faker.helpers.arrayElement(['F1*', 'F2*']),
+ description: faker.helpers.arrayElement(['PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES', 'PETROLEUM OR NATURAL GAS DRILLING']),
+ siteRegistry: faker.datatype.boolean()
+ }
+}
+
+function randomActivityLogItem(): ActivityLogItem {
+
+ return {
+ uuid: faker.string.uuid(),
+ siteRegistry: faker.datatype.boolean(),
+ activity: 'Lorem ipsum dolor sit amet',
+ user: faker.person.lastName().toUpperCase() + " " + faker.person.firstName().toUpperCase(),
+ timestamp: formatDateToString(faker.date.past({ years: 10 }))
+ }
+
+}
+
+function randomParcelDescription(): ParcelDescription {
+ const lot = faker.number.int({ min: 1, max: 5 })
+ const secondLot = faker.number.int({ min: 1, max: 5 })
+ const block = faker.number.int({ min: 1, max: 5 })
+ const district = faker.number.int({ min: 1, max: 5 })
+ const plan = faker.number.int({ min: 2901, max: 9802 })
+
+ return {
+ uuid: faker.string.uuid(),
+ siteRegistry: faker.datatype.boolean(),
+ dateNoted: formatDateToString(faker.date.past({ years: 10 })),
+ parcelID: faker.number.int({ min: 15192, max: 20999 }).toString(),
+ crownLandUsePIN: faker.number.int({ min: 15192, max: 20999 }).toString(),
+ crownLandFileNumber: faker.number.int({ min: 15192, max: 20999 }).toString(),
+ landDescription: `LOT ${lot} OF LOT ${secondLot} BLOCK ${block} DISTRICT LOT ${district} PLAN ${plan}`
+ }
+}
+
+function randomDocument(): SiteDocument {
+
+
+ return {
+ uuid: faker.string.uuid(),
+ siteRegistry: faker.datatype.boolean(),
+ documentDate: formatDateToString(faker.date.past({ years: 10 })),
+ receivedDate: formatDateToString(faker.date.past({ years: 10 })),
+ uploadedDate: formatDateToString(faker.date.past({ years: 10 })),
+ title: faker.helpers.arrayElement([
+ 'Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)',
+ 'Summary of Site Conditions, 1537 W 41st Avenue, Vancouver',
+ 'Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave',
+ ]),
+ participants: createAndPopulateArray({min: 1, max: 3, generator: randomDocumentParticipant})
+ }
+}
+
+function randomDocumentParticipant(): DocumentParticipant {
+
+ return {
+ uuid: faker.string.uuid(),
+ name: faker.helpers.arrayElement(['SHELL CANADA PRODUCTS', 'SNC-LAVALIN ENVIRONMENT INC', 'IPSUM', 'AMET, DOLOR SIT']),
+ siteRegistry: faker.datatype.boolean(),
+ role: 'AUTHOR'
+ }
+}
+
diff --git a/frontend/site-search/src/api/sites.ts b/frontend/site-search/src/api/sites.ts
new file mode 100644
index 00000000..7f481d14
--- /dev/null
+++ b/frontend/site-search/src/api/sites.ts
@@ -0,0 +1,137 @@
+interface canBeOnSiteRegistry {
+ siteRegistry: boolean;
+}
+
+interface hasUUID {
+ uuid: string;
+}
+
+export class Site {
+ uuid: string;
+ siteID: number;
+ address: string;
+ latitude: number;
+ longitude: number;
+ // lastUpdated: Date | string;
+ lastUpdated: string;
+ city: string;
+ region: string;
+ victoriaFile: string;
+ regionalFile: string;
+ parcelIDs: number[];
+ locationDescription: string;
+
+ notations: Notation[];
+ participants: SiteParticipant[];
+ associatedSites: AssociatedSite[];
+
+ suspectLandUses: SuspectLandUse[];
+ parcelDescriptions: ParcelDescription[]
+ siteDisclosures: SiteDisclosure[];
+ activityLog: ActivityLogItem[];
+
+ documents: SiteDocument[];
+
+}
+
+
+
+export class Notation implements canBeOnSiteRegistry, hasUUID {
+ uuid: string;
+ createdAt: string;
+ notationType: 'CERTIFICATE OF COMPLIANCE ISSUED USING RISK BASED STANDARDS' | 'CERTIFICATE OF COMPLIANCE REQUESTED' | string
+ notationClass: "ENVIRONMENTAL MANAGEMENT ACT: GENERAL" | string
+ initiated: string;
+ completed: string;
+ ministryContact: string;
+ note: string;
+ requestedActions: string[]
+ notationParticipants: {name: string, role: string, siteRegistry: boolean, uuid: string}[]
+ siteRegistry: boolean;
+}
+
+
+export class SiteParticipant implements canBeOnSiteRegistry, hasUUID {
+ uuid: string;
+ name: string;
+ roles: string[];
+ startDate: string;
+ endDate: string;
+ notes: string;
+ siteRegistry: boolean;
+}
+
+export class AssociatedSite implements canBeOnSiteRegistry, hasUUID {
+ uuid: string;
+ siteID: string;
+ parcelID: string;
+ dateNoted: string;
+ notes: string;
+ siteRegistry: boolean;
+}
+
+export class SuspectLandUse implements canBeOnSiteRegistry, hasUUID {
+ uuid: string;
+ siteRegistry: boolean;
+ landUse: string;
+ notes: string;
+}
+
+export class ParcelDescription implements canBeOnSiteRegistry, hasUUID {
+ uuid: string;
+ siteRegistry: boolean;
+ dateNoted: string;
+ parcelID: string;
+ crownLandUsePIN: string;
+ crownLandFileNumber: string;
+ landDescription: string;
+}
+
+export class SiteDisclosure implements canBeOnSiteRegistry, hasUUID {
+ uuid: string;
+ siteRegistry: boolean;
+ dateReceived: string;
+ dateCompleted: string;
+ dateLocalAuthorityReceived: string;
+ dateRegistrar: string;
+ dateEntered: string;
+
+ commercialAndIndustrialPurposes: SiteDisclosurePurpose[]
+
+ summary: string;
+ informationUsed: string;
+ pastOrPresentOrders: string;
+}
+
+export class SiteDisclosurePurpose implements canBeOnSiteRegistry, hasUUID {
+ uuid: string;
+ scheduleReference: string;
+ description: string;
+ siteRegistry: boolean
+
+}
+
+export class ActivityLogItem implements canBeOnSiteRegistry, hasUUID {
+ uuid: string;
+ siteRegistry: boolean;
+ activity: string;
+ user: string;
+ timestamp: string;
+}
+
+export class SiteDocument implements canBeOnSiteRegistry, hasUUID {
+ uuid: string;
+ siteRegistry: boolean;
+ documentDate: string;
+ receivedDate: string;
+ uploadedDate: string;
+ title: string;
+ participants: DocumentParticipant[];
+}
+
+export class DocumentParticipant implements canBeOnSiteRegistry, hasUUID {
+ uuid: string;
+ siteRegistry: boolean;
+ name: string;
+ role: string;
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/assets/react.svg b/frontend/site-search/src/assets/react.svg
new file mode 100644
index 00000000..6c87de9b
--- /dev/null
+++ b/frontend/site-search/src/assets/react.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/site-search/src/components/Header.tsx b/frontend/site-search/src/components/Header.tsx
new file mode 100644
index 00000000..6c82f9ab
--- /dev/null
+++ b/frontend/site-search/src/components/Header.tsx
@@ -0,0 +1,63 @@
+import Container from 'react-bootstrap/Container';
+import Nav from 'react-bootstrap/Nav';
+import Navbar from 'react-bootstrap/Navbar';
+import NavDropdown from 'react-bootstrap/NavDropdown';
+import Form from 'react-bootstrap/Form';
+import { setMinistryState } from '@/features/user/userSlice';
+import { RootState } from '@/store';
+import { useDispatch, useSelector } from 'react-redux';
+import { changeEditMode } from '@/features/site-details/edit-mode/editModeSlice';
+
+
+
+export default function Header() {
+ const isMinistry = useSelector((state: RootState) => state.user.isMinistry);
+ const dispatch = useDispatch();
+
+
+ function minstryToggleChange(e) {
+ dispatch(changeEditMode(false));
+ dispatch(setMinistryState(!isMinistry));
+ }
+
+
+
+ return (
+
+
+ BCGov Logo
+
+
+
+
+ Basic Search
+
+ Advanced Search
+
+ Map Search
+
+
+ Separated link
+
+
+
+
+
+
+ Ministry
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/components/Highlighted.tsx b/frontend/site-search/src/components/Highlighted.tsx
new file mode 100644
index 00000000..40ac8d95
--- /dev/null
+++ b/frontend/site-search/src/components/Highlighted.tsx
@@ -0,0 +1,42 @@
+import React, { ReactNode } from "react";
+
+interface Props {
+ children?: ReactNode;
+ highlight?: string;
+}
+
+
+
+const Highlighter = ({ children, highlight }: Props) => {
+ if (!highlight) return children;
+ // console.log('CHILDREN', { children })
+ const regexp = new RegExp(highlight, 'g');
+ const matches = (children as string).match(regexp);
+ // var parts = children?.split(new RegExp(`${highlight.replace()}`, 'g'));
+ // var parts = (children as string).split(new RegExp(`${highlight.replace('', '')}`, 'g'));
+ var parts = (children as string).split(new RegExp(`${highlight.replace('', '')}`, 'g'));
+
+ for (var i = 0; i < parts.length; i++) {
+ if (i !== parts.length - 1) {
+ let match = matches[i];
+ // While the next part is an empty string, merge the corresponding match with the current
+ // match into a single to avoid consequent spans with nothing between them.
+ // console.log('PRE match', { match })
+ while (parts[i + 1] === '') {
+ const newMatch = matches[++i];
+ // EPD - Custom fix here, making sure 'undefined' isn't appended after number records occasionally
+ if (newMatch !== undefined) match += newMatch;
+ }
+
+
+ (parts[i] as any) = (
+
+ {parts[i]}{match}
+
+ );
+ }
+ }
+ return {parts}
;
+};
+
+export default Highlighter
\ No newline at end of file
diff --git a/frontend/site-search/src/components/SiteRegistryIcon.tsx b/frontend/site-search/src/components/SiteRegistryIcon.tsx
new file mode 100644
index 00000000..cfd5e750
--- /dev/null
+++ b/frontend/site-search/src/components/SiteRegistryIcon.tsx
@@ -0,0 +1,42 @@
+import { useEffect, useState } from 'react';
+import { Button } from 'react-bootstrap';
+import { Eye, EyeSlash } from 'react-bootstrap-icons';
+
+export default function SiteRegistryIcon({ siteRegistry }: { siteRegistry: boolean }) {
+ if (siteRegistry) {
+ return (
+
+ )
+ }
+ else {
+ return (
+
+ )
+ }
+}
+
+export function SiteRegistryIconButton({ siteRegistry }: { siteRegistry: boolean }) {
+ /**
+ * We create a "dummy" state object here. In final version, would want to replace this with proper state change.
+ */
+ const [dummySRState, setDummySRState] = useState(siteRegistry)
+ function onClick() {
+ setDummySRState(!dummySRState)
+ }
+
+ /**
+ * This is to make the 'Make Selected Visible to Public' change work
+ * Otherwise, the change to the SiteRegistry prop will not change the value.
+ */
+ useEffect(() => {
+ setDummySRState(siteRegistry);
+ }, [siteRegistry])
+
+ return (
+ <>
+
+
+
+ >
+ )
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/map/MapDetailsPane.tsx b/frontend/site-search/src/features/map/MapDetailsPane.tsx
new file mode 100644
index 00000000..4e6aa934
--- /dev/null
+++ b/frontend/site-search/src/features/map/MapDetailsPane.tsx
@@ -0,0 +1,69 @@
+import styles from '@/pages/map.module.css'
+import CloseButton from 'react-bootstrap/esm/CloseButton';
+import Button from 'react-bootstrap/Button';
+import { Site } from '@/api/sites';
+import { MouseEventHandler } from 'react';
+import { Link } from 'react-router-dom';
+import { formatLatLng } from '@/helpers/formatLatLng';
+
+
+export default function MapDetailsPane({site, onClose}: {site: Site, onClose: MouseEventHandler}) {
+ return (
+
+
+
+
+
+
+
Last Updated: {site?.lastUpdated}
+
+
+
+
+
Site ID
+
{site?.siteID}
+
+
+
Latitude
+
{formatLatLng(site?.latitude)}
+
+
+
Longitude
+
{formatLatLng(site?.longitude)}
+
+
+
Victoria File
+
26250-20/18326
+
+
+
+
+
+
Common Name
+
{site?.address}
+
+
+
+
Region
+
{site?.region}
+
+
+
+
+
+
+ View Site Details
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/map/UpdateMapCentre.tsx b/frontend/site-search/src/features/map/UpdateMapCentre.tsx
new file mode 100644
index 00000000..d649d8d3
--- /dev/null
+++ b/frontend/site-search/src/features/map/UpdateMapCentre.tsx
@@ -0,0 +1,9 @@
+import { useMap } from "react-leaflet/hooks";
+
+export default function UpdateMapCentre(props) {
+ const map = useMap();
+ map.panTo(props.mapCentre);
+ // map.setZoom(props.zoom)
+ // map.setView(props.mapCentre, props.zoom)
+ return null;
+ }
\ No newline at end of file
diff --git a/frontend/site-search/src/features/selection/selection.ts b/frontend/site-search/src/features/selection/selection.ts
new file mode 100644
index 00000000..fcddfad1
--- /dev/null
+++ b/frontend/site-search/src/features/selection/selection.ts
@@ -0,0 +1,25 @@
+import { Site } from '@/api/sites'
+import { createSlice } from '@reduxjs/toolkit'
+import type { PayloadAction } from '@reduxjs/toolkit'
+
+export interface SelectionState {
+ value: Site | undefined;
+}
+
+
+export const selectionSlice = createSlice({
+ name: 'selection',
+ initialState: {
+ value: undefined,
+ },
+
+ reducers: {
+ select: (state, action: PayloadAction) => {
+ console.log('Selection reducer start:', {state, action})
+ state.value = action.payload
+ }
+ }
+});
+
+export const { select } = selectionSlice.actions;
+export default selectionSlice.reducer;
\ No newline at end of file
diff --git a/frontend/site-search/src/features/simple-search/search-results.tsx b/frontend/site-search/src/features/simple-search/search-results.tsx
new file mode 100644
index 00000000..4844119d
--- /dev/null
+++ b/frontend/site-search/src/features/simple-search/search-results.tsx
@@ -0,0 +1,56 @@
+
+import { Site } from '@/api/sites'
+import { Link } from "react-router-dom";
+import Highlighter from '@/components/Highlighted';
+import { formatLatLng } from '@/helpers/formatLatLng';
+
+interface Props {
+ site: Site;
+ highlight: string;
+ searchOption: {
+ searchByCity: boolean,
+ searchBySiteID: boolean,
+ searchByRegion: boolean,
+ searchByAddress: boolean
+ }
+}
+
+
+export default function SimpleSearchResults({ site, highlight, searchOption }: Props) {
+
+ // const defaultHighlighting =
+ const { searchByCity, searchBySiteID, searchByRegion, searchByAddress } = searchOption;
+ const searchEverything = (!searchByCity && !searchBySiteID && !searchByRegion && !searchByAddress)
+ // console.log('SimpleSearchResults site', site)
+
+ return (
+
+
{site.address}
+
+
+
+ Site ID
+ City
+ Region
+ Latitude
+ Longitude
+
+
+
+
+ {String(site.siteID)}
+ {site.city}
+ {site.region}
+ {formatLatLng(site.latitude)}
+ {formatLatLng(site.longitude)}
+
+
+
+
View Site Details
+
View on Map
+
+
Last Updated: {site.lastUpdated}
+
+
+ )
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/simple-search/search-toggle.tsx b/frontend/site-search/src/features/simple-search/search-toggle.tsx
new file mode 100644
index 00000000..774733de
--- /dev/null
+++ b/frontend/site-search/src/features/simple-search/search-toggle.tsx
@@ -0,0 +1,28 @@
+import ToggleButton from 'react-bootstrap/ToggleButton';
+
+interface Props {
+ checked: boolean;
+ onChange: Function,
+ children: string
+}
+
+export default function SearchToggle({ checked, onChange, children }: Props) {
+
+ return (
+ onChange(e.currentTarget.checked)}
+ >
+ {children}
+
+ )
+}
+
+function convertToClassName(str: string): string {
+ return str.replace(' ', '-').toLowerCase()
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/simple-search/simple-search.ts b/frontend/site-search/src/features/simple-search/simple-search.ts
new file mode 100644
index 00000000..19dc49de
--- /dev/null
+++ b/frontend/site-search/src/features/simple-search/simple-search.ts
@@ -0,0 +1,39 @@
+import { createRandomSite } from '@/api/dummy-data'
+import { PayloadAction, createSlice } from '@reduxjs/toolkit'
+import siteDummyData from '@/scripts/dummy-data.sites.json';
+import { Site } from '@/api/sites';
+import { current } from '@reduxjs/toolkit'
+import formatDateToString from '@/helpers/formatDateToString';
+
+
+export const siteSlice = createSlice({
+ name: 'site',
+ initialState: {
+ // value: Array.from({length: 250}, _ => createRandomSite())
+ value: siteDummyData as Site[]
+ },
+ reducers: {
+ add: () => console.log('site reducer add todo'), // Maybe not even necessary? SITE list won't mutate much, unlike site selection
+ updateSite: (state, action: PayloadAction) => {
+ state.value = state.value.map((site) =>
+ site.siteID === action.payload.siteID ? action.payload : site
+ )
+ },
+
+ deleteNotation: (state, action: PayloadAction<{ siteUUID: string, notationUUID: string }>) => {
+ // Find the site by siteUUID
+ const site = state.value.find((site) => site.uuid === action.payload.siteUUID);
+
+ if (site) {
+ // Filter out the Notation with the provided UUID
+ site.notations = site.notations.filter((notation) => notation.uuid !== action.payload.notationUUID);
+ }
+ },
+ }
+})
+
+
+// Action creators are generated for each case reducer function
+export const { add, updateSite, deleteNotation } = siteSlice.actions
+
+export default siteSlice.reducer
diff --git a/frontend/site-search/src/features/site-details/SiteGridItem.tsx b/frontend/site-search/src/features/site-details/SiteGridItem.tsx
new file mode 100644
index 00000000..d7e3e412
--- /dev/null
+++ b/frontend/site-search/src/features/site-details/SiteGridItem.tsx
@@ -0,0 +1,60 @@
+import { Site } from "@/api/sites";
+import Form from 'react-bootstrap/Form';
+import styles from '@/pages/site-details.module.css'
+import { useSelector } from "react-redux";
+import { RootState } from "@/store";
+import { SiteRegistryIconButton } from "@/components/SiteRegistryIcon";
+
+interface SiteGridItemProps {
+ label: string;
+ value: any;
+ extraClasses?: CSSModuleClasses | string;
+ showSR?: boolean;
+ readOnly?: boolean;
+ as?: 'input' | 'textarea';
+}
+
+interface SiteGridParentProps {
+ label: string;
+ children: any;
+ extraClasses?: CSSModuleClasses | string;
+ showSR?: boolean;
+}
+
+export default function SiteGridItem( {label, value, extraClasses = '', showSR = false, readOnly, as='input'}: SiteGridItemProps) {
+ const editMode = useSelector((state: RootState) => state.edit.editMode)
+
+ return (
+
+
+
+ )
+}
+
+export function SiteGridParent( {label, extraClasses = '', showSR = false,children}: SiteGridParentProps ) {
+ const editMode = useSelector((state: RootState) => state.edit.editMode)
+
+ return (
+
+
+ {label}
+ {showSR &&
+ SR
+ }
+
+ {children}
+
+ )
+
+}
+
+export function SiteGridDateItem( {label, value, extraClasses = '', showSR = false, readOnly}: SiteGridItemProps) {
+ const editMode = useSelector((state: RootState) => state.edit.editMode)
+
+ return (
+
+
+
+ )
+
+}
diff --git a/frontend/site-search/src/features/site-details/TableEditItem.tsx b/frontend/site-search/src/features/site-details/TableEditItem.tsx
new file mode 100644
index 00000000..25804988
--- /dev/null
+++ b/frontend/site-search/src/features/site-details/TableEditItem.tsx
@@ -0,0 +1,39 @@
+import Form from 'react-bootstrap/Form';
+import styles from '@/pages/site-details.module.css';
+import { useSelector } from "react-redux";
+import { RootState } from "@/store";
+import { Link } from 'react-router-dom';
+
+
+export function TableEditItem({ value }) {
+ const editMode = useSelector((state: RootState) => state.edit.editMode);
+
+ return (
+
+ );
+}
+
+export function LinkableFormControl({ value }) {
+ return (
+ <>
+ {value}
+ >
+ )
+}
+
+export function TextAreaItem({value}) {
+ const editMode = useSelector((state: RootState) => state.edit.editMode);
+
+ return (
+
+ );
+}
+
+export function DateItem({value}) {
+ const editMode = useSelector((state: RootState) => state.edit.editMode);
+
+ return (
+
+ )
+
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/site-details/activity-log.tsx b/frontend/site-search/src/features/site-details/activity-log.tsx
new file mode 100644
index 00000000..b63277e3
--- /dev/null
+++ b/frontend/site-search/src/features/site-details/activity-log.tsx
@@ -0,0 +1,30 @@
+import { Site } from "@/api/sites";
+import { RootState } from "@/store";
+import { useSelector } from "react-redux";
+import { useParams } from "react-router-dom";
+import SubSearch from "./sub-search/SubSearch";
+import SiteDetailsTable from "./table/SiteDetailsTable";
+
+export default function ActivityLog() {
+ const { siteID } = useParams();
+ const siteIDNum = parseInt(siteID);
+ const site: Site = useSelector((state: RootState) => state.site.value.find(searchedSite => searchedSite.siteID === siteIDNum));
+
+
+ return (
+
+
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/site-details/associated-sites.tsx b/frontend/site-search/src/features/site-details/associated-sites.tsx
new file mode 100644
index 00000000..83337923
--- /dev/null
+++ b/frontend/site-search/src/features/site-details/associated-sites.tsx
@@ -0,0 +1,64 @@
+import { AssociatedSite, Site } from "@/api/sites";
+import { RootState } from "@/store";
+import { useDispatch, useSelector } from "react-redux";
+import { useParams } from "react-router-dom";
+import SubSearch from "./sub-search/SubSearch";
+import SiteDetailsTable from "./table/SiteDetailsTable";
+import { updateSite } from "../simple-search/simple-search";
+import { faker } from "@faker-js/faker";
+import { DateItem, LinkableFormControl } from "./TableEditItem";
+
+export default function AssociatedSites() {
+ const { siteID } = useParams();
+ const siteIDNum = parseInt(siteID);
+ const site: Site = useSelector((state: RootState) => state.site.value.find(searchedSite => searchedSite.siteID === siteIDNum));
+ const dispatch = useDispatch();
+
+ function addAssociation(){
+ const newAssociation: AssociatedSite = {uuid: faker.string.uuid(), dateNoted: '', notes: '', parcelID: '', siteID: '', siteRegistry: false};
+ const newSite: Site = {
+ ...site,
+ associatedSites: [...site.associatedSites, newAssociation]
+ };
+
+ dispatch(updateSite(newSite))
+ }
+
+ function removeAssociation(checkedObj){
+ // const checkedAsArray = [...Object.keys(checkedObj).map(key => checkedObj[key])];
+ // console.log('remove', {checkedObj, checkedAsArray})
+
+ const newSite: Site = {
+ ...site,
+ associatedSites: [...site.associatedSites.filter((_, index) => {
+ // if checked, we want to return false to remove it from the array
+ if (checkedObj[index] === true ) {
+ // console.log('removing', participant)
+ return false
+ }
+ return true;
+ })]
+ };
+
+ dispatch(updateSite(newSite))
+ }
+
+ return (
+
+
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/site-details/css/siteDetails.module.css b/frontend/site-search/src/features/site-details/css/siteDetails.module.css
new file mode 100644
index 00000000..29f0adfa
--- /dev/null
+++ b/frontend/site-search/src/features/site-details/css/siteDetails.module.css
@@ -0,0 +1,11 @@
+.searchBar {
+ background-color: var(--input-gray);
+ border: 1px solid black;
+}
+
+.detailsItem {
+ border: 1px solid black;
+ padding: 1.5rem;
+ margin: 1.5rem 0;
+ border-radius: 5px;
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/site-details/css/summary.module.css b/frontend/site-search/src/features/site-details/css/summary.module.css
new file mode 100644
index 00000000..22a09568
--- /dev/null
+++ b/frontend/site-search/src/features/site-details/css/summary.module.css
@@ -0,0 +1,3 @@
+.mapContainer {
+ min-height: 500px;
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/site-details/documents.tsx b/frontend/site-search/src/features/site-details/documents.tsx
new file mode 100644
index 00000000..3f262324
--- /dev/null
+++ b/frontend/site-search/src/features/site-details/documents.tsx
@@ -0,0 +1,90 @@
+import { Site, SiteDocument } from "@/api/sites";
+import { RootState } from "@/store";
+import { useSelector, useDispatch } from "react-redux";
+import { useParams } from "react-router-dom";
+import SubSearch from "./sub-search/SubSearch";
+import styles from './css/siteDetails.module.css'
+import { Button } from "react-bootstrap";
+import SiteRegistryIcon from "@/components/SiteRegistryIcon";
+import siteDetailsStyles from '@/pages/site-details.module.css'
+import SiteGridItem, { SiteGridDateItem } from "./SiteGridItem";
+import SiteDetailsTable from "./table/SiteDetailsTable";
+
+export default function Documents() {
+ const { siteID } = useParams();
+ const siteIDNum = parseInt(siteID);
+ const site: Site = useSelector((state: RootState) => state.site.value.find(searchedSite => searchedSite.siteID === siteIDNum));
+ const editMode = useSelector((state: RootState) => state.edit.editMode)
+ const dispatch = useDispatch();
+
+ function newDocument(){
+ console.log('todo');
+ }
+
+
+ return (
+
+
Documents go here
+
+
+ {editMode && + Upload New Document }
+
+ {site.documents.map((siteDocumentData, index) => {
+ // return
+ // return
+ return
+ })}
+
+ )
+}
+
+interface DocumentItemProps {
+ index: number;
+ document: SiteDocument;
+}
+
+function DocumentItem({document, index}: DocumentItemProps) {
+
+ const editMode = useSelector((state: RootState) => state.edit.editMode)
+ const isMinistry = useSelector((state: RootState) => state.user.isMinistry);
+
+ return (
+ <>
+
+
+
+
+
+
Notation {index + 1}
+ {isMinistry &&
Uploaded: {document.uploadedDate}
}
+
+ {editMode &&
+ SR
+ REPLACE FILE
+ DELETE
+
}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ >
+ )
+
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/site-details/edit-mode/editModeSlice.ts b/frontend/site-search/src/features/site-details/edit-mode/editModeSlice.ts
new file mode 100644
index 00000000..552b6164
--- /dev/null
+++ b/frontend/site-search/src/features/site-details/edit-mode/editModeSlice.ts
@@ -0,0 +1,24 @@
+import { PayloadAction, createSlice } from "@reduxjs/toolkit";
+
+export interface EditModeState {
+ editMode: boolean;
+}
+
+export const editModeSlice = createSlice({
+ name: 'edit',
+ initialState: {
+ editMode: false
+ },
+ reducers: {
+ changeEditMode(state, action: PayloadAction) {
+ state.editMode = action.payload;
+ },
+ toggleEdit(state) {
+ state.editMode = !state.editMode;
+ }
+ }
+})
+
+export const {toggleEdit, changeEditMode} = editModeSlice.actions;
+
+export default editModeSlice.reducer;
\ No newline at end of file
diff --git a/frontend/site-search/src/features/site-details/notations.tsx b/frontend/site-search/src/features/site-details/notations.tsx
new file mode 100644
index 00000000..729af45b
--- /dev/null
+++ b/frontend/site-search/src/features/site-details/notations.tsx
@@ -0,0 +1,167 @@
+import { Button, Dropdown, DropdownButton, Form, Table } from 'react-bootstrap'
+import styles from './css/siteDetails.module.css'
+import siteDetailsStyles from '@/pages/site-details.module.css'
+import SiteGridItem, { SiteGridDateItem } from './SiteGridItem'
+import { TableEditItem } from "./TableEditItem";
+import { useParams } from 'react-router-dom';
+import { useDispatch, useSelector } from 'react-redux';
+import { Notation, Site } from '@/api/sites';
+import { RootState } from '@/store';
+import { deleteNotation, updateSite } from '../simple-search/simple-search';
+import { useEffect, useState } from 'react';
+import SiteRegistryIcon, { SiteRegistryIconButton } from '@/components/SiteRegistryIcon';
+import SubSearch from './sub-search/SubSearch';
+import SiteDetailsTable from './table/SiteDetailsTable';
+import formatDateToString from '@/helpers/formatDateToString';
+import { faker } from '@faker-js/faker';
+
+
+
+export default function Notations() {
+ const { siteID } = useParams();
+ const siteIDNum = parseInt(siteID);
+ const site: Site = useSelector((state: RootState) => state.site.value.find(searchedSite => searchedSite.siteID === siteIDNum));
+ const editMode = useSelector((state: RootState) => state.edit.editMode)
+ const dispatch = useDispatch();
+
+
+ function newNotation() {
+ const newNotation: Notation = {
+ uuid: faker.string.uuid(),
+ completed: formatDateToString(new Date),
+ createdAt: formatDateToString(new Date),
+ initiated: formatDateToString(new Date),
+ ministryContact: '',
+ notationClass: '',
+ notationParticipants: [],
+ notationType: '',
+ note: '',
+ requestedActions: [],
+ siteRegistry: false,
+ }
+ const newSite: Site = {...site, notations: [...site.notations, newNotation]}
+ // const newSite: Site = {...site, notations: [newNotation, ...site.notations]}
+
+ // Potentially should put this in a useEffect()?
+ // Goal is to scroll into new element only after it has been rendered.
+ setTimeout(() => {
+ const el = document.getElementById('notation-' + site.notations.length)
+ if (el) {
+ el.scrollIntoView({behavior: 'smooth'})
+ }
+ }, 150)
+
+ dispatch(updateSite(newSite));
+ }
+
+ function newParticipant({ notationIndex }){
+ const newParticipant = {name: '', role: '', siteRegistry: false, uuid: faker.string.uuid()};
+ const newSite: Site = {
+ ...site,
+ notations: site.notations.map((notation, index) => {
+ if (index === notationIndex) {
+ return {
+ ...notation,
+ notationParticipants: [...notation.notationParticipants, newParticipant],
+ };
+ }
+ return notation;
+ }),
+ };
+
+ dispatch(updateSite(newSite))
+ }
+
+ // Correctly updates state, but still have issue where deleting from the top has the top values overwrite it's replacement
+ function clickDeleteNotation(notation: Notation) {
+ dispatch(deleteNotation({ siteUUID: site.uuid, notationUUID: notation.uuid }))
+ }
+
+ function removeAtWithSplice(array, index) {
+ const copy = [...array];
+ copy.splice(index, 1);
+ return copy;
+ }
+
+ function removeParticipant({notationIndex, checked}) {
+ console.log('notation removeParticipant', {checked, notationIndex})
+ const newSite: Site = {
+ ...site,
+
+ notations: [...site.notations.map((notation, index) => {
+ if (index=== notationIndex) {
+ return {
+ ...notation,
+ notationParticipants: [...notation.notationParticipants.filter((_, participantIndex) => {
+ if (checked[participantIndex] === true) {
+ // console.log(`checked[participantIndex] === ${checked[participantIndex]} at ${participantIndex}` )
+ return false
+ }
+ return true;
+ })]
+ }
+ }
+ return notation
+ })]
+ };
+
+ dispatch(updateSite(newSite))
+ }
+
+
+ return (
+
+
+ {editMode && + New Notation }
+
+ {site.notations.map((siteNotationData, index) => {
+ // return
+ return
+ })}
+
+ )
+}
+
+
+function NotationItem({ notation, index, onClickAddParticipant, onClickRemoveParticipant, onClickDeleteNotation }: { notation: Notation, index: number, onClickAddParticipant: any, onClickRemoveParticipant: any, onClickDeleteNotation: any}) {
+ const isMinistry = useSelector((state: RootState) => state.user.isMinistry);
+ const editMode = useSelector((state: RootState) => state.edit.editMode);
+
+ return (
+
+
+
+
Notation {index + 1}
+ {isMinistry &&
Created: {notation.createdAt}
}
+
+ {editMode &&
+ SR
+ {onClickDeleteNotation(notation)}}>DELETE
+
}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{ onClickAddParticipant({notationIndex: index})}}
+ onClickRemove={(checked) => { onClickRemoveParticipant({notationIndex: index, checked})}}
+ />
+
+
+ )
+}
diff --git a/frontend/site-search/src/features/site-details/parcel-description.tsx b/frontend/site-search/src/features/site-details/parcel-description.tsx
new file mode 100644
index 00000000..359b7647
--- /dev/null
+++ b/frontend/site-search/src/features/site-details/parcel-description.tsx
@@ -0,0 +1,62 @@
+import { ParcelDescription, Site } from "@/api/sites";
+import { RootState } from "@/store";
+import { useDispatch, useSelector } from "react-redux";
+import { useParams } from "react-router-dom";
+import SubSearch from "./sub-search/SubSearch";
+import SiteDetailsTable from "./table/SiteDetailsTable";
+import { faker } from "@faker-js/faker";
+import { updateSite } from "../simple-search/simple-search";
+import { DateItem } from "./TableEditItem";
+
+export default function ParcelDescriptionSubPage() {
+ const { siteID } = useParams();
+ const siteIDNum = parseInt(siteID);
+ const site: Site = useSelector((state: RootState) => state.site.value.find(searchedSite => searchedSite.siteID === siteIDNum));
+
+ const dispatch = useDispatch();
+
+ function newParcelDescription(){
+ const newParcel: ParcelDescription = {uuid: faker.string.uuid(), crownLandFileNumber: '', crownLandUsePIN: '', dateNoted: '', landDescription: '', parcelID: '', siteRegistry: false };
+ const newSite: Site = {
+ ...site,
+ parcelDescriptions: [...site.parcelDescriptions, newParcel]
+ };
+
+ dispatch(updateSite(newSite))
+ }
+
+ function removeParcel(checkedObj){
+ const newSite: Site = {
+ ...site,
+ parcelDescriptions: [...site.parcelDescriptions.filter((_, index) => {
+ if (checkedObj[index] === true ) {
+ return false
+ }
+ return true;
+ })]
+ };
+
+ dispatch(updateSite(newSite))
+ }
+
+
+ return (
+
+
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/site-details/participants.tsx b/frontend/site-search/src/features/site-details/participants.tsx
new file mode 100644
index 00000000..887fad42
--- /dev/null
+++ b/frontend/site-search/src/features/site-details/participants.tsx
@@ -0,0 +1,71 @@
+import { Button } from "react-bootstrap";
+import SubSearch from "./sub-search/SubSearch";
+import { RootState } from "@/store";
+import { useDispatch, useSelector } from "react-redux";
+import SiteDetailsTable from "./table/SiteDetailsTable";
+import { useParams } from "react-router-dom";
+import { Site, SiteParticipant } from "@/api/sites";
+// import { updateSite } from "../simple-search/simple-search";
+import { updateSite } from '../simple-search/simple-search';
+import { faker } from "@faker-js/faker";
+import { DateItem } from "./TableEditItem";
+
+export default function Participants() {
+ const { siteID } = useParams();
+ const siteIDNum = parseInt(siteID);
+ const site: Site = useSelector((state: RootState) => state.site.value.find(searchedSite => searchedSite.siteID === siteIDNum));
+ const dispatch = useDispatch();
+
+ function newParticipant(){
+ const newParticipant: SiteParticipant = {name: '', endDate: '', roles: [''], notes: '', startDate: '', siteRegistry: false, uuid: faker.string.uuid()};
+ const newSite: Site = {
+ ...site,
+ participants: [...site.participants, newParticipant]
+ };
+
+ dispatch(updateSite(newSite))
+ }
+
+ function removeParticipant(checkedObj){
+ // const checkedAsArray = [...Object.keys(checkedObj).map(key => checkedObj[key])];
+ // console.log('remove', {checkedObj, checkedAsArray})
+
+ const newSite: Site = {
+ ...site,
+ participants: [...site.participants.filter((_, index) => {
+ // if checked, we want to return false to remove it from the array
+ if (checkedObj[index] === true ) {
+ // console.log('removing', participant)
+ return false
+ }
+ return true;
+ })]
+ };
+
+ dispatch(updateSite(newSite))
+ }
+
+ return (
+
+
+
+
+
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/site-details/site-profile.tsx b/frontend/site-search/src/features/site-details/site-profile.tsx
new file mode 100644
index 00000000..0a2db987
--- /dev/null
+++ b/frontend/site-search/src/features/site-details/site-profile.tsx
@@ -0,0 +1,87 @@
+import { Site, SiteDisclosure } from "@/api/sites";
+import { RootState } from "@/store";
+import { useSelector, useDispatch } from "react-redux";
+import { useParams } from "react-router-dom";
+import SubSearch from "./sub-search/SubSearch";
+import SiteDetailsTable from "./table/SiteDetailsTable";
+import styles from './css/siteDetails.module.css'
+import { Button } from "react-bootstrap";
+import SiteRegistryIcon from "@/components/SiteRegistryIcon";
+import siteDetailsStyles from '@/pages/site-details.module.css'
+import SiteGridItem, { SiteGridDateItem } from "./SiteGridItem";
+
+export default function SiteProfile() {
+ const { siteID } = useParams();
+ const siteIDNum = parseInt(siteID);
+ const site: Site = useSelector((state: RootState) => state.site.value.find(searchedSite => searchedSite.siteID === siteIDNum));
+ const editMode = useSelector((state: RootState) => state.edit.editMode)
+ const dispatch = useDispatch();
+
+ function newDisclosure() {
+ alert('todo');
+ }
+
+ return (
+
+ {/*
SiteProfile go here */}
+
+ {editMode && + New Site Disclosure }
+
+ {site.siteDisclosures.map((siteDisclosureData, index) => {
+ return
+ })}
+
+ )
+}
+
+interface SiteDisclosureItemProps {
+ index: number;
+ disclosure: SiteDisclosure
+}
+
+function SiteDisclosureItem({ disclosure }: SiteDisclosureItemProps) {
+ const editMode = useSelector((state: RootState) => state.edit.editMode)
+ const isMinistry = useSelector((state: RootState) => state.user.isMinistry);
+ return (
+ <>
+
+
+
+
Site Disclosure Statement (Sec. III and IV)
+
+
+ {editMode &&
+ SR
+ DELETE
+
}
+
+
+
+
+
+
+
+
+
+
+
+
+
IV Additional Comments and Explanations
+
+
+
+
+
+
+
+
+ >
+ )
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/site-details/sub-search/SubSearch.tsx b/frontend/site-search/src/features/site-details/sub-search/SubSearch.tsx
new file mode 100644
index 00000000..b9a5dd00
--- /dev/null
+++ b/frontend/site-search/src/features/site-details/sub-search/SubSearch.tsx
@@ -0,0 +1,33 @@
+import { Dropdown, DropdownButton } from "react-bootstrap";
+import styles from './subsearch.module.css';
+
+interface SubSearchProps {
+ label: string;
+ showResultsDropdown?: boolean
+}
+
+export default function SubSearch({ label, showResultsDropdown = false }: SubSearchProps) {
+ return (
+
+
+
+
+
+
+
+
+ Date
+ ???
+
+
+
+ {showResultsDropdown &&
+
+ All
+ ???
+
+
}
+
+
+ )
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/site-details/sub-search/subsearch.module.css b/frontend/site-search/src/features/site-details/sub-search/subsearch.module.css
new file mode 100644
index 00000000..14034106
--- /dev/null
+++ b/frontend/site-search/src/features/site-details/sub-search/subsearch.module.css
@@ -0,0 +1,4 @@
+.searchBar {
+ background-color: var(--input-gray);
+ border: 1px solid black;
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/site-details/summary.tsx b/frontend/site-search/src/features/site-details/summary.tsx
new file mode 100644
index 00000000..3acae2cb
--- /dev/null
+++ b/frontend/site-search/src/features/site-details/summary.tsx
@@ -0,0 +1,53 @@
+import { MapContainer, Marker, TileLayer, WMSTileLayer } from "react-leaflet";
+import styles from './css/summary.module.css'
+import { Site } from "@/api/sites";
+import { useSelector } from "react-redux";
+import { RootState } from "@/store";
+import { Link, useParams } from "react-router-dom";
+// import 'leaflet/dist/leaflet.css'; //Unsure if necessary after included in map.tsx
+
+export default function Summary() {
+ const { siteID } = useParams();
+ const siteIDNum = parseInt(siteID);
+ const site: Site = useSelector((state: RootState) => state.site.value.find(searchedSite => searchedSite.siteID === siteIDNum));
+
+
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Notations : {site.notations.length}
+
Participants : {site.participants.length}
+
Associated Sites : {site.associatedSites.length}
+
Documents : {site.documents.length}
+
Suspect Land Use : {site.suspectLandUses.length}
+
Parcel Description : {site.parcelDescriptions.length}
+
+
+
View on Map
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/site-details/suspect-land-uses.tsx b/frontend/site-search/src/features/site-details/suspect-land-uses.tsx
new file mode 100644
index 00000000..b74e0303
--- /dev/null
+++ b/frontend/site-search/src/features/site-details/suspect-land-uses.tsx
@@ -0,0 +1,58 @@
+import { Site, SuspectLandUse } from "@/api/sites";
+import { RootState } from "@/store";
+import { useDispatch, useSelector } from "react-redux";
+import { useParams } from "react-router-dom";
+import SubSearch from "./sub-search/SubSearch";
+import SiteDetailsTable from "./table/SiteDetailsTable";
+import { updateSite } from "../simple-search/simple-search";
+import { faker } from "@faker-js/faker";
+
+export default function SuspectLandUses() {
+ const { siteID } = useParams();
+ const siteIDNum = parseInt(siteID);
+ const site: Site = useSelector((state: RootState) => state.site.value.find(searchedSite => searchedSite.siteID === siteIDNum));
+ const dispatch = useDispatch();
+
+ function newSuspectLandUse(){
+ const newLandUse: SuspectLandUse = {uuid: faker.string.uuid(), landUse: '', notes: '', siteRegistry: true};
+ const newSite: Site = {
+ ...site,
+ suspectLandUses: [...site.suspectLandUses, newLandUse]
+ };
+
+ dispatch(updateSite(newSite))
+ }
+
+ function removeLandUse(checkedObj){
+ const newSite: Site = {
+ ...site,
+ suspectLandUses: [...site.suspectLandUses.filter((_, index) => {
+ if (checkedObj[index] === true ) {
+ return false
+ }
+ return true;
+ })]
+ };
+
+ dispatch(updateSite(newSite))
+ }
+
+
+ return (
+
+
+
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/site-details/table/SiteDetailsTable.tsx b/frontend/site-search/src/features/site-details/table/SiteDetailsTable.tsx
new file mode 100644
index 00000000..ebee5072
--- /dev/null
+++ b/frontend/site-search/src/features/site-details/table/SiteDetailsTable.tsx
@@ -0,0 +1,162 @@
+import siteDetailsStyles from '@/pages/site-details.module.css'
+import { RootState } from '@/store';
+import { Button, Form, Table, ToggleButton } from 'react-bootstrap'
+import { useSelector } from 'react-redux';
+import { TableEditItem } from '../TableEditItem';
+import { SiteRegistryIconButton } from '@/components/SiteRegistryIcon';
+import { useEffect, useState } from 'react';
+
+interface SiteDetailsTableProps {
+ onClickAdd?;
+ onClickRemove?;
+ label: string;
+ headers: { label: string, accessor: string, renderer?: React.FC<{value: any}> }[]
+ // rows: any[];
+ data: {
+ roles?: string[],
+ siteRegistry: boolean
+ [key: string]: any;
+ }[];
+ showAddRemoveButtons?: boolean;
+}
+
+
+// Main functionality this needs to integrate with:
+// Site Registry togglez
+// editMode
+
+export default function SiteDetailsTable({ onClickAdd, headers, data, label, onClickRemove, showAddRemoveButtons: hideAddRemoveButtons = true }: SiteDetailsTableProps) {
+ const editMode = useSelector((state: RootState) => state.edit.editMode);
+ const [checked, setChecked] = useState<{ [key: string]: boolean }>(initializeCheckedObject(false));
+ const [headerChecked, setHeaderChecked] = useState(false);
+ const [SRCheck, setSRChecks] = useState(copySiteRegistryToState());
+
+
+ /**
+ * Clones a prop to a state so we can modify it. Only works in prototype.
+ * In final result, would need to properly update state.
+ * See also onChangeSiteRegistry.
+ * @returns
+ */
+ function copySiteRegistryToState() {
+ // get all data siteRegistry map values
+ return data.map(row => {
+ return row.siteRegistry
+ })
+ }
+
+ // checked = {
+ // 1: true,
+ // 2: false,
+ // 3: true
+ // ... etc, will be dynamic
+ // }
+
+ function handleCheck({ index, event }) {
+ const newCheck = { ...checked }
+ newCheck[index] = event.target.checked
+ setChecked(newCheck)
+ }
+
+ // If the user manually selects all checkboxes, the header should auto-toggle and vice versa.
+ useEffect(() => {
+ const allChecked = getSelection().length === Object.keys(checked).length
+ setHeaderChecked(allChecked);
+ }, [checked])
+
+ function handleRemove(val) {
+ // Manually unselect all checkboxes after user deletes, otherwise selection kinda ghosts to
+ // other entries which now share that indice
+ setChecked(initializeCheckedObject(false))
+ onClickRemove(val)
+ }
+
+ function checkAll(value: boolean) {
+ const newChecked = initializeCheckedObject(value);
+ setChecked(newChecked)
+ }
+
+
+ function initializeCheckedObject(value: boolean) {
+ const newChecked = {};
+
+ for (let i = 0; i < data.length; i++) {
+ newChecked[i] = value;
+ }
+ return newChecked;
+ }
+
+ function onChangeSiteRegistry() {
+ // alert('todo');
+ // const idsToSetTrue = getSelection();
+ // console.log({idsToSetTrue, checked, SRCheck })
+ // console.log({ checked, SRCheck })
+
+ // what are we updating here, site? no, only the props passed in? but can't update props...
+ // idea: clone the props, set that as state, show that state, and modify that stae.
+ // e.g. checked[key])];
+ setSRChecks(checkedAsArray)
+ }
+
+ function getSelection(): string[] {
+ return Object.keys(checked).filter(key => checked[key] === true);
+ }
+
+
+ return (
+
+ {editMode &&
+
+ {/* { onClickAdd() }}>+ Add */}
+
+ {hideAddRemoveButtons ? { onClickAdd() }}>+ Add : '' }
+ Make Selected Visible to Public
+ {hideAddRemoveButtons ? {handleRemove(checked)}}>Remove Selected : '' }
+
+
}
+
+
{label}
+
+
+
+ {editMode && checkAll(e.target.checked)} /> }
+ {headers?.map((header, index) => {header.label} )}
+ {editMode && SR }
+
+
+
+
+ {data?.map((row, index) => {
+ return (
+
+ {/* Checkbox col */}
+ {editMode &&
+ handleCheck({ index, event })} />
+ }
+
+ {/* Dynamic row content */}
+ {headers?.map((header, index) =>
+ {/* If there is a custom `renderer`, use that, otherwise default to TableEditItem */}
+ { header.renderer ?
+
+ :
+ }
+ {/* */}
+ )}
+
+ {/* SR Col */}
+ {editMode && }
+
+ )
+ })}
+
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/features/user/userSlice.ts b/frontend/site-search/src/features/user/userSlice.ts
new file mode 100644
index 00000000..d3034d4a
--- /dev/null
+++ b/frontend/site-search/src/features/user/userSlice.ts
@@ -0,0 +1,23 @@
+import { PayloadAction, createSlice } from "@reduxjs/toolkit";
+
+export interface UserState {
+ isMinistry: boolean
+ userName: string;
+}
+
+export const userSlice = createSlice({
+ name: 'user',
+ initialState: {
+ isMinistry: true,
+ userName: 'USER NAME'
+ },
+ // TODO: Write reducer to switch to non-ministry user, put toggle in
+ reducers: {
+ setMinistryState: (state, action: PayloadAction) => {
+ state.isMinistry = action.payload;
+ }
+ }
+})
+
+export const { setMinistryState } = userSlice.actions
+export default userSlice.reducer;
\ No newline at end of file
diff --git a/frontend/site-search/src/helpers/formatDateToString.ts b/frontend/site-search/src/helpers/formatDateToString.ts
new file mode 100644
index 00000000..b637ef4c
--- /dev/null
+++ b/frontend/site-search/src/helpers/formatDateToString.ts
@@ -0,0 +1,3 @@
+export default function formatDateToString(date: Date): string {
+ return date?.toISOString().split('T')[0]
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/helpers/formatLatLng.ts b/frontend/site-search/src/helpers/formatLatLng.ts
new file mode 100644
index 00000000..fae0f7b1
--- /dev/null
+++ b/frontend/site-search/src/helpers/formatLatLng.ts
@@ -0,0 +1,8 @@
+export function formatLatLng(latlng: number): string {
+ const absolute = Math.abs(latlng);
+ const degrees = Math.floor(absolute);
+ const minutes = Math.floor((absolute - degrees) * 60);
+ const seconds = ((absolute - degrees - (minutes / 60)) * 3600).toFixed(2);
+
+ return `${degrees}d ${minutes}m ${seconds}s`;
+ }
\ No newline at end of file
diff --git a/frontend/site-search/src/index.css b/frontend/site-search/src/index.css
new file mode 100644
index 00000000..f1439dfc
--- /dev/null
+++ b/frontend/site-search/src/index.css
@@ -0,0 +1,70 @@
+
+
+:root {
+ --main-gray: #EDEDED;
+ --dark-gray: #717171;
+ --header-gray: #a8a8a8;
+ --table-header-gray: #e5e5e5;
+
+ --bs-primary: #003366;
+ --bs-nav-pills-link-active-bg: #003366 !important;
+
+
+ --bs-blue: #0d6efd;
+ --bs-indigo: #6610f2;
+ --bs-purple: #6f42c1;
+ --bs-pink: #d63384;
+ --bs-red: #dc3545;
+ --bs-orange: #fd7e14;
+ --bs-yellow: #ffc107;
+ --bs-green: #198754;
+ --bs-teal: #20c997;
+ --bs-cyan: #0dcaf0;
+ --bs-white: #fff;
+ --bs-gray: #6c757d;
+ --bs-gray-dark: #343a40;
+ /* --bs-primary: #0d6efd; */
+ --bs-secondary: #6c757d;
+ --bs-success: #198754;
+ --bs-info: #0dcaf0;
+ --bs-warning: #ffc107;
+ --bs-danger: #dc3545;
+ --bs-light: #f8f9fa;
+ --bs-dark: #212529;
+ --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+ --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
+ --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
+}
+
+.table {
+ /* Override bootstrap's defaults here. */
+ /* --bs-table-bg: black !important; */
+ /* --bs-table-bg: var(--header-gray) !important; */
+ border-radius: 5px;
+ border: 1px solid black;
+}
+
+.table th {
+ background-color: var(--table-header-gray) !important;
+ /* background-color: var(--main-gray) !important; */
+}
+
+input[type='checkbox'] {
+ border: 2px solid var(--dark-gray);
+}
+
+.form-control-plaintext {
+ cursor: initial;
+}
+
+/* .nav-pills .nav-link.active {
+ background-color: orange
+} */
+
+.nav-pills .nav-link.active {
+ background-color: var(--bs-primary);
+}
+
+.nav-pills .nav-link {
+ color: var(--bs-primary);
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/main.tsx b/frontend/site-search/src/main.tsx
new file mode 100644
index 00000000..a48077b6
--- /dev/null
+++ b/frontend/site-search/src/main.tsx
@@ -0,0 +1,93 @@
+import React from 'react'
+import ReactDOM from 'react-dom/client'
+// import App from './App.tsx'
+import Search from './pages/search.tsx'
+import {
+ createBrowserRouter,
+ Navigate,
+ RouterProvider,
+} from "react-router-dom";
+import 'bootstrap/dist/css/bootstrap.css';
+import './index.css'
+import AdvancedSearch from './pages/advanced-search.tsx';
+import store from './store.ts'
+import { Provider } from 'react-redux'
+import SiteDetailsPage from './pages/site-details.tsx';
+import MapPage from './pages/map.tsx';
+import Notations from './features/site-details/notations.tsx';
+import Participants from './features/site-details/participants.tsx';
+import Documents from './features/site-details/documents.tsx';
+import AssociatedSites from './features/site-details/associated-sites.tsx';
+import SuspectLandUses from './features/site-details/suspect-land-uses.tsx';
+import ParcelDescription from './features/site-details/parcel-description.tsx';
+import SiteProfile from './features/site-details/site-profile.tsx';
+import ActivityLog from './features/site-details/activity-log.tsx';
+import Summary from './features/site-details/summary.tsx';
+
+
+const router = createBrowserRouter([
+ {
+ path: "/",
+ element: ,
+ },
+ {
+ path: "/advanced-search",
+ element:
+ },
+ {
+ path: '/site/:siteID',
+ element: ,
+ children: [
+ {
+ // Summary is special case, happens by default, so no path.
+ path: "",
+ element: ,
+ },
+ {
+ path: "notations",
+ element:
+ },
+ {
+ path: "participants",
+ element:
+ },
+ {
+ path: "documents",
+ element:
+ },
+ {
+ path: "associated-sites",
+ element:
+ },
+ {
+ path: "suspect-land-uses",
+ element:
+ },
+ {
+ path: "parcel-description",
+ element:
+ },
+ {
+ path: "site-profile",
+ element:
+ },
+ {
+ path: "activity-log",
+ element:
+ }
+ ]
+ },
+ {
+ path: '/map',
+ element:
+ },
+]);
+
+
+ReactDOM.createRoot(document.getElementById('root')!).render(
+
+
+
+
+ ,
+)
diff --git a/frontend/site-search/src/pages/advanced-search.tsx b/frontend/site-search/src/pages/advanced-search.tsx
new file mode 100644
index 00000000..888b9ba7
--- /dev/null
+++ b/frontend/site-search/src/pages/advanced-search.tsx
@@ -0,0 +1,12 @@
+import Header from "@/components/Header"
+
+export default function AdvancedSearch() {
+ return (
+ <>
+
+
+ Advanced search - Incomplete
+
+ >
+ )
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/pages/map.module.css b/frontend/site-search/src/pages/map.module.css
new file mode 100644
index 00000000..a7d9387d
--- /dev/null
+++ b/frontend/site-search/src/pages/map.module.css
@@ -0,0 +1,60 @@
+.controls {
+ /* background-color: var(--dark-gray); */
+ /* Same as --dark-gray, but with alpha set */
+ background-color: rgb(113 113 113 / 74%);
+ padding: 1em;
+ border-radius: 10px;
+
+
+ position: absolute;
+ left: 20px;
+
+ /* TODO: Revert top to 75px after moving map control +/- button */
+ top: 75px;
+ /* top: 175px; */
+ width: calc(100% - 40px);
+ z-index: 999;
+}
+
+.mapContainer {
+ /* min-height: 400px; */
+ min-height: calc(100vh - 59px);
+ /* background-color: orange; */
+}
+
+/* For prod, likely need a bunch of breakpoints here to make mobile */
+.mapSearch {
+ /* min-width: 750px; */
+ min-width: 50vw;
+}
+
+.detailsPane {
+ position: absolute;
+ right: 20px;
+ min-height: 400px;
+ min-width: 400px;
+ top: 200px;
+ background-color: white;
+ border: 2px solid gray;
+ z-index: 999;
+ border-radius: 10px;
+ padding: 1rem;
+ overflow: hidden;
+}
+
+.detailsPane > * {
+ max-width: 400px;
+}
+
+.detailsPaneContent {
+ flex-wrap: wrap;
+ gap: 20px;
+}
+
+/* .detailsPaneContent {
+ max-width: 400px;
+} */
+/*
+.detailsPane.fadeOut {
+ height: 0;
+} */
\ No newline at end of file
diff --git a/frontend/site-search/src/pages/map.tsx b/frontend/site-search/src/pages/map.tsx
new file mode 100644
index 00000000..342cddd4
--- /dev/null
+++ b/frontend/site-search/src/pages/map.tsx
@@ -0,0 +1,158 @@
+import Header from "@/components/Header"
+import { useEffect, useState } from "react";
+import Button from 'react-bootstrap/Button';
+import { MapContainer, WMSTileLayer, Marker, TileLayer, ZoomControl } from "react-leaflet";
+import 'leaflet/dist/leaflet.css';
+import styles from './map.module.css';
+import Dropdown from 'react-bootstrap/Dropdown';
+import ButtonGroup from 'react-bootstrap/ButtonGroup';
+import ToggleButton from 'react-bootstrap/ToggleButton';
+import { useLocation, useSearchParams } from "react-router-dom";
+import { Site } from "@/api/sites";
+import { useSelector } from "react-redux";
+import { LatLngExpression } from "leaflet";
+import MapDetailsPane from "@/features/map/MapDetailsPane";
+import { RootState } from "@/store";
+import UpdateMapCentre from "@/features/map/UpdateMapCentre";
+// import icon from "leaflet/dist/images/marker-icon.png";
+import iconShadow from "leaflet/dist/images/marker-shadow.png";
+import L from "leaflet";
+import iconMarker from 'leaflet/dist/images/marker-icon.png'
+
+
+// import iconRetina from 'leaflet/dist/images/marker-icon-2x.png'
+
+const icon = L.icon({
+ // Icon-retina makes icons double in size on local, so leaving out.
+ // iconRetinaUrl:iconRetina,
+ iconUrl: iconMarker,
+ shadowUrl: iconShadow
+});
+
+
+export default function MapPage() {
+ const [location, setLocation] = useState([48.46762, -123.25458]);
+ const { state } = useLocation();
+ const routerSearchQuery = state && state.routerSearchQuery || '';
+ const [searchQuery, setSearchQuery] = useState(routerSearchQuery);
+ const [zoom, setZoom] = useState(8)
+ // Note: Potentially replace this with the State selector? selection.ts
+ const [selectedSite, setSelectedSite] = useState();
+ const sites: Site[] = useSelector((state: RootState) => state.site.value);
+ const [searchParams, setSearchParams] = useSearchParams();
+
+ useEffect(() => {
+ const siteIDParam = searchParams.get('siteID')
+ const site = sites.find(site => site.siteID.toString() == siteIDParam);
+
+ if (site) {
+ focusOnSite(site);
+ setZoom(14);
+ setSelectedSite(site);
+ }
+ }, [searchParams])
+
+
+
+ function onMarkerClick(e) {
+ // console.log('onMarkerClick', e);
+ const clickedSite: Site = e?.target?.options["data-site"];
+ if (clickedSite) {
+ searchParams.set('siteID', clickedSite.siteID.toString());
+ setSearchParams(searchParams);
+ focusOnSite(clickedSite);
+ setSelectedSite(clickedSite)
+ }
+ }
+
+ function clearSelection() {
+ setSelectedSite(null);
+ }
+
+ function focusOnSite(site: Site) {
+ setLocation([site.latitude, site.longitude])
+ // setZoom(10)
+ }
+
+ function onLayerClick(e) {
+ console.log('onLayerClick', { e })
+ }
+
+ return (
+ <>
+
+
+
+
+
+
+
+
+ Vector
+ Pin
+
+
+
+
+ Data Layers
+
+
+
+ todo
+ todo
+ todo
+
+
+
+
+
+ Map
+
+
+ List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {/* Add all sites as map markers */}
+
+ {sites.map(site => {
+ return
+ })}
+
+
+
+
+
+ >
+ )
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/pages/search.css b/frontend/site-search/src/pages/search.css
new file mode 100644
index 00000000..13d6da79
--- /dev/null
+++ b/frontend/site-search/src/pages/search.css
@@ -0,0 +1,33 @@
+/* Todo - refactor into css module */
+
+.simple-search {
+ /* background-color: lightgray !important; */
+ /* border-color: gray !important; */
+ background-color: var(--main-gray) !important;
+ border-color: var(--dark-gray) !important;
+}
+
+.search-results {
+ max-height: 500px;
+ overflow: scroll;
+ border-color: black !important;
+}
+
+.fadeOut {
+ opacity: 0;
+ height: 0 !important;
+ transition: 0.25s;
+ min-height: 0 !important;
+}
+
+.fadeIn {
+ opacity: 1;
+ height: 500px;
+ transition: 0.25s;
+}
+
+.highlighted {
+ background-color: #ffeaa7;
+ color: #e17055;
+ /* box-shadow: -3px 0 0 #ffeaa7, 3px 0 0 #ffeaa7; */
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/pages/search.tsx b/frontend/site-search/src/pages/search.tsx
new file mode 100644
index 00000000..ef663781
--- /dev/null
+++ b/frontend/site-search/src/pages/search.tsx
@@ -0,0 +1,229 @@
+import Button from 'react-bootstrap/Button';
+import Header from '@/components/Header'
+import { DetailedHTMLProps, InputHTMLAttributes, useEffect, useState } from 'react';
+import Spinner from 'react-bootstrap/Spinner';
+import { Link, useNavigate } from "react-router-dom";
+import { Site } from '@/api/sites'
+import { useSelector } from 'react-redux';
+import SimpleSearchResults from '@/features/simple-search/search-results';
+import './search.css';
+import SearchToggle from '@/features/simple-search/search-toggle';
+import { RootState } from '@/store';
+import { formatLatLng } from '@/helpers/formatLatLng';
+
+
+
+
+
+export default function SearchPage() {
+ const [searchBySiteID, setSearchBySiteId] = useState(false);
+ const [searchByCity, setSearchByCity] = useState(false);
+ const [searchByRegion, setSearchByRegion] = useState(false);
+ const [searchByAddress, setSearchByAddress] = useState(false);
+ const [searchByRegionalFile, setSearchByRegionalFile] = useState(false);
+ const [searchByVictoriaFile, setSearchByVictoriaFile] = useState(false);
+ const [isLoaded, setIsLoaded] = useState(true);
+ const sites: Site[] = useSelector((state: RootState) => state.site.value);
+ const [searchResults, setSearchResults] = useState([]);
+ const [searchQuery, setSearchQuery] = useState('');
+ // const [field, setField] = useState([]);
+
+ const navigate = useNavigate();
+
+ // function handleSearch(e: React.MouseEvent ) {
+ // function handleSearch(e: React.MouseEvent ) {
+ function handleSearch(e: DetailedHTMLProps, HTMLInputElement> ) {
+ // const value: string = (e.target as HTMLInputElement).value;
+ const value: string = ((e as MouseEvent).target as HTMLInputElement).value;
+
+ // setSearchQuery(e.target.value)
+ // updateSearch(e.target.value)
+
+ // Replacing `target` with `currentTarget` for type stuff, still verify it works.
+ // setSearchQuery(e.currentTarget.value)
+ // updateSearch(e.currentTarget.value)
+ setSearchQuery(value)
+ updateSearch(value)
+
+
+
+ }
+
+ let searchTimeout: ReturnType;
+ function updateSearch(query: string) {
+ // TODO: Debounce! Also cancel timeouts if a new one comes in.
+ setIsLoaded(false)
+
+ // Cancel the previous search if a new one comes in, stops jankiness as you type fast.
+ clearTimeout(searchTimeout)
+ searchTimeout = setTimeout(() => {
+
+ // TODO - Only search on SiteID based on user selections
+ // TODO - Re-trigger search when state changed
+ const results = sites.filter(site => {
+ const nothingSelected = (!searchBySiteID && !searchByCity && !searchByRegion && !searchByAddress);
+ const resultCollection = [];
+ // if (searchBySiteID || nothingSelected) {
+ // resultCollection.push(String(site.siteID).includes(query) )
+ // }
+ // if (searchByCity || nothingSelected) {
+ // resultCollection.push(String(site.city).includes(query))
+ // }
+ // if (searchByRegion || nothingSelected) {
+ // resultCollection.push(String(site.region).includes(query))
+ // }
+ // if (searchByAddress || nothingSelected) {
+ // resultCollection.push(String(site.address).includes(query))
+ // }
+
+ if ((searchBySiteID || nothingSelected) && String(site.siteID).includes(query)) {
+ // console.log('Searching Site', {site: site, query, searchBySiteID, nothingSelected})
+ resultCollection.push(true)
+ }
+ if ((searchByCity || nothingSelected) && String(site.city).includes(query)) {
+ // console.log('Searching city', {siteCity: site.city, query, searchByCity, nothingSelected})
+ resultCollection.push(true)
+ }
+ if ((searchByRegion || nothingSelected) && String(site.region).includes(query)) {
+ // console.log('Searching Region', {site: site, query, searchByRegion, nothingSelected})
+ resultCollection.push(true)
+ }
+ if ((searchByAddress || nothingSelected) && String(site.address).includes(query)) {
+ // console.log('Searching Address', {site: site, query, searchByAddress, nothingSelected})
+ resultCollection.push(true)
+ }
+
+
+ // And search remaining cols if nothing selected:
+ if (nothingSelected) {
+ resultCollection.push(formatLatLng(site.latitude).includes(query))
+ resultCollection.push(formatLatLng(site.longitude).includes(query))
+ }
+
+ // console.log('sites.filter', { searchBySiteID, searchByCity, searchByRegion, resultCollection, nothingSelected, site })
+ // If we have any hits, return true, otherwise if array is empty return false, so Array.filter works above
+ // Use filter to remove 'false' from array, so it only returns true on a positive id
+ return resultCollection.filter(x => !!x).length
+ })
+
+ // By putting a delay between setting search results and displaying them, we cut down on the jank when searching multi-lines
+ // May not be necessary w/ Debouncing
+ setSearchResults(results)
+ setTimeout(() => { setIsLoaded(true) }, 750)
+ }, 1500)
+ }
+
+ function onEnter(e) {
+ if (e.key === "Enter") {
+ navigate('/map', { state: { routerSearchQuery: e.target.value } });
+ }
+ }
+
+
+ /**
+ * These below functions were an attempt to re-trigger serach after clicking a search option, but they did not work.
+ * Lead to weird case where old values were rendered.
+ *
+ * FIX: Using useEffect with the dependency array at the end.
+ */
+ function updateSearchBySite(val: boolean) {
+ // console.log('updateSearchBySite', val)
+ setSearchBySiteId(val)
+ // updateSearch(searchQuery)
+ }
+
+ function updateSearchByCity(val: boolean) {
+ // setSearchByCity(val);
+ setSearchByCity(val);
+ }
+
+ function updateSearchByRegion(val: boolean) {
+ setSearchByRegion(val)
+ }
+
+ function updateSearchByAddress(val: boolean) {
+ setSearchByAddress(val)
+ }
+
+ // function updateSearchByRegionalFile(val: boolean) {
+
+ // }
+
+ useEffect(() => {
+ updateSearch(searchQuery)
+ }, [searchByAddress, searchByCity, searchByRegion, searchBySiteID])
+
+
+
+
+ return (
+ <>
+
+
+ Site Search
+
+
+
+
+
+
+
+ Advanced Search
+
+
+
+
+
+
+
+
+ {/* Site ID */}
+ {/* City */}
+ {/* Region */}
+ {/* Address */}
+ {/* The below were trying to use the commented out functions that re-trigger search on selection. Will pick this up again later. */}
+ Site ID
+ City
+ Region
+ Address
+
+ Regional File
+ Victoria File
+
+
+
+
+
+
+ {!isLoaded &&
+
+ Loading...
+
+
}
+
+ {isLoaded && searchResults.map(site => {
+ // return
+ return
+ })}
+
+ {isLoaded && searchResults.length == 0 &&
+ No results
+
}
+
+
+
+
+
+
+
+
+
+ >
+ )
+
+
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/pages/site-details.module.css b/frontend/site-search/src/pages/site-details.module.css
new file mode 100644
index 00000000..20f635ce
--- /dev/null
+++ b/frontend/site-search/src/pages/site-details.module.css
@@ -0,0 +1,91 @@
+.metadata {
+ background-color: var(--main-gray);
+ padding: 20px;
+ margin-bottom: 20px;
+ margin-top: 20px;
+ min-height: 300px;
+ border-radius: 5px;
+}
+
+.metadataGrid {
+ display: grid;
+ /* grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); */
+ /* grid-template-columns: repeat(12, minmax(400px, 1fr)); */
+ /* grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)); */
+ /* grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%; */
+ /* grid-template-columns: 16%; */
+ grid-gap: 20px;
+
+ align-items: start;
+}
+
+@media (min-width: 992px){
+ .metadataGridFifths {
+ /* background-color: orange; */
+ grid-template-columns: 18% 18% 18% 18% 18%;
+ }
+
+}
+
+
+.metadataGridItem {
+ border: 1px solid black;
+ border-radius: 3px;
+ grid-column: span 2;
+}
+
+.metadataGridItem > div {
+ padding: 0 1rem;
+}
+
+.gridFullwidth {
+ grid-column: 1 / span 6 !important;
+}
+
+.gridHalfWidth {
+ grid-column: span 1;
+}
+
+.gridSpan1 {
+ grid-column: span 1
+}
+
+.gridSpan2 {
+ grid-column: span 2
+}
+
+.gridSpan3 {
+ grid-column: span 3
+}
+
+.gridSpan4 {
+ grid-column: span 4
+}
+
+.gridSpan5 {
+ grid-column: span 5
+}
+
+.gridSpan6 {
+ grid-column: span 6
+}
+
+
+
+
+
+
+.formLabel {
+ font-weight: bolder;
+ background-color: var(--header-gray);
+ display: flex;
+ justify-content: space-between;
+ font-size: 12px;
+ align-items: center;
+ min-height: 2rem;
+}
+
+.formInput:read-only {
+ background-color: var(--input-gray);
+ padding: 0.375rem 0.75rem;
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/pages/site-details.tsx b/frontend/site-search/src/pages/site-details.tsx
new file mode 100644
index 00000000..f64996e9
--- /dev/null
+++ b/frontend/site-search/src/pages/site-details.tsx
@@ -0,0 +1,116 @@
+import { Site } from "@/api/sites";
+import Header from "@/components/Header"
+import { RootState } from "@/store";
+import { Button, Nav } from "react-bootstrap";
+import { useDispatch, useSelector } from "react-redux";
+import { Link, Outlet, useLocation, useParams } from "react-router-dom";
+import styles from './site-details.module.css'
+import SiteGridItem from "@/features/site-details/SiteGridItem";
+import { useState } from "react";
+import { toggleEdit } from '@/features/site-details/edit-mode/editModeSlice';
+import { formatLatLng } from "@/helpers/formatLatLng";
+
+import { CartFill, EnvelopeFill } from 'react-bootstrap-icons';
+
+export default function SiteDetailsPage() {
+ const { siteID } = useParams();
+ const editMode = useSelector((state: RootState) => state.edit.editMode)
+ const siteIDNum = parseInt(siteID);
+ const location = useLocation();
+ const site: Site = useSelector((state: RootState) => state.site.value.find(searchedSite => searchedSite.siteID === siteIDNum));
+ const isMinistry = useSelector((state: RootState) => state.user.isMinistry);
+ const dispatch = useDispatch();
+
+ function toggleEditClick(){
+ dispatch(toggleEdit())
+ }
+
+ return (
+ <>
+
+
+
+
+
+ { history.back() }}>< Back
+ {site.siteID} - {site.address}
+
+
+ {isMinistry &&
+
+ {!editMode &&
+ Edit
+ Delete
+
}
+ {editMode &&
+ Save
+ Cancel
+
}
+
+
}
+
+ {isMinistry === false &&
+ Purchase Site Details
+ Subscribe to Site
+
}
+
+
+
+
+
+
Site Location
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {/* defaultActiveKey depends on eventKeys matching the same as the `to` field */}
+
+
+ Summary
+
+
+ Notations
+
+
+ Site Participants
+
+
+ Documents
+
+
+ Associated Sites
+
+
+ Suspect Land Uses
+
+
+ Parcel Description
+
+
+ Site Disclosure
+
+
+ Activity Log
+
+
+
+
+
+
+ >
+ )
+}
\ No newline at end of file
diff --git a/frontend/site-search/src/scripts/dummy-data.sites.json b/frontend/site-search/src/scripts/dummy-data.sites.json
new file mode 100644
index 00000000..9579074a
--- /dev/null
+++ b/frontend/site-search/src/scripts/dummy-data.sites.json
@@ -0,0 +1,108882 @@
+[
+ {
+ "uuid": "117ea594-9800-492c-98f1-d6c560f520a5",
+ "siteID": 20010,
+ "address": "275 Rogahn Landing",
+ "latitude": 52.5573,
+ "longitude": -127.592,
+ "lastUpdated": "2015-11-04",
+ "city": "Fort Colby",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/9401",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 2576211,
+ 1716992,
+ 1984778,
+ 254363,
+ 9710486
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "adc8e49c-2dfb-473d-8daa-3fa798a1a824",
+ "createdAt": "2014-10-16",
+ "completed": "2016-04-16",
+ "initiated": "2020-07-07",
+ "ministryContact": "LARSON PAULA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d3d7a0ad-3e3b-440e-957e-f7cf220c587a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9b4fcb2f-57d7-4e2d-9c28-533c51e9b4dc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e8687253-6b32-4c4f-b524-e03a02c3750c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "33acd410-bd31-4370-bda7-6a814c0fbb91",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "96f4ee43-b8fa-4c62-a38b-9b8bcf1b8d92",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "30dda6f0-c69b-46f1-86c8-b7d9894ed612",
+ "createdAt": "2022-01-23",
+ "completed": "2020-08-30",
+ "initiated": "2021-06-30",
+ "ministryContact": "BOGAN DREW",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "df97a3a8-3002-4ad1-bc9f-022071fe7ac2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d8e50668-711a-4796-956f-1c5f71a0af7c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "1f18b67e-47f5-4002-94cd-077e5236872d",
+ "name": "IPSUM",
+ "endDate": "2017-04-20",
+ "startDate": "2022-12-15",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a4a17ddf-de6b-4d8e-a88f-512dc37208ae",
+ "name": "IPSUM",
+ "endDate": "2021-03-11",
+ "startDate": "2021-08-06",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3a48bed6-c53b-4be5-80e2-945a457f89e8",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-06-17",
+ "startDate": "2015-04-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "06c31ec6-a172-4b75-8b61-1e1e4f53f5a5",
+ "siteRegistry": true,
+ "documentDate": "2020-11-09",
+ "receivedDate": "2018-10-13",
+ "uploadedDate": "2016-02-08",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "ad8c6c8c-6d56-40b1-ab44-fd9a0afb9f40",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "22fb5b18-50cd-4998-a5c1-81264a205014",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "d041ba1f-3b51-44f8-b9ee-355af4a5d0fd",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-03-12 (described on Site Profile dated 2023-03-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "dbfd1e28-b6f4-4907-8bd1-1fde6a0c63cc",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-01-01 (described on Site Profile dated 2015-01-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "9f56eb4d-4d6a-4193-9b4c-f12874d53dc7",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-09-11 (described on Site Profile dated 2023-09-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "b0152105-583c-449d-bc58-f28a6b81ba26",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-06-02 (described on Site Profile dated 2019-06-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "b98588d1-7183-461a-bfe8-a6beb482056b",
+ "siteRegistry": true,
+ "dateNoted": "2018-06-13",
+ "parcelID": "15614",
+ "crownLandUsePIN": "15245",
+ "crownLandFileNumber": "15953",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 4 DISTRICT LOT 3 PLAN 5380"
+ },
+ {
+ "uuid": "6ff5ee1f-0301-42c6-9db3-cc508074a9da",
+ "siteRegistry": true,
+ "dateNoted": "2017-08-09",
+ "parcelID": "17401",
+ "crownLandUsePIN": "15347",
+ "crownLandFileNumber": "16694",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 1 DISTRICT LOT 3 PLAN 7632"
+ },
+ {
+ "uuid": "0034d74e-1094-42bc-b3b5-a8cb6b2314b1",
+ "siteRegistry": false,
+ "dateNoted": "2022-03-24",
+ "parcelID": "16000",
+ "crownLandUsePIN": "17582",
+ "crownLandFileNumber": "17180",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 4 DISTRICT LOT 1 PLAN 7435"
+ },
+ {
+ "uuid": "5af124d1-5927-4654-ab6b-257791c62675",
+ "siteRegistry": true,
+ "dateNoted": "2016-02-20",
+ "parcelID": "18742",
+ "crownLandUsePIN": "18180",
+ "crownLandFileNumber": "15338",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 5 DISTRICT LOT 3 PLAN 8795"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "6da09904-f1ec-4e45-9fc3-c41b1ca5f745",
+ "siteRegistry": false,
+ "dateReceived": "2015-10-11",
+ "dateCompleted": "2022-05-12",
+ "dateEntered": "2020-12-21",
+ "dateRegistrar": "2021-06-12",
+ "dateLocalAuthorityReceived": "2018-11-06",
+ "summary": "Voluptas quasi recusandae velit numquam quasi veritatis praesentium.",
+ "informationUsed": "Sed recusandae dolorem minima ducimus ut delectus voluptatum velit.\nReiciendis quos aspernatur.\nSuscipit laudantium voluptate.",
+ "pastOrPresentOrders": "Consequuntur vero dolorem architecto optio sunt fugiat.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "ab663cca-989f-426a-a671-2a4a673306f0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "20e03c4f-0c43-4281-b2b9-4dc385471a56",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ccb3d0e2-205e-44a6-967e-69b86b755f75",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "ba3f3e90-b520-4ac2-8f3a-7ae50213052f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAYER DALLIN",
+ "timestamp": "2017-07-02"
+ },
+ {
+ "uuid": "389b18f5-f948-460c-b996-26e4945836c1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUELS HUNTER",
+ "timestamp": "2014-10-15"
+ },
+ {
+ "uuid": "c1a81318-33fd-4406-ba94-945ae57aa87d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GUTKOWSKI TAUREAN",
+ "timestamp": "2014-09-19"
+ },
+ {
+ "uuid": "9bfda6a3-4834-47f5-b960-7348579d94b1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHINNER ADOLPH",
+ "timestamp": "2021-12-09"
+ },
+ {
+ "uuid": "16c376b1-e19f-4561-8437-12d6747a24ba",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JOHNSON KRISTOFER",
+ "timestamp": "2021-12-18"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "b200b1a1-c95b-4c4f-b435-1321d6f5c0ba",
+ "dateNoted": "2022-11-17",
+ "notes": "",
+ "parcelID": "18488",
+ "siteID": "17114",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0d0f151b-6201-43f6-bf7a-65306a9f05fc",
+ "dateNoted": "2019-06-06",
+ "notes": "",
+ "parcelID": "17794",
+ "siteID": "17285",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "cef9d97e-c9a1-4b12-bf6a-fb28be15ef77",
+ "siteID": 20762,
+ "address": "8862 Rhea Divide",
+ "latitude": 49.9834,
+ "longitude": -131.7523,
+ "lastUpdated": "2016-07-03",
+ "city": "San Leandro",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/8118",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7962390,
+ 1609216,
+ 150650,
+ 4776196,
+ 8873283
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "a4767084-06c9-4614-9594-44231cb22145",
+ "createdAt": "2014-10-22",
+ "completed": "2021-01-08",
+ "initiated": "2022-02-06",
+ "ministryContact": "KUHN KIMBERLY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a32c9160-1fd6-4120-8b83-2d94fcee3980",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "40a871cc-1abe-4353-8fa1-9fa76ec7ce86",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "03968d71-e6c4-4135-b390-31e21a7409fa",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "148d7869-dcfd-44c9-b1da-cff57dd1c326",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4550f8e5-5f8f-4d0d-8234-928afb5dbfee",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "230aabd9-7916-417c-81e0-9b307f87144f",
+ "createdAt": "2015-08-27",
+ "completed": "2015-12-17",
+ "initiated": "2023-07-12",
+ "ministryContact": "WAELCHI IVORY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "73a22513-5e24-42df-a406-1c35d1a9af30",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2d996ae6-08a1-45d6-9b58-b737d5d8231f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3e1d9084-2a80-40fd-836c-131dcfed427a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8f552889-d600-4fad-a730-e9daab42eee6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ad19c09e-45bc-4aff-b160-37b07514b711",
+ "createdAt": "2022-09-26",
+ "completed": "2018-12-19",
+ "initiated": "2018-04-30",
+ "ministryContact": "LITTLE BRUCE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c467a3de-2f1b-4bbd-ade5-9aae0ddab48a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d2ecbae8-4031-4a1e-b15c-7c3a5dddb91a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "33f40590-078a-42ad-8832-3facb10c586d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4c602c78-e93c-4e99-ad8d-f2d4e2e76660",
+ "createdAt": "2013-10-23",
+ "completed": "2022-12-09",
+ "initiated": "2022-05-02",
+ "ministryContact": "BOYLE ILA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "916ad2b4-be9a-45a4-8451-f7bac973968f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bfe0a9ad-ec1d-4622-8581-9ae0b6a8ce39",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ef7b25e5-5ba4-4e3f-b24f-6c918722198d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a2a19cbe-8b7a-4a29-b7df-049113baa3ca",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "67dec1bc-6668-4cbe-bac5-b8a269d97368",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "99468872-5b08-4ca3-b876-3cf93c134d9c",
+ "createdAt": "2023-02-22",
+ "completed": "2022-01-10",
+ "initiated": "2014-05-05",
+ "ministryContact": "HERMISTON-BOGAN TIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b0e79ad7-3858-43c7-96fe-51af5a5dcb2f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "099d74a5-67b1-489d-b49d-c698bc1e44c7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1cacf265-63e8-4616-b931-38d9dbb70c3b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6cf472df-197b-4541-9ec9-6b91de04f580",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "b8da6864-57df-4eaf-9be9-60bb75a95f8f",
+ "name": "IPSUM",
+ "endDate": "2014-02-17",
+ "startDate": "2017-04-09",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0a9506b3-c78d-4b70-a55d-f01f1f9b7690",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-12-20",
+ "startDate": "2014-08-07",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "741380b2-a41e-4947-9789-cf578ba1febd",
+ "siteRegistry": false,
+ "documentDate": "2020-04-15",
+ "receivedDate": "2022-12-18",
+ "uploadedDate": "2022-04-11",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "62eeb5ab-f3d7-4e5f-9c2e-f8f837d4ea84",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3714c3f8-a805-48c4-85ec-037f3cda9654",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "0c80188c-4985-47ff-8853-3d82e0951b8a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-03-09 (described on Site Profile dated 2016-03-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "82114f68-1b62-4f30-8777-888fbb2d5d66",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-07-17 (described on Site Profile dated 2021-07-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "61292435-f485-4381-9561-f23861fd726e",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-09-13 (described on Site Profile dated 2020-09-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "fdb918f5-22f7-40be-ab5b-3697f135315b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-11-19 (described on Site Profile dated 2014-11-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "dd0717a8-3eaa-4c7d-8e0c-0ff0bf66f9df",
+ "siteRegistry": true,
+ "dateNoted": "2015-03-11",
+ "parcelID": "20824",
+ "crownLandUsePIN": "16886",
+ "crownLandFileNumber": "16162",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 2 DISTRICT LOT 3 PLAN 3383"
+ },
+ {
+ "uuid": "6132a7e8-8e1d-4c86-982c-b814939a769a",
+ "siteRegistry": true,
+ "dateNoted": "2014-11-19",
+ "parcelID": "19683",
+ "crownLandUsePIN": "16574",
+ "crownLandFileNumber": "17963",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 2 DISTRICT LOT 3 PLAN 5913"
+ },
+ {
+ "uuid": "7a57bfeb-f046-4918-a5b0-28c1bd63f9fb",
+ "siteRegistry": false,
+ "dateNoted": "2014-12-10",
+ "parcelID": "15926",
+ "crownLandUsePIN": "20286",
+ "crownLandFileNumber": "18357",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 5 DISTRICT LOT 5 PLAN 6384"
+ },
+ {
+ "uuid": "b41864a6-7374-4f8c-a960-703370d667fa",
+ "siteRegistry": true,
+ "dateNoted": "2018-01-06",
+ "parcelID": "15630",
+ "crownLandUsePIN": "20810",
+ "crownLandFileNumber": "17660",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 2 DISTRICT LOT 1 PLAN 7093"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "5063bd29-a6d4-48e0-b4b9-8230e3bf3fb6",
+ "siteRegistry": false,
+ "dateReceived": "2020-03-22",
+ "dateCompleted": "2020-05-27",
+ "dateEntered": "2018-05-26",
+ "dateRegistrar": "2021-07-02",
+ "dateLocalAuthorityReceived": "2021-01-21",
+ "summary": "Ipsam facilis commodi rerum unde occaecati et quidem debitis.\nOptio sed corporis illo cum dolor ducimus.\nOptio odio recusandae facilis.",
+ "informationUsed": "Ad dignissimos placeat voluptate.\nMolestiae illo dicta sit animi fugiat suscipit mollitia.\nMinus ex occaecati velit.\nNobis possimus iste quas dolores amet.\nIllum animi laborum rerum error minima iste corrupti quaerat molestiae.",
+ "pastOrPresentOrders": "Nam ullam molestiae libero incidunt modi optio tempora.\nExcepturi deserunt quos quod cupiditate eum a possimus eligendi blanditiis.\nEum excepturi deserunt accusantium qui.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "9f409c3e-7373-48b2-975b-5775851572d2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "65946151-fe1c-4c70-bdcb-f50190b4da1d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "2440bf50-15c7-4314-ad8c-99ffb73acc45",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARTELL NEVA",
+ "timestamp": "2022-05-28"
+ },
+ {
+ "uuid": "6d452a46-b659-4ad8-b3ef-3a039868f67f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOHR LUCINDA",
+ "timestamp": "2019-11-29"
+ },
+ {
+ "uuid": "ca77af27-f713-489a-ab20-4e4a68acbfa0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEER GERMAN",
+ "timestamp": "2021-11-28"
+ },
+ {
+ "uuid": "1221f7cd-05c7-4f99-9b10-b13a15468386",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DENESIK JOVANI",
+ "timestamp": "2015-10-31"
+ },
+ {
+ "uuid": "31062892-04a3-4db8-8d79-e76ddb5438b7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUEL-SPINKA ADOLFO",
+ "timestamp": "2016-02-03"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "97dae437-1a72-4719-a092-7667f7fabfd8",
+ "dateNoted": "2018-10-22",
+ "notes": "",
+ "parcelID": "19668",
+ "siteID": "16978",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bada746f-4acd-476b-913a-c1d47cce6aac",
+ "dateNoted": "2014-09-24",
+ "notes": "",
+ "parcelID": "20277",
+ "siteID": "15917",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5d7ccebf-8095-49a4-8d38-f55476a17a8c",
+ "dateNoted": "2019-11-26",
+ "notes": "",
+ "parcelID": "17474",
+ "siteID": "16137",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "6154fc69-bdec-42b6-b502-4a7b5467d657",
+ "siteID": 20343,
+ "address": "1829 Nicklaus Underpass",
+ "latitude": 55.2006,
+ "longitude": -123.3901,
+ "lastUpdated": "2018-06-24",
+ "city": "Halvorsontown",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/6700",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6999050,
+ 9198808,
+ 8320720,
+ 8189424,
+ 2388756
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "470b4e16-5225-49b3-8cd3-77d6c964ce00",
+ "createdAt": "2015-01-09",
+ "completed": "2015-03-12",
+ "initiated": "2019-11-04",
+ "ministryContact": "KLING NELLIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "175a59ef-586b-4eb6-a720-cada72f3d372",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0e05faee-e31e-4c1d-a13d-358df0b1d9ca",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "05c80fdb-a753-4713-b58b-a6148bf6b9be",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d1c40ef8-0503-432b-ad9c-da93904b064b",
+ "createdAt": "2022-09-08",
+ "completed": "2014-09-08",
+ "initiated": "2019-09-22",
+ "ministryContact": "ZEMLAK BRIANA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4ed667ae-39c2-4049-9dd3-2f5b9c97d3fe",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "99604f0c-ff34-4048-a0a6-38bbe70b84d1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6231570e-9a25-476a-acbb-eece6075db02",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b2f85c62-62f2-4bdb-8b78-9386e3cb8498",
+ "createdAt": "2021-11-18",
+ "completed": "2021-05-25",
+ "initiated": "2023-04-23",
+ "ministryContact": "UPTON TRACEY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8a0f4cdf-6e10-4343-aa71-11af171da263",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "74e5c70e-82e1-432c-a943-715f5d86c5f2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "a15f49da-a971-448f-9e1f-51233e649ca4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-08-06",
+ "startDate": "2017-05-19",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1b59f2cb-4a4d-4580-9905-0d98990555a1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-10-04",
+ "startDate": "2021-10-21",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "871052c8-55b6-4539-932c-9ca61cbea6ad",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2022-03-20",
+ "startDate": "2019-12-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "3a028fc6-1772-4bc7-928f-bf303a2ac842",
+ "siteRegistry": false,
+ "documentDate": "2019-10-06",
+ "receivedDate": "2022-06-24",
+ "uploadedDate": "2017-06-06",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "4ab701d9-f1b7-4ad1-9f92-0e0892037031",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2ce46aa7-921e-46ec-a936-b6d19ceace28",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "6f2deea1-ccca-4e25-8af8-e384e1a7fd9f",
+ "siteRegistry": true,
+ "documentDate": "2020-11-03",
+ "receivedDate": "2020-10-03",
+ "uploadedDate": "2020-01-09",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "d8b46b82-ae37-4410-9e89-d3d037625ad7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "6af31472-d04a-4665-b1a7-13874037516c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "254572f3-f233-49e0-9dc1-865b2e5fb6ce",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-03-06 (described on Site Profile dated 2016-03-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "753998db-5177-4b40-a4cd-df9d68e35a60",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-06-09 (described on Site Profile dated 2022-06-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "9e356623-185c-460d-88b7-631e9a40882d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-12-07 (described on Site Profile dated 2013-12-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "2f51a3eb-a1bd-4800-bce1-df913ec2504f",
+ "siteRegistry": true,
+ "dateNoted": "2021-10-06",
+ "parcelID": "17541",
+ "crownLandUsePIN": "20401",
+ "crownLandFileNumber": "19485",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 4 DISTRICT LOT 3 PLAN 5385"
+ },
+ {
+ "uuid": "069974a2-27ef-4ce0-b5d6-db1d574f3080",
+ "siteRegistry": true,
+ "dateNoted": "2014-02-24",
+ "parcelID": "15927",
+ "crownLandUsePIN": "17869",
+ "crownLandFileNumber": "20403",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 3 DISTRICT LOT 4 PLAN 3897"
+ },
+ {
+ "uuid": "af0d55a9-b67a-4688-855e-4542031eadde",
+ "siteRegistry": true,
+ "dateNoted": "2016-03-11",
+ "parcelID": "19887",
+ "crownLandUsePIN": "18058",
+ "crownLandFileNumber": "17757",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 5 DISTRICT LOT 2 PLAN 4622"
+ },
+ {
+ "uuid": "9163c04d-e415-4608-9320-9a701171075f",
+ "siteRegistry": true,
+ "dateNoted": "2017-10-14",
+ "parcelID": "20299",
+ "crownLandUsePIN": "15219",
+ "crownLandFileNumber": "17253",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 3 DISTRICT LOT 2 PLAN 3409"
+ },
+ {
+ "uuid": "8f3f09e7-98e4-4d31-8ab0-ddb39d946b79",
+ "siteRegistry": true,
+ "dateNoted": "2023-09-12",
+ "parcelID": "20296",
+ "crownLandUsePIN": "19281",
+ "crownLandFileNumber": "16603",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 4 DISTRICT LOT 1 PLAN 5165"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "6276987e-2ee3-4c78-929d-fd8aa2303799",
+ "siteRegistry": true,
+ "dateReceived": "2019-04-11",
+ "dateCompleted": "2021-07-31",
+ "dateEntered": "2020-10-18",
+ "dateRegistrar": "2022-11-11",
+ "dateLocalAuthorityReceived": "2022-04-18",
+ "summary": "Aliquam rerum iure.",
+ "informationUsed": "Reprehenderit incidunt nihil repellat dicta exercitationem blanditiis sapiente deleniti eius.\nAtque voluptatum earum distinctio.\nQuam omnis magnam aliquam dolores sapiente rem numquam.",
+ "pastOrPresentOrders": "Nostrum fuga vitae facilis alias.\nVoluptate eius dicta voluptates doloribus nihil incidunt vel.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "f34af72a-d84e-469e-b981-2301413c6f0d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f9b5ca4d-5316-4fa2-81d9-f9509f8719c7",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c76fee11-0a88-48ed-8045-ddd1bfdcb21d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "afe43a48-ce92-4b17-ac2c-78936aa0cdbe",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WEBER SEDRICK",
+ "timestamp": "2021-04-05"
+ },
+ {
+ "uuid": "d19f67a8-8d6f-4a5e-af41-b74d64323da5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KULAS RAQUEL",
+ "timestamp": "2015-04-13"
+ },
+ {
+ "uuid": "d1c24588-1741-4a55-971d-9c480493d788",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MAGGIO JENIFER",
+ "timestamp": "2017-12-26"
+ },
+ {
+ "uuid": "ffd3b430-4fba-4f9b-b5b2-238342110ead",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PROSACCO LUCIUS",
+ "timestamp": "2018-07-15"
+ },
+ {
+ "uuid": "7804f305-1123-479d-9fb8-bd999e9edb11",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUNOLFSSON STEPHEN",
+ "timestamp": "2014-04-09"
+ },
+ {
+ "uuid": "4de376e0-38ed-40c3-9979-64d12d9fb893",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PARKER RAHEEM",
+ "timestamp": "2017-07-12"
+ },
+ {
+ "uuid": "83ae45a9-18b7-4041-a2d7-dca705d7be49",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRANECKI ZENA",
+ "timestamp": "2022-05-21"
+ },
+ {
+ "uuid": "884a2f16-8acc-4c58-8540-a0c853154a33",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LOCKMAN VELDA",
+ "timestamp": "2019-03-24"
+ },
+ {
+ "uuid": "aec6d932-b675-4e2c-9887-edec393cf2c8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SATTERFIELD KEN",
+ "timestamp": "2015-08-26"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "3fd4b875-3558-4048-85ca-8c7e3ab22397",
+ "dateNoted": "2023-05-28",
+ "notes": "",
+ "parcelID": "19820",
+ "siteID": "20870",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "88ca4611-99b3-4862-b554-4721116115c6",
+ "siteID": 16253,
+ "address": "356 Corkery Fork",
+ "latitude": 48.8499,
+ "longitude": -129.2633,
+ "lastUpdated": "2014-06-06",
+ "city": "Wyoming",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/9918",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3737006,
+ 9640962,
+ 3450499,
+ 7079655,
+ 164112
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "3690150d-5f3e-460d-890f-f1b389fb093f",
+ "createdAt": "2020-03-19",
+ "completed": "2019-08-22",
+ "initiated": "2015-07-04",
+ "ministryContact": "MACEJKOVIC FOSTER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "606e3223-f0ed-4f58-b202-dc2242e12bb2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1c9535c1-f5c1-486e-9486-ecddfca93c1f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8daeb04c-2812-4df5-b406-260961a9792b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "335206f6-22af-42e5-9103-367ec1f0ede6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a35b35f6-3cde-4d2c-80ee-ad44f4103ea9",
+ "createdAt": "2020-08-02",
+ "completed": "2017-08-18",
+ "initiated": "2020-06-06",
+ "ministryContact": "FAHEY JOE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "474b832f-8fcd-4799-9631-d3cc53a530cc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4e5ec807-5afe-4477-8f36-49e7c12753d7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6cb2bd04-dba3-4ef4-9c7b-b4babe34d12a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a352cc93-4d8a-4e74-8593-1b2046293015",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2aa9fefd-7d28-41ee-a4a4-31d50d18811b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "95c21a53-4b85-4652-8862-a317a544aa70",
+ "name": "IPSUM",
+ "endDate": "2014-09-20",
+ "startDate": "2019-09-22",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9ed707cd-f352-492f-9d1b-903d0a8ab71a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-02-11",
+ "startDate": "2018-06-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "3797de42-31cb-4164-8986-1964712e8231",
+ "siteRegistry": true,
+ "documentDate": "2023-01-22",
+ "receivedDate": "2018-11-27",
+ "uploadedDate": "2014-06-08",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "4ea6d5e8-67a4-4438-9cc9-61861e0c9a4a",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "14a6f3be-f1f9-40c1-9186-8b758bba6a4a",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ea60939f-3742-4fd9-a8c4-03ed5d65ecfa",
+ "siteRegistry": false,
+ "documentDate": "2018-11-27",
+ "receivedDate": "2015-09-29",
+ "uploadedDate": "2021-08-26",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "c78dd09b-6919-44a7-a077-3d2df23bd770",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d91ef96c-874f-4221-831a-793bfc68b8a2",
+ "siteRegistry": true,
+ "documentDate": "2014-07-07",
+ "receivedDate": "2015-07-17",
+ "uploadedDate": "2023-09-20",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "cd226257-e13d-44b7-8dad-1df65d18d7d5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "25047c04-0bda-4914-ab58-d62a2df32dde",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "3fcb0ef5-057a-49ae-a746-1e2006c5a93c",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-07-18 (described on Site Profile dated 2021-07-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "b356e6f9-c193-4301-9c58-e7552283fed8",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-07-10 (described on Site Profile dated 2020-07-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "c248571f-e81f-49eb-9d6c-5c944feb32f6",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-06-30 (described on Site Profile dated 2017-06-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "05426b5f-c808-4a60-ab51-63582379ebdf",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-09-23 (described on Site Profile dated 2020-09-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "adb2b959-2172-4e2c-840b-52ac797ba886",
+ "siteRegistry": false,
+ "dateNoted": "2018-08-04",
+ "parcelID": "19947",
+ "crownLandUsePIN": "20666",
+ "crownLandFileNumber": "16404",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 2 DISTRICT LOT 2 PLAN 7297"
+ },
+ {
+ "uuid": "83551c88-52ac-4072-a990-e040cf199e75",
+ "siteRegistry": true,
+ "dateNoted": "2018-07-19",
+ "parcelID": "15578",
+ "crownLandUsePIN": "15401",
+ "crownLandFileNumber": "18829",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 4 DISTRICT LOT 4 PLAN 8989"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "17b4359a-5bbb-469a-a8d7-7e665d26caf4",
+ "siteRegistry": true,
+ "dateReceived": "2016-05-05",
+ "dateCompleted": "2017-01-06",
+ "dateEntered": "2015-07-07",
+ "dateRegistrar": "2022-10-02",
+ "dateLocalAuthorityReceived": "2014-09-18",
+ "summary": "Numquam deleniti dicta tenetur atque eligendi nemo odio.",
+ "informationUsed": "Ex quibusdam iste aperiam tempora ipsam.\nQuibusdam quibusdam ullam a est culpa nostrum totam minus voluptatum.\nDebitis est dolorem.",
+ "pastOrPresentOrders": "Dolores veniam veniam et maiores quia rem incidunt facilis.\nOccaecati error recusandae amet totam.\nRepudiandae aperiam nostrum magnam veritatis id velit.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "c426b93f-d30f-424f-a78e-6f75f90bf1a3",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8f333504-57b1-4823-86bb-f2fb93c78596",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "31ab168c-4cd1-4ada-bb49-03eb8d0f5941",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "6a4154b3-d165-4561-8ff6-e18b829d577c",
+ "siteRegistry": true,
+ "dateReceived": "2023-06-12",
+ "dateCompleted": "2015-04-29",
+ "dateEntered": "2022-01-12",
+ "dateRegistrar": "2021-08-18",
+ "dateLocalAuthorityReceived": "2018-12-14",
+ "summary": "Eius qui nostrum enim vitae necessitatibus impedit officia iste quaerat.",
+ "informationUsed": "Reiciendis veritatis ad praesentium deserunt rerum ratione minima inventore esse.\nNumquam veniam dolor officiis ab.\nOmnis aut nesciunt sit laborum in iste.\nCorporis ab quidem ea perferendis.",
+ "pastOrPresentOrders": "Accusamus distinctio amet rerum dignissimos in.\nEaque doloremque explicabo labore consequuntur optio unde nisi impedit cum.\nNecessitatibus perspiciatis corrupti delectus impedit alias unde repellendus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "6708dfa4-a5bb-4df5-8ac4-11ca528c5a44",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f660193d-9d77-48aa-aad3-2a5c0591f86d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3899121d-fa78-41ad-a66b-ebc4109a7e97",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5ed0fbfd-eadb-4a55-b129-a2dd88f80bc8",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "14c2428b-7119-4d21-9dbe-88bd512338c1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GLEICHNER JORDY",
+ "timestamp": "2016-07-22"
+ },
+ {
+ "uuid": "e1afb5be-3994-4511-b61d-7b1405276126",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MURPHY-KUHLMAN MADALYN",
+ "timestamp": "2018-01-16"
+ },
+ {
+ "uuid": "328c218e-ffba-48de-b11e-13e4cbf6ec8a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DECKOW CRAWFORD",
+ "timestamp": "2014-10-03"
+ },
+ {
+ "uuid": "b824123f-251d-4eb4-9fc9-2f1da9008ea1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "YUNDT-HARRIS CAMILLE",
+ "timestamp": "2016-05-30"
+ },
+ {
+ "uuid": "0b817067-32a2-49f4-a4bc-438fe59f4d8d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SIPES CHANELLE",
+ "timestamp": "2019-03-12"
+ },
+ {
+ "uuid": "130a3243-e3ac-4fac-becb-915a5d20389d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NIKOLAUS DIAMOND",
+ "timestamp": "2018-07-31"
+ },
+ {
+ "uuid": "80aa1b60-b7d9-45b6-811c-8e864987c7c5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROBERTS BRITNEY",
+ "timestamp": "2020-02-05"
+ },
+ {
+ "uuid": "9fb619a2-7a7d-4a4e-9059-1b9da730d9e7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROOB TRYCIA",
+ "timestamp": "2023-05-01"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "d595d804-1bad-4ff7-9443-59e680fcbe12",
+ "dateNoted": "2018-05-08",
+ "notes": "",
+ "parcelID": "19246",
+ "siteID": "16177",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a236202b-0a75-4e93-a34f-97f0a77b2513",
+ "dateNoted": "2020-02-04",
+ "notes": "",
+ "parcelID": "15527",
+ "siteID": "18407",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "c57dfdfd-1beb-469a-adbc-eb64e28aafc4",
+ "siteID": 19630,
+ "address": "6995 Esperanza Valleys",
+ "latitude": 57.2626,
+ "longitude": -137.7749,
+ "lastUpdated": "2023-06-22",
+ "city": "North Jacklyn",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/12896",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6906645,
+ 5417849,
+ 7318678,
+ 6185649,
+ 157425
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "7ee4b50b-cf97-4371-9c2e-4480be9bd187",
+ "createdAt": "2014-10-09",
+ "completed": "2015-03-17",
+ "initiated": "2016-07-31",
+ "ministryContact": "KUHN MARQUES",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1f0c4f41-dfbf-4406-9270-bffded3d269d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1402d1f3-15c4-465a-a0bd-37f27234d833",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cfc1318f-d8f8-485c-b7b7-d9b28be91162",
+ "createdAt": "2015-05-06",
+ "completed": "2016-07-08",
+ "initiated": "2017-12-18",
+ "ministryContact": "RAYNOR BETTY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3d267078-29f8-4faa-9161-dca02e947169",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8b33696c-01ba-4aef-b81c-526142caf48f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ec38900e-7870-4997-a365-fe01e084c170",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "cf287738-dc53-44bf-84ac-5b0ec936f95b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-04-29",
+ "startDate": "2021-05-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "db1bade1-bda2-4dd2-b127-f21e5208d549",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-08-07",
+ "startDate": "2017-07-01",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7cfc77b0-5eaf-4f1c-9652-f562c93764b7",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-12-04",
+ "startDate": "2016-10-17",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9cc69eaf-a5a5-4697-8d6e-167d63f7774e",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2023-06-09",
+ "startDate": "2020-01-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "701b0b40-249a-4e71-bc6a-6927a361abf9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-02-21",
+ "startDate": "2017-05-12",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "50a85d77-b45c-4ed2-973c-90dbbdaee06a",
+ "siteRegistry": true,
+ "documentDate": "2017-05-18",
+ "receivedDate": "2021-12-23",
+ "uploadedDate": "2015-08-03",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "3610733a-77e9-4571-ac1a-88f00abbf052",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "bc968880-9b4f-4f8e-8c75-790b7df893ab",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-04-30 (described on Site Profile dated 2020-04-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "5c0b7159-48bc-412a-b57d-f2219a128abd",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-06-05 (described on Site Profile dated 2023-06-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "e97cd47c-e3ba-463b-9bf5-85fb3ae87671",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-07-13 (described on Site Profile dated 2018-07-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "dbdcd91f-d1d6-4091-af53-3baf2795ea38",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-03-18 (described on Site Profile dated 2022-03-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "646106fe-85cb-456b-b7ab-743526dd6e25",
+ "siteRegistry": true,
+ "dateNoted": "2021-10-06",
+ "parcelID": "19199",
+ "crownLandUsePIN": "18217",
+ "crownLandFileNumber": "17637",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 1 DISTRICT LOT 1 PLAN 7748"
+ },
+ {
+ "uuid": "dcd82834-243a-427a-9730-f85f1e1106aa",
+ "siteRegistry": true,
+ "dateNoted": "2016-05-26",
+ "parcelID": "19728",
+ "crownLandUsePIN": "19941",
+ "crownLandFileNumber": "16401",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 2 DISTRICT LOT 5 PLAN 6068"
+ },
+ {
+ "uuid": "45b6d3c3-dedf-4f4f-ac1f-f10eec900a7e",
+ "siteRegistry": false,
+ "dateNoted": "2017-11-30",
+ "parcelID": "16036",
+ "crownLandUsePIN": "17282",
+ "crownLandFileNumber": "18670",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 1 DISTRICT LOT 3 PLAN 4244"
+ },
+ {
+ "uuid": "d25f753a-9973-4f9e-b556-b9ac435787cd",
+ "siteRegistry": false,
+ "dateNoted": "2019-04-23",
+ "parcelID": "20372",
+ "crownLandUsePIN": "19094",
+ "crownLandFileNumber": "18594",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 2 DISTRICT LOT 4 PLAN 2990"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "0a6fa76a-4206-4054-9e6e-3d50ba164882",
+ "siteRegistry": false,
+ "dateReceived": "2021-10-01",
+ "dateCompleted": "2016-10-14",
+ "dateEntered": "2014-02-27",
+ "dateRegistrar": "2021-11-14",
+ "dateLocalAuthorityReceived": "2019-06-07",
+ "summary": "Atque incidunt laboriosam.\nPossimus temporibus saepe.",
+ "informationUsed": "Repellendus magnam magnam accusamus consequuntur assumenda quia dolorem.\nEarum facere illo et excepturi aliquid eius.\nDebitis nostrum veritatis delectus vel.",
+ "pastOrPresentOrders": "Soluta accusantium nulla consequatur.\nDucimus cum ad.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "fb8b26c0-04f9-4f1d-b7f1-249b298dc051",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ae166e93-121c-495d-ac40-03ff3f164789",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7a4d2db1-cc6e-4e80-a7c4-34c4411a678c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "e6b48320-b8cf-4b7e-8233-c5a4069e4c3e",
+ "siteRegistry": false,
+ "dateReceived": "2020-01-01",
+ "dateCompleted": "2018-01-06",
+ "dateEntered": "2013-11-01",
+ "dateRegistrar": "2015-05-29",
+ "dateLocalAuthorityReceived": "2015-08-19",
+ "summary": "Ab suscipit hic et asperiores asperiores alias.\nVoluptate quia ex quo.",
+ "informationUsed": "A omnis eum amet ipsum.\nMagni maiores incidunt quibusdam officia atque mollitia nobis.\nQuisquam odit dolorem vel magni nisi repellat pariatur.",
+ "pastOrPresentOrders": "Minus tempore iste nobis suscipit numquam officiis non voluptas rerum.\nPorro sapiente maxime corporis ad sequi.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a831b589-471a-4a34-9b1f-67793fae35e9",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5ea50313-58cb-4921-b7f2-56500c78936c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "8701aa9e-ffa1-45c5-91a0-e36fcc570b76",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ZIEME CONCEPCION",
+ "timestamp": "2014-01-17"
+ },
+ {
+ "uuid": "2cbf0420-6c54-4134-8e85-ece2a26dda87",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DIETRICH YASMEEN",
+ "timestamp": "2019-01-21"
+ },
+ {
+ "uuid": "d678c9a6-e0fe-400d-8eca-61ea18650b85",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HANSEN AGUSTIN",
+ "timestamp": "2022-03-08"
+ },
+ {
+ "uuid": "61acc9f9-80aa-4023-ada7-cf6ad6900521",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHILLER LORNA",
+ "timestamp": "2018-04-17"
+ },
+ {
+ "uuid": "c868ea91-e01a-4ad3-98f5-12f00ccef3bd",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DOYLE RICARDO",
+ "timestamp": "2014-04-25"
+ },
+ {
+ "uuid": "fc053be1-edbc-44df-921b-f6bfcc813e33",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FUNK JESSICA",
+ "timestamp": "2017-07-08"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "657e4975-6582-45ff-a074-0d6e2adfd065",
+ "dateNoted": "2021-07-06",
+ "notes": "",
+ "parcelID": "18307",
+ "siteID": "20571",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "06c13e6f-7eb8-4b00-91d4-810da05c33d9",
+ "dateNoted": "2014-06-06",
+ "notes": "",
+ "parcelID": "19388",
+ "siteID": "17100",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "602a04a2-f9f0-4bb1-8df5-f5b06379fc00",
+ "siteID": 19485,
+ "address": "4940 Alysa Valleys",
+ "latitude": 48.1086,
+ "longitude": -134.5774,
+ "lastUpdated": "2019-09-24",
+ "city": "Aracelystead",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/16691",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4980671,
+ 9086091,
+ 6643913,
+ 5879354,
+ 6823070
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "8ebff2bc-ffc5-4ca9-9661-723bbd735a38",
+ "createdAt": "2021-12-19",
+ "completed": "2018-12-15",
+ "initiated": "2022-04-08",
+ "ministryContact": "KUTCH RAFAEL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4a44f2cf-b137-478c-8d3e-5fb2d060d332",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "26975543-2364-4850-b779-2558cad4f177",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5aab0d5b-51e8-432f-bfce-5d210f06d9fa",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "506d0792-8605-43b9-adeb-172fdf82618f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "724e93fb-9e87-4a7e-a5ef-f0e23d346f3e",
+ "createdAt": "2021-03-03",
+ "completed": "2018-10-27",
+ "initiated": "2023-04-09",
+ "ministryContact": "BROWN REYNOLD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f135a372-1eca-4f47-b76d-34db0aa4e12e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "81bc2ca1-ee22-424c-8095-daa8c4ef29ab",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "31cdaed4-7bd5-42d3-b4bf-254d85f69db1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "bacb3e11-a6e3-40fd-bb21-a7be01ecd506",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-11-24",
+ "startDate": "2020-12-19",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a18670f2-afe5-4cb5-a979-44168ebf989e",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-10-09",
+ "startDate": "2016-04-30",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2fa72307-a208-4cb5-9078-c47cb352cf04",
+ "name": "IPSUM",
+ "endDate": "2018-03-29",
+ "startDate": "2022-04-05",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f7062d46-cfa5-4986-ba35-ab846606f834",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-02-21",
+ "startDate": "2022-10-18",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fcbd4e96-5427-4f3b-8d56-9ad81636ddf1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-03-02",
+ "startDate": "2022-07-21",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "e5e5e92a-0b76-49a3-a0e3-d9516cf31e09",
+ "siteRegistry": true,
+ "documentDate": "2020-01-02",
+ "receivedDate": "2023-08-22",
+ "uploadedDate": "2022-11-28",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "d7188ba9-f6a9-4832-9068-6d7ba1cfd9a3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b1415b34-01c6-47ce-9281-fa3a9b1f58a7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7dda3f66-39c1-4236-acce-c5b3e82934c1",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d58199d1-a9e9-4990-b580-68590b1cd378",
+ "siteRegistry": true,
+ "documentDate": "2019-11-20",
+ "receivedDate": "2021-04-11",
+ "uploadedDate": "2018-01-12",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "35887b11-8716-4bb9-9de6-a33a1c9f1de0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "67b46f09-1157-4aba-a9a7-46a1577ec667",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9d062303-3732-43b8-9e37-d3e2965f39af",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9ce955ad-199b-4d0e-a8d3-aa7f5a29f014",
+ "siteRegistry": true,
+ "documentDate": "2017-04-26",
+ "receivedDate": "2018-04-23",
+ "uploadedDate": "2016-05-02",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "723f7256-ec08-43b0-8b11-d441e4c4f576",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f00f2cdd-c486-4de1-a49c-42f241d62952",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "839f205b-7e59-4e25-8935-f42a19767f13",
+ "siteRegistry": true,
+ "documentDate": "2015-11-08",
+ "receivedDate": "2021-11-24",
+ "uploadedDate": "2023-01-02",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "4ebc39fe-0bde-4639-bc3f-6bc6af8bd3e8",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c86a6d5e-51f7-40e3-99a3-754c976f6836",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4ba9b909-e6be-4c78-aca3-1c6998502c3a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "6e1d60f4-0f34-4bde-b918-b66a72c2ddf0",
+ "siteRegistry": false,
+ "documentDate": "2016-05-20",
+ "receivedDate": "2015-01-16",
+ "uploadedDate": "2015-02-08",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "c31385e7-7b23-477b-b1f9-14175cd67710",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "88bc9a47-63cf-4448-9571-9b8d12313617",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-08-26 (described on Site Profile dated 2022-08-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "6c5c4625-dae4-46f2-8b2b-c61113be4f8a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-01-27 (described on Site Profile dated 2019-01-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "8a794dd5-c288-42ed-b019-3f976150a0a1",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-01-21 (described on Site Profile dated 2023-01-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "8580b0a8-acae-446a-a95c-088a61a4cabe",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-11-20 (described on Site Profile dated 2019-11-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "705372dd-52c2-4342-9082-fcda3355ace4",
+ "siteRegistry": false,
+ "dateNoted": "2014-12-01",
+ "parcelID": "19522",
+ "crownLandUsePIN": "16518",
+ "crownLandFileNumber": "19494",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 2 DISTRICT LOT 3 PLAN 3745"
+ },
+ {
+ "uuid": "27db7c8a-d914-4697-8302-0b1b781a8b89",
+ "siteRegistry": false,
+ "dateNoted": "2022-03-31",
+ "parcelID": "16374",
+ "crownLandUsePIN": "18833",
+ "crownLandFileNumber": "19254",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 3 DISTRICT LOT 4 PLAN 8178"
+ },
+ {
+ "uuid": "ecdb4b9d-b17f-484b-bba1-ae063364aa53",
+ "siteRegistry": true,
+ "dateNoted": "2023-03-11",
+ "parcelID": "19142",
+ "crownLandUsePIN": "19327",
+ "crownLandFileNumber": "20276",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 5 DISTRICT LOT 3 PLAN 7147"
+ },
+ {
+ "uuid": "353c2c42-fc02-410a-af0b-c8f56e7ad801",
+ "siteRegistry": true,
+ "dateNoted": "2020-05-18",
+ "parcelID": "18659",
+ "crownLandUsePIN": "20951",
+ "crownLandFileNumber": "16248",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 3 DISTRICT LOT 5 PLAN 4300"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "8e391efd-6704-43a2-85cd-223c9c86fd97",
+ "siteRegistry": false,
+ "dateReceived": "2015-05-18",
+ "dateCompleted": "2019-02-28",
+ "dateEntered": "2019-06-21",
+ "dateRegistrar": "2023-06-29",
+ "dateLocalAuthorityReceived": "2018-01-07",
+ "summary": "At voluptas adipisci.",
+ "informationUsed": "Similique non molestiae corporis asperiores accusantium quibusdam nulla molestiae quasi.\nQuidem corporis deleniti nulla cumque.\nQuam non harum sit autem ut quasi quam cumque.\nHarum est aliquid atque inventore id iusto qui saepe.",
+ "pastOrPresentOrders": "Optio rem earum.\nRepellendus sint iusto doloremque.\nEa reprehenderit et ex placeat dolores sed.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "ed339d57-fc82-41bf-915f-a89f05c28693",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "76feef29-6006-4b51-afdd-0029255ea1ee",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "d79c9039-c5be-4b24-88ab-aa48d6530995",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FEIL LOIS",
+ "timestamp": "2018-05-09"
+ },
+ {
+ "uuid": "04a755bb-c94f-4f56-a07f-02cb832c4409",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FEIL CADEN",
+ "timestamp": "2019-11-03"
+ },
+ {
+ "uuid": "df26980d-5f42-47f5-811b-66966beee318",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GREEN HIRAM",
+ "timestamp": "2021-08-25"
+ },
+ {
+ "uuid": "cf02ff65-70be-4e78-905b-9ddac9c4f25b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ZIEME CLEVELAND",
+ "timestamp": "2019-11-13"
+ },
+ {
+ "uuid": "f9a3e504-5dd2-471e-926d-ab8446880cda",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILL JULIO",
+ "timestamp": "2017-03-20"
+ },
+ {
+ "uuid": "ce01993f-6d50-4fea-8f07-6c95d1466f12",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HODKIEWICZ SABRINA",
+ "timestamp": "2016-04-05"
+ },
+ {
+ "uuid": "1de813ac-5f47-476f-9541-b32c207ca07d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DECKOW NIGEL",
+ "timestamp": "2019-09-21"
+ },
+ {
+ "uuid": "cb43356a-0bae-47e5-acc0-ac03be1fe3f3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CARTWRIGHT CARLEE",
+ "timestamp": "2013-12-10"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "d78da471-c25e-45b6-833b-8b7b598d8f55",
+ "dateNoted": "2019-03-30",
+ "notes": "",
+ "parcelID": "18190",
+ "siteID": "17141",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "32839492-e9b6-474f-87e6-1babba00cb32",
+ "dateNoted": "2015-05-31",
+ "notes": "",
+ "parcelID": "16335",
+ "siteID": "15917",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "aed14380-a242-4d9e-898a-cdf6abefacee",
+ "siteID": 16874,
+ "address": "7544 Annie Mount",
+ "latitude": 55.808,
+ "longitude": -121.1631,
+ "lastUpdated": "2016-09-14",
+ "city": "Connellyfield",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/19744",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 2674036,
+ 840475,
+ 3665867,
+ 2541695,
+ 7248799
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "473d27e9-86c2-44fe-8f0f-c239508c0e94",
+ "createdAt": "2021-04-29",
+ "completed": "2019-11-11",
+ "initiated": "2023-06-04",
+ "ministryContact": "WYMAN ALISON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ae5438de-420a-41e3-b41f-b64e6819f8ca",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "94751a13-b53d-4b85-bfa8-f4a04a262752",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "47bb405d-37a8-4347-a5c2-55d6a57546b2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "074429f3-1b06-40ee-a340-806ef3da0bec",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c17d392e-a7f0-4f64-8433-ac9a0083c592",
+ "createdAt": "2023-04-04",
+ "completed": "2014-01-03",
+ "initiated": "2016-03-05",
+ "ministryContact": "CORWIN TANYA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ed3dcb80-c3e8-4655-935a-fbb804f966b5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4234033f-b5e6-4450-8ac2-335862ce1777",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "31834d0f-db2e-4a17-ad80-a020b02b84f3",
+ "createdAt": "2015-02-09",
+ "completed": "2019-05-28",
+ "initiated": "2015-04-29",
+ "ministryContact": "OKUNEVA THORA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "0705a8f4-59db-4692-9936-ed798eb126b3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2dc15bb2-a3b9-4234-8e45-f23d85e20ac5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "503fde1c-6f43-4fdf-9abe-cf905d27ad61",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f1f49797-f63d-44e6-8502-8c9191345bc7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c521c500-9e0f-48cb-9d4c-fc9b34975393",
+ "createdAt": "2022-08-24",
+ "completed": "2022-12-22",
+ "initiated": "2019-07-23",
+ "ministryContact": "LEUSCHKE CHARLEY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "31252b5c-8ed5-4ca2-b575-17c9abdd0431",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "21e390e7-c87f-461c-a090-3134d2675305",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4fba2292-0b31-46f7-9c87-9afdc57d2ca2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "af17e455-83fc-4648-9640-d44d86b3225a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "12c0540d-881a-4a93-a890-3391f9166ea2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "be670e22-4e4e-4985-9de5-8ebb21ed0f39",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-02-09",
+ "startDate": "2021-11-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "587b69a2-e436-4ee4-95dd-c5370a59185a",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-06-01",
+ "startDate": "2021-06-11",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d3f7f295-b7b5-4394-904e-8c9a62accdf7",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2022-04-22",
+ "startDate": "2022-06-01",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b135bbb5-a3ca-4cc1-9f84-ac69f3caecaf",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-05-28",
+ "startDate": "2018-07-06",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2c09e1d5-e7a0-46fe-80a1-8260d985e26d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-05-29",
+ "startDate": "2014-07-12",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "5a183919-23cf-412f-bc43-5c17756d870f",
+ "siteRegistry": false,
+ "documentDate": "2014-10-20",
+ "receivedDate": "2018-11-24",
+ "uploadedDate": "2017-08-13",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "b395b403-2a1e-40e4-88e3-43737b633e22",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "c01032ad-a44d-4d85-b9d3-605fc301109a",
+ "siteRegistry": true,
+ "documentDate": "2021-02-28",
+ "receivedDate": "2021-12-28",
+ "uploadedDate": "2018-09-12",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "06e916de-5fdb-4614-b389-2d8291557748",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "62296864-0c36-49d1-aee2-14f462b0c55c",
+ "siteRegistry": true,
+ "documentDate": "2019-03-19",
+ "receivedDate": "2021-07-03",
+ "uploadedDate": "2018-02-28",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "851153d8-7c5b-40bb-9ab5-d7952f3138c5",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "485a4eaa-dc37-4af8-9e48-12fd09ae0a96",
+ "siteRegistry": true,
+ "documentDate": "2018-03-23",
+ "receivedDate": "2019-12-06",
+ "uploadedDate": "2014-01-18",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "d08b6cd7-f6ad-4d40-94d4-6e22ec8dd835",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "06d31f42-69d4-4388-a615-0d8263519252",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e36c203e-5877-4ac5-ab73-81270a131612",
+ "siteRegistry": false,
+ "documentDate": "2023-07-25",
+ "receivedDate": "2019-10-28",
+ "uploadedDate": "2018-03-20",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "c64c9e91-0737-43aa-b85f-9995764422bf",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "824f4179-6bdb-4079-be18-fd5ae3cb27df",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "27ee2117-5940-41fd-b2ec-67bf8653c788",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-09-25 (described on Site Profile dated 2018-09-25)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "44d0eeb1-8508-41c8-8ad2-dea86cbf27d4",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-12-31 (described on Site Profile dated 2019-12-31)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "d281fd94-1544-427f-8126-e5911393b2d4",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-02-25 (described on Site Profile dated 2022-02-25)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "a844d551-3bd6-47c7-a444-18ea5bd024ef",
+ "siteRegistry": true,
+ "dateNoted": "2023-04-27",
+ "parcelID": "16121",
+ "crownLandUsePIN": "15816",
+ "crownLandFileNumber": "16382",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 2 DISTRICT LOT 3 PLAN 5679"
+ },
+ {
+ "uuid": "2d0038cd-bffd-403f-8d3c-a7f5d6112269",
+ "siteRegistry": false,
+ "dateNoted": "2014-06-22",
+ "parcelID": "17587",
+ "crownLandUsePIN": "15596",
+ "crownLandFileNumber": "17275",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 3 DISTRICT LOT 1 PLAN 6885"
+ },
+ {
+ "uuid": "6d2ad36f-6277-4d83-9158-f7d61a84787a",
+ "siteRegistry": true,
+ "dateNoted": "2017-04-27",
+ "parcelID": "15279",
+ "crownLandUsePIN": "19894",
+ "crownLandFileNumber": "19699",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 5 DISTRICT LOT 2 PLAN 5399"
+ },
+ {
+ "uuid": "20e7c435-374e-4843-b042-001e450bcd66",
+ "siteRegistry": false,
+ "dateNoted": "2017-11-26",
+ "parcelID": "16118",
+ "crownLandUsePIN": "16660",
+ "crownLandFileNumber": "20072",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 4 DISTRICT LOT 5 PLAN 8288"
+ },
+ {
+ "uuid": "c579192f-7c17-4ad5-825d-b7ded3faaf81",
+ "siteRegistry": true,
+ "dateNoted": "2023-04-05",
+ "parcelID": "16590",
+ "crownLandUsePIN": "20832",
+ "crownLandFileNumber": "16603",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 2 DISTRICT LOT 2 PLAN 7395"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "2836d9d1-e0df-4162-b8eb-21b9775da432",
+ "siteRegistry": true,
+ "dateReceived": "2017-09-28",
+ "dateCompleted": "2017-02-19",
+ "dateEntered": "2023-06-20",
+ "dateRegistrar": "2015-10-22",
+ "dateLocalAuthorityReceived": "2015-07-26",
+ "summary": "Aperiam tenetur illo sapiente repudiandae voluptatum quod officia.\nNulla ut temporibus sunt.\nNeque tempore consequatur quia voluptatem cum sit atque corrupti.",
+ "informationUsed": "Ipsa dolore praesentium corrupti sequi accusantium est dignissimos.\nAperiam nobis repellendus.\nEst ut aut.\nOdit est aliquid.\nModi soluta officiis occaecati cupiditate commodi sed consequatur.",
+ "pastOrPresentOrders": "Quibusdam libero exercitationem possimus unde rerum itaque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "362d3890-9f6e-4bf2-9d19-d1e1cad58739",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6d9f6e05-9780-40a3-9810-620dfeb710e9",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "39c89f29-aad7-4e82-a7a6-f3812fe73dab",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "85305087-443b-4dde-9556-20a044e4d9ca",
+ "siteRegistry": false,
+ "dateReceived": "2014-01-19",
+ "dateCompleted": "2016-08-20",
+ "dateEntered": "2021-08-29",
+ "dateRegistrar": "2016-10-15",
+ "dateLocalAuthorityReceived": "2015-06-28",
+ "summary": "Maiores minima quasi sed laboriosam praesentium iusto veniam quibusdam quidem.",
+ "informationUsed": "Architecto sequi nemo sequi optio.\nIusto vel molestias laborum soluta asperiores dicta totam quae blanditiis.\nVeritatis corporis soluta deserunt itaque necessitatibus totam libero quasi.\nDolorem necessitatibus iusto mollitia voluptatibus.",
+ "pastOrPresentOrders": "Molestiae recusandae molestiae explicabo ducimus.\nAlias debitis et perferendis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "36657b79-ae14-46b8-8e78-93bbabc90c3a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bc8d8ed9-7bd2-4bcb-996e-da0f2b649690",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3473febf-c2e6-48cd-9dd9-32d0e40800a9",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "eea66277-b9a9-47cd-a7dc-a077688a6e8b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "e98bc93f-f40a-471f-be25-0954e3988a3c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LANGOSH TIFFANY",
+ "timestamp": "2021-01-24"
+ },
+ {
+ "uuid": "bbe2a28c-2dd2-4068-b449-76d415ec93a6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GREEN ALLY",
+ "timestamp": "2016-08-28"
+ },
+ {
+ "uuid": "e2a15ca8-13d0-4cc7-8858-258f0a141331",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VONRUEDEN-POWLOWSKI ANNAMARIE",
+ "timestamp": "2023-10-03"
+ },
+ {
+ "uuid": "27977ee3-c4c9-4b32-87ed-11e52fe84ccd",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOHLER ALYSA",
+ "timestamp": "2023-09-16"
+ },
+ {
+ "uuid": "a7f467cf-dcdf-4a6c-9691-1911b9163626",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUECKER MAVERICK",
+ "timestamp": "2023-02-21"
+ },
+ {
+ "uuid": "3772ef9d-8372-4778-acd1-311727fea926",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEUSCHKE BERENICE",
+ "timestamp": "2019-11-09"
+ },
+ {
+ "uuid": "973b2e36-20e3-43a7-8101-ce5ac1c63e8d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOGAN STEPHANIE",
+ "timestamp": "2015-12-29"
+ },
+ {
+ "uuid": "4f1317ed-d2fa-47db-8c88-425ce449bfd8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JOHNSON ELVA",
+ "timestamp": "2014-12-31"
+ },
+ {
+ "uuid": "1d548b68-2dfb-45b5-b39d-29743df46c63",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CHAMPLIN RAFAELA",
+ "timestamp": "2019-03-31"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "728e90d1-367b-4606-9d43-cbddccae9ea4",
+ "dateNoted": "2014-06-18",
+ "notes": "",
+ "parcelID": "17728",
+ "siteID": "20562",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "eb3899c2-e621-4c4e-a479-87147e7dec98",
+ "dateNoted": "2015-12-23",
+ "notes": "",
+ "parcelID": "20591",
+ "siteID": "19262",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "e5ae7e15-9871-4a25-a6ee-19983e07cb4c",
+ "siteID": 16144,
+ "address": "6157 Bailey Summit",
+ "latitude": 51.0687,
+ "longitude": -124.5646,
+ "lastUpdated": "2023-02-27",
+ "city": "Tempe",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/8384",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8108616,
+ 1885067,
+ 6207397,
+ 980462,
+ 3805334
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "bdb15f22-585c-46fd-bc6b-cfda800e9884",
+ "createdAt": "2018-12-16",
+ "completed": "2014-06-17",
+ "initiated": "2018-08-02",
+ "ministryContact": "DECKOW COLT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "221f4bb0-1988-4bde-bc94-ad65b591c1b7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "895cfae6-9971-4ac3-a8ef-bd09f3a1ffef",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c1f73edb-7571-4084-a227-38dac3a2079c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1715dd2a-58dd-447e-9f11-0a0b69c6da81",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "152855f6-0b95-4e31-8d18-80411165c900",
+ "createdAt": "2016-03-14",
+ "completed": "2017-06-05",
+ "initiated": "2021-09-03",
+ "ministryContact": "WEST ALENE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "308443de-1d61-40a7-9656-2ecfc5ed915b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cb776b16-3fa9-4dbd-92ae-cd65a058d31b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "52972e2e-9c9a-47ad-a092-792af5830c76",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ad261a02-3f1b-40d0-8d9f-b337d17cf400",
+ "createdAt": "2017-10-29",
+ "completed": "2020-03-23",
+ "initiated": "2017-10-18",
+ "ministryContact": "MACEJKOVIC CLEMENS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "372edcb0-af5b-47ca-ab1d-3e06fc7ce990",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "66b1a5df-3029-4d7c-bd27-8731732b61fb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "894c351a-88f6-4182-a8bf-59cc63af5fca",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b8878dae-2351-4971-9515-eafd50009395",
+ "createdAt": "2015-07-21",
+ "completed": "2019-04-21",
+ "initiated": "2020-05-16",
+ "ministryContact": "BATZ RICKY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ad4442b2-4209-4b42-a5ed-0790dfc32e2a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "643067b7-4b80-48f0-ae7e-27a8db5cbd97",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5dadaac6-6605-466c-baa6-4d1ab38275ef",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "488d1c04-81ea-4255-b8a6-6b29302ec3a5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "e3839dac-cf2d-4a7d-9732-005786fdaf52",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-08-22",
+ "startDate": "2014-09-12",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3405291e-1256-4204-9829-cd52524214ef",
+ "name": "IPSUM",
+ "endDate": "2020-11-25",
+ "startDate": "2022-06-24",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "97a97c84-3639-4ecb-8c52-e3d171013f05",
+ "siteRegistry": false,
+ "documentDate": "2020-02-01",
+ "receivedDate": "2013-12-25",
+ "uploadedDate": "2023-04-13",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "2051821a-a41b-48f8-9613-92898d90ee13",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "a20b8907-fd30-43d6-91ae-70c815db49d2",
+ "siteRegistry": true,
+ "documentDate": "2018-02-06",
+ "receivedDate": "2015-01-09",
+ "uploadedDate": "2017-09-11",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "2f50a854-408b-46c2-8269-a1484f12ad94",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "fc01264f-9349-48b7-81e8-b1ec293f1885",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "c28faee4-e0c0-437f-bdaa-be2e0bc13d9d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-11-30 (described on Site Profile dated 2015-11-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "7533ab7a-ecde-4ded-9a5e-0025f068e53e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-06-19 (described on Site Profile dated 2015-06-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "4cab7a54-35b6-46df-bfa0-c1369a53dc68",
+ "siteRegistry": true,
+ "dateNoted": "2021-01-01",
+ "parcelID": "19890",
+ "crownLandUsePIN": "16678",
+ "crownLandFileNumber": "20050",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 2 DISTRICT LOT 4 PLAN 5509"
+ },
+ {
+ "uuid": "1fe52947-9b5b-4def-891a-079fdff0e6df",
+ "siteRegistry": false,
+ "dateNoted": "2014-01-25",
+ "parcelID": "15908",
+ "crownLandUsePIN": "18879",
+ "crownLandFileNumber": "19675",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 3 DISTRICT LOT 1 PLAN 8820"
+ },
+ {
+ "uuid": "dbe35bab-4358-4bc5-9cc8-3dac0ee9a08e",
+ "siteRegistry": true,
+ "dateNoted": "2022-07-28",
+ "parcelID": "17222",
+ "crownLandUsePIN": "16247",
+ "crownLandFileNumber": "18314",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 1 DISTRICT LOT 4 PLAN 9375"
+ },
+ {
+ "uuid": "a2603c30-d612-4fe7-8068-c70e09754a8b",
+ "siteRegistry": true,
+ "dateNoted": "2018-08-18",
+ "parcelID": "17586",
+ "crownLandUsePIN": "17343",
+ "crownLandFileNumber": "17707",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 1 DISTRICT LOT 3 PLAN 3085"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "635be92d-9090-49a6-8314-c791c53c3dc1",
+ "siteRegistry": true,
+ "dateReceived": "2014-11-02",
+ "dateCompleted": "2017-03-24",
+ "dateEntered": "2016-08-14",
+ "dateRegistrar": "2019-06-14",
+ "dateLocalAuthorityReceived": "2021-02-24",
+ "summary": "Tempore in necessitatibus nisi veritatis provident quaerat placeat impedit tempora.",
+ "informationUsed": "Eum nemo dicta ex incidunt incidunt hic animi vel reiciendis.\nQuae reiciendis nulla temporibus quos neque aspernatur in.\nQuas nobis minima iste velit.",
+ "pastOrPresentOrders": "Repudiandae dignissimos veritatis sapiente a omnis vel.\nEx eveniet eligendi reiciendis assumenda.\nFacere rerum at hic at.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "af7ab978-7376-497e-be76-669f78b18588",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "122d03f0-7953-4c0b-94ab-a62ace280b77",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "30622226-6f89-4a7d-97e6-82a7d1c9056f",
+ "siteRegistry": true,
+ "dateReceived": "2018-02-11",
+ "dateCompleted": "2021-12-02",
+ "dateEntered": "2014-12-16",
+ "dateRegistrar": "2015-06-23",
+ "dateLocalAuthorityReceived": "2018-03-01",
+ "summary": "Recusandae maiores vel delectus at praesentium suscipit voluptatibus.",
+ "informationUsed": "Quibusdam nulla repudiandae soluta totam nisi sapiente ad esse modi.\nSaepe modi vel voluptates quo quidem.\nNemo laborum laudantium eum ex.",
+ "pastOrPresentOrders": "Eligendi nemo at blanditiis impedit similique rerum provident sint.\nQuae incidunt odio.\nUllam maxime ullam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "05c013de-84d2-4c6f-82e9-ea18352a7277",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f83e6b39-31e4-45ab-a76c-4e5d7ef20d2b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "47baed42-52f4-4e51-a0a5-e8ea7abfd4d0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEIER PERRY",
+ "timestamp": "2022-08-15"
+ },
+ {
+ "uuid": "72b73011-1589-4572-bb98-4772336e5e6d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SENGER REBEKAH",
+ "timestamp": "2019-04-25"
+ },
+ {
+ "uuid": "4bafe505-68cb-4e02-b6e9-7d381b6f432e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOVACEK CAROLINA",
+ "timestamp": "2018-07-01"
+ },
+ {
+ "uuid": "172ebde2-334a-4bab-94d4-b157085dcae1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHMIDT IMANI",
+ "timestamp": "2019-01-24"
+ },
+ {
+ "uuid": "3a2a3551-8d4d-443f-b3a6-5ca32524b24f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEER VIRGINIE",
+ "timestamp": "2021-12-20"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "3eb491ae-1438-474a-8c73-5119bea94d96",
+ "dateNoted": "2021-11-05",
+ "notes": "",
+ "parcelID": "18409",
+ "siteID": "16733",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c7bea417-52bb-4ca2-ba21-9b7d6033fbd5",
+ "dateNoted": "2016-10-06",
+ "notes": "",
+ "parcelID": "18890",
+ "siteID": "18756",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "af449ff6-376c-4790-a835-a1817297c21d",
+ "siteID": 18797,
+ "address": "701 Zoila Cove",
+ "latitude": 55.4939,
+ "longitude": -121.8115,
+ "lastUpdated": "2022-10-14",
+ "city": "East Ellis",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/15500",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 2204107,
+ 2272213,
+ 5373897,
+ 9831588,
+ 5465293
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "26693f26-59af-40ee-b1eb-ced2be8505b1",
+ "createdAt": "2017-12-24",
+ "completed": "2014-10-25",
+ "initiated": "2016-04-04",
+ "ministryContact": "TORP OCEANE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d0d9dd6a-fb26-44ca-934f-8c2f42c9cee4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7325ba35-100f-4afa-920e-e3d3a3f86aad",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0b800648-a4e8-49c0-b7a9-3060d0087e01",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ce79a88e-976f-4916-b36d-bf88b2dec340",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "648b237a-09ed-4dd0-ba7d-02b2346e9dbc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3100d65e-5508-4953-a46b-a37aaece70b2",
+ "createdAt": "2013-10-22",
+ "completed": "2021-01-20",
+ "initiated": "2020-02-18",
+ "ministryContact": "AUFDERHAR ERIKA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1fa1e970-075e-479d-9eb6-5c91d9daeddb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f6ce2062-3100-4f38-9679-b1f99931f5dd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b145db03-ed6f-4b73-baec-4d7fbc20f5a3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b53b6b5e-7661-4d72-94e9-e534df4d46cf",
+ "createdAt": "2022-11-23",
+ "completed": "2019-01-14",
+ "initiated": "2019-01-20",
+ "ministryContact": "CARTWRIGHT CAREY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "feec95e1-82ba-49be-b45c-f1f995add9ee",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a909b504-5c10-47db-8890-68d21370c7e3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b62679dc-64fc-49da-9f10-cdc7e59bc36a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3c51d0f5-7921-427f-adf7-0a1bc8d0d133",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "43d1f346-eb22-4b6d-97a2-4491ca1267b4",
+ "createdAt": "2020-02-07",
+ "completed": "2022-06-06",
+ "initiated": "2015-06-28",
+ "ministryContact": "WIEGAND HUMBERTO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e6c8ade8-8bf4-4f0b-9335-f163ab6ec97f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9afc44d6-ed8a-46f5-bcea-2cdb8efefce9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "93e767e4-13b0-4190-8d1d-dff70efa77d0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6a1afe74-6390-4c0a-be5f-84386b4b1605",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "1146bc50-a40e-41fc-a049-03ce85dd7ca8",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-04-08",
+ "startDate": "2018-05-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b1bca61a-27a6-4a5e-9559-6c3a1e147969",
+ "name": "IPSUM",
+ "endDate": "2019-08-01",
+ "startDate": "2019-06-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dcd6e931-7b58-4a9e-91fb-9040bf39f658",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-07-27",
+ "startDate": "2015-05-25",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "436a968f-33f4-4839-bd58-a13de7caacc4",
+ "name": "IPSUM",
+ "endDate": "2018-03-09",
+ "startDate": "2019-09-20",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "440031e8-c9d2-448f-88f0-273c3c667e68",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2022-04-23",
+ "startDate": "2018-09-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "ece2f8b5-0886-4da6-adb2-4d962ad0b54c",
+ "siteRegistry": false,
+ "documentDate": "2020-01-17",
+ "receivedDate": "2019-06-25",
+ "uploadedDate": "2017-01-17",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "4b7fbea3-fb9b-45b8-b816-dc3c71e6f559",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "27b63808-e26e-401a-bacc-9630c9a2a83a",
+ "siteRegistry": true,
+ "documentDate": "2017-12-30",
+ "receivedDate": "2019-12-31",
+ "uploadedDate": "2020-12-17",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "91ef62b8-a05d-45ed-8b40-2b4a746697f7",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "a2c4199b-6893-4e8c-b836-f5d72779a5ea",
+ "siteRegistry": true,
+ "documentDate": "2018-04-08",
+ "receivedDate": "2022-12-04",
+ "uploadedDate": "2018-04-20",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "59a02198-e6a4-49e0-85dd-387899d98ba2",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7f771686-58fc-44cb-b2fe-d6a7d45179b2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "41f5f43d-f3ee-423d-8b0b-1c1ff7122618",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4b46790d-99cc-4239-a037-38ce1d1072a1",
+ "siteRegistry": true,
+ "documentDate": "2018-12-08",
+ "receivedDate": "2020-04-07",
+ "uploadedDate": "2020-05-30",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "525e5269-0241-4e44-85b1-3568abf6083d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "a5b07959-d435-419c-b0b2-ebf6cfc4ae08",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-01-10 (described on Site Profile dated 2016-01-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "9463a1e5-bf6a-40bc-942e-d7f9d495ab3d",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-06-10 (described on Site Profile dated 2014-06-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "8e52bdb6-d94f-41c5-b4e8-9b3654aa7a9c",
+ "siteRegistry": false,
+ "dateNoted": "2017-08-31",
+ "parcelID": "17420",
+ "crownLandUsePIN": "15929",
+ "crownLandFileNumber": "16963",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 2 DISTRICT LOT 4 PLAN 7268"
+ },
+ {
+ "uuid": "f12645c5-6d27-4d10-863f-e2dbee6973b8",
+ "siteRegistry": true,
+ "dateNoted": "2015-04-19",
+ "parcelID": "15924",
+ "crownLandUsePIN": "19259",
+ "crownLandFileNumber": "19128",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 1 DISTRICT LOT 3 PLAN 4894"
+ },
+ {
+ "uuid": "69297391-3663-4dcb-9af2-23fc61d4068a",
+ "siteRegistry": false,
+ "dateNoted": "2020-07-28",
+ "parcelID": "18330",
+ "crownLandUsePIN": "16393",
+ "crownLandFileNumber": "20481",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 2 DISTRICT LOT 2 PLAN 9374"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "c98a7950-d088-4f12-9f26-93df1a6723fd",
+ "siteRegistry": false,
+ "dateReceived": "2022-10-24",
+ "dateCompleted": "2021-05-19",
+ "dateEntered": "2016-05-20",
+ "dateRegistrar": "2021-05-27",
+ "dateLocalAuthorityReceived": "2023-08-10",
+ "summary": "Totam ex excepturi.\nNulla voluptatem nihil et at similique eveniet tenetur.\nSaepe optio assumenda nostrum corporis odio fugit.",
+ "informationUsed": "Minus veniam perferendis quaerat excepturi eligendi deleniti.\nVelit sit sequi odio voluptas.\nTenetur praesentium quaerat tenetur quia ratione distinctio perferendis incidunt ex.",
+ "pastOrPresentOrders": "Facere quod libero.\nVoluptatum iste delectus optio consequuntur.\nMaiores nemo id at et hic aut ex.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "3b8de137-dfec-4db7-825f-ad59b659baf6",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "607aecb6-49a1-422d-85ea-d40c269a8940",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "538a2fd5-03d6-41f7-a0ac-620c97c5a170",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1e80f7cc-66ab-4355-aaea-96e146cb825d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "188f13f9-ed12-4b16-a192-c6e67f13824d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUHIC JONATAN",
+ "timestamp": "2015-04-14"
+ },
+ {
+ "uuid": "c37a6003-ef0f-4c39-8cb9-974744a04cab",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAMILL JESUS",
+ "timestamp": "2018-06-02"
+ },
+ {
+ "uuid": "fb0d1c54-52bc-4bf6-bc02-84664c369af1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BATZ MONROE",
+ "timestamp": "2023-09-10"
+ },
+ {
+ "uuid": "d1ead8ba-1c3f-4f25-bea9-5e5490725502",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAILEY-GUTKOWSKI WALKER",
+ "timestamp": "2022-04-20"
+ },
+ {
+ "uuid": "7d740cdb-1aa1-4a2b-b003-d4d2d6cdc914",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHAEFER GRAHAM",
+ "timestamp": "2017-06-12"
+ },
+ {
+ "uuid": "9d216e42-54f5-44ed-8495-cd310c667f84",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PADBERG JILLIAN",
+ "timestamp": "2019-03-01"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "bede7da4-0a0c-4178-ab6f-5f4be918667e",
+ "dateNoted": "2022-01-21",
+ "notes": "",
+ "parcelID": "17436",
+ "siteID": "19175",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "87d22e38-5537-4196-a5b4-c494f67ffb94",
+ "dateNoted": "2018-11-30",
+ "notes": "",
+ "parcelID": "16895",
+ "siteID": "18080",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "252a1327-ab1f-4afd-bc9c-f290f927c870",
+ "dateNoted": "2018-01-17",
+ "notes": "",
+ "parcelID": "15421",
+ "siteID": "19065",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "9f95d735-90e4-4044-b99e-46a87f07e0aa",
+ "siteID": 17743,
+ "address": "4373 Kenneth Path",
+ "latitude": 58.3193,
+ "longitude": -125.6231,
+ "lastUpdated": "2014-02-14",
+ "city": "West Vivianne",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/11838",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1562157,
+ 3176888,
+ 1159479,
+ 6960301,
+ 1834182
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "5347608c-4032-47e2-94fe-4ab59ce4a2aa",
+ "createdAt": "2014-12-17",
+ "completed": "2017-03-30",
+ "initiated": "2023-04-14",
+ "ministryContact": "KUNZE-STANTON ANITA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9f7d6165-57cb-4729-a488-c7ee3db7cc4e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f01a4faf-c33b-443b-a355-917b82e4e655",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "32f4dc3c-05b8-4c0a-9e5c-d2d946d8e6c6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7f6db1a6-7552-47fd-ac34-ed3bb6dfaac2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ef2fdd77-ef66-4a53-907c-f81e544fb8f1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "75503aad-c245-47fb-bdcb-a5dfd6c875ff",
+ "createdAt": "2023-06-28",
+ "completed": "2013-12-01",
+ "initiated": "2020-06-18",
+ "ministryContact": "SCHULTZ ALVINA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ec0f646f-d548-4681-8c83-abda523cffae",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "53132f70-4f4d-49f3-b931-cc2cc1ac291d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dc1dd7c9-6f5e-41a7-9879-b2f7312c5f50",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5a9cc700-4dbc-48c3-b341-0356eb2182bd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "030634a4-4b95-4a34-a444-6bbd6dff7e58",
+ "createdAt": "2017-04-20",
+ "completed": "2019-12-18",
+ "initiated": "2016-05-29",
+ "ministryContact": "GUTMANN WALTON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3a05f4ab-8ee6-484e-9307-2299e8be0550",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2925498c-5d96-4a3b-af3a-a42a8d257079",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ab5c6e32-1334-43a2-8722-062bf3cb513e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "702cf04e-ce19-4098-8963-0b2a23eb6d51",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-10-22",
+ "startDate": "2016-10-29",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f5952e90-a228-4809-8c3e-2c167cdb6424",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-08-30",
+ "startDate": "2015-05-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e69a57ad-ea3a-47d9-bd7f-8882c2d8b455",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2023-01-28",
+ "startDate": "2018-03-16",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5980f6e0-a729-4985-b5a9-e81e886838bc",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-06-04",
+ "startDate": "2021-07-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8083581a-9b42-4804-966c-250a9ad626fe",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-11-22",
+ "startDate": "2018-01-13",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "839f9ec0-f112-42fe-93dd-d175d6885db1",
+ "siteRegistry": true,
+ "documentDate": "2015-12-27",
+ "receivedDate": "2016-06-24",
+ "uploadedDate": "2018-04-08",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "d9b23dac-6452-4116-9003-e8e5b43d5b9d",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4fbacac0-754f-4cc1-8016-44e0438d64cb",
+ "siteRegistry": true,
+ "documentDate": "2021-01-05",
+ "receivedDate": "2016-05-09",
+ "uploadedDate": "2021-07-04",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "3eb797e0-b3a3-4545-8d24-6695d50228c4",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f8c56f03-b9b3-4c42-9e83-5a1d5c00c941",
+ "siteRegistry": false,
+ "documentDate": "2016-05-25",
+ "receivedDate": "2021-09-19",
+ "uploadedDate": "2018-04-13",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "37879595-8d23-4b46-b668-cb14cf35ced8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "48c2ab1c-06b1-4802-948f-2cbffc9b3c38",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "67d37e52-7915-4ec8-b553-65505c8ddc9b",
+ "siteRegistry": false,
+ "documentDate": "2019-04-20",
+ "receivedDate": "2016-06-04",
+ "uploadedDate": "2019-08-17",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "1ffc62b7-e166-4631-a7ef-f304655af512",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "018a15eb-7d52-4c59-a13c-5c9b4797f7a5",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-02-10 (described on Site Profile dated 2023-02-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "bf6af2af-d037-43b0-919e-e36ffcd8ca90",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-01-07 (described on Site Profile dated 2018-01-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "ff096783-466b-4d5f-95dd-5c56e2ed7c66",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-06-02 (described on Site Profile dated 2023-06-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "7df9dff4-c9a0-48a6-bfba-f9bc96b40835",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-12-09 (described on Site Profile dated 2022-12-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "43067b16-658c-4551-a532-434af0d36f78",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-01-20 (described on Site Profile dated 2014-01-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "30c93ab9-433f-4fb6-b1d9-343ecf6526b4",
+ "siteRegistry": false,
+ "dateNoted": "2015-02-02",
+ "parcelID": "16877",
+ "crownLandUsePIN": "19864",
+ "crownLandFileNumber": "17229",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 2 DISTRICT LOT 3 PLAN 9144"
+ },
+ {
+ "uuid": "48726e54-b535-48a6-a10c-3716948c35f3",
+ "siteRegistry": true,
+ "dateNoted": "2023-09-05",
+ "parcelID": "15700",
+ "crownLandUsePIN": "17018",
+ "crownLandFileNumber": "18375",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 3 DISTRICT LOT 2 PLAN 2960"
+ },
+ {
+ "uuid": "ca28060b-7cbb-4a17-9491-d09843ac1d23",
+ "siteRegistry": false,
+ "dateNoted": "2018-01-03",
+ "parcelID": "15405",
+ "crownLandUsePIN": "16594",
+ "crownLandFileNumber": "16862",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 1 DISTRICT LOT 3 PLAN 7983"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "ab666c6a-2fa7-4b0b-b332-e2cb9ab0bd70",
+ "siteRegistry": false,
+ "dateReceived": "2019-08-06",
+ "dateCompleted": "2021-11-06",
+ "dateEntered": "2013-10-19",
+ "dateRegistrar": "2016-09-29",
+ "dateLocalAuthorityReceived": "2019-03-16",
+ "summary": "Ut atque minus accusamus molestiae nihil esse.",
+ "informationUsed": "Rerum inventore quis laborum voluptas vitae officiis aperiam.\nEarum quis minus hic eius pariatur quidem perspiciatis natus laboriosam.\nAliquam reiciendis itaque enim alias exercitationem.",
+ "pastOrPresentOrders": "Fugit hic fugiat reprehenderit vel voluptates consectetur possimus occaecati vitae.\nFugit vero enim laborum repellat sint repellendus occaecati.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "330248a4-6b02-4901-a566-beddd19eda1e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ff65d051-9e0a-4416-98f4-f32d2711ada6",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "acd9cf9a-f6d9-4452-ac61-14667af9ffd6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILLIAMSON MAYA",
+ "timestamp": "2015-03-07"
+ },
+ {
+ "uuid": "7a345dbb-673f-42df-a291-a9cf1362998a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REYNOLDS GUNNAR",
+ "timestamp": "2014-07-31"
+ },
+ {
+ "uuid": "d909cc52-ea2a-41bb-acf5-acd0337478f6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LARSON JOAN",
+ "timestamp": "2017-03-31"
+ },
+ {
+ "uuid": "8b2c0a4b-e945-4a95-9025-a8d07e0f6d36",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOEGER LEMPI",
+ "timestamp": "2019-04-05"
+ },
+ {
+ "uuid": "b3bdc284-b2c1-46c7-8c12-f72b676f9b3d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCDERMOTT WILHELM",
+ "timestamp": "2021-10-12"
+ },
+ {
+ "uuid": "f60f90eb-a555-4946-aa1e-3bd2200825f6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEIDENREICH REGINALD",
+ "timestamp": "2019-01-26"
+ },
+ {
+ "uuid": "52ce1318-b547-4d02-b4d7-206abe83be62",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BATZ-BROWN KEVEN",
+ "timestamp": "2015-04-07"
+ },
+ {
+ "uuid": "2ed31f61-b8f4-4532-91b9-c68471b5abee",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HESSEL JAMIR",
+ "timestamp": "2021-05-02"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "de2dca00-6fd6-4b65-a26d-cb200eec42df",
+ "dateNoted": "2021-03-29",
+ "notes": "",
+ "parcelID": "19663",
+ "siteID": "20744",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b7825cc4-65e7-4f1b-a6d4-e024a1728ca0",
+ "dateNoted": "2017-11-09",
+ "notes": "",
+ "parcelID": "20074",
+ "siteID": "19903",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4213d802-233c-445b-ba84-60a66c85a547",
+ "dateNoted": "2014-03-15",
+ "notes": "",
+ "parcelID": "17828",
+ "siteID": "20786",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "1aa8d34b-4c49-4362-ab2b-4088cacc3f6a",
+ "siteID": 18756,
+ "address": "1319 Thora Roads",
+ "latitude": 55.1387,
+ "longitude": -125.3032,
+ "lastUpdated": "2015-06-16",
+ "city": "Cotymouth",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/9393",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3360474,
+ 5557995,
+ 4408091,
+ 8146227,
+ 5179151
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "471fc99f-2b3a-497e-b6fa-079ece8742db",
+ "createdAt": "2014-04-02",
+ "completed": "2016-09-08",
+ "initiated": "2021-07-06",
+ "ministryContact": "HERZOG REANNA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "83b0c100-8d5f-4dc0-8ce8-67f80fcf9d2c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e14cc86f-3e43-467d-ba00-0fb98c1e4f2c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2502a2d7-d8d1-449a-87d7-64fe814d9754",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1521fc2a-8956-4128-80d6-1c32adf3d2f4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a5cda014-d278-4096-acbb-30363b0a880f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3d5889d9-264d-4694-bf89-32e52c1a6dc0",
+ "createdAt": "2021-10-01",
+ "completed": "2014-05-30",
+ "initiated": "2019-05-25",
+ "ministryContact": "MULLER ROSA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "cfd28d7f-7ff8-469b-92a1-91035bc9b810",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "45c43e69-0bcc-43b7-96a1-b2e8a92f71eb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "fa95a78e-c089-4aa3-9574-6e3759dc0d69",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-11-03",
+ "startDate": "2022-10-31",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d3360d11-9530-4c14-b5c4-e2a181e46dee",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-04-03",
+ "startDate": "2020-12-20",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e9b80544-efc9-400a-a50e-4b7b12172411",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2022-03-05",
+ "startDate": "2018-12-01",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "3a50064f-39db-4313-9090-94442aefb051",
+ "siteRegistry": false,
+ "documentDate": "2016-12-05",
+ "receivedDate": "2020-02-13",
+ "uploadedDate": "2019-10-21",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "c30d0b46-6a5e-4512-a1f0-041bba83d7b8",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2d0ca1cb-477c-4eb3-8c13-8ca4233792c1",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ce1ec3e8-43bc-4753-b91b-e548761eb139",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "eb11bf64-bc67-4176-a28f-cf82dbb22b14",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-11-29 (described on Site Profile dated 2016-11-29)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "0933eb6a-e827-472b-88e5-4b71c602c3ff",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-07-26 (described on Site Profile dated 2020-07-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "ff361df9-19a8-489c-ad83-3b4e690e1aef",
+ "siteRegistry": false,
+ "dateNoted": "2020-08-05",
+ "parcelID": "15782",
+ "crownLandUsePIN": "18163",
+ "crownLandFileNumber": "19468",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 4 DISTRICT LOT 3 PLAN 5968"
+ },
+ {
+ "uuid": "4dd6a5de-b183-4c78-897b-7acad0c6ffc4",
+ "siteRegistry": false,
+ "dateNoted": "2014-05-05",
+ "parcelID": "20040",
+ "crownLandUsePIN": "20301",
+ "crownLandFileNumber": "18715",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 3 DISTRICT LOT 4 PLAN 3442"
+ },
+ {
+ "uuid": "a3331e29-6feb-4320-ae1e-5fd781ff562d",
+ "siteRegistry": true,
+ "dateNoted": "2019-01-29",
+ "parcelID": "19225",
+ "crownLandUsePIN": "16387",
+ "crownLandFileNumber": "18458",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 2 DISTRICT LOT 3 PLAN 5164"
+ },
+ {
+ "uuid": "f077400c-b366-4f95-93bd-d6859283d82e",
+ "siteRegistry": true,
+ "dateNoted": "2016-01-01",
+ "parcelID": "19348",
+ "crownLandUsePIN": "18462",
+ "crownLandFileNumber": "17471",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 3 DISTRICT LOT 3 PLAN 9103"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "0ee6cf69-4e2e-44d9-bf11-2c7a251acc74",
+ "siteRegistry": false,
+ "dateReceived": "2021-04-10",
+ "dateCompleted": "2018-09-20",
+ "dateEntered": "2015-02-19",
+ "dateRegistrar": "2014-12-25",
+ "dateLocalAuthorityReceived": "2022-07-11",
+ "summary": "Vitae corporis sit pariatur eligendi laboriosam asperiores ipsam enim.\nCum aperiam molestiae earum culpa expedita.\nIure doloremque repudiandae quis quae neque.",
+ "informationUsed": "Laudantium culpa doloremque cum quam quos illum.\nAccusantium soluta doloribus tempore temporibus saepe.\nCulpa beatae ducimus non.\nReprehenderit facere labore provident alias occaecati beatae voluptatibus.\nEarum repellendus porro et.",
+ "pastOrPresentOrders": "Minima excepturi quaerat sapiente.\nPlaceat minus quisquam.\nEos reprehenderit beatae vero.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "bbf7841b-7a4f-477f-884e-cac708a2ffba",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "580adef9-6abe-43c2-b47b-26954ae00633",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "354af194-e8a0-4f86-afef-edbadd6d1298",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4c4152a3-9596-4048-8a9a-2c96d3555c79",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "e03b6a98-8cf7-4917-b87b-dc5406b91748",
+ "siteRegistry": true,
+ "dateReceived": "2015-01-10",
+ "dateCompleted": "2018-07-01",
+ "dateEntered": "2021-10-30",
+ "dateRegistrar": "2020-05-05",
+ "dateLocalAuthorityReceived": "2018-08-31",
+ "summary": "Nam rem tempora vel inventore.\nMaxime ea soluta provident ipsa adipisci nobis perferendis corporis.",
+ "informationUsed": "Saepe molestiae blanditiis est quod vitae.\nNemo necessitatibus expedita quisquam magni debitis recusandae quam.\nTemporibus laboriosam provident explicabo assumenda omnis eligendi.",
+ "pastOrPresentOrders": "Ab non repellendus ex adipisci officia inventore laboriosam.\nPorro consectetur beatae cupiditate sed inventore dolorum necessitatibus libero.\nMagni eius at ullam enim incidunt unde incidunt officia sed.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "7a5a7af5-e2b5-44d3-a9be-e34578089015",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "aadd8ec5-95ac-4b54-b9c2-80800f185154",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bdc745f8-1f12-4bd0-b8fa-17e7c11c4b2c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "7c232ae6-ba77-496c-9586-74c38999bf96",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LITTEL PHILIP",
+ "timestamp": "2014-01-27"
+ },
+ {
+ "uuid": "45e592a4-fbd8-4992-9761-fcdf6c9bd796",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MARKS KARLIE",
+ "timestamp": "2022-06-27"
+ },
+ {
+ "uuid": "db5832f9-8db3-45f9-b3db-b09a7d9ee195",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRITSCH-DAVIS DEJA",
+ "timestamp": "2015-06-16"
+ },
+ {
+ "uuid": "05d3d2f7-45c0-4a45-b888-33fce5ebcb44",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BINS-DICKENS MARIO",
+ "timestamp": "2013-11-22"
+ },
+ {
+ "uuid": "855780aa-0bdc-470f-9e9a-b15629cc7675",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SANFORD-WEST SHYANN",
+ "timestamp": "2019-11-09"
+ },
+ {
+ "uuid": "66705f91-18bc-4b21-9995-dc7c93199284",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUSSEL LUCILE",
+ "timestamp": "2018-01-19"
+ },
+ {
+ "uuid": "ac229993-de4c-4d4d-9b0e-df48a9a00b15",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOGAN QUENTIN",
+ "timestamp": "2023-09-05"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "273c5387-fe92-4122-b9dd-3400c695cb69",
+ "dateNoted": "2015-06-08",
+ "notes": "",
+ "parcelID": "20872",
+ "siteID": "19745",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fc62c342-1c59-45cb-aaa5-d6b4c0312f15",
+ "dateNoted": "2014-06-06",
+ "notes": "",
+ "parcelID": "20785",
+ "siteID": "17392",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "aafe9b1b-1d3e-4d7e-a6a0-863ed005e239",
+ "siteID": 15979,
+ "address": "421 Carol Estates",
+ "latitude": 49.4795,
+ "longitude": -120.2397,
+ "lastUpdated": "2017-07-03",
+ "city": "South Mara",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/5552",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7991418,
+ 9035790,
+ 2272663,
+ 3406328,
+ 673929
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "32d30b1f-0158-4895-bd65-0682346292d9",
+ "createdAt": "2023-06-01",
+ "completed": "2015-01-11",
+ "initiated": "2021-08-19",
+ "ministryContact": "DURGAN AILEEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7fc0d2ab-3a08-42a0-8a74-a38c31d4a06e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "57b147d9-2560-452d-9009-a4ac9f7c675e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "862152d1-1de8-44ed-9b05-1cf6f3d62ffa",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5632b890-938c-4ece-a738-b6450114a54d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9f2e02c2-a2ee-42a4-b525-aded81c04924",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cc7549f9-28ed-4f39-8964-bb35175fc7fe",
+ "createdAt": "2017-10-06",
+ "completed": "2015-08-04",
+ "initiated": "2020-01-05",
+ "ministryContact": "STOLTENBERG JOHATHAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f6e455bc-4340-401b-9fde-011bba554cba",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ca628ee2-6a8d-49ee-8568-3714f485611a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "648e4236-b2c2-453b-89ef-51848443cecb",
+ "createdAt": "2016-02-15",
+ "completed": "2019-06-21",
+ "initiated": "2022-04-13",
+ "ministryContact": "DAUGHERTY BRODERICK",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f0e6af7f-892c-48f3-9afe-5eedd4d7f67b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d183e83e-9927-4b4c-b8e5-aa8a529194e4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c8660d30-75f4-49b2-a65e-34bb3f5bec1b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "49cefc61-7fbc-4339-881f-88274112afc8",
+ "name": "IPSUM",
+ "endDate": "2020-08-26",
+ "startDate": "2015-02-10",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "16798b65-64f4-44b9-ac78-50fe7a3d52e4",
+ "name": "IPSUM",
+ "endDate": "2016-11-28",
+ "startDate": "2017-03-05",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "f177101d-550a-480c-a333-501c5a75cc58",
+ "siteRegistry": true,
+ "documentDate": "2017-01-24",
+ "receivedDate": "2021-07-12",
+ "uploadedDate": "2016-05-18",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "cc8d55db-fa08-4fbb-9a00-a0901e108119",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "93ec8454-1740-479d-a1ed-faf1b1473a25",
+ "siteRegistry": false,
+ "documentDate": "2016-11-07",
+ "receivedDate": "2019-12-29",
+ "uploadedDate": "2023-07-03",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "55081de0-295f-4444-8e8e-4d415d117e0c",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ba0d9991-d81c-4558-a218-19c7d996aadb",
+ "siteRegistry": false,
+ "documentDate": "2017-02-15",
+ "receivedDate": "2015-01-07",
+ "uploadedDate": "2017-06-15",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "28fa2f21-446d-42cb-82d7-9ae360a7b5bd",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "634ceeb9-c229-41d0-a0ac-7671836cdaeb",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-04-03 (described on Site Profile dated 2016-04-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "15597f25-a214-49cb-8d4f-ecd58a19e55b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-10-11 (described on Site Profile dated 2023-10-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "2b6f7324-7ba1-460c-ae90-54398bda6386",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-11-11 (described on Site Profile dated 2013-11-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "68275084-369a-43bf-abbd-5e251028645b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-06-21 (described on Site Profile dated 2015-06-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "03f3cf81-f5e2-4148-85ea-7f5e586845c6",
+ "siteRegistry": true,
+ "dateNoted": "2016-06-02",
+ "parcelID": "16051",
+ "crownLandUsePIN": "20562",
+ "crownLandFileNumber": "18382",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 5 DISTRICT LOT 4 PLAN 6166"
+ },
+ {
+ "uuid": "ea5cce54-b296-4b11-92f2-cb8b42e5775d",
+ "siteRegistry": false,
+ "dateNoted": "2023-02-08",
+ "parcelID": "18314",
+ "crownLandUsePIN": "19605",
+ "crownLandFileNumber": "20712",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 4 DISTRICT LOT 3 PLAN 6981"
+ },
+ {
+ "uuid": "109988a8-7a43-4510-a7e8-030a20f49327",
+ "siteRegistry": false,
+ "dateNoted": "2023-02-18",
+ "parcelID": "18448",
+ "crownLandUsePIN": "19344",
+ "crownLandFileNumber": "19953",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 4 DISTRICT LOT 5 PLAN 8821"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "d256616f-d9c4-4fa9-a803-c52948ac2be8",
+ "siteRegistry": true,
+ "dateReceived": "2018-12-08",
+ "dateCompleted": "2016-12-14",
+ "dateEntered": "2014-03-03",
+ "dateRegistrar": "2014-06-02",
+ "dateLocalAuthorityReceived": "2016-05-22",
+ "summary": "Ut reiciendis fuga doloribus nobis est dolor hic aut.\nDolorum voluptas ullam quasi voluptas.",
+ "informationUsed": "Nesciunt quidem aperiam dignissimos accusantium inventore numquam.\nQuibusdam quidem dignissimos est molestias.\nSed animi est fugit sit assumenda magnam aut molestias.\nRepudiandae saepe adipisci omnis minus magnam quisquam voluptatibus atque.",
+ "pastOrPresentOrders": "Animi maxime nobis quia dignissimos inventore quas itaque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "6f574628-ee17-4bc5-a74b-955521783c72",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9f62c957-95f7-4959-8b31-7616c70cd0d2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "49764ec2-fb00-44c5-8959-1dec4fc6049b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "ae64655a-1551-4f96-a131-d95883fc6686",
+ "siteRegistry": true,
+ "dateReceived": "2017-06-18",
+ "dateCompleted": "2015-11-21",
+ "dateEntered": "2016-09-16",
+ "dateRegistrar": "2017-07-20",
+ "dateLocalAuthorityReceived": "2017-01-02",
+ "summary": "A velit nulla eos repudiandae nemo.\nNemo neque corrupti alias officia animi earum officiis quam.",
+ "informationUsed": "Labore distinctio quae natus perferendis aliquid similique magni.\nOptio iusto laudantium ex voluptates eius.\nFugiat quas voluptate consectetur.",
+ "pastOrPresentOrders": "Fugit veritatis sed sequi voluptatum.\nDelectus dignissimos veniam delectus magni sequi repudiandae atque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "6a44e760-2a40-4547-80a3-13ddba66cb9b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "571591c3-1ac4-493f-af7b-3fb1d83ff87c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "f90d7f46-d0f7-4fa7-8722-6c097e7284c4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ONDRICKA ELEANORA",
+ "timestamp": "2016-06-20"
+ },
+ {
+ "uuid": "8726e26c-4e76-448b-8ee7-13d57ed3f08b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BROWN SONNY",
+ "timestamp": "2014-07-04"
+ },
+ {
+ "uuid": "786b2362-5d2f-4fa6-a330-38b5ce576bf4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ERNSER NORWOOD",
+ "timestamp": "2015-01-27"
+ },
+ {
+ "uuid": "00035cf1-21ca-4ec4-8b17-2f7fbab29b60",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "POWLOWSKI-O'REILLY JANELLE",
+ "timestamp": "2020-04-28"
+ },
+ {
+ "uuid": "ed8abe03-5854-4d74-911c-364ab8e64d02",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOMENICK SCARLETT",
+ "timestamp": "2018-12-12"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "405dee08-47e6-4b58-8bdf-7fefffa0afe7",
+ "dateNoted": "2015-05-05",
+ "notes": "",
+ "parcelID": "18644",
+ "siteID": "19563",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dc878fc1-597c-4652-9c12-8544d6201f6b",
+ "dateNoted": "2020-09-06",
+ "notes": "",
+ "parcelID": "16417",
+ "siteID": "18536",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4302c0a3-e6f3-4f90-9e18-4856e5a1d5f8",
+ "dateNoted": "2016-05-13",
+ "notes": "",
+ "parcelID": "18694",
+ "siteID": "20206",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "34a18bbe-ff5f-434f-aaa6-f52e736aa170",
+ "siteID": 19619,
+ "address": "5245 Gerlach Ports",
+ "latitude": 48.6588,
+ "longitude": -136.1686,
+ "lastUpdated": "2017-01-06",
+ "city": "Port Audreyton",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/6373",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7040891,
+ 7703432,
+ 1137673,
+ 3356087,
+ 6627637
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "f221cd4e-0bd8-492f-958a-493ca956f840",
+ "createdAt": "2014-10-11",
+ "completed": "2015-03-11",
+ "initiated": "2018-01-08",
+ "ministryContact": "VANDERVORT MILAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "932f5bad-ebdd-4705-a44c-a7104568c1d3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "54cc781b-6eec-462e-bdde-a3bb125d2480",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dce0c011-c617-4ff8-af19-53bf3ae05e66",
+ "createdAt": "2020-01-31",
+ "completed": "2019-01-25",
+ "initiated": "2018-08-20",
+ "ministryContact": "BOEHM TIANA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e8d534d5-de69-41b7-a031-29398f362c47",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4db88386-fa87-4bd7-9824-072dabbcb961",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d5b550b1-c034-4a4f-85ef-1d01e5ec5059",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7f81bc0f-44fe-4529-89be-7a102040fa2a",
+ "createdAt": "2014-06-11",
+ "completed": "2014-11-19",
+ "initiated": "2023-09-05",
+ "ministryContact": "DAUGHERTY DARION",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8f62e3dd-46cd-47d5-a0a3-c6f8601a2e4e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e18d0b27-3797-4049-9fa9-83457cc88abd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "af33954e-009f-4ce3-8669-6d8496fb2989",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2014-04-29",
+ "startDate": "2023-08-22",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a363dd38-7a66-45c0-8604-70fd34c5007f",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-01-25",
+ "startDate": "2017-10-04",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e02aeb4f-cf5d-438e-b963-466c7b27fcad",
+ "name": "IPSUM",
+ "endDate": "2020-02-03",
+ "startDate": "2014-08-18",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7d0c17be-2f8a-4798-8c04-41ce8ca50abd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-10-11",
+ "startDate": "2021-01-27",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "0f5b8276-9c99-4d0d-9a62-b8c314d5004b",
+ "siteRegistry": true,
+ "documentDate": "2019-10-04",
+ "receivedDate": "2014-04-28",
+ "uploadedDate": "2022-05-05",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "ff239892-b1be-4621-a9e2-edeb8be72a77",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d202c72b-add5-4711-898b-762efb782cc7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "26bad52d-0186-49c0-89b5-11748fc1a8f3",
+ "siteRegistry": false,
+ "documentDate": "2013-12-23",
+ "receivedDate": "2020-06-08",
+ "uploadedDate": "2023-02-05",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "c7d458be-87cb-4431-b2ac-ffefeaf375de",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "84b54e0e-4650-4cf4-85a9-c1202f570597",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "83c6417a-9cae-4955-a94e-e4ccb5243df4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "394b7357-da5b-432a-adb8-adab59dc290f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-10-22 (described on Site Profile dated 2017-10-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "b369f08d-a2fc-4602-8e44-602bd7d63ce2",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-07-04 (described on Site Profile dated 2021-07-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "1ff83902-85d6-4cdc-a711-f528b179c8b1",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-10-24 (described on Site Profile dated 2022-10-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f47aa939-1a0b-4448-b7f3-92b7bb1d7df6",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-11-06 (described on Site Profile dated 2016-11-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "2fc2ddc3-d65a-46a3-bce3-8dc620159fd5",
+ "siteRegistry": true,
+ "dateNoted": "2018-08-30",
+ "parcelID": "16255",
+ "crownLandUsePIN": "16867",
+ "crownLandFileNumber": "15325",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 1 DISTRICT LOT 1 PLAN 8950"
+ },
+ {
+ "uuid": "c490d5c5-5af2-4e31-b19e-9b3befba354b",
+ "siteRegistry": true,
+ "dateNoted": "2021-04-05",
+ "parcelID": "20175",
+ "crownLandUsePIN": "16508",
+ "crownLandFileNumber": "15943",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 1 DISTRICT LOT 2 PLAN 7365"
+ },
+ {
+ "uuid": "cbbda6d0-a210-458d-94c7-76d4b692e02e",
+ "siteRegistry": true,
+ "dateNoted": "2016-08-07",
+ "parcelID": "20016",
+ "crownLandUsePIN": "19870",
+ "crownLandFileNumber": "18360",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 2 DISTRICT LOT 2 PLAN 6547"
+ },
+ {
+ "uuid": "498c8630-3e56-44d6-a278-0702df063ad5",
+ "siteRegistry": false,
+ "dateNoted": "2016-06-14",
+ "parcelID": "19386",
+ "crownLandUsePIN": "16482",
+ "crownLandFileNumber": "17301",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 5 DISTRICT LOT 4 PLAN 3790"
+ },
+ {
+ "uuid": "7432f3dc-5527-41cf-9ea1-5d9a9eb2a45c",
+ "siteRegistry": false,
+ "dateNoted": "2017-08-06",
+ "parcelID": "18251",
+ "crownLandUsePIN": "18190",
+ "crownLandFileNumber": "18077",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 3 DISTRICT LOT 3 PLAN 5958"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "276b5496-71dc-4915-a25d-4696b51df683",
+ "siteRegistry": false,
+ "dateReceived": "2016-10-04",
+ "dateCompleted": "2014-10-04",
+ "dateEntered": "2022-07-14",
+ "dateRegistrar": "2016-08-31",
+ "dateLocalAuthorityReceived": "2013-12-07",
+ "summary": "Ipsam maxime sunt.\nReprehenderit nam blanditiis corporis vero reprehenderit autem harum.",
+ "informationUsed": "Ad odit dolore cupiditate vero cum error.\nNemo itaque aliquam consectetur temporibus alias dignissimos id ipsum repellendus.\nRepellendus illum id voluptatibus odit recusandae culpa dignissimos consectetur error.",
+ "pastOrPresentOrders": "Debitis aliquam corporis illo iste.\nEa doloribus praesentium libero vel earum.\nQuaerat cumque velit nulla impedit libero eligendi laboriosam cumque provident.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "d5a11fe5-15d3-469f-9cb3-d05f84303d86",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7ff53a73-1545-4836-851c-4bd35a06ccd6",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d1da82c3-5340-470c-8255-fd791546dddf",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "cc1e5ee2-0972-44b9-ac3b-370d71370d6f",
+ "siteRegistry": true,
+ "dateReceived": "2021-03-21",
+ "dateCompleted": "2015-10-29",
+ "dateEntered": "2020-05-14",
+ "dateRegistrar": "2022-12-31",
+ "dateLocalAuthorityReceived": "2018-04-05",
+ "summary": "Ab veritatis tempore voluptatum ratione iure doloribus quam est.\nSimilique sed voluptates officia.",
+ "informationUsed": "Impedit placeat sint molestiae at placeat labore alias.\nEos nobis id at recusandae deserunt alias.\nAtque sapiente corporis provident.\nEos modi sit deserunt consequatur.",
+ "pastOrPresentOrders": "Perferendis consequuntur nihil explicabo consectetur aliquid neque recusandae reprehenderit cum.\nAliquam quaerat et maxime ipsum quam blanditiis perspiciatis minima.\nVoluptate molestias aut molestias iste voluptatum ipsum labore fugiat.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "bca2b6bc-cdff-4b34-aafa-8a51ad7a9cc2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1495f04f-8e6c-4582-b104-344115cdebfa",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "082d25bf-2116-41d1-b606-3677a73b3b0f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4565bd61-ae8f-4e10-8775-98f31a0530f7",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "2ba8b5a2-2508-4b6f-9013-d1a14c3d8d46",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CONN D'ANGELO",
+ "timestamp": "2018-03-20"
+ },
+ {
+ "uuid": "5101b9f1-59c9-4d8c-8aab-456d8e990f3e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUPHAL JO",
+ "timestamp": "2016-10-08"
+ },
+ {
+ "uuid": "ac3f4ea2-4d93-469a-9e6f-4d8595bec294",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUELS ISABELLE",
+ "timestamp": "2020-10-04"
+ },
+ {
+ "uuid": "b19076ab-a534-4263-aac4-fdd533b1dad8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GREENHOLT HELEN",
+ "timestamp": "2016-05-23"
+ },
+ {
+ "uuid": "ca1bdd0e-da64-4853-89e1-c67eb1d329fe",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LANGWORTH HEAVEN",
+ "timestamp": "2014-11-29"
+ },
+ {
+ "uuid": "bdb25830-8984-4ef7-bcb1-a9b50bd30341",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RIPPIN TRINITY",
+ "timestamp": "2013-12-31"
+ },
+ {
+ "uuid": "a3c7388a-1fa7-4e98-9919-5d6b56db117d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'CONNELL ELENORA",
+ "timestamp": "2014-10-24"
+ },
+ {
+ "uuid": "803accd9-cc62-4042-be36-3f68cedbdba7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LARKIN FAVIAN",
+ "timestamp": "2020-04-07"
+ },
+ {
+ "uuid": "0df18058-e0f4-4621-ba42-5de70b8721d5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GERHOLD WALKER",
+ "timestamp": "2021-07-16"
+ },
+ {
+ "uuid": "a4340599-0c27-446c-a2cc-d8060f11c132",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'KON BREANA",
+ "timestamp": "2016-10-16"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "379b0929-4275-4caa-b659-280dbd16d4ea",
+ "dateNoted": "2018-05-05",
+ "notes": "",
+ "parcelID": "17923",
+ "siteID": "17275",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "356ced73-cf86-4ade-b3e1-bec33c4d8fce",
+ "siteID": 16250,
+ "address": "7018 Kunde Lights",
+ "latitude": 52.0717,
+ "longitude": -132.7616,
+ "lastUpdated": "2015-05-25",
+ "city": "Fort Gabriel",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/6161",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 2981139,
+ 8974175,
+ 3915751,
+ 224726,
+ 1277734
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "26d61b8f-d732-4620-9416-abe1aa11cf3e",
+ "createdAt": "2019-10-15",
+ "completed": "2017-09-24",
+ "initiated": "2015-01-30",
+ "ministryContact": "SAWAYN FLOYD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4b27d76e-6a2e-436f-a695-d81128479054",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "45848575-1297-47e2-bfa1-3d4f2296cc32",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8e6788ba-e101-407b-b3db-794885b5be39",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4e48d187-40d5-4529-82a1-11a5602fa4c0",
+ "createdAt": "2021-10-23",
+ "completed": "2014-01-13",
+ "initiated": "2017-06-03",
+ "ministryContact": "PREDOVIC VINCENT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "eed9c85c-ba2b-4ba8-9715-c3648235dd51",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f621401d-a05e-4073-9904-dbd2850addbc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b4e474cd-2e0b-4d2b-9fcf-fad26e40aec7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "500a87c8-bae9-4960-bc65-c8f898f8a268",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cd882409-a290-4529-8979-4d8d017ba0fc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "97fb1ff0-1f66-4f58-9015-8b014ff840f3",
+ "createdAt": "2017-04-14",
+ "completed": "2018-09-19",
+ "initiated": "2017-03-02",
+ "ministryContact": "HARRIS TONEY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2df543d8-4e71-44f7-963c-759e7a329c9f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c2d87e6f-9273-4bb9-a626-bdb4fa68637f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "78bbb73d-0b3f-4cad-ae25-7e62d119e742",
+ "name": "IPSUM",
+ "endDate": "2019-04-22",
+ "startDate": "2016-11-27",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c6af3bf7-7b36-4fa2-bd9a-f3bc739f0885",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-07-10",
+ "startDate": "2014-12-13",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "adf99f59-5a21-424d-af1f-52f1d8547959",
+ "siteRegistry": false,
+ "documentDate": "2019-09-07",
+ "receivedDate": "2019-12-23",
+ "uploadedDate": "2020-03-13",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "68dc9b3f-c39f-447b-ba45-f20d404d2488",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9475fa51-7038-415d-a6b4-9f06bc8f3290",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ced0f4da-c0dd-469b-b51e-a42e2e2dcd05",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "eb49afbd-e0ba-4a1a-b4e7-2425d0800e87",
+ "siteRegistry": true,
+ "documentDate": "2019-08-18",
+ "receivedDate": "2019-04-13",
+ "uploadedDate": "2017-02-25",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "19c2c727-6971-40f9-8a78-cf35fd979e00",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "c1f97886-164e-4198-822b-437df9b3c39d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-04-20 (described on Site Profile dated 2019-04-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "fe535321-ef71-4a77-bd5d-73b408b66970",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-05-08 (described on Site Profile dated 2022-05-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "5e7e05e9-e03a-45da-9835-987a26ebf946",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-11-03 (described on Site Profile dated 2017-11-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "7027961a-9b3d-4613-b00f-273a195fd078",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-08-19 (described on Site Profile dated 2016-08-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "722ed966-359e-43b3-9c5c-73438e768238",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-10-08 (described on Site Profile dated 2019-10-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "1627eee8-d8d5-4ab4-a806-acff5ce13941",
+ "siteRegistry": false,
+ "dateNoted": "2017-04-04",
+ "parcelID": "19145",
+ "crownLandUsePIN": "19767",
+ "crownLandFileNumber": "17369",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 4 DISTRICT LOT 2 PLAN 8712"
+ },
+ {
+ "uuid": "9de09e92-7832-4896-8e10-b14e1c9591f2",
+ "siteRegistry": false,
+ "dateNoted": "2018-07-28",
+ "parcelID": "15945",
+ "crownLandUsePIN": "19315",
+ "crownLandFileNumber": "16344",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 5 DISTRICT LOT 5 PLAN 8006"
+ },
+ {
+ "uuid": "24dd05c7-1bc6-48af-8105-651494914e6d",
+ "siteRegistry": false,
+ "dateNoted": "2015-11-17",
+ "parcelID": "15701",
+ "crownLandUsePIN": "16809",
+ "crownLandFileNumber": "18933",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 5 DISTRICT LOT 4 PLAN 7296"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "3b0b2191-0c71-45a0-a520-aafbd65302d8",
+ "siteRegistry": false,
+ "dateReceived": "2022-02-14",
+ "dateCompleted": "2015-05-23",
+ "dateEntered": "2016-02-20",
+ "dateRegistrar": "2018-03-31",
+ "dateLocalAuthorityReceived": "2021-11-07",
+ "summary": "Recusandae ea consequatur aut iusto sed quos.",
+ "informationUsed": "Aspernatur amet consequuntur.\nLabore veniam fuga dignissimos aut ab magnam reiciendis fuga labore.\nQuae dignissimos cumque asperiores eaque minus blanditiis soluta fugit.\nVitae iste necessitatibus.",
+ "pastOrPresentOrders": "Officiis sed dolorem.\nNisi at necessitatibus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "2fac46c8-5d7e-4e61-b60a-a31a92f2f487",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "86e67433-5816-4048-b749-e123bebb40f7",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "d287ed46-fc3a-4983-88fe-58dd602ec2f9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HICKLE JENNIFER",
+ "timestamp": "2019-10-04"
+ },
+ {
+ "uuid": "d7e14f73-d893-45e0-b94f-c7dbe3a41129",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KLEIN IDA",
+ "timestamp": "2017-02-10"
+ },
+ {
+ "uuid": "03cc4a90-ae4f-41b2-8673-3c3588d33e32",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRUICKSHANK PAUL",
+ "timestamp": "2015-03-05"
+ },
+ {
+ "uuid": "7e599f70-2c48-4a78-bd59-ccc3bd9e1155",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LANG THERON",
+ "timestamp": "2018-04-26"
+ },
+ {
+ "uuid": "53d2666d-544f-48cf-a9c8-c4631d4f0dbf",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PARISIAN KIRSTEN",
+ "timestamp": "2020-10-15"
+ },
+ {
+ "uuid": "2baeb31a-0645-4e18-becf-b1264ce846c6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KLEIN MAIDA",
+ "timestamp": "2018-08-28"
+ },
+ {
+ "uuid": "e93f00b6-0ac6-424f-a6c3-a07640a40c49",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BASHIRIAN VERGIE",
+ "timestamp": "2023-09-12"
+ },
+ {
+ "uuid": "473c68ec-e7a2-481d-b40c-53b3d9d4cb97",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARTON JERRELL",
+ "timestamp": "2021-06-27"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "d8fa2a16-bbed-419d-864a-c4dcaa57b268",
+ "dateNoted": "2019-11-24",
+ "notes": "",
+ "parcelID": "18553",
+ "siteID": "15998",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "ae48426b-7c13-48b5-8667-0908400d8367",
+ "siteID": 15422,
+ "address": "341 Torp Corner",
+ "latitude": 55.6536,
+ "longitude": -120.7226,
+ "lastUpdated": "2014-08-27",
+ "city": "Fort Dewayne",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/11509",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7522661,
+ 4236958,
+ 595045,
+ 4332483,
+ 1133022
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "3867d800-a2db-45e9-8735-991fad04712c",
+ "createdAt": "2014-03-07",
+ "completed": "2016-12-23",
+ "initiated": "2016-07-22",
+ "ministryContact": "WELCH JOSEFINA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9e542d23-b5d2-4835-be1f-c152e0ae5cfe",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c4963e1c-5aa2-4815-a40e-12ea7be209fc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "13f5fa9a-f6bf-41ba-a276-5f7fb854c191",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2205da55-b009-4500-a51b-e8395ed834c0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a19c7c3e-e337-4051-8629-c427a87a84ca",
+ "createdAt": "2016-07-23",
+ "completed": "2023-04-29",
+ "initiated": "2015-10-23",
+ "ministryContact": "KUPHAL TOMASA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ec00485b-465b-483b-81c0-4eb53c337922",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f33d8a74-0ce4-4978-809b-757c8143726b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5bac5218-0bb0-4bf2-a659-e8e017acba82",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "af683735-a7be-40aa-847d-48c656dda725",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1a61bcec-b15b-4177-a0be-90fac5beb9d1",
+ "createdAt": "2020-04-17",
+ "completed": "2015-03-30",
+ "initiated": "2020-01-14",
+ "ministryContact": "STRACKE DESHAWN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "be3db355-1d37-4b44-b1db-1cfc777450c9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "81701594-3f39-49ba-8615-34af9f3b140d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6d43d484-3ccc-4b51-867a-44ce537061a6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "297eeb83-3cb9-4d50-81b3-26fd134ccfde",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "62fe3952-32d1-4af1-8037-b36d8197dc7f",
+ "createdAt": "2014-07-24",
+ "completed": "2020-11-05",
+ "initiated": "2020-04-20",
+ "ministryContact": "LOWE MAYMIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "be3c169b-8f95-40b2-a782-776b527fca8a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1ded6c74-5e05-4b62-958e-8a34ab03bc8d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5ac5cc68-916f-4bf5-be66-6680c3f95f69",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "1159a34f-3b9c-4d7d-85b2-2ebeb9f39f4b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-08-18",
+ "startDate": "2016-07-29",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "94fa2045-9d44-4d67-b22c-52cda9b188db",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-06-11",
+ "startDate": "2015-02-06",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "33f892d5-18c7-4367-855e-ac741b36fedd",
+ "siteRegistry": false,
+ "documentDate": "2014-03-11",
+ "receivedDate": "2021-04-02",
+ "uploadedDate": "2022-12-29",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "13f7bf25-7459-4859-8e8f-279302758b81",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f6ab2dc4-e073-4da4-8a97-c6d32f0091b3",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "25f48b9a-175a-46e4-8a4c-6e53e08bab80",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "db3127ae-1ab2-4639-90a6-57c59ab4baf7",
+ "siteRegistry": true,
+ "documentDate": "2015-11-18",
+ "receivedDate": "2015-08-14",
+ "uploadedDate": "2022-04-23",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "e1d195e1-cebf-4cd6-9560-fe4e8c43beb5",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d38d288f-2da8-4b63-a333-b138d7ed5eed",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ae434559-00ae-4135-bc1f-92b0a243fd44",
+ "siteRegistry": true,
+ "documentDate": "2021-10-17",
+ "receivedDate": "2013-12-16",
+ "uploadedDate": "2021-07-29",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "58c23974-0939-4843-a005-53e16ad88c2f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "df027a6e-9202-4af8-b00d-18f32aaf739a",
+ "siteRegistry": true,
+ "documentDate": "2021-12-27",
+ "receivedDate": "2020-05-18",
+ "uploadedDate": "2017-08-03",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "cbc6f2ca-7074-4522-9ac2-a639ad8c5a68",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "020be22e-bb62-4508-8174-fb1d99c5bb7c",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "e84faa95-b16b-47b1-9bd3-50e96119d644",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-10-11 (described on Site Profile dated 2021-10-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "80cc5461-0e61-4cea-a063-d2444f019de5",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-12-20 (described on Site Profile dated 2016-12-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "ccd6123f-2f94-421e-83ab-16555c74bb9a",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-12-29 (described on Site Profile dated 2017-12-29)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "5cb70a26-b5a4-453c-9e56-3d8b14299d87",
+ "siteRegistry": true,
+ "dateNoted": "2020-02-22",
+ "parcelID": "17243",
+ "crownLandUsePIN": "20045",
+ "crownLandFileNumber": "16389",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 5 DISTRICT LOT 5 PLAN 5996"
+ },
+ {
+ "uuid": "c1345955-6092-4e7a-9be9-fc790693c31b",
+ "siteRegistry": true,
+ "dateNoted": "2022-01-04",
+ "parcelID": "18946",
+ "crownLandUsePIN": "17410",
+ "crownLandFileNumber": "15418",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 5 DISTRICT LOT 1 PLAN 4346"
+ },
+ {
+ "uuid": "f6b949aa-d0ad-4b7d-91a0-873326a65c2b",
+ "siteRegistry": true,
+ "dateNoted": "2017-12-28",
+ "parcelID": "20604",
+ "crownLandUsePIN": "17510",
+ "crownLandFileNumber": "18827",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 3 DISTRICT LOT 5 PLAN 3995"
+ },
+ {
+ "uuid": "e37bb1d5-542b-4c2b-a6b4-885e2bf02eee",
+ "siteRegistry": true,
+ "dateNoted": "2022-12-23",
+ "parcelID": "20170",
+ "crownLandUsePIN": "20445",
+ "crownLandFileNumber": "16510",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 5 DISTRICT LOT 5 PLAN 6065"
+ },
+ {
+ "uuid": "b50bec99-5ceb-4007-b208-17a9995846a1",
+ "siteRegistry": true,
+ "dateNoted": "2018-07-27",
+ "parcelID": "19761",
+ "crownLandUsePIN": "16567",
+ "crownLandFileNumber": "16729",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 1 DISTRICT LOT 1 PLAN 3486"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "37945b1b-cf51-4b35-a13e-689e94d00968",
+ "siteRegistry": false,
+ "dateReceived": "2022-05-06",
+ "dateCompleted": "2013-11-23",
+ "dateEntered": "2013-12-01",
+ "dateRegistrar": "2018-03-25",
+ "dateLocalAuthorityReceived": "2020-10-21",
+ "summary": "Sunt magnam at mollitia laudantium incidunt voluptate sapiente deleniti.\nQuo dolor quasi hic veritatis.",
+ "informationUsed": "Sapiente culpa quos nostrum occaecati est.\nTemporibus natus alias esse autem quae.\nVoluptates placeat porro.\nPraesentium exercitationem facere consequatur beatae doloribus.\nMagnam earum debitis dicta asperiores labore velit nisi.",
+ "pastOrPresentOrders": "Nobis dicta animi ipsam.\nHarum cupiditate ipsum hic voluptates nisi facilis voluptates voluptatum iure.\nIllo rerum voluptates.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "70b9abc2-07b8-442f-a1c4-44fc3be2e9b1",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "28236f49-e013-4af1-9659-c77a00b864d9",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "2ede4c16-0ea8-4ef1-a71f-c7002a619731",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OKUNEVA LUKAS",
+ "timestamp": "2020-05-13"
+ },
+ {
+ "uuid": "4473771a-a68f-4b1a-bc8d-d98b3821753b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VONRUEDEN NORWOOD",
+ "timestamp": "2015-08-16"
+ },
+ {
+ "uuid": "bc5781d7-04c4-4f3d-aa7a-401e1a897c66",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GREENHOLT SUSANA",
+ "timestamp": "2019-08-12"
+ },
+ {
+ "uuid": "112b8643-1810-47db-8105-d9a57e42a16d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TILLMAN GEORGIANNA",
+ "timestamp": "2017-02-13"
+ },
+ {
+ "uuid": "3153d2ae-464a-41d6-8dcc-71911df60ecd",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILL TABITHA",
+ "timestamp": "2017-06-20"
+ },
+ {
+ "uuid": "daeee435-37bb-485e-a784-30ea088a083d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HARRIS MAURINE",
+ "timestamp": "2014-10-02"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "0672efc1-07fc-4343-ae08-3a1a8eec1989",
+ "dateNoted": "2015-04-26",
+ "notes": "",
+ "parcelID": "16997",
+ "siteID": "18007",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "01effa37-9064-4ed2-b9e3-f7e2975009e0",
+ "siteID": 20492,
+ "address": "4925 Blanda Extensions",
+ "latitude": 51.5979,
+ "longitude": -137.9477,
+ "lastUpdated": "2014-01-31",
+ "city": "Romagueratown",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/7219",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4180302,
+ 4656546,
+ 7201001,
+ 546731,
+ 3695780
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "ce3e26e8-4d9f-46b5-81c3-de317a53cb3e",
+ "createdAt": "2013-10-30",
+ "completed": "2016-01-04",
+ "initiated": "2020-08-13",
+ "ministryContact": "HUELS ROSAMOND",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ca04ed7f-cb2d-4236-94b4-92e4858a9879",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3facabf5-8eca-4992-8807-79ab864cf8d3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a8d15dad-dc86-40da-b214-2a2de6c123b3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0d7ed397-dfd0-48d1-835f-495dc792b9cd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "309fb6ea-b538-4181-888b-97fdcf1da283",
+ "createdAt": "2023-07-26",
+ "completed": "2014-12-17",
+ "initiated": "2017-05-08",
+ "ministryContact": "HERZOG HILMA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "6131a8d8-45a3-4111-afcf-9ce8ac353748",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cede45ff-f813-44a3-a203-e8e4219cc261",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fcd7ff7b-475f-493e-8f70-ce843dba3a53",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "adb00d4f-e8c1-470b-b30e-af2699bfbdf0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c857a786-e314-4ea2-87bf-8b98f26ed28c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d64eb32c-1f14-4a87-bdd3-6c04017b78ba",
+ "createdAt": "2021-08-22",
+ "completed": "2019-11-26",
+ "initiated": "2015-04-26",
+ "ministryContact": "O'CONNELL WILL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e358790d-0398-49a7-9b95-3ef0e74814e7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c0d5a4a3-996e-4508-ba89-16b0e1919750",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1ce63c0d-660a-4cb6-949a-4ee0b33037db",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b3400a91-2dd5-43d5-aeb9-d45a019646b1",
+ "createdAt": "2016-03-23",
+ "completed": "2016-02-08",
+ "initiated": "2022-03-16",
+ "ministryContact": "KUHIC WILTON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f26f2202-fb40-4437-b7cc-50c9a5a94a5a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2d92068b-a6fe-4097-8b88-70db1a024df6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2a96edd6-acd1-4b94-bb6c-e2b3ee3f0c6d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "de25c79d-efd6-434a-a81a-e726b04c5556",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7faab93c-1d56-4634-8ec0-90c475ebf43d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "3748d8db-cdeb-4797-88c7-4835a4b3811b",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2023-03-15",
+ "startDate": "2016-09-03",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d5d73341-ece7-4745-ba15-6f5e3e10e197",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-10-23",
+ "startDate": "2015-12-19",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "08495556-cd98-49f3-b658-f9afcabf6445",
+ "name": "IPSUM",
+ "endDate": "2021-12-19",
+ "startDate": "2014-12-20",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "28b57ed4-85a3-44ca-aadc-df2118bb76a5",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-02-18",
+ "startDate": "2019-03-20",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "00bcc202-53be-4f85-b7b6-315a60630180",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-05-02",
+ "startDate": "2015-05-28",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "db75839d-7505-4fa4-a733-c3142bf423bd",
+ "siteRegistry": true,
+ "documentDate": "2018-03-22",
+ "receivedDate": "2021-05-09",
+ "uploadedDate": "2015-01-14",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "82c97b8b-ecd4-43e1-902c-8d526bbb79d7",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "fdefc43b-f782-4fad-b7b9-b706b501ed98",
+ "siteRegistry": false,
+ "documentDate": "2016-02-28",
+ "receivedDate": "2017-04-11",
+ "uploadedDate": "2020-07-31",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "2511e2e3-ca02-4633-a4f9-10003053b756",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "de3601b9-3ad3-44c7-8fd1-7afa4b14df7f",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "46e39707-dcf3-456d-b6c8-11637841cf95",
+ "siteRegistry": false,
+ "documentDate": "2019-05-28",
+ "receivedDate": "2016-06-15",
+ "uploadedDate": "2019-04-28",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "772fc5a5-559b-42a4-a9de-7aa40a7ce910",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "90555639-c40e-44bc-a87b-bc111aa3f74c",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-02-14 (described on Site Profile dated 2019-02-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "2d3833c4-dcb5-40c7-a5b0-12dea34f3665",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-11-16 (described on Site Profile dated 2020-11-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f801621f-ebbf-4b5e-a94c-566442a1adfb",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-01-22 (described on Site Profile dated 2022-01-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "3ec8b4ef-07af-4724-9a13-3317147777ac",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-04-02 (described on Site Profile dated 2016-04-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "dcdf01ab-ceab-46ad-9dda-d2fc85fee904",
+ "siteRegistry": true,
+ "dateNoted": "2015-03-23",
+ "parcelID": "20249",
+ "crownLandUsePIN": "16148",
+ "crownLandFileNumber": "20390",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 1 DISTRICT LOT 1 PLAN 7219"
+ },
+ {
+ "uuid": "34cfa73f-e591-4a59-a809-a4e5f670f4cd",
+ "siteRegistry": false,
+ "dateNoted": "2015-07-19",
+ "parcelID": "16857",
+ "crownLandUsePIN": "20315",
+ "crownLandFileNumber": "19404",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 3 DISTRICT LOT 4 PLAN 7478"
+ },
+ {
+ "uuid": "00b54863-afac-434d-803d-4db15befa0ec",
+ "siteRegistry": true,
+ "dateNoted": "2017-05-02",
+ "parcelID": "19847",
+ "crownLandUsePIN": "18276",
+ "crownLandFileNumber": "15263",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 4 DISTRICT LOT 3 PLAN 6105"
+ },
+ {
+ "uuid": "4067acba-6b3a-4749-a7f7-47f2af6d83ed",
+ "siteRegistry": false,
+ "dateNoted": "2019-03-23",
+ "parcelID": "20858",
+ "crownLandUsePIN": "19176",
+ "crownLandFileNumber": "20015",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 5 DISTRICT LOT 2 PLAN 3233"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "9044017f-96fa-47b4-82ce-bb3a59eb975d",
+ "siteRegistry": false,
+ "dateReceived": "2019-05-17",
+ "dateCompleted": "2013-12-10",
+ "dateEntered": "2022-08-04",
+ "dateRegistrar": "2018-09-28",
+ "dateLocalAuthorityReceived": "2022-09-20",
+ "summary": "Nesciunt voluptatibus reiciendis et ullam quae aliquid dolorum est.",
+ "informationUsed": "Pariatur dolore voluptate commodi veniam laboriosam totam tempora est.\nReiciendis animi recusandae officiis ex cupiditate totam quibusdam harum deleniti.\nAd occaecati suscipit labore aliquam assumenda vero repellendus aperiam id.",
+ "pastOrPresentOrders": "Cupiditate officia mollitia ad optio error.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "20b0a537-058b-41fa-a993-d468c623915b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c55b9e6b-fc92-4556-a70f-92a59dde2848",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fb48accc-f463-481e-ae27-2f88613d5e58",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dcd11ed6-8d26-4d04-9721-1f4bbfcc51b5",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "f04ef6d1-44b6-4891-9fe8-bda738bf9398",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WOLFF ADOLFO",
+ "timestamp": "2020-03-12"
+ },
+ {
+ "uuid": "219ee4af-981f-4240-851d-23fec96eb69c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAAG TOBIN",
+ "timestamp": "2018-12-23"
+ },
+ {
+ "uuid": "c69fb121-aa9d-41ba-bf46-071b79f273da",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BRAKUS BERNIE",
+ "timestamp": "2023-05-04"
+ },
+ {
+ "uuid": "daed74a4-9af7-4039-a909-cda4dc05be78",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SMITH DAYANA",
+ "timestamp": "2023-03-21"
+ },
+ {
+ "uuid": "263b59f6-87c9-4b5e-8f1d-313d8dd0b36f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROLFSON SID",
+ "timestamp": "2020-06-28"
+ },
+ {
+ "uuid": "4b083901-862a-44e9-a508-33f76a6a2dab",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TRANTOW-ABBOTT MARGOT",
+ "timestamp": "2014-01-18"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "30582b73-f3aa-44f1-9013-a70c3debaa9b",
+ "dateNoted": "2021-04-10",
+ "notes": "",
+ "parcelID": "20660",
+ "siteID": "20622",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4f1b2f68-2ad8-46f1-aeb2-5f74095f0ef4",
+ "dateNoted": "2016-12-09",
+ "notes": "",
+ "parcelID": "20700",
+ "siteID": "19360",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8e1dbc41-2680-44c0-8dbb-0c0ef552d8a2",
+ "dateNoted": "2021-12-29",
+ "notes": "",
+ "parcelID": "20173",
+ "siteID": "19921",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "7c0e2ead-4256-4693-bfc5-5d4adde39d13",
+ "siteID": 16251,
+ "address": "135 Daniel Harbor",
+ "latitude": 54.1477,
+ "longitude": -118.6843,
+ "lastUpdated": "2022-07-12",
+ "city": "Nolanstead",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/8578",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 375979,
+ 3066759,
+ 9789165,
+ 9610952,
+ 1491953
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "1e0a163d-f561-44ef-ae84-04bfff753464",
+ "createdAt": "2020-05-22",
+ "completed": "2018-02-13",
+ "initiated": "2014-01-29",
+ "ministryContact": "KUHLMAN ERYN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1d2f7865-7ddf-4ad6-94c3-7a852a2803c6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a8ee7c0f-5bbf-4ced-8ab6-5fbb011ed623",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b1258856-dca8-4fc2-9b73-bdb44715c934",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "66a93845-3f2f-429b-ba92-d009d8b54c9c",
+ "createdAt": "2020-12-24",
+ "completed": "2017-08-05",
+ "initiated": "2014-05-10",
+ "ministryContact": "WUNSCH SIGURD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7efddde2-01f7-4920-87b0-c682dd256d32",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9078e294-219a-4fcf-bd37-6634d28cf035",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "851f3b30-ad35-4474-ae61-85f7740d62e3",
+ "createdAt": "2020-08-06",
+ "completed": "2021-07-12",
+ "initiated": "2020-04-28",
+ "ministryContact": "LANGWORTH CLAUDIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1d029d70-5e79-46ca-81b6-f7569e820b64",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "70194a9a-379c-4c04-acaf-ec957e02c398",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "47efd876-3950-4e51-9b7f-a4a4f592fe05",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ea2e0cc0-7129-4410-89e8-56f3cf302ef4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6479fc94-a545-48ca-b9c0-5f59040b00d7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "29a8d880-a1c2-4e85-8d4f-f952e1abf9a8",
+ "createdAt": "2017-05-20",
+ "completed": "2016-01-02",
+ "initiated": "2020-06-03",
+ "ministryContact": "HUEL PETE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "487e9cd5-1030-45e4-beee-3b8ad97ddb3f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "44563a0b-1487-43a9-a262-d40711613f20",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1b691ea3-1421-4933-9a4b-e00cc79c6456",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0ede7833-5563-44eb-a29e-72d78e5fd8a1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e66b342b-a492-4d1f-8a54-5875580856e0",
+ "createdAt": "2020-12-07",
+ "completed": "2016-01-25",
+ "initiated": "2014-12-26",
+ "ministryContact": "DOUGLAS MARYAM",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1f86e67a-4e0b-4252-a5ac-6b635effeacb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0d8554d0-ecd1-411e-b695-d79914d74371",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5eced97e-7634-4d86-9819-a39cde0832b4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "9bc94452-2de7-49a4-bc55-e3397feea926",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2017-06-28",
+ "startDate": "2016-01-14",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "57fa5e37-b563-4a79-bbd9-6a011113e4b8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-12-10",
+ "startDate": "2015-04-18",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "43f7b2d7-cc95-46f0-ab87-d32063d82625",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-05-23",
+ "startDate": "2020-11-02",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "d840ece9-61d9-421b-b832-d668d904048f",
+ "siteRegistry": true,
+ "documentDate": "2022-08-19",
+ "receivedDate": "2023-06-22",
+ "uploadedDate": "2015-08-05",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "dd7c7e73-32a7-4a8c-baa6-1181308bd9d4",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a87e8fe2-ddb3-419c-bf28-c560b4aa1abc",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2d10dbea-7e13-46dc-9557-8e90b010dc42",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "3ab4c4ed-fcf7-4d3d-911f-b7d53eddd6cd",
+ "siteRegistry": false,
+ "documentDate": "2014-01-19",
+ "receivedDate": "2018-03-29",
+ "uploadedDate": "2021-08-02",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "91552a82-d0a5-4434-8ac0-bf4b28e4552f",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e90422f0-12bb-4b18-972f-5f06539f58da",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4e69be0d-ccc5-49da-97b9-70d2641cc751",
+ "siteRegistry": true,
+ "documentDate": "2013-12-08",
+ "receivedDate": "2021-08-21",
+ "uploadedDate": "2021-11-02",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "f51ee436-94e9-4d95-a1fe-de517c328fcd",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "39f11529-132b-481e-8e77-b8c0f77f9fcb",
+ "siteRegistry": false,
+ "documentDate": "2022-04-17",
+ "receivedDate": "2020-06-21",
+ "uploadedDate": "2018-06-18",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "6876b98d-a779-4e05-ac93-2b0c37d94728",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0140e43d-3b2a-4717-86f3-ecac0ba4e748",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b24d3cdc-f0a6-4b0f-be20-275058bef706",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "57fcb364-7319-43ad-8b67-8b518656524f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-05-17 (described on Site Profile dated 2015-05-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "00724f0d-cdb3-4a80-b396-4e31c929a1a3",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-06-04 (described on Site Profile dated 2023-06-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "c8999819-a4f2-4d80-81dc-692e804822dd",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-09-02 (described on Site Profile dated 2014-09-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "5cc793b3-bfcc-4704-b50a-703a41062630",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-07-28 (described on Site Profile dated 2016-07-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "7d8730e9-010b-4124-90a7-c0be0b6ab908",
+ "siteRegistry": false,
+ "dateNoted": "2023-02-18",
+ "parcelID": "16115",
+ "crownLandUsePIN": "18361",
+ "crownLandFileNumber": "17268",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 4 DISTRICT LOT 5 PLAN 9376"
+ },
+ {
+ "uuid": "90660701-b407-4e8e-a9ab-88ea098da037",
+ "siteRegistry": true,
+ "dateNoted": "2016-07-04",
+ "parcelID": "16229",
+ "crownLandUsePIN": "20207",
+ "crownLandFileNumber": "18950",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 3 DISTRICT LOT 4 PLAN 3407"
+ },
+ {
+ "uuid": "ec27a3ec-184d-4fab-8f21-1c7cc603eae5",
+ "siteRegistry": true,
+ "dateNoted": "2015-03-03",
+ "parcelID": "18384",
+ "crownLandUsePIN": "15490",
+ "crownLandFileNumber": "15921",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 4 DISTRICT LOT 2 PLAN 7291"
+ },
+ {
+ "uuid": "79f12852-ffa0-49df-9251-c55a33684e67",
+ "siteRegistry": false,
+ "dateNoted": "2015-03-27",
+ "parcelID": "15312",
+ "crownLandUsePIN": "16681",
+ "crownLandFileNumber": "17755",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 5 DISTRICT LOT 4 PLAN 3785"
+ },
+ {
+ "uuid": "cded928d-cd76-47f4-8bdd-7165cb0a7489",
+ "siteRegistry": true,
+ "dateNoted": "2023-03-11",
+ "parcelID": "15647",
+ "crownLandUsePIN": "17973",
+ "crownLandFileNumber": "19652",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 4 DISTRICT LOT 5 PLAN 5714"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "9a9548f0-e58d-4be0-9f5c-a6e3ebb75012",
+ "siteRegistry": false,
+ "dateReceived": "2015-07-12",
+ "dateCompleted": "2021-01-01",
+ "dateEntered": "2014-03-28",
+ "dateRegistrar": "2020-04-17",
+ "dateLocalAuthorityReceived": "2018-12-29",
+ "summary": "Numquam debitis tempora nesciunt recusandae ipsam doloribus tempora.\nDucimus dicta dolor non.",
+ "informationUsed": "Culpa expedita tempora reiciendis illo deserunt rem similique minima.\nMinima quas deleniti reprehenderit quibusdam inventore quas.\nA animi cupiditate iste sint tempora doloribus.",
+ "pastOrPresentOrders": "Nihil ipsum minus maxime voluptate dolorem sed autem inventore.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "fef736ff-5b7e-4e4e-b8eb-577dbb7abccb",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3da43b4b-3b96-48de-bf76-5a51fd1bb88d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b36a7f30-c0cf-4085-8bc6-c1b3af025efa",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "01239508-23e6-4a71-8f57-4ca9f1db5c03",
+ "siteRegistry": false,
+ "dateReceived": "2014-11-30",
+ "dateCompleted": "2021-02-13",
+ "dateEntered": "2022-12-20",
+ "dateRegistrar": "2014-05-16",
+ "dateLocalAuthorityReceived": "2016-08-21",
+ "summary": "Recusandae optio minima eos provident similique odio ipsa.\nLabore vel recusandae ex quibusdam quo architecto impedit nobis est.\nVel saepe dolores eum corporis placeat in ab repellat dolore.",
+ "informationUsed": "Ut mollitia nostrum dolorum cumque consequuntur.\nLaboriosam velit laboriosam facilis eveniet tempore suscipit.\nDucimus voluptatibus hic.",
+ "pastOrPresentOrders": "Placeat sunt fugiat nulla saepe hic.\nNisi officia officia distinctio voluptate neque ut voluptatum eaque veniam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "3e0cfabd-3aec-49f5-aecc-3002606a08fe",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a20df67b-bc4c-4f1c-a613-57047b4c0c4e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "42137eb6-c0da-4e8b-9fc7-5fea15aba1c5",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d3fb46af-d59c-47df-85f7-b329600f3c5e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "b2deccbb-4002-46b1-a4de-5eba9c717e0f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PRICE VINNIE",
+ "timestamp": "2021-08-18"
+ },
+ {
+ "uuid": "f836f0fc-c34f-4c7e-bc8b-a336291ad11b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUB GRAYSON",
+ "timestamp": "2015-11-06"
+ },
+ {
+ "uuid": "63c2d18c-2946-41b7-b3e8-718795164135",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MEDHURST BLAZE",
+ "timestamp": "2021-02-08"
+ },
+ {
+ "uuid": "cd9104da-a620-4887-b3dd-dfedab0af34a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAUMBACH JULIANA",
+ "timestamp": "2021-05-28"
+ },
+ {
+ "uuid": "41c2fbc5-88d3-4eb5-a231-794554cb9b8f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "YUNDT EVELYN",
+ "timestamp": "2016-05-10"
+ },
+ {
+ "uuid": "44ecfc2d-895b-4222-8017-cd816db305dc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUNZE JIMMY",
+ "timestamp": "2022-10-02"
+ },
+ {
+ "uuid": "f81408dd-42d5-4ef9-9918-d3538e73551c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOWE SAMMIE",
+ "timestamp": "2022-05-26"
+ },
+ {
+ "uuid": "0b2e6adf-3313-45c1-9ae3-d03c6011cb8a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUVALIS ETHYL",
+ "timestamp": "2015-12-23"
+ },
+ {
+ "uuid": "98ebd4b9-2f39-4870-971a-428a3ecdf80b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STREICH RAFAELA",
+ "timestamp": "2020-07-20"
+ },
+ {
+ "uuid": "745a4b2e-0051-453c-a22e-d79aa1a856b3",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CONROY CITLALLI",
+ "timestamp": "2020-10-25"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "cd1d5f23-827d-4e46-89dc-6b79fcecfd2b",
+ "dateNoted": "2016-02-07",
+ "notes": "",
+ "parcelID": "20289",
+ "siteID": "18365",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "076d8f92-2db8-4c3b-b36a-167c01b0660d",
+ "dateNoted": "2018-02-09",
+ "notes": "",
+ "parcelID": "18827",
+ "siteID": "18686",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "71c29c85-7bef-4f33-9ae8-7dcac502d323",
+ "dateNoted": "2013-12-08",
+ "notes": "",
+ "parcelID": "15830",
+ "siteID": "19986",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "89516582-dea2-4c10-9dc6-e358cecf4c87",
+ "siteID": 18588,
+ "address": "9143 Kris Extension",
+ "latitude": 53.3407,
+ "longitude": -132.7214,
+ "lastUpdated": "2014-08-03",
+ "city": "Reillyport",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/4181",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3814486,
+ 6752899,
+ 4612458,
+ 8796963,
+ 3241396
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "6f53f190-8ec7-47f6-b859-d57185ac0c98",
+ "createdAt": "2019-05-08",
+ "completed": "2015-08-22",
+ "initiated": "2023-02-14",
+ "ministryContact": "PREDOVIC LEOPOLD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "998f65ff-f0cb-43d7-bf30-ec43fe009938",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "677fe931-1f89-4171-939f-2131b723e9a6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ed53d032-110c-4c30-9baa-10175ca35b39",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c1d4f43d-0296-4949-9861-c1842025ec20",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "520a5510-8f61-424f-9f03-3b596b103d89",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cf5cadaa-811a-461d-b405-f0453784470f",
+ "createdAt": "2020-10-27",
+ "completed": "2018-08-17",
+ "initiated": "2019-09-05",
+ "ministryContact": "BODE SHELDON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a6eae0b2-3627-4828-a9bb-eae8d5332c6f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0d0d08ad-85c9-41ec-bc53-e320b0954e90",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fa16c85a-92a9-4c73-9b94-32b719ab620a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4525779c-7638-4d00-abd8-26d89fdb1c39",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fda78e9d-890b-454b-b509-fe2e3a197af7",
+ "createdAt": "2021-12-07",
+ "completed": "2020-12-14",
+ "initiated": "2021-06-14",
+ "ministryContact": "WUNSCH ALBERTHA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "04d95839-ff11-4106-9a86-29b0bde6c8ca",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ddf7ccbf-d894-4b9d-9689-5478c77e01d5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8bcfcfb7-a7c2-454b-b6b0-5fffe2501216",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "5bc226f5-6556-4eba-a49e-c50ac4b811cb",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2023-06-13",
+ "startDate": "2020-10-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "11901892-cb44-472f-80c0-a35a0ae1a104",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-11-09",
+ "startDate": "2014-07-31",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ffdf3d30-f7eb-4fd7-9c64-5828d23dd2a5",
+ "name": "IPSUM",
+ "endDate": "2018-01-23",
+ "startDate": "2022-12-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fde326dc-413a-4bcf-8884-d72b88868e39",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-10-04",
+ "startDate": "2020-08-24",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a59a8548-9eee-4a99-99c1-12f188a6434d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-10-24",
+ "startDate": "2017-03-24",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "89b99892-b985-4527-a209-bd8145ee5d7a",
+ "siteRegistry": true,
+ "documentDate": "2015-01-28",
+ "receivedDate": "2023-03-13",
+ "uploadedDate": "2017-01-21",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "b86c7c17-75c1-42f8-ab47-83bf3dd113a0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "bb38afd0-af8c-40df-a87e-67e407c0f1fc",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "251bec34-50ee-4b09-ad3e-4c2294cfc64c",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-11-10 (described on Site Profile dated 2013-11-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "9cf78694-ad95-4a72-a7b4-d600f1ffe071",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-07-22 (described on Site Profile dated 2021-07-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "5f90efda-17cc-48a0-ba71-4b79bdde94d4",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-06-15 (described on Site Profile dated 2017-06-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "7b540aac-2762-4bcd-8003-24a2e97c5a38",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-03-08 (described on Site Profile dated 2017-03-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "44923c50-bee8-4fd8-9694-eae195c9aac3",
+ "siteRegistry": false,
+ "dateNoted": "2020-02-09",
+ "parcelID": "20271",
+ "crownLandUsePIN": "20248",
+ "crownLandFileNumber": "16615",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 2 DISTRICT LOT 1 PLAN 9208"
+ },
+ {
+ "uuid": "89851992-779d-4848-9c64-8a58ee260267",
+ "siteRegistry": true,
+ "dateNoted": "2020-10-22",
+ "parcelID": "17855",
+ "crownLandUsePIN": "17409",
+ "crownLandFileNumber": "18842",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 3 DISTRICT LOT 3 PLAN 3002"
+ },
+ {
+ "uuid": "f4d612d7-4fed-45c9-b6dc-60c5a42363b7",
+ "siteRegistry": false,
+ "dateNoted": "2017-04-24",
+ "parcelID": "17549",
+ "crownLandUsePIN": "18019",
+ "crownLandFileNumber": "20706",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 3 DISTRICT LOT 4 PLAN 7663"
+ },
+ {
+ "uuid": "2460a378-6f2c-4552-8d3b-7153a6eaaa19",
+ "siteRegistry": false,
+ "dateNoted": "2019-02-06",
+ "parcelID": "17038",
+ "crownLandUsePIN": "20145",
+ "crownLandFileNumber": "19864",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 5 DISTRICT LOT 2 PLAN 7897"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "77d7c794-772e-401b-bc0d-568221c1873f",
+ "siteRegistry": true,
+ "dateReceived": "2015-10-23",
+ "dateCompleted": "2016-12-02",
+ "dateEntered": "2018-11-22",
+ "dateRegistrar": "2013-11-24",
+ "dateLocalAuthorityReceived": "2019-06-02",
+ "summary": "Explicabo tempora qui.\nVel reprehenderit aspernatur dolore nostrum voluptas.",
+ "informationUsed": "Ipsum mollitia dolor libero aperiam ea repellat nihil repellendus.\nAperiam aliquid aut doloremque quibusdam aliquid modi asperiores labore.\nLaboriosam ipsam omnis nam consectetur veritatis est veritatis.\nQuaerat iure voluptatibus aperiam similique.\nLaudantium ea labore praesentium.",
+ "pastOrPresentOrders": "Eaque magni totam quaerat praesentium vel quas.\nTenetur facilis quisquam inventore totam hic.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "60e8cbdc-b0fb-4e16-a63c-1917626296a7",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8f4243d1-fc39-4b87-aa93-fa0a2310d153",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "2f1ad366-329d-4971-ba51-db54f1df1cb9",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHILLER NORWOOD",
+ "timestamp": "2019-01-08"
+ },
+ {
+ "uuid": "267141ed-9aab-436b-a1c8-49f9ec3c5c01",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RYAN PIPER",
+ "timestamp": "2018-04-08"
+ },
+ {
+ "uuid": "817fda34-55e9-47cc-a7a7-98e91327b9df",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARTOLETTI ERICK",
+ "timestamp": "2020-12-27"
+ },
+ {
+ "uuid": "77f6ae77-5064-4564-be57-2a75f73a271f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ZIEME DESSIE",
+ "timestamp": "2018-07-09"
+ },
+ {
+ "uuid": "76c7d719-f06c-4ed7-9d9c-83840e2606e0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KULAS LAURINE",
+ "timestamp": "2017-08-14"
+ },
+ {
+ "uuid": "27cf4d4e-bd89-4afa-8d9a-597c228de9f7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DACH LUKAS",
+ "timestamp": "2021-01-30"
+ },
+ {
+ "uuid": "4119026a-ed8b-44b8-ae82-ef7da33fbf81",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SMITHAM CORY",
+ "timestamp": "2013-11-03"
+ },
+ {
+ "uuid": "da3f92b5-0301-4fa6-871a-f5eb2cb7ab7b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GRANT DUSTIN",
+ "timestamp": "2015-11-27"
+ },
+ {
+ "uuid": "2dffe284-660a-409f-b914-94feb4afc11b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TURNER EFREN",
+ "timestamp": "2018-09-08"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "a89dc327-e374-4c51-b381-ac0f30590d2c",
+ "dateNoted": "2015-04-06",
+ "notes": "",
+ "parcelID": "15276",
+ "siteID": "20767",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3dcdbb91-91b0-4210-b30b-d9473d69fb38",
+ "dateNoted": "2018-07-15",
+ "notes": "",
+ "parcelID": "20979",
+ "siteID": "16344",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "508861b4-c613-4b26-a1fa-90df78aad745",
+ "dateNoted": "2022-08-12",
+ "notes": "",
+ "parcelID": "20570",
+ "siteID": "17053",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "12327a97-04a7-4413-9ff2-ae5df7037db0",
+ "siteID": 19497,
+ "address": "389 Brekke Park",
+ "latitude": 48.2867,
+ "longitude": -134.3256,
+ "lastUpdated": "2014-02-11",
+ "city": "East Ramonabury",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/10640",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9033363,
+ 6810218,
+ 9654277,
+ 7427806,
+ 9014380
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "4150d291-d037-4491-ad5f-627dd9a834d2",
+ "createdAt": "2022-10-19",
+ "completed": "2020-04-09",
+ "initiated": "2023-03-18",
+ "ministryContact": "MAGGIO ANNETTE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "cd9d2e78-bebe-40ab-994c-4f73c18aa1be",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "91022abb-4c74-4c6f-8ecd-8c6523126ab7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2f2e237f-b7b3-4a9f-aa80-2864b20161a2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5d6887f8-5e78-40f5-bca9-0f1089101f81",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4cf4c547-e095-48d8-8307-17c952f0f585",
+ "createdAt": "2020-11-25",
+ "completed": "2023-10-03",
+ "initiated": "2022-03-29",
+ "ministryContact": "ROBERTS FELICIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a27a3691-53d5-4a67-a7a2-1bbd463c48e1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "432ed08a-a0d0-49ee-9c91-64b5179b774e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d541de6c-ce6b-4dbe-a7cc-8afef619a50d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "27260192-6539-4ce3-be01-817ed760070d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1963166a-db1f-4a14-a18e-fd547e59e2f6",
+ "createdAt": "2021-04-25",
+ "completed": "2014-09-25",
+ "initiated": "2019-01-05",
+ "ministryContact": "HUELS WILEY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8b0b0279-060e-41b8-88d7-ee62003cfb9e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7906d255-931f-481f-a593-ef5dd522f559",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7fb0e356-03eb-459b-9b4d-79e8d93ac9ba",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f96c9cbd-4539-4336-994e-e997048be2f6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dbb4684f-43b2-4c1a-a1ad-f4b866ec2ff7",
+ "createdAt": "2019-08-17",
+ "completed": "2022-02-04",
+ "initiated": "2021-08-26",
+ "ministryContact": "RATKE MORTON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4a89a2a0-30d7-4b5f-991e-372f0be6f968",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f5f660c4-888a-41bd-9c17-e86954e3aee5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "47741d53-4585-4a25-9598-6f5ce185d7f3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e3deae3a-26b4-4028-a439-2d0354756f34",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "58aafba6-b10f-4d0a-a853-d1ce32051ae9",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-09-02",
+ "startDate": "2014-07-16",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1e5dd548-e196-4fa5-9f41-30c96d7c57f1",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2023-03-18",
+ "startDate": "2015-07-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "92137fe0-e958-437d-b744-ff2ccffdbfd0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-10-21",
+ "startDate": "2022-10-03",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4b57e04e-b06f-496f-b300-5ccc703f70a6",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-04-23",
+ "startDate": "2015-02-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "dfa0fd5d-dcb3-4ff4-8121-525d69807ac5",
+ "siteRegistry": false,
+ "documentDate": "2016-12-26",
+ "receivedDate": "2015-09-26",
+ "uploadedDate": "2016-11-29",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "bf82362b-8138-44cc-9fbf-1ad867f47db9",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ba2753bc-c51d-4ac6-b656-14409371a32b",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "17479052-7d8c-44c9-8ff7-f54b7369ed33",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "6881c2f8-10d2-46f7-a5e8-3c65cd880704",
+ "siteRegistry": true,
+ "documentDate": "2016-01-16",
+ "receivedDate": "2018-04-22",
+ "uploadedDate": "2015-06-30",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "5039e564-f10d-40c4-a1ab-b5325b92ed72",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3b6de303-a800-470c-b732-0ac13777c4c5",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ba150ad9-029a-4706-b5d0-2c9dc2ad7eea",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f8033de6-2d9d-4bb0-956e-fb0fba0be4bd",
+ "siteRegistry": true,
+ "documentDate": "2020-02-23",
+ "receivedDate": "2017-09-01",
+ "uploadedDate": "2023-02-27",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "0cbf4914-336b-4164-b4dd-d093dc7f6ac8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "053a3a9c-b53a-4f42-8d4d-98f21132e737",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f483a6f8-4bff-4ecb-9e1e-40d182cb40b9",
+ "siteRegistry": false,
+ "documentDate": "2016-04-03",
+ "receivedDate": "2015-07-09",
+ "uploadedDate": "2022-01-06",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "e4c7855f-bc0d-4d0f-84e6-40b0a2c441bc",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "085ea5ce-7956-445a-a8ff-7d2633545102",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "46a990fc-01f0-43d5-be6d-7c706164f928",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "b640b9b0-4505-4768-99d3-d4757d38ac34",
+ "siteRegistry": false,
+ "documentDate": "2015-03-02",
+ "receivedDate": "2019-05-15",
+ "uploadedDate": "2019-11-26",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "bc7d0cfd-62be-49ce-8c57-ca9c67efd57e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "c7438cc6-077d-4c5e-a93b-05f6c864e73e",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-02-19 (described on Site Profile dated 2018-02-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "c2ac3300-b0f9-41cb-ac4a-03c52f01602d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-04-04 (described on Site Profile dated 2020-04-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "053a4424-0834-47f1-9716-99182868f3bd",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-11-09 (described on Site Profile dated 2020-11-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "562d1b95-f005-4d96-b62c-9bb2053a9741",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-01-01 (described on Site Profile dated 2017-01-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "236f84e9-7357-430a-97e0-dc3f87d7c663",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-02-26 (described on Site Profile dated 2014-02-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "9430d895-454a-4f44-a4d6-7d132f7e3d99",
+ "siteRegistry": true,
+ "dateNoted": "2023-04-24",
+ "parcelID": "20162",
+ "crownLandUsePIN": "16194",
+ "crownLandFileNumber": "20069",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 2 DISTRICT LOT 1 PLAN 6678"
+ },
+ {
+ "uuid": "6b4b55d8-9489-4a49-a253-6f4157376a72",
+ "siteRegistry": true,
+ "dateNoted": "2014-11-07",
+ "parcelID": "18383",
+ "crownLandUsePIN": "17477",
+ "crownLandFileNumber": "19122",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 4 DISTRICT LOT 5 PLAN 7274"
+ },
+ {
+ "uuid": "f6f8c2e0-50b8-484a-8aa4-d3cd3e54dc12",
+ "siteRegistry": false,
+ "dateNoted": "2020-07-18",
+ "parcelID": "18277",
+ "crownLandUsePIN": "20400",
+ "crownLandFileNumber": "17205",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 4 DISTRICT LOT 4 PLAN 6482"
+ },
+ {
+ "uuid": "f74261de-3ddb-4ad2-b574-87b6ed30ea38",
+ "siteRegistry": true,
+ "dateNoted": "2018-03-13",
+ "parcelID": "15883",
+ "crownLandUsePIN": "19170",
+ "crownLandFileNumber": "15321",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 2 DISTRICT LOT 2 PLAN 6993"
+ },
+ {
+ "uuid": "d0115757-a8c7-4b22-a114-e4ccc76713df",
+ "siteRegistry": false,
+ "dateNoted": "2018-05-23",
+ "parcelID": "15314",
+ "crownLandUsePIN": "18700",
+ "crownLandFileNumber": "20341",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 2 DISTRICT LOT 3 PLAN 9053"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "a6425646-78b2-493a-831a-688b945996d2",
+ "siteRegistry": true,
+ "dateReceived": "2016-11-16",
+ "dateCompleted": "2016-07-14",
+ "dateEntered": "2015-03-22",
+ "dateRegistrar": "2017-06-27",
+ "dateLocalAuthorityReceived": "2014-11-02",
+ "summary": "Cumque unde molestiae nesciunt provident sequi sunt illum numquam.\nQuaerat quos accusamus debitis illum autem delectus.\nLaborum ratione nihil necessitatibus iusto perspiciatis reprehenderit maiores suscipit beatae.",
+ "informationUsed": "Aspernatur aperiam excepturi necessitatibus dolore amet.\nAperiam perferendis dolorum vitae quos molestiae id.\nPariatur fugit debitis ipsum ipsa.\nOptio consectetur assumenda amet consectetur quas.\nMaxime dolorum necessitatibus eligendi quaerat architecto.",
+ "pastOrPresentOrders": "Veniam officia minima dicta quasi voluptatum et odio natus.\nSapiente saepe minus velit ipsum natus facere voluptatem.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e22251d0-4656-4f58-9e64-508c9bedf42e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "308f2c7c-b2fa-410e-80d5-28d4316a4dbe",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a0b40dd8-6eae-4930-85a1-7c62a9a396a1",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9ce531d1-2223-4630-b4b3-f6bd417ed31e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "f6ac4716-0811-4b95-ba1d-f8517cd93cd6",
+ "siteRegistry": true,
+ "dateReceived": "2023-08-14",
+ "dateCompleted": "2023-08-17",
+ "dateEntered": "2018-10-16",
+ "dateRegistrar": "2018-05-02",
+ "dateLocalAuthorityReceived": "2016-07-29",
+ "summary": "Ab facilis amet minus magnam autem.\nRepellat dolor quibusdam odit.\nIllo perferendis voluptas mollitia architecto laudantium.",
+ "informationUsed": "Ut ducimus hic omnis at.\nIpsam architecto non.\nAdipisci nostrum nobis quo quia maxime non mollitia.\nNumquam ipsam nobis quis at.",
+ "pastOrPresentOrders": "Nihil iusto praesentium ut.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "cfcc5952-7f72-45be-a629-dd212b70da3b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1ecc16fb-aa54-47f0-bd51-9040b115ca33",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "ba8c5beb-4446-43eb-bc7b-f2268b5253d1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUEILWITZ MARIE",
+ "timestamp": "2014-11-20"
+ },
+ {
+ "uuid": "c9c6373d-239a-4795-991c-9e53b189e4a0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MORAR ELWIN",
+ "timestamp": "2017-10-24"
+ },
+ {
+ "uuid": "b294439f-9de5-4f7b-9d59-bb508d874e13",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILLMS ERIC",
+ "timestamp": "2021-12-14"
+ },
+ {
+ "uuid": "f033ce19-c793-4c33-97d7-fb7b8c2bd3c7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LESCH EINO",
+ "timestamp": "2022-06-13"
+ },
+ {
+ "uuid": "1ab78307-f7d3-46a8-bad2-7b9fec6690a4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEUSCHKE ALIYA",
+ "timestamp": "2022-01-06"
+ },
+ {
+ "uuid": "d5de3aa2-2d45-4f32-9b56-f5683fcf8ef4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAHN IVORY",
+ "timestamp": "2013-12-11"
+ },
+ {
+ "uuid": "51f4b336-466f-48ad-9e67-855bb8b2e01e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SPENCER ANTONIETTA",
+ "timestamp": "2018-07-28"
+ },
+ {
+ "uuid": "d6f30c42-c458-49e3-9269-05f668be373a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEANEY EDYTHE",
+ "timestamp": "2017-08-31"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "8b90cc9b-c39d-4a54-a6f1-13b483ad9988",
+ "dateNoted": "2014-04-14",
+ "notes": "",
+ "parcelID": "18449",
+ "siteID": "15776",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8da3e75f-60d8-40a9-9ce8-0c893b73d609",
+ "dateNoted": "2022-03-13",
+ "notes": "",
+ "parcelID": "15264",
+ "siteID": "18797",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "94718b08-9b0a-4cbb-9255-df91bf18222a",
+ "dateNoted": "2016-05-03",
+ "notes": "",
+ "parcelID": "20315",
+ "siteID": "16834",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "16836029-54a6-48a2-a255-0e26a56f346e",
+ "siteID": 20206,
+ "address": "69723 Carroll Parks",
+ "latitude": 57.8249,
+ "longitude": -121.9701,
+ "lastUpdated": "2017-08-29",
+ "city": "Littleton",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/5667",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3790630,
+ 874552,
+ 9892853,
+ 7910701,
+ 4328946
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "c64aff68-638f-4921-8f4d-1c4281745696",
+ "createdAt": "2023-08-02",
+ "completed": "2022-06-24",
+ "initiated": "2014-02-05",
+ "ministryContact": "ONDRICKA LAURIANNE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "298b13c2-ff04-4ada-9d48-db684f3dff63",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5b94c2ba-6e37-46cb-a4fc-e4c0aea99cde",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "68957d00-1a37-4f7b-96b9-1f2b065391f9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d6599426-2902-4334-a150-0bcd5befe54a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9ea5a2b1-3049-45e9-9f7d-8f61bdd1e1ca",
+ "createdAt": "2020-07-04",
+ "completed": "2014-02-10",
+ "initiated": "2023-09-24",
+ "ministryContact": "BRAKUS MORTIMER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "65ecbed0-5b7e-4bc5-ad49-51cb08190d48",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8233b469-5238-4722-9a71-d6cc8e9d41f5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fdbb5090-310a-40c4-bd95-dd5e409dc07b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0b2e2515-3f8c-4859-a31f-4f1efe5f0dd0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "14c3cdd0-7502-477b-bf46-4ad6c45e25ed",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "175d4321-ccb4-4687-b18b-a8728955e9f3",
+ "createdAt": "2020-04-21",
+ "completed": "2016-11-07",
+ "initiated": "2014-06-21",
+ "ministryContact": "PFANNERSTILL KENDALL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9f4d55b8-29a1-41e2-822c-663caea72946",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "87a38166-e430-4042-856a-d9ff701b0b3f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cbeb2925-70b7-4c6f-bc99-8685e599943b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "e2f8cf98-5ccf-4006-82d8-66e7b81d1849",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-01-06",
+ "startDate": "2015-02-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f3551a35-7da9-4db5-a3f9-470e88733aef",
+ "name": "IPSUM",
+ "endDate": "2016-09-04",
+ "startDate": "2023-04-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ad0ecbe7-8805-48ff-97e3-8f5e433a1b8c",
+ "name": "IPSUM",
+ "endDate": "2013-12-16",
+ "startDate": "2013-10-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "391fe618-2e5f-4712-8a09-4b7299fca51f",
+ "siteRegistry": false,
+ "documentDate": "2015-08-23",
+ "receivedDate": "2017-11-28",
+ "uploadedDate": "2014-06-17",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "759b2ed4-7467-45f5-80ea-8f96c1251ee7",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c7caf275-481b-48db-8f27-cf07e1acd7e2",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "673d9efd-82c3-4c46-87a0-ce2ebb02f193",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "381518e6-f9d8-4ec3-8fcc-6aed5b39f3f3",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-12-29 (described on Site Profile dated 2017-12-29)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "d0958f42-9223-4cab-9660-dde3b00ebf90",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-06-16 (described on Site Profile dated 2017-06-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "7bf905b5-a4e3-4c01-99b0-289bcbcb1716",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-05-27 (described on Site Profile dated 2016-05-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "5e6666f8-af00-4ace-9105-fe8d60562de9",
+ "siteRegistry": false,
+ "dateNoted": "2022-02-10",
+ "parcelID": "16818",
+ "crownLandUsePIN": "15666",
+ "crownLandFileNumber": "16440",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 4 DISTRICT LOT 5 PLAN 7531"
+ },
+ {
+ "uuid": "c80b662b-fba8-4d17-a5f3-8f3c27118d11",
+ "siteRegistry": false,
+ "dateNoted": "2017-07-18",
+ "parcelID": "18462",
+ "crownLandUsePIN": "19194",
+ "crownLandFileNumber": "17041",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 2 DISTRICT LOT 1 PLAN 9774"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "5dc1c770-ce4d-48bf-a652-3a13e3a36bae",
+ "siteRegistry": true,
+ "dateReceived": "2016-06-02",
+ "dateCompleted": "2014-08-23",
+ "dateEntered": "2015-04-09",
+ "dateRegistrar": "2015-05-05",
+ "dateLocalAuthorityReceived": "2019-07-25",
+ "summary": "Quos recusandae quos exercitationem sequi facilis expedita.\nQuibusdam delectus nemo magnam natus ipsum eveniet quo.\nEaque eius assumenda veritatis.",
+ "informationUsed": "Minus velit accusamus labore harum nobis necessitatibus autem reiciendis.\nPlaceat aperiam porro accusantium rerum quasi repellendus.\nEnim deserunt harum nemo.",
+ "pastOrPresentOrders": "Repudiandae maiores voluptatum voluptatem dignissimos non iusto animi aperiam deleniti.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "cca7da01-abf2-40a1-b472-36e9b86308c9",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0ae75b8c-32fe-4d98-8c8f-f296857a5e14",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "8438bb1f-cf00-4aa0-89ac-99bd2fc88d8e",
+ "siteRegistry": false,
+ "dateReceived": "2018-05-30",
+ "dateCompleted": "2017-02-02",
+ "dateEntered": "2018-08-07",
+ "dateRegistrar": "2014-11-28",
+ "dateLocalAuthorityReceived": "2017-05-03",
+ "summary": "Provident reprehenderit voluptatibus error itaque iusto perspiciatis.\nQuos reprehenderit aperiam.",
+ "informationUsed": "Facere dolores quos placeat eum accusamus.\nTotam accusantium ex aut.\nAt suscipit deserunt facere magni placeat inventore quasi.",
+ "pastOrPresentOrders": "Illum eos nam velit deserunt blanditiis delectus.\nOdit sint ipsam molestias ipsam praesentium debitis recusandae dolorem natus.\nNulla non magnam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "3481ebbb-d023-4083-9277-b8558b2f4586",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9d1b15e3-dd3e-4da8-94d3-fa5383d14889",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "833c1d74-9efa-455f-8eca-f7e65491a0fb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SMITH ESTEVAN",
+ "timestamp": "2014-05-08"
+ },
+ {
+ "uuid": "2993ba62-fc5a-4c06-94e5-8a621dc79931",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUBOWITZ HADLEY",
+ "timestamp": "2021-01-04"
+ },
+ {
+ "uuid": "a54b09db-31d7-4541-bc2e-cf19e3e0b755",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "YUNDT JAZMYN",
+ "timestamp": "2016-03-07"
+ },
+ {
+ "uuid": "533c79a0-50da-4fdf-9fbb-830f1c2853d2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WUCKERT PETRA",
+ "timestamp": "2021-01-03"
+ },
+ {
+ "uuid": "2226141f-9f18-4071-9c19-94952da8a7c3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WINDLER DARRYL",
+ "timestamp": "2020-11-10"
+ },
+ {
+ "uuid": "3fe4fa2e-3377-424e-95cd-4e9410a463b7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FAY MEGANE",
+ "timestamp": "2017-10-03"
+ },
+ {
+ "uuid": "753b2e20-0663-4c03-8347-8866e1e1dca6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CORWIN DOMENICO",
+ "timestamp": "2019-08-24"
+ },
+ {
+ "uuid": "b48df771-7221-4b07-91b6-38ca2e4fc66f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HALVORSON DESSIE",
+ "timestamp": "2022-11-22"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "316330b1-4b44-43c7-a2a6-9a6910b332f4",
+ "dateNoted": "2018-06-23",
+ "notes": "",
+ "parcelID": "16183",
+ "siteID": "20039",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "74719de4-6980-47ed-94d8-da1133f8fe30",
+ "dateNoted": "2015-01-05",
+ "notes": "",
+ "parcelID": "16912",
+ "siteID": "16457",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "7bc64f73-3684-4967-9e91-60b19fa0533f",
+ "siteID": 20484,
+ "address": "55724 Conn Mountains",
+ "latitude": 54.1862,
+ "longitude": -119.0729,
+ "lastUpdated": "2019-07-23",
+ "city": "North Shadhaven",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/1819",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 2772411,
+ 2047181,
+ 6768213,
+ 8750563,
+ 2950770
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "12edd4f8-be8a-453a-a94e-236e34172762",
+ "createdAt": "2021-11-09",
+ "completed": "2016-01-16",
+ "initiated": "2019-09-23",
+ "ministryContact": "MURPHY ONIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b285e96f-fef5-4b84-84c9-0362e1066025",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8070c673-9025-439a-990d-2dbbae3237f2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "48008472-7326-466a-b708-510a09383260",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2a10caa5-4bda-43c9-8b3f-56f76a9b2dc2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e35decd4-f490-4a21-9682-5dc9dec6815a",
+ "createdAt": "2017-02-11",
+ "completed": "2022-06-12",
+ "initiated": "2014-12-03",
+ "ministryContact": "JACOBSON LACEY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "45a21a6d-27e0-4d08-902c-e898fc6bb98d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bb96db15-fd8e-4970-b396-623352065de7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9d06e05f-7952-4d3a-be34-a72f200049c6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "80c01048-cd0f-4f58-b557-68fbe037a701",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a4611e3b-a2ed-444f-afe7-c87872cd2a3c",
+ "createdAt": "2019-10-22",
+ "completed": "2022-05-26",
+ "initiated": "2020-05-13",
+ "ministryContact": "OLSON JONATHON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "768f423e-f86c-4330-90c7-b2e724b603ec",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6b374921-0d8f-4a58-8e56-c38addacefd9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "52974e42-8737-4ee5-8abf-4871df408b86",
+ "createdAt": "2016-08-08",
+ "completed": "2017-08-24",
+ "initiated": "2015-06-13",
+ "ministryContact": "BEIER MAKENZIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d308cf49-042e-455c-a42a-db3d81d4525a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c488c2f2-cea8-4317-a8f8-24d6b4649846",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6fa3413c-8a49-4064-a0de-df83f19775b1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e3dfb268-e539-46fb-86c7-f25b8970e634",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "5020f2d4-c694-4f6d-8436-8f65ca62ff23",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-04-07",
+ "startDate": "2019-04-17",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f2908549-dd55-489c-949c-325423394ef1",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-10-03",
+ "startDate": "2018-05-23",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "262928fd-d622-4040-be49-716479856d6b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-09-10",
+ "startDate": "2021-01-14",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cee53e21-adfd-4eaa-b978-9d8502b36dec",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-06-13",
+ "startDate": "2018-10-21",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "8728e1f4-06c4-45ed-ae3a-0f32081ace5d",
+ "siteRegistry": false,
+ "documentDate": "2021-12-10",
+ "receivedDate": "2019-01-10",
+ "uploadedDate": "2016-01-11",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "a4503593-05f4-4f8a-8a54-87972e0d17f9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "bb52d163-baab-4388-86a1-c1bc40c0c2a2",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "8cf8b30e-0ccf-4c04-9a43-f3e93a39eac7",
+ "siteRegistry": true,
+ "documentDate": "2016-07-10",
+ "receivedDate": "2014-08-13",
+ "uploadedDate": "2017-02-25",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "82aa6fce-5dc4-48c3-bebf-7620c3fbb3dc",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "095b5c8f-03ef-4804-8493-1f56df33426e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b0184cf6-d1b0-491d-814c-ff9cb739594a",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4405efd4-d2ec-4cd3-9331-cc2a3dc1148a",
+ "siteRegistry": false,
+ "documentDate": "2016-03-29",
+ "receivedDate": "2020-07-18",
+ "uploadedDate": "2022-05-15",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "25e8bfd4-cab1-4b21-9d90-98774f654164",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3625b756-77b8-44e5-bf6e-428e4602ad0e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "b90425db-6e90-4b31-afd5-84b86db129f3",
+ "siteRegistry": false,
+ "documentDate": "2022-05-24",
+ "receivedDate": "2015-12-09",
+ "uploadedDate": "2014-08-24",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "3fbfa873-1d5b-4c93-820e-6a37c2d06156",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "86b52978-78ca-4833-b3b3-fd78952cf30f",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "dd5ba6d8-48b5-48bc-ace2-72ae448f95c5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "80b5a2f5-9cb3-4a38-85ba-424778044463",
+ "siteRegistry": false,
+ "documentDate": "2019-12-04",
+ "receivedDate": "2017-06-05",
+ "uploadedDate": "2014-11-21",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "52c9e9a5-45f6-436b-845f-848476205212",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "731d93e0-9325-4ce0-a23f-d9b6ad938798",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "fde6b829-1300-4ab4-a53d-5f629c7748b6",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "0d4b6181-de05-43f7-92a2-498d95b2f223",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-11-18 (described on Site Profile dated 2015-11-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "d664135f-8564-4721-a43c-413bdecc2285",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-07-17 (described on Site Profile dated 2019-07-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "03fe12e5-a64c-4af4-8eaa-7df53c909e02",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-11-17 (described on Site Profile dated 2014-11-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "4af47603-a564-49da-a180-ec5d95220888",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-12-26 (described on Site Profile dated 2020-12-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "7684b53e-fede-49ed-9cdd-0c0baadbe8be",
+ "siteRegistry": false,
+ "dateNoted": "2020-11-01",
+ "parcelID": "19046",
+ "crownLandUsePIN": "20289",
+ "crownLandFileNumber": "16442",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 4 DISTRICT LOT 2 PLAN 9483"
+ },
+ {
+ "uuid": "13453a81-c362-4c1f-8048-4e850a07bca5",
+ "siteRegistry": false,
+ "dateNoted": "2019-01-31",
+ "parcelID": "17952",
+ "crownLandUsePIN": "20046",
+ "crownLandFileNumber": "19221",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 5 DISTRICT LOT 2 PLAN 4733"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "79b1f1b8-5627-482d-95c5-121312f6b373",
+ "siteRegistry": true,
+ "dateReceived": "2021-05-10",
+ "dateCompleted": "2023-04-09",
+ "dateEntered": "2020-12-12",
+ "dateRegistrar": "2021-04-30",
+ "dateLocalAuthorityReceived": "2014-07-07",
+ "summary": "Et magnam possimus quis autem iure id.\nConsequatur iusto voluptas velit dicta tempora esse voluptatibus doloribus.",
+ "informationUsed": "Tempore voluptates officiis alias eius expedita natus illo.\nQuaerat quasi possimus quasi nemo quae.\nCorrupti dolore at ipsum.\nIn id adipisci omnis fugiat ipsum at.\nAb facilis amet iure.",
+ "pastOrPresentOrders": "Quo nobis quod ratione voluptate doloribus.\nCupiditate laudantium tempora nobis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "95398263-cde5-4e99-9e8f-71e1fbcf792d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d54790ff-110b-437f-b469-8bfee3437344",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "23f8f990-7417-4c55-be9d-dba14f32b88d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1292562d-47de-42a6-9b3e-c918d4633c38",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "aa3907d9-ce4c-4f8b-89a5-e608af4ba8d9",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUHLMAN ESTEFANIA",
+ "timestamp": "2014-02-07"
+ },
+ {
+ "uuid": "e6756803-a2c0-4921-b607-69aee6fb5b81",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEBSACK DOMENICK",
+ "timestamp": "2016-05-24"
+ },
+ {
+ "uuid": "91fe2412-76c9-4859-8ef3-528eb88bb3fc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SIPES RYLEIGH",
+ "timestamp": "2018-02-18"
+ },
+ {
+ "uuid": "1851dc58-80b7-4726-9141-095c35cb67d4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LANGOSH AUGUST",
+ "timestamp": "2019-03-03"
+ },
+ {
+ "uuid": "eec198a0-9602-48f2-949d-66214b9ac5d0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILKINSON CATHARINE",
+ "timestamp": "2014-07-30"
+ },
+ {
+ "uuid": "2112599f-6376-4f07-8f1e-07f7617db226",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOMENICK ALTHEA",
+ "timestamp": "2022-01-21"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "19e59433-5c41-4b49-91f5-b303d54e5b6f",
+ "dateNoted": "2018-02-01",
+ "notes": "",
+ "parcelID": "17684",
+ "siteID": "17104",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "abcf4f18-dbd1-446a-9d9b-3155d0adfcac",
+ "siteID": 18858,
+ "address": "86671 Hammes Islands",
+ "latitude": 48.8191,
+ "longitude": -129.4038,
+ "lastUpdated": "2019-10-03",
+ "city": "Port Kacie",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/2699",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4488174,
+ 6740793,
+ 4191491,
+ 9321574,
+ 4104663
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "a8e82b3e-38e9-4a9c-8bdf-2b4c0cb6e307",
+ "createdAt": "2021-01-07",
+ "completed": "2018-05-31",
+ "initiated": "2015-03-16",
+ "ministryContact": "COLLINS SHANNA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a4588963-ad8b-42be-b710-f898660457e6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6e227e17-3608-48a9-810d-6e257a5fcf55",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "16b34169-052c-4d38-9255-c3bffabd790d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5bd86c5f-1d39-4521-a48e-a7225ee19f10",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "464390f2-6725-4b52-be4e-8b0d0831af03",
+ "createdAt": "2023-05-02",
+ "completed": "2017-12-06",
+ "initiated": "2021-05-21",
+ "ministryContact": "ROBEL VAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1bd1a0b4-75c4-473e-bbad-9ffe8d0db09e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ea4e4a40-0241-46bb-a75d-50292f5f95d4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "19d77e48-c25c-45f2-b4c8-245693d49fc1",
+ "createdAt": "2018-10-15",
+ "completed": "2017-04-30",
+ "initiated": "2017-04-02",
+ "ministryContact": "JONES ESTHER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a92af393-d2e3-4c17-bcfe-e84f66d244ce",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e2a89463-7f66-408d-b2c7-8c908d70b6b2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "07f8462f-5ca4-4e11-a878-b3f4b4ac7ccb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3d2b34a6-77cf-4144-9a46-b4ceb4449f92",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fdd5e735-ef81-4cc1-ad80-52c6b23e182e",
+ "createdAt": "2019-08-18",
+ "completed": "2017-07-01",
+ "initiated": "2022-05-23",
+ "ministryContact": "WISOZK JAEDEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c20c4f6a-92cd-4390-a5b4-78d39f41f888",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d0c893db-23d9-4fe3-8a2e-3256dd06e523",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "fed492f2-2e8b-413e-8ec0-15e6e10b58f1",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2022-09-20",
+ "startDate": "2013-11-06",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "340b4e98-3001-4d25-b5e6-5c9f54e1da07",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-08-04",
+ "startDate": "2016-04-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "46c47ea7-5c25-4959-af01-b7017e96f176",
+ "siteRegistry": false,
+ "documentDate": "2016-09-22",
+ "receivedDate": "2019-01-02",
+ "uploadedDate": "2019-04-10",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "f7bbf81b-1683-47b0-850b-98e2b1ef72c9",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "f8d4a9c1-21b0-4f0f-8f4a-cd701baa8b35",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-02-15 (described on Site Profile dated 2019-02-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "97ecd84d-baf0-47c1-925d-3878560319e3",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-08-18 (described on Site Profile dated 2017-08-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "66edbe50-7e33-4ebf-b334-83901b7b86ec",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-12-07 (described on Site Profile dated 2019-12-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "cb31b651-00f5-4226-9fef-1756ee78bbbf",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-08-10 (described on Site Profile dated 2016-08-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "5439422b-1865-4a39-ac26-c91b0913c342",
+ "siteRegistry": true,
+ "dateNoted": "2022-09-26",
+ "parcelID": "15500",
+ "crownLandUsePIN": "15948",
+ "crownLandFileNumber": "16467",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 4 DISTRICT LOT 3 PLAN 3713"
+ },
+ {
+ "uuid": "ddf72de8-2254-48ad-bf7b-4494815fbb07",
+ "siteRegistry": false,
+ "dateNoted": "2017-07-11",
+ "parcelID": "17940",
+ "crownLandUsePIN": "19893",
+ "crownLandFileNumber": "20361",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 5 DISTRICT LOT 5 PLAN 6780"
+ },
+ {
+ "uuid": "1f2d36de-7ac6-4dc1-b90a-2ef831576f7c",
+ "siteRegistry": true,
+ "dateNoted": "2021-08-31",
+ "parcelID": "18676",
+ "crownLandUsePIN": "19165",
+ "crownLandFileNumber": "17643",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 3 DISTRICT LOT 4 PLAN 5539"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "280fb04d-992c-4917-b270-4ef8d0b9605f",
+ "siteRegistry": false,
+ "dateReceived": "2015-11-18",
+ "dateCompleted": "2015-03-15",
+ "dateEntered": "2014-09-15",
+ "dateRegistrar": "2015-03-04",
+ "dateLocalAuthorityReceived": "2023-09-11",
+ "summary": "Labore voluptatibus qui iusto vel rem itaque quaerat.\nEum autem dicta aut est expedita nobis commodi vel.\nNon magni voluptatem nam illum et maiores voluptatibus at asperiores.",
+ "informationUsed": "Id consectetur explicabo explicabo eos esse vel excepturi repudiandae consequatur.\nQuae incidunt impedit ea impedit asperiores.\nProvident aspernatur eveniet.\nDignissimos beatae vel consectetur cum maiores exercitationem.\nCupiditate assumenda non voluptates nesciunt delectus omnis sunt.",
+ "pastOrPresentOrders": "Veniam quisquam repellat.\nLabore id soluta excepturi rem inventore qui voluptas tempora quod.\nEnim dolor impedit eum autem id deserunt.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "2e11f9d4-a6c9-48d2-9e0c-fdcfd3a7103e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5a2228af-bad1-427f-afe7-5ecf81786469",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "78b191db-459e-4ea2-a921-20c8db472438",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "f2bd3661-f97c-4bdc-b391-dde913f10691",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DAUGHERTY-ROOB COLE",
+ "timestamp": "2021-09-07"
+ },
+ {
+ "uuid": "5ca81294-9bd1-4ded-b26d-36089da1a375",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DUBUQUE MONICA",
+ "timestamp": "2015-07-08"
+ },
+ {
+ "uuid": "2d24c20a-d107-4066-ade4-9c364f32d921",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SWANIAWSKI ENOCH",
+ "timestamp": "2019-02-25"
+ },
+ {
+ "uuid": "b50d7e85-35de-4ec4-a7c1-96638ab2b5cc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WARD-REICHERT QUINN",
+ "timestamp": "2023-06-03"
+ },
+ {
+ "uuid": "1c665f3b-63be-4dc3-bb15-f90474b131f3",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WEHNER MARCO",
+ "timestamp": "2023-04-27"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "26a45107-4934-41a7-b03d-44ebc7abd175",
+ "dateNoted": "2015-12-02",
+ "notes": "",
+ "parcelID": "19221",
+ "siteID": "15957",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "20aa3402-05fb-4b30-9702-b4aa83e60f3b",
+ "siteID": 19330,
+ "address": "2470 Oceane Branch",
+ "latitude": 55.5124,
+ "longitude": -127.8098,
+ "lastUpdated": "2021-05-20",
+ "city": "Troy",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/12177",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 883310,
+ 993235,
+ 3554858,
+ 3836802,
+ 7969600
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "6f3054e3-fe03-4a12-9cc4-71b004134893",
+ "createdAt": "2017-05-27",
+ "completed": "2018-09-04",
+ "initiated": "2015-10-05",
+ "ministryContact": "ONDRICKA ELYSSA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "24c59e73-f8af-4d5a-874a-fd9c1c5ce557",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2cb5d2fa-4a52-4067-aa47-69660005de5b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "58bbec07-3147-43aa-9ade-34ebf33a0698",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "543cbdf5-b7e4-44a2-a90f-ca3ff8d8e1b2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2d8c2e3d-47f7-4c63-a48a-b00c07003ab5",
+ "createdAt": "2017-03-07",
+ "completed": "2023-05-02",
+ "initiated": "2016-09-21",
+ "ministryContact": "ROHAN MARGARETT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f90a14bc-1f2c-4f56-beed-a51f218b0466",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "474f327a-07f8-48b8-b58e-95b2cedd51fa",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f218498c-f5c0-490e-8cf4-b1841342b7cb",
+ "createdAt": "2023-04-19",
+ "completed": "2015-01-17",
+ "initiated": "2019-01-25",
+ "ministryContact": "HACKETT JESUS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a4d8126e-900f-434f-9b61-50edfcab346a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c91cfd9a-db04-4626-9934-17f232692400",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bfe5a27b-3c1b-4931-a6d4-cb26d88996c8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "11c43bdf-0530-4847-8bd1-fd6f18e0c287",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f98e800b-6427-4c9b-947b-400bcf04b927",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "69aa6c19-dd42-44d4-baff-b54d3c97c587",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2014-08-26",
+ "startDate": "2016-07-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "031ed7f6-8077-4444-a616-06b09089a5f4",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-03-30",
+ "startDate": "2017-11-13",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6189c2bd-95a1-48c0-8b7e-01d2f05ef26c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-07-30",
+ "startDate": "2020-10-23",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "0d2b4c8d-39bd-43fb-9385-211cfab3392f",
+ "siteRegistry": false,
+ "documentDate": "2020-03-19",
+ "receivedDate": "2018-11-12",
+ "uploadedDate": "2020-01-27",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "f6a16c66-b33d-4e4e-9a67-4437b91ba8b2",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c4ef50ed-c6e4-402e-b0b4-0ef91a447d69",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e057d0ba-fa84-4451-8950-5e90e18aeb31",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "5d6523f5-1a37-45cd-a985-1904b873c7dc",
+ "siteRegistry": true,
+ "documentDate": "2016-04-24",
+ "receivedDate": "2014-01-18",
+ "uploadedDate": "2013-11-10",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "4bd54dc5-c754-4ad4-a32e-c3bf1386a391",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "37f1895d-486a-4a0d-97b3-6843aa3a4513",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "37189ab1-59fe-4be3-95ea-d2e5e9b109e3",
+ "siteRegistry": false,
+ "documentDate": "2015-08-06",
+ "receivedDate": "2017-07-05",
+ "uploadedDate": "2019-12-22",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "71b5a1da-adf8-4c16-98d1-10477e7851d2",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5442d97b-873b-447d-a52d-0e8c851e5571",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "b35f947c-2fab-42a3-aeba-e84eed09325e",
+ "siteRegistry": false,
+ "documentDate": "2017-02-17",
+ "receivedDate": "2022-02-23",
+ "uploadedDate": "2018-11-25",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "e5759a33-a3f2-4915-bd02-2c54b481b0f4",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "67e5214f-d6f7-4305-8b5e-c553f1d6aa42",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d822d535-7133-4873-b7d2-755c7ad42c00",
+ "siteRegistry": true,
+ "documentDate": "2019-06-26",
+ "receivedDate": "2022-09-28",
+ "uploadedDate": "2020-12-30",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "dc9c6b5e-5417-4902-802c-e228fe62030f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "15bae7db-c8ca-4481-9ca5-8d48cfb499c9",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-10-08 (described on Site Profile dated 2014-10-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "8cd14255-39a3-4ea3-b8d7-1ae7e7842f48",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-08-01 (described on Site Profile dated 2018-08-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "1310665c-c3a9-42a2-ac47-3e0c2e51b923",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-05-31 (described on Site Profile dated 2021-05-31)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "cade2906-f184-4ca4-b9a6-76628d04f104",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-12-02 (described on Site Profile dated 2013-12-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "d395c3ca-dce8-45e8-9f63-307b25e388a4",
+ "siteRegistry": false,
+ "dateNoted": "2021-05-15",
+ "parcelID": "19234",
+ "crownLandUsePIN": "19498",
+ "crownLandFileNumber": "16146",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 4 DISTRICT LOT 5 PLAN 4055"
+ },
+ {
+ "uuid": "dd439c11-a8c9-4421-aa30-f9f38ba15a3c",
+ "siteRegistry": true,
+ "dateNoted": "2015-07-18",
+ "parcelID": "19885",
+ "crownLandUsePIN": "19610",
+ "crownLandFileNumber": "17265",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 1 DISTRICT LOT 5 PLAN 3539"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "f8022f42-a8d3-49af-beab-7d4492725078",
+ "siteRegistry": true,
+ "dateReceived": "2020-10-27",
+ "dateCompleted": "2016-04-26",
+ "dateEntered": "2023-09-06",
+ "dateRegistrar": "2018-08-29",
+ "dateLocalAuthorityReceived": "2018-03-20",
+ "summary": "Sunt enim eveniet et hic hic tempore qui.\nDicta vitae delectus ea voluptatem.",
+ "informationUsed": "Occaecati aspernatur dolore ea quibusdam fuga libero vitae.\nQuos assumenda repudiandae optio possimus ad perferendis dolor aliquid.\nAnimi soluta alias numquam.\nOmnis quidem molestias vero cupiditate in facere et et vel.",
+ "pastOrPresentOrders": "Pariatur vel veritatis aspernatur quaerat perferendis dolorem ipsum laudantium.\nPerspiciatis provident architecto.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "d633d1cc-76b4-4112-b717-7afaa50d2b61",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "063078d5-c889-4bcb-8f4e-cd55b4c99908",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "18534a97-9c87-4504-80f0-a639e9b7a545",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "ef5dbd33-5e9b-4ee6-aba8-d63c5d127eb8",
+ "siteRegistry": false,
+ "dateReceived": "2014-01-02",
+ "dateCompleted": "2017-11-03",
+ "dateEntered": "2022-10-31",
+ "dateRegistrar": "2020-08-22",
+ "dateLocalAuthorityReceived": "2020-08-28",
+ "summary": "Fugiat libero ad cum natus atque veritatis.",
+ "informationUsed": "Dolore est temporibus voluptate temporibus quasi incidunt exercitationem.\nVeniam repellat dolore.\nIllum quam dolorem suscipit provident amet eligendi veritatis nostrum.",
+ "pastOrPresentOrders": "Fugiat voluptatibus unde.\nAutem consequuntur sunt fugit.\nReprehenderit enim qui explicabo assumenda.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "68973438-65c1-4764-9fa0-b67f3ffc9b76",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "73354366-6e71-44c4-90c1-c7fb41293978",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d70a5352-0af1-4c5c-bfb9-b809ba0b5122",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b0a7b644-5fad-47d1-8ef8-04e322db9397",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "3a64fb12-95fd-4aeb-b93c-2d7b3530f667",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERGE RACHELLE",
+ "timestamp": "2022-09-05"
+ },
+ {
+ "uuid": "b18d6050-e8b8-41a3-a484-8280cb6df6e9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRUICKSHANK ELOISA",
+ "timestamp": "2018-09-19"
+ },
+ {
+ "uuid": "a5bf27e7-79b5-45ce-ae31-0664c98f0730",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHULIST FERN",
+ "timestamp": "2015-12-20"
+ },
+ {
+ "uuid": "119a1353-0bc1-4bc1-ac56-415b3543ee48",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEHNER LETA",
+ "timestamp": "2017-02-13"
+ },
+ {
+ "uuid": "8bc7cd3f-4bad-4863-8643-7fdbb5ffe648",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LITTEL REYES",
+ "timestamp": "2020-05-03"
+ },
+ {
+ "uuid": "c744d4f7-f15d-479e-add1-b2181ae29120",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CORWIN PEARLINE",
+ "timestamp": "2016-01-13"
+ },
+ {
+ "uuid": "07274709-db25-45b8-be72-966bfa498784",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOZEY AURELIE",
+ "timestamp": "2018-04-04"
+ },
+ {
+ "uuid": "2466aa28-8c11-4b9f-a893-b9a1094bf0b3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHAEFER RUDY",
+ "timestamp": "2015-10-04"
+ },
+ {
+ "uuid": "c1a2188f-27ab-4e2b-b260-adf1bf7c020f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DECKOW EMELY",
+ "timestamp": "2022-04-29"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "a7826cc3-4e69-494c-a7d0-83ac09f3cd41",
+ "dateNoted": "2020-07-06",
+ "notes": "",
+ "parcelID": "20881",
+ "siteID": "15352",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9561eed0-2fb9-4117-8052-97c911933811",
+ "dateNoted": "2014-01-20",
+ "notes": "",
+ "parcelID": "20899",
+ "siteID": "19619",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b7ef8e10-30b7-4d34-ba8f-784c6b0927e4",
+ "dateNoted": "2021-07-20",
+ "notes": "",
+ "parcelID": "17751",
+ "siteID": "17562",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "653d92e2-9bc9-429c-b75f-0f14f5d12647",
+ "siteID": 19506,
+ "address": "35007 Harris Via",
+ "latitude": 49.4323,
+ "longitude": -131.4038,
+ "lastUpdated": "2015-07-13",
+ "city": "Lake Emmanuelle",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/16403",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5180533,
+ 6432397,
+ 3772914,
+ 5900814,
+ 7889932
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "62ea35bc-8f80-4d5e-a807-21e35c309374",
+ "createdAt": "2023-06-10",
+ "completed": "2014-06-18",
+ "initiated": "2015-09-14",
+ "ministryContact": "WATERS CIELO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "07dd7d37-5b58-4075-9f14-02060c664954",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6089ac13-2810-4366-b9b5-206788d97086",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2b191c44-5f92-4e5a-9b2a-d45dacaee66b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3ad47ae0-17a9-4457-99bd-d8a7bf6610ff",
+ "createdAt": "2022-09-29",
+ "completed": "2015-04-14",
+ "initiated": "2018-09-06",
+ "ministryContact": "MURPHY MARIAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3be70de6-6975-479b-882a-b280bc58eea6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f435a3fc-e1a9-433a-a787-bd418cd66278",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6c85f36a-c835-4e7b-8708-cb0f67502453",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0135aa11-cfd3-4ff9-8394-b8a68fc2405c",
+ "createdAt": "2015-11-06",
+ "completed": "2021-11-03",
+ "initiated": "2015-02-14",
+ "ministryContact": "O'KON KALEB",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d1dcd2f4-cd65-4e7e-baa3-f8816c791885",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5111bf8c-b9c0-4a73-94b5-49af0bbc54f1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "045f74e0-e91c-47d2-b752-b09b8d68e24f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "23bfe87a-9ba0-438a-a164-f10d867124c0",
+ "createdAt": "2014-07-11",
+ "completed": "2017-06-15",
+ "initiated": "2020-04-26",
+ "ministryContact": "BOSCO MYRA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f3edf2f3-4578-4690-9b3e-caa74bd89d64",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e5dcd36a-bbae-47ed-bf2b-73d4a74ebe67",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b52bcfcd-b2fd-41ce-8e56-dacbedc14b83",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "26b8c262-24b7-41b8-8edc-d3d07edd7d9d",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-11-16",
+ "startDate": "2018-04-23",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "13b84bf9-51be-4df0-9271-bbf10b787fe8",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-11-19",
+ "startDate": "2016-08-15",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "29572884-2574-498f-a93e-4c383485ff1c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-02-01",
+ "startDate": "2016-03-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "81260fec-6d6a-4e66-b1a0-e443f28eb637",
+ "siteRegistry": false,
+ "documentDate": "2021-05-25",
+ "receivedDate": "2016-06-19",
+ "uploadedDate": "2019-11-03",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "fbb2b2ec-9d4e-423c-a58b-39d5a3187e88",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "220f9cd5-f1e9-4e69-864c-ddf1fc97169c",
+ "siteRegistry": false,
+ "documentDate": "2017-06-18",
+ "receivedDate": "2016-06-20",
+ "uploadedDate": "2020-03-27",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "5c30c2ff-8825-44d7-81da-c27aca868510",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4e2a3513-8c71-4c84-9af4-e1e8ff775f8c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "96badc1c-2e72-4b4f-bf38-c5a945e305c2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "706e2ae7-2a1d-4d2b-b1e3-41d924af3056",
+ "siteRegistry": false,
+ "documentDate": "2023-03-11",
+ "receivedDate": "2016-06-09",
+ "uploadedDate": "2021-04-24",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "6b290fe1-059e-4184-ac4a-c9f405eec6f3",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "0482e6a1-4086-4995-b3a5-46f85c67d903",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-12-18 (described on Site Profile dated 2020-12-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "b7019f10-db1c-467e-8baf-0d0bd78ca2dc",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-06-14 (described on Site Profile dated 2017-06-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "c1ef9c39-8774-4ee0-af1f-8372acaeaea8",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-06-21 (described on Site Profile dated 2021-06-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "6dd3ef03-fafb-492e-ac1e-150bf8567487",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-04-21 (described on Site Profile dated 2019-04-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "584a1711-6a43-4c04-b499-b0f050cd1295",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-11-03 (described on Site Profile dated 2021-11-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "c9a485e1-495f-4363-96f2-f39df36c1766",
+ "siteRegistry": true,
+ "dateNoted": "2017-03-20",
+ "parcelID": "15889",
+ "crownLandUsePIN": "17173",
+ "crownLandFileNumber": "18678",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 2 DISTRICT LOT 2 PLAN 6797"
+ },
+ {
+ "uuid": "2289a8b4-1c8a-4be5-871b-d2da38aa9e95",
+ "siteRegistry": false,
+ "dateNoted": "2019-02-28",
+ "parcelID": "17475",
+ "crownLandUsePIN": "19441",
+ "crownLandFileNumber": "17914",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 4 DISTRICT LOT 3 PLAN 9667"
+ },
+ {
+ "uuid": "9e3bd7b3-e2df-4068-b602-e8f87e679266",
+ "siteRegistry": false,
+ "dateNoted": "2017-03-27",
+ "parcelID": "18367",
+ "crownLandUsePIN": "20791",
+ "crownLandFileNumber": "19210",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 3 DISTRICT LOT 4 PLAN 9738"
+ },
+ {
+ "uuid": "ffd83da8-59c0-4740-9e9b-7e7e2cab2055",
+ "siteRegistry": false,
+ "dateNoted": "2023-09-29",
+ "parcelID": "15228",
+ "crownLandUsePIN": "17233",
+ "crownLandFileNumber": "19994",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 1 DISTRICT LOT 3 PLAN 3326"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "c5e14000-2a87-4282-8aff-27825604173e",
+ "siteRegistry": false,
+ "dateReceived": "2019-03-10",
+ "dateCompleted": "2022-10-07",
+ "dateEntered": "2023-09-17",
+ "dateRegistrar": "2022-01-10",
+ "dateLocalAuthorityReceived": "2015-04-04",
+ "summary": "Quibusdam repellendus animi tenetur.",
+ "informationUsed": "Quasi veritatis inventore ipsum in nostrum nulla molestias repellendus voluptatum.\nAccusamus sint fuga sunt.\nFacere nemo repudiandae eum.\nEsse voluptates saepe sed saepe fugiat.",
+ "pastOrPresentOrders": "Expedita ducimus consectetur similique illo veritatis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "66909b8f-d91b-47fe-bcee-998221beba11",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c7e4c1d8-16c5-4efb-9db9-fd427620133d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ac18fbf2-10a5-4270-ab51-2a00b705730f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "e98ec8ac-4442-4db0-9c05-9772fac97e48",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEDNER KEARA",
+ "timestamp": "2017-07-02"
+ },
+ {
+ "uuid": "05c98b7d-ec21-4a07-9fc2-87d16d56376d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SKILES LLEWELLYN",
+ "timestamp": "2015-11-23"
+ },
+ {
+ "uuid": "44f39709-2f67-48da-be8c-23be781ac718",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEHNER SAMMIE",
+ "timestamp": "2021-12-12"
+ },
+ {
+ "uuid": "d6ded052-b12d-494e-a100-5f3818f0edae",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WISOKY DANA",
+ "timestamp": "2020-05-27"
+ },
+ {
+ "uuid": "c01a2cc6-2e02-4afd-9c37-031de80e673a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HALEY LUE",
+ "timestamp": "2017-11-07"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "cddfa8d7-dbcd-477d-ae8f-00464823002c",
+ "dateNoted": "2015-12-15",
+ "notes": "",
+ "parcelID": "17644",
+ "siteID": "15402",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d8594657-9be2-44b5-a532-614abdc1418a",
+ "dateNoted": "2014-12-03",
+ "notes": "",
+ "parcelID": "18096",
+ "siteID": "15218",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a52e1f7c-60ee-49ab-8d7a-6b5e61989fab",
+ "dateNoted": "2020-01-06",
+ "notes": "",
+ "parcelID": "19236",
+ "siteID": "19065",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "3e114e4e-c4ea-42ff-9345-fefa4a40290d",
+ "siteID": 19360,
+ "address": "5597 MacGyver Ville",
+ "latitude": 48.7072,
+ "longitude": -134.8463,
+ "lastUpdated": "2014-02-07",
+ "city": "Fort Tremaine",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/5572",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7964896,
+ 7775535,
+ 3845030,
+ 5203852,
+ 7691139
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "d50a59a5-fcb9-4741-829a-b197656ffa1e",
+ "createdAt": "2019-05-03",
+ "completed": "2019-07-31",
+ "initiated": "2021-12-29",
+ "ministryContact": "LAKIN JO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3848e440-fd7e-4d47-943a-34dab8b8ac8e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bbbb79a4-5e7a-4731-873c-27214cd79e07",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0d1b8e3f-8a1b-4f67-85af-58e9e1c68f30",
+ "createdAt": "2014-12-04",
+ "completed": "2017-06-13",
+ "initiated": "2015-10-13",
+ "ministryContact": "WOLFF BARRETT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7ea35489-73f3-423d-aee4-c1590d397c41",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8008d03a-dddb-4c44-8ed7-6ddf8c4a4ed0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "c330f3ce-efd5-4fd1-9552-1de8f795c17f",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-12-21",
+ "startDate": "2021-07-30",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "33d100aa-0061-49ca-b46d-4e0576e9bd5b",
+ "name": "IPSUM",
+ "endDate": "2017-06-11",
+ "startDate": "2017-04-06",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dd28ca3c-416a-4ea1-a8e1-f36b38a701e9",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-03-27",
+ "startDate": "2017-10-06",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "123a38ff-0f75-4fd4-8ba3-e7170b9162ce",
+ "siteRegistry": false,
+ "documentDate": "2014-04-13",
+ "receivedDate": "2021-09-15",
+ "uploadedDate": "2017-12-31",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "c551f3be-9f40-4119-b3e3-855a0aaf8bf5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7a763a18-1cb3-4544-802c-df08de9e2416",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "790d0359-0558-44ea-b671-d71f57631ddd",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-10-09 (described on Site Profile dated 2021-10-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "514755a2-0404-418e-9377-745ac43c1ee2",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-05-08 (described on Site Profile dated 2015-05-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "abb0cda5-b8a2-44b3-aff3-3964cec6f8c2",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-06-15 (described on Site Profile dated 2021-06-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "24d97f5e-810b-49e8-9a42-677d81d29a4b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-10-04 (described on Site Profile dated 2016-10-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "c662dbab-816f-408f-b877-e523363fa00d",
+ "siteRegistry": false,
+ "dateNoted": "2019-11-22",
+ "parcelID": "20788",
+ "crownLandUsePIN": "18298",
+ "crownLandFileNumber": "18628",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 5 DISTRICT LOT 5 PLAN 7502"
+ },
+ {
+ "uuid": "50edff6e-abc8-4153-b99e-5e78d6bf5d1e",
+ "siteRegistry": false,
+ "dateNoted": "2018-10-23",
+ "parcelID": "16980",
+ "crownLandUsePIN": "19836",
+ "crownLandFileNumber": "18445",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 2 DISTRICT LOT 1 PLAN 6500"
+ },
+ {
+ "uuid": "553c08bb-732b-4d52-a5ac-58b08e8d5e83",
+ "siteRegistry": false,
+ "dateNoted": "2023-01-31",
+ "parcelID": "19028",
+ "crownLandUsePIN": "15239",
+ "crownLandFileNumber": "15279",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 5 DISTRICT LOT 4 PLAN 8640"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "eeeaf083-187d-455e-8318-911813870c5f",
+ "siteRegistry": true,
+ "dateReceived": "2020-06-19",
+ "dateCompleted": "2015-07-23",
+ "dateEntered": "2016-12-19",
+ "dateRegistrar": "2023-01-07",
+ "dateLocalAuthorityReceived": "2017-06-02",
+ "summary": "Veritatis nulla adipisci expedita.\nExplicabo iure labore unde.",
+ "informationUsed": "Dolor cupiditate labore cupiditate.\nPariatur sed in nisi temporibus sit corrupti quos.\nRepudiandae tenetur similique earum iure natus necessitatibus ex.",
+ "pastOrPresentOrders": "Tempore at rerum at ab dolor repellat voluptatum iste quae.\nAtque eos architecto illo.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "7588eb49-872b-43d1-9635-8f16a97ac3af",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2b8445c3-01a0-4556-beef-3fc54da0a230",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2c3c7549-08ae-4c6c-9958-781a2c03113f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c9b880f0-7e24-4c62-a161-80f50bd4cbc8",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "27a22f03-e32b-4d47-93db-316c75b250c0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WUNSCH TERESA",
+ "timestamp": "2017-08-29"
+ },
+ {
+ "uuid": "eb8f49e4-fc65-4488-b62e-b3f54b5800f5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "EFFERTZ TAUREAN",
+ "timestamp": "2018-06-11"
+ },
+ {
+ "uuid": "2374d3da-4e01-471e-9f1c-52366881b900",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROOB KYRA",
+ "timestamp": "2015-08-01"
+ },
+ {
+ "uuid": "ea587c98-d274-4459-a656-9bd476372b72",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BRAUN DAVE",
+ "timestamp": "2021-12-03"
+ },
+ {
+ "uuid": "192d4cc1-f365-4dda-b130-cc7ed0f5f44f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOGAN AUTUMN",
+ "timestamp": "2020-06-29"
+ },
+ {
+ "uuid": "30e3d240-e02e-4f95-a99a-2b2792c0fad5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HODKIEWICZ DEREK",
+ "timestamp": "2020-03-04"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "fda9f5f6-3132-41ca-bddd-6f80f76c5b56",
+ "dateNoted": "2015-01-27",
+ "notes": "",
+ "parcelID": "16197",
+ "siteID": "15499",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2c8ab9b3-50f1-470e-bb9d-4b78b9996445",
+ "dateNoted": "2017-09-22",
+ "notes": "",
+ "parcelID": "20158",
+ "siteID": "19056",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b5a09864-fe5d-43aa-816c-febe8ba95cda",
+ "dateNoted": "2023-08-14",
+ "notes": "",
+ "parcelID": "19608",
+ "siteID": "19619",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "b6d17dd9-a06b-43fc-89b4-b0c11efa1e57",
+ "siteID": 20880,
+ "address": "859 Turcotte Brooks",
+ "latitude": 53.8512,
+ "longitude": -134.068,
+ "lastUpdated": "2021-10-17",
+ "city": "Hyattchester",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/14566",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1708254,
+ 6258036,
+ 9484763,
+ 4678620,
+ 5345269
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "80ff3b0b-1051-4618-8cbb-0a1955fade0c",
+ "createdAt": "2021-03-30",
+ "completed": "2018-06-20",
+ "initiated": "2017-07-18",
+ "ministryContact": "HUDSON ISABELL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "697f5937-7c10-417b-823f-e48d6712ddb3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e323a5cc-c4fa-4635-8072-4613208d5015",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1e732b02-3c62-4549-aa42-e710be718005",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "246a965f-46eb-4920-8ed5-445f6f12bb0f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2eda3102-f471-4ef6-9cf8-5e06849ded91",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3f9eda31-3123-489e-87db-9f0e0160e4ae",
+ "createdAt": "2023-08-26",
+ "completed": "2015-08-31",
+ "initiated": "2014-01-20",
+ "ministryContact": "GUTKOWSKI FLO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "088237d8-798f-40da-b5f6-db45fcf04c0d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "932b7f89-cac1-4e29-8897-1d8708b94f39",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f4f48795-1dd7-403c-be4a-f9872c381947",
+ "createdAt": "2017-11-15",
+ "completed": "2021-04-02",
+ "initiated": "2022-11-27",
+ "ministryContact": "JONES HELENE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3d75bedb-fcd7-4d7a-ba60-3f5f3cea2f31",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ffd171fb-b035-4d68-8d58-92b01c1ffb3c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bfdd4b72-1d45-4f95-bf04-fcf1a328d52d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "46b2bed0-9ee1-4cbd-b108-104b3ba0df33",
+ "createdAt": "2013-12-14",
+ "completed": "2020-11-28",
+ "initiated": "2014-03-16",
+ "ministryContact": "MCDERMOTT NEDRA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ce428d95-7e07-463c-b346-fe9b69786d7b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "70cd83f3-327a-41c4-93f8-22dbaebe6d7e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c59503c3-ecee-4dc0-b6c0-7c37164a5bf8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "fd7ea9da-04e9-4443-82af-5b03fcbb6af3",
+ "name": "IPSUM",
+ "endDate": "2020-09-20",
+ "startDate": "2022-04-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "96b792ac-9e23-4d4e-b8fb-d7b9683b0de7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-07-08",
+ "startDate": "2020-01-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fa01eef2-029c-4c05-ac62-50aeba6e6cd1",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-08-01",
+ "startDate": "2022-06-20",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "bc67e4a2-4432-431b-b5b4-19037b00ae23",
+ "siteRegistry": false,
+ "documentDate": "2023-04-15",
+ "receivedDate": "2017-01-25",
+ "uploadedDate": "2017-02-28",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "dccb63cd-46af-424a-9c15-0a1aa55523f4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "426d0e77-563e-4f3d-aba3-6423b249226d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "185736f7-ed2d-4d5d-bc5e-167e72f85b69",
+ "siteRegistry": false,
+ "documentDate": "2022-03-29",
+ "receivedDate": "2020-06-02",
+ "uploadedDate": "2019-08-24",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "0c43840c-9668-4850-bb83-02a42dcf88db",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4564719f-6fc1-4035-b5d2-65297bacac93",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "220fe8ae-85c6-43f4-b185-0987a169f928",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "5384faba-7b85-4fe6-b6af-394d1e439e2e",
+ "siteRegistry": false,
+ "documentDate": "2014-07-22",
+ "receivedDate": "2020-12-20",
+ "uploadedDate": "2014-11-09",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "151c3622-6f84-4c38-b99f-cfe81f206582",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a0abfb1c-109f-4311-9922-5deb1d5196c8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "39755a37-0c65-4a52-b2bb-b0a1a3a9c5bc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "a4560264-3496-4198-b4ee-beae54a7dbe9",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-02-18 (described on Site Profile dated 2016-02-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "2568f0ee-7f33-4de1-8a03-515ff29e9ec7",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-11-27 (described on Site Profile dated 2019-11-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "4d1d734d-5e85-424a-9de3-3a028651c190",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-04-15 (described on Site Profile dated 2020-04-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "f880323f-2ae5-4534-847f-acfdc9c13b7b",
+ "siteRegistry": false,
+ "dateNoted": "2017-02-27",
+ "parcelID": "17440",
+ "crownLandUsePIN": "15785",
+ "crownLandFileNumber": "17551",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 5 DISTRICT LOT 1 PLAN 8069"
+ },
+ {
+ "uuid": "7f3e5d0f-7a6a-4beb-8687-48dd8077a58f",
+ "siteRegistry": true,
+ "dateNoted": "2022-09-27",
+ "parcelID": "19959",
+ "crownLandUsePIN": "16389",
+ "crownLandFileNumber": "19914",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 5 DISTRICT LOT 4 PLAN 7078"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "88fa3cdf-ba99-4991-979d-44f08f36cf9c",
+ "siteRegistry": true,
+ "dateReceived": "2018-04-16",
+ "dateCompleted": "2022-12-19",
+ "dateEntered": "2019-12-26",
+ "dateRegistrar": "2022-09-08",
+ "dateLocalAuthorityReceived": "2014-09-27",
+ "summary": "Voluptates reprehenderit molestiae fugit explicabo esse animi.\nMinus tempore rem fugit.",
+ "informationUsed": "Consectetur labore in labore incidunt consequatur rem.\nIn aut aliquid nihil beatae velit.\nDebitis tempore iure quidem iure voluptates recusandae dicta cupiditate.\nNobis nam consequatur sed commodi excepturi ullam explicabo.",
+ "pastOrPresentOrders": "Exercitationem quis ea vitae.\nTotam error optio fuga quos molestiae.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "3946d9a5-5cf3-4c2a-b8eb-da2ccdd79760",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "39042e2f-5643-43de-b843-55f0cc109105",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "38dcdc4b-1255-413d-916e-266ebb856525",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "907b3ffa-edd9-43fa-815e-4145535788a8",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "23a14e0b-7fdb-4ea7-8f3f-c57b0b955c2a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NIENOW IMMANUEL",
+ "timestamp": "2020-01-14"
+ },
+ {
+ "uuid": "6e09053d-b14b-42ca-972a-f336e048e2be",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEER EVERT",
+ "timestamp": "2015-08-27"
+ },
+ {
+ "uuid": "bd350244-a142-4659-b936-08cd1d6c5de8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NICOLAS MALACHI",
+ "timestamp": "2016-08-25"
+ },
+ {
+ "uuid": "eb6f5a0d-2663-4874-9583-1c524a636a8f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WEST DANYKA",
+ "timestamp": "2021-04-23"
+ },
+ {
+ "uuid": "c281b111-1a0a-403e-a319-788d8376e289",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SPENCER LILLA",
+ "timestamp": "2023-03-09"
+ },
+ {
+ "uuid": "a90e7b29-d646-4c36-83d4-93c78864413f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUSTER ELISA",
+ "timestamp": "2017-03-03"
+ },
+ {
+ "uuid": "ef3c24ef-82c3-46c4-b50d-0d43e457bf1a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TURCOTTE TIERRA",
+ "timestamp": "2018-06-26"
+ },
+ {
+ "uuid": "5d78b0d2-6ad8-4d70-97c8-217b45b3935c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MANN-KERLUKE MAUREEN",
+ "timestamp": "2016-10-21"
+ },
+ {
+ "uuid": "97d36994-67a7-44f0-864c-cde4b66318a5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERNIER ARA",
+ "timestamp": "2023-07-19"
+ },
+ {
+ "uuid": "2dfc3fa8-f010-4d34-acde-959b5c3d8d51",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MACGYVER AKEEM",
+ "timestamp": "2018-03-28"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "3996da26-e765-4357-9e16-f236e627d11d",
+ "dateNoted": "2017-03-11",
+ "notes": "",
+ "parcelID": "18809",
+ "siteID": "19485",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "4f9df3a2-bb69-484a-bbf5-546a2c029848",
+ "siteID": 18354,
+ "address": "7203 Homenick Wall",
+ "latitude": 52.9514,
+ "longitude": -121.8936,
+ "lastUpdated": "2017-10-18",
+ "city": "North Alysa",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/7842",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 2920400,
+ 1326518,
+ 3367986,
+ 6697545,
+ 9478259
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "9b088ab0-e2ad-4514-96ab-fe53de56afe2",
+ "createdAt": "2021-10-13",
+ "completed": "2017-05-02",
+ "initiated": "2021-04-02",
+ "ministryContact": "TREUTEL ARACELY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8f9c454d-b162-45c8-8e0f-2c9b346f8c07",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "92f7c5fd-ad93-45de-aa8f-0382a7dcf330",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4c46091c-9fd5-457f-9ad8-50e6ce4a39b0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "83ea6290-e691-4acf-94c9-68d0949bacc1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8255370f-3965-491d-a291-644ea84611e0",
+ "createdAt": "2017-09-22",
+ "completed": "2023-05-09",
+ "initiated": "2019-07-19",
+ "ministryContact": "VANDERVORT FATIMA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "66fb9388-970a-4495-b0f3-34f2ce574e16",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a36e507f-ab9c-456a-8ad1-3ce76e6b6858",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f23cc7d6-d05a-4f36-87c2-b14bf0241e53",
+ "createdAt": "2017-05-25",
+ "completed": "2018-04-07",
+ "initiated": "2020-02-25",
+ "ministryContact": "FEEST ADAH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3108e23e-eafa-43ef-a555-bb32c1eab092",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "00031411-67cb-450f-b6ca-1601a5df2207",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c72395e9-8fe9-483c-a5ca-fc0099021e35",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b6bce2cf-1dea-4396-9b35-bf6ea2fe6db0",
+ "createdAt": "2023-08-14",
+ "completed": "2021-08-23",
+ "initiated": "2016-09-03",
+ "ministryContact": "POWLOWSKI REBEKAH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1c019627-1383-41d0-be40-2762da5370ad",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "36922a93-600f-4856-8392-0eabfbc5fb69",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5d8a8222-7f38-4721-a4d4-33f595d45ca7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "e6ea4b0a-42dd-4c39-83c0-dbc0bfd9e4ec",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-04-30",
+ "startDate": "2015-05-26",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b065245d-1fad-46ba-807c-6d2c860d9413",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-03-18",
+ "startDate": "2022-09-02",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "a30ab30f-453f-4222-96b5-3fe449de1bcc",
+ "siteRegistry": false,
+ "documentDate": "2016-03-02",
+ "receivedDate": "2018-10-06",
+ "uploadedDate": "2016-11-22",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "3a1b3838-7018-4c46-86d7-b3528dd28da7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "cc398ce3-2160-403c-bd43-4ab60c405db8",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "fd9a03e1-489c-495d-b80d-a86a7b2cf83a",
+ "siteRegistry": true,
+ "documentDate": "2017-06-24",
+ "receivedDate": "2019-12-30",
+ "uploadedDate": "2021-11-21",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "0d9e0121-2994-47c7-af4b-05065580de3b",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "6e3eae9e-4610-45b6-ba6b-283f9087d5d4",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "75283d64-6bc5-40bc-a838-550023f0f1ff",
+ "siteRegistry": true,
+ "documentDate": "2020-08-02",
+ "receivedDate": "2022-09-30",
+ "uploadedDate": "2020-09-24",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "8df84743-8215-4d4f-ad83-aa1ce2500db5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e1a3c8b9-2e4f-4135-9f95-8c19cf6d3f05",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b6c08971-6248-4861-b690-92150a292d76",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "b79061ad-e6d4-4222-aa1e-222de9b1de6b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-03-06 (described on Site Profile dated 2016-03-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f9418ec4-5e46-4f37-a32c-fca0f7b6d465",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-05-02 (described on Site Profile dated 2019-05-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "43f471e2-81ec-497b-81c8-ef830e7f5844",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-08-08 (described on Site Profile dated 2017-08-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "f13cd671-ab72-4a3b-a9b2-aa409173209a",
+ "siteRegistry": true,
+ "dateNoted": "2015-06-24",
+ "parcelID": "16557",
+ "crownLandUsePIN": "16273",
+ "crownLandFileNumber": "20492",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 3 DISTRICT LOT 4 PLAN 8070"
+ },
+ {
+ "uuid": "83231691-62e4-48c9-a453-f7507adf8d27",
+ "siteRegistry": false,
+ "dateNoted": "2017-03-18",
+ "parcelID": "18651",
+ "crownLandUsePIN": "20153",
+ "crownLandFileNumber": "20478",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 5 DISTRICT LOT 1 PLAN 5902"
+ },
+ {
+ "uuid": "4fdcc213-84d9-4b0d-9c15-629db3c68b02",
+ "siteRegistry": false,
+ "dateNoted": "2016-01-10",
+ "parcelID": "19822",
+ "crownLandUsePIN": "18470",
+ "crownLandFileNumber": "18992",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 1 DISTRICT LOT 1 PLAN 4063"
+ },
+ {
+ "uuid": "dcfb3aaf-5031-4c3b-8d94-17f242cdfaee",
+ "siteRegistry": false,
+ "dateNoted": "2022-01-16",
+ "parcelID": "20771",
+ "crownLandUsePIN": "16308",
+ "crownLandFileNumber": "16308",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 5 DISTRICT LOT 3 PLAN 5554"
+ },
+ {
+ "uuid": "7c43a1fe-f34e-4e1c-9dfe-b854b5d928d5",
+ "siteRegistry": true,
+ "dateNoted": "2016-12-11",
+ "parcelID": "17072",
+ "crownLandUsePIN": "17076",
+ "crownLandFileNumber": "17451",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 3 DISTRICT LOT 4 PLAN 6344"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "1a024c20-c9d7-41a2-a5bb-f89ce75d3990",
+ "siteRegistry": true,
+ "dateReceived": "2017-06-21",
+ "dateCompleted": "2019-11-18",
+ "dateEntered": "2021-01-10",
+ "dateRegistrar": "2023-02-02",
+ "dateLocalAuthorityReceived": "2016-12-09",
+ "summary": "Unde ipsum corporis perferendis assumenda repellendus culpa magnam laboriosam.",
+ "informationUsed": "Architecto earum odio ratione necessitatibus corporis ducimus eaque.\nNostrum error dolorem laudantium eveniet ipsam repellat et.\nQuam fuga in reprehenderit fugit esse dolorum possimus.\nVeniam quam laborum nesciunt nihil ipsum incidunt.",
+ "pastOrPresentOrders": "Asperiores commodi molestiae nobis debitis dicta possimus.\nAsperiores aperiam vero id suscipit officiis aut suscipit sint.\nDoloribus nostrum dolorum consequatur similique rem exercitationem magnam perferendis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "feab09c5-400a-4267-9a09-ebf7d40cd22b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "39713a4e-b3ac-40be-afda-5ceae14f86e7",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "9b582292-8906-442a-8166-a0a75371b0db",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAMMES CAROLINE",
+ "timestamp": "2020-01-23"
+ },
+ {
+ "uuid": "bd988d1d-3029-4e6a-bbb1-3df6920803ac",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SWIFT GIOVANNA",
+ "timestamp": "2013-12-06"
+ },
+ {
+ "uuid": "54c0a3ba-8ece-4ee2-8703-9a737d01899e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUMM DION",
+ "timestamp": "2020-04-12"
+ },
+ {
+ "uuid": "11571c18-cc42-406e-98e7-d32b1d673bfa",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOELPIN MARTINE",
+ "timestamp": "2016-08-22"
+ },
+ {
+ "uuid": "2240a185-7408-4042-ab38-438c4938b19a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GERHOLD LAWSON",
+ "timestamp": "2016-03-04"
+ },
+ {
+ "uuid": "b83ea912-7c39-4322-87b2-43cb065d546d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MEDHURST CECELIA",
+ "timestamp": "2015-04-25"
+ },
+ {
+ "uuid": "e5dff480-2daf-42eb-aeca-af8782047170",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KLEIN LORENA",
+ "timestamp": "2017-04-29"
+ },
+ {
+ "uuid": "cdccf5a8-6239-4bac-9a80-36ac92e993b2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOWE JADA",
+ "timestamp": "2021-12-27"
+ },
+ {
+ "uuid": "8d365792-e571-444e-bb6a-a2aec99607fc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NADER ORLAND",
+ "timestamp": "2023-07-24"
+ },
+ {
+ "uuid": "50892b4a-358f-4085-a5a9-c5baa840b2a4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEANNON-DUBUQUE HOLLIE",
+ "timestamp": "2022-04-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "6f36e90a-0ff0-47ad-890b-53f63ad96f67",
+ "dateNoted": "2017-10-12",
+ "notes": "",
+ "parcelID": "18153",
+ "siteID": "15218",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "05f47b73-41ea-4423-b68d-7d184ae461a5",
+ "siteID": 20786,
+ "address": "102 Balistreri Hill",
+ "latitude": 49.497,
+ "longitude": -122.8709,
+ "lastUpdated": "2018-04-08",
+ "city": "Missouristead",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/10970",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8236580,
+ 4516832,
+ 2135872,
+ 5739581,
+ 5858297
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "a29a69bf-23f8-448a-bd36-04ca16919cbc",
+ "createdAt": "2019-04-05",
+ "completed": "2015-06-23",
+ "initiated": "2017-11-04",
+ "ministryContact": "ZBONCAK CLARABELLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "20fbfe97-e864-4f5d-8449-3c6879d01dd7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "662f4dc0-7118-4d2c-9e22-2f1399f5e0e1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5106312a-c9b6-4fd4-b318-e38320dfcc56",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "54beacb0-75a6-4894-a2b9-966f56710a4a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "382454cf-92d6-4e3b-97e6-4ca41d8a7998",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "14908b26-f814-4c23-bf09-0ba96fbaf000",
+ "createdAt": "2020-10-11",
+ "completed": "2023-03-06",
+ "initiated": "2015-03-30",
+ "ministryContact": "ROBERTS FREEDA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7eb79c39-3881-4a0f-ac54-110dcd7250fc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "098ac59f-5d7b-4614-9a14-94f821a20d96",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d425bbb4-ef7c-4581-9ab8-11981f101095",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "29734e64-ba9d-4bef-b592-1741ae7fb3ca",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c9ecc585-b945-49e0-aff6-704b779f0a0f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "c35f8372-548c-4539-b0eb-ab2e61f956cd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-05-29",
+ "startDate": "2016-09-02",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3290ba66-2760-4737-bac7-9eb124515a69",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-07-24",
+ "startDate": "2018-06-15",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c5031a30-7c96-48c1-9829-94a7475d6640",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-11-02",
+ "startDate": "2023-09-26",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b8ba5891-b288-4939-99fc-ca6ebf7302b0",
+ "name": "IPSUM",
+ "endDate": "2014-01-30",
+ "startDate": "2016-08-19",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "79c4e94e-fb68-4ff6-8366-bf1fada500ff",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-08-07",
+ "startDate": "2017-02-16",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "8be31972-de41-4eaa-b920-b13992ab9ce7",
+ "siteRegistry": false,
+ "documentDate": "2013-10-20",
+ "receivedDate": "2023-01-25",
+ "uploadedDate": "2023-01-08",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "5900d6f8-4a9f-42ad-ba02-6909e1f9ee5b",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "44064709-f9f7-47a7-bbea-26b40d107b68",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "7e524b7e-3f74-41d2-8701-70693a10c8fc",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-04-06 (described on Site Profile dated 2023-04-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "245ff198-9f9e-4f11-8730-a610b95a00d6",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-10-10 (described on Site Profile dated 2023-10-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "4c7d1dc5-b0c3-484e-81ff-9b4063cb574d",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-11-24 (described on Site Profile dated 2014-11-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "8b4cf325-ad95-4ce2-9cde-6a9889403a4f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-12-27 (described on Site Profile dated 2013-12-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "4b4d980b-5d12-453d-98e7-7b30c8d84af0",
+ "siteRegistry": false,
+ "dateNoted": "2014-06-05",
+ "parcelID": "16257",
+ "crownLandUsePIN": "19013",
+ "crownLandFileNumber": "20537",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 1 DISTRICT LOT 4 PLAN 8742"
+ },
+ {
+ "uuid": "e6603bd4-bb06-4eef-b1a2-777ee60ff8d0",
+ "siteRegistry": false,
+ "dateNoted": "2015-03-18",
+ "parcelID": "15397",
+ "crownLandUsePIN": "20868",
+ "crownLandFileNumber": "20021",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 2 DISTRICT LOT 5 PLAN 4417"
+ },
+ {
+ "uuid": "75ce1517-4633-4af9-99b1-88753e12aac4",
+ "siteRegistry": false,
+ "dateNoted": "2016-10-29",
+ "parcelID": "17737",
+ "crownLandUsePIN": "18269",
+ "crownLandFileNumber": "19082",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 1 DISTRICT LOT 2 PLAN 9763"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "18d75c7f-e213-494e-91e8-b97edb9cd844",
+ "siteRegistry": false,
+ "dateReceived": "2021-05-12",
+ "dateCompleted": "2021-02-27",
+ "dateEntered": "2019-06-21",
+ "dateRegistrar": "2014-06-14",
+ "dateLocalAuthorityReceived": "2014-03-19",
+ "summary": "Esse facere ratione iste aut laborum minima dolorum.\nEligendi exercitationem veniam est tempore amet a praesentium.\nQui exercitationem itaque incidunt distinctio eveniet dolor in.",
+ "informationUsed": "Similique iusto quod sunt ex placeat iste modi corrupti aperiam.\nNon nulla iste harum aliquid voluptatum voluptate laboriosam quas neque.\nAtque earum sapiente ipsa.",
+ "pastOrPresentOrders": "Mollitia culpa minima voluptatem molestias rerum voluptatibus facere molestias.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "c6543f72-d5f9-41ce-bc0f-62a4ef8e174a",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7e9d7a79-4ca5-4609-b1a5-afa64f5446d6",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "00aa4006-b085-43bf-b396-3ae7508c3d66",
+ "siteRegistry": false,
+ "dateReceived": "2022-06-02",
+ "dateCompleted": "2022-11-13",
+ "dateEntered": "2020-05-27",
+ "dateRegistrar": "2021-12-12",
+ "dateLocalAuthorityReceived": "2014-11-13",
+ "summary": "Possimus voluptate corporis maiores facilis dolores deserunt accusantium modi.",
+ "informationUsed": "Assumenda quis laborum ad vel alias.\nDignissimos perspiciatis est culpa omnis explicabo beatae eaque voluptas fuga.\nPlaceat laborum temporibus ullam vel a sapiente esse.\nRepellendus nihil maiores commodi quam eum excepturi numquam quae.",
+ "pastOrPresentOrders": "Modi consequatur quia harum laborum quaerat eius ex quod temporibus.\nSequi voluptates perferendis nihil mollitia omnis consequuntur.\nVeniam inventore labore perspiciatis expedita sequi saepe.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "d52ef5c8-1eaf-4544-9b06-1f4efdf67e73",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "76e9eac8-408b-4073-92df-630c343a33c9",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cf7ca8b2-55c2-479b-8a3b-96f6286c832d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8820e4c1-75e1-4dca-968d-6be9d9256b0a",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "f95c3491-551b-40a5-a13a-e6d7be986ad6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "EMMERICH JENSEN",
+ "timestamp": "2015-02-03"
+ },
+ {
+ "uuid": "b658b217-e31c-4ac9-902b-d08efc1d1962",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MITCHELL ASA",
+ "timestamp": "2018-10-12"
+ },
+ {
+ "uuid": "842f87e6-a5eb-4675-8a69-7af3a6df1b78",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAHN GIUSEPPE",
+ "timestamp": "2018-06-15"
+ },
+ {
+ "uuid": "d1d4c5ed-f04b-4e0d-8bb5-27a59962d6f9",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SATTERFIELD GLADYCE",
+ "timestamp": "2014-07-23"
+ },
+ {
+ "uuid": "b9bf85ed-4220-4678-842c-ce5dbf78a536",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUHN GEORGE",
+ "timestamp": "2018-08-15"
+ },
+ {
+ "uuid": "91501e34-7f52-4325-8c9e-2fde06e83095",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TORP ETHAN",
+ "timestamp": "2021-12-22"
+ },
+ {
+ "uuid": "554ea49f-9e1d-46ce-a6d6-8d5abc43fb9a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FADEL ELISA",
+ "timestamp": "2014-10-04"
+ },
+ {
+ "uuid": "40e26ddc-c1d5-4ff7-8b9d-73b77d95e211",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MITCHELL SPENCER",
+ "timestamp": "2017-06-11"
+ },
+ {
+ "uuid": "ea997adf-cbf5-40a3-9c1d-25090c71d7f2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HETTINGER CLEMENS",
+ "timestamp": "2021-03-29"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "3afaff3f-697f-421d-8221-6b00a41e686b",
+ "dateNoted": "2020-08-22",
+ "notes": "",
+ "parcelID": "18558",
+ "siteID": "16454",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "aace19ab-821f-47d6-b5ae-1999c38300f4",
+ "dateNoted": "2022-04-06",
+ "notes": "",
+ "parcelID": "17011",
+ "siteID": "16129",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fa511eab-a552-445a-9fe5-8711ddfd18ff",
+ "dateNoted": "2020-01-30",
+ "notes": "",
+ "parcelID": "16981",
+ "siteID": "17686",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "529242d2-dcab-4645-9086-862cc63e701b",
+ "siteID": 17033,
+ "address": "77824 Edmund Trail",
+ "latitude": 53.8353,
+ "longitude": -121.9409,
+ "lastUpdated": "2017-04-03",
+ "city": "East Kasey",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/7908",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8717147,
+ 2428833,
+ 1513827,
+ 6623363,
+ 7052324
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "50bfb32d-095c-4c0f-a37d-b1bb7d7c7e24",
+ "createdAt": "2022-07-24",
+ "completed": "2022-05-26",
+ "initiated": "2021-04-01",
+ "ministryContact": "DOUGLAS FREDERIQUE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "423440e3-80bc-4e00-bd1f-3efef33cc8fe",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6a6e2f28-3500-46cd-86d2-624869634cf0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0942620f-8a31-420d-9319-1903190e79e7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ed99ae93-aa2d-4616-9857-24d5b320ed19",
+ "createdAt": "2016-01-03",
+ "completed": "2014-06-12",
+ "initiated": "2016-10-28",
+ "ministryContact": "BOGISICH CHRISTOPHE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "98af994c-435e-4cc3-94ed-175695139901",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a0af7222-b49f-4752-b4e0-df777a8a4f45",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b95b9107-eee9-4137-8545-65b15b170e42",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e3bea89c-8893-4b97-bb2e-b2dc0c5bc0d1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "27dec895-97f8-487a-81ca-5f9f88d2f027",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2d5afbaa-ae81-4006-8691-282482a89072",
+ "createdAt": "2015-08-23",
+ "completed": "2016-09-16",
+ "initiated": "2014-06-13",
+ "ministryContact": "LITTEL VANESSA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e2815fcf-50e9-458c-8b2a-4fa1d8ac4877",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "866f3ee8-a605-48c1-a94a-028b936d9f62",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ee8cc81f-38c0-4dac-88dd-28a71e3fa186",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d2856ed8-55ed-4f46-b838-65586cf4446e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a631d7d9-5a28-420b-85ad-3d73b3ffc5c9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7c0ac098-ecff-4df7-8d7c-803e01f39fbc",
+ "createdAt": "2015-01-13",
+ "completed": "2018-10-03",
+ "initiated": "2014-04-20",
+ "ministryContact": "RAYNOR AURELIO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b681562a-f5c4-43d3-a210-c9026b8a90ea",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "008777bf-65cd-4554-a121-cd5de9999213",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d8044f2b-df70-498c-8b70-23c926b6a862",
+ "createdAt": "2019-11-10",
+ "completed": "2015-04-08",
+ "initiated": "2019-10-06",
+ "ministryContact": "SCHULIST NAPOLEON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "60786bcb-8401-4ff0-88d8-e559d74da310",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3083cf08-842d-4ee0-a223-cda3deafdccf",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "471b3968-a78c-4f93-8411-bcc64c1ac738",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "163ffde1-1d9e-4c97-8a8d-d6ee82dc14e2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "621059c9-5f38-47fa-8481-c57513d6e737",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-07-31",
+ "startDate": "2022-06-20",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "82f79581-6898-4d8c-b24e-99ce5c14f63c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-07-30",
+ "startDate": "2019-08-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "26bfff8e-575e-4fd1-8d27-a26313085bf3",
+ "name": "IPSUM",
+ "endDate": "2016-01-13",
+ "startDate": "2016-04-15",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bbbf1b9a-0ef1-4b78-bb65-a3c589d71e47",
+ "name": "IPSUM",
+ "endDate": "2014-07-21",
+ "startDate": "2017-03-17",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "47f6063a-a4f0-4f80-b960-1c40e883b99b",
+ "siteRegistry": false,
+ "documentDate": "2015-01-19",
+ "receivedDate": "2020-11-06",
+ "uploadedDate": "2019-05-11",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "a8551f68-11f9-4245-806e-6bc1f4a8f92a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b0b8ad57-1f90-4232-b1eb-fa8bab6d218f",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "08eb2462-14b3-4afa-b924-027303ce02ff",
+ "siteRegistry": false,
+ "documentDate": "2019-06-04",
+ "receivedDate": "2015-06-09",
+ "uploadedDate": "2019-10-16",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "dbdc2986-83b9-4521-bd69-b35bdca80406",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "4c248422-308a-4967-bdcc-ddd4abcf127c",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-05-29 (described on Site Profile dated 2018-05-29)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "b05bb6ef-672e-468d-9e58-d1e780c11319",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-10-26 (described on Site Profile dated 2015-10-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "e3e63614-0cd5-41e9-8735-33a3629ba285",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-08-03 (described on Site Profile dated 2023-08-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "883ebd7b-b868-41a3-8743-e7a215861b97",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-05-07 (described on Site Profile dated 2023-05-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "bb5be6d4-63a0-4208-a72c-9ccba43ffc4c",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-04-09 (described on Site Profile dated 2019-04-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "b488c4cd-df9d-4760-a15f-a34601bc81d9",
+ "siteRegistry": false,
+ "dateNoted": "2019-09-20",
+ "parcelID": "17215",
+ "crownLandUsePIN": "17080",
+ "crownLandFileNumber": "20866",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 2 DISTRICT LOT 4 PLAN 9336"
+ },
+ {
+ "uuid": "ceae148e-5176-4f36-91d0-979721f61189",
+ "siteRegistry": true,
+ "dateNoted": "2021-05-03",
+ "parcelID": "18448",
+ "crownLandUsePIN": "18078",
+ "crownLandFileNumber": "19161",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 5 DISTRICT LOT 1 PLAN 5426"
+ },
+ {
+ "uuid": "e6c97d63-180b-4ce1-bd68-05072488d18f",
+ "siteRegistry": true,
+ "dateNoted": "2016-11-16",
+ "parcelID": "19686",
+ "crownLandUsePIN": "17712",
+ "crownLandFileNumber": "18951",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 1 DISTRICT LOT 1 PLAN 6058"
+ },
+ {
+ "uuid": "42a7ab3c-eb55-44ee-abde-204e4b2f1e7c",
+ "siteRegistry": false,
+ "dateNoted": "2018-11-12",
+ "parcelID": "20567",
+ "crownLandUsePIN": "20613",
+ "crownLandFileNumber": "17285",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 2 DISTRICT LOT 3 PLAN 5745"
+ },
+ {
+ "uuid": "5e93e96d-965f-4d85-94f8-8d55246f67fc",
+ "siteRegistry": false,
+ "dateNoted": "2021-05-26",
+ "parcelID": "18771",
+ "crownLandUsePIN": "18664",
+ "crownLandFileNumber": "19670",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 3 DISTRICT LOT 4 PLAN 4847"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "604a86da-c182-4c27-81a2-32d387088c1f",
+ "siteRegistry": false,
+ "dateReceived": "2022-08-28",
+ "dateCompleted": "2017-12-18",
+ "dateEntered": "2022-01-25",
+ "dateRegistrar": "2014-01-27",
+ "dateLocalAuthorityReceived": "2015-12-05",
+ "summary": "Impedit amet iure deleniti ullam impedit.",
+ "informationUsed": "Fugit quaerat quam.\nRerum deserunt laudantium.\nVelit vero deleniti dolorem unde adipisci ut ab possimus animi.\nQuod nemo corporis impedit incidunt facere.\nDolorum iusto ea in doloribus culpa ut blanditiis rem.",
+ "pastOrPresentOrders": "Aperiam suscipit suscipit sint velit odit.\nSit hic quae id ullam eligendi alias.\nVelit eius voluptatem.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "331f7283-8d93-48c4-8a3d-dc9f98063b53",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "83fe2fe9-2ad2-40d4-b00f-d8276682f4c6",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c75b43b3-9f96-439a-b96f-38a91e0a772d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "89bbd736-b855-4809-8378-8039fadd749f",
+ "siteRegistry": true,
+ "dateReceived": "2022-12-13",
+ "dateCompleted": "2018-09-20",
+ "dateEntered": "2021-06-18",
+ "dateRegistrar": "2021-07-01",
+ "dateLocalAuthorityReceived": "2019-02-16",
+ "summary": "Dolor maxime nulla nulla occaecati rem odio.",
+ "informationUsed": "Assumenda deleniti id distinctio sequi ullam.\nDelectus iste repellat minima excepturi architecto.\nAb doloremque expedita.\nQuis veniam dicta provident nesciunt reprehenderit reiciendis.",
+ "pastOrPresentOrders": "Ab cum distinctio cum laboriosam praesentium est natus magnam quos.\nIpsa et sunt ipsam asperiores illo porro laborum neque eos.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "27c81eab-2e9f-40f1-8b80-f47de3a207a7",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ce43d4db-949b-409d-981d-8a31ed468a23",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "73ba1d0c-0f55-40d1-8eab-1a8ffb785961",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SWIFT ESTRELLA",
+ "timestamp": "2014-03-23"
+ },
+ {
+ "uuid": "9388acfd-ad6f-41aa-83e9-397e86d0064a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ZULAUF LAVONNE",
+ "timestamp": "2019-11-24"
+ },
+ {
+ "uuid": "bb9f8c46-7675-487c-afec-433ab75b153b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KILBACK VERONA",
+ "timestamp": "2014-08-27"
+ },
+ {
+ "uuid": "f36a980d-00ee-4add-b11b-924a0a6a3d9c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUTHERFORD RUSSELL",
+ "timestamp": "2015-03-23"
+ },
+ {
+ "uuid": "913f12e4-0bd5-4ceb-a0f2-566bfa910dfa",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HESSEL ANIYAH",
+ "timestamp": "2019-04-08"
+ },
+ {
+ "uuid": "82a6c7f0-d39b-4fe4-8dd0-ba8931d1ffc2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HILLS CAMRON",
+ "timestamp": "2020-04-02"
+ },
+ {
+ "uuid": "b2a750de-b22a-419f-a760-98f26da017df",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DIBBERT MACI",
+ "timestamp": "2014-03-11"
+ },
+ {
+ "uuid": "12739ff1-26e9-41a1-a34b-aedaaf76f555",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'KON AMYA",
+ "timestamp": "2020-06-14"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "cb3f23a8-98db-4179-8ad1-48b785f6d152",
+ "dateNoted": "2019-01-11",
+ "notes": "",
+ "parcelID": "18230",
+ "siteID": "16403",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "848e4a41-a99a-48f2-98f1-bf9942b6970e",
+ "dateNoted": "2020-10-02",
+ "notes": "",
+ "parcelID": "18494",
+ "siteID": "18736",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "e2ecf1fa-4754-4a53-acd8-af6527ddbb28",
+ "siteID": 18351,
+ "address": "88530 Fern Burg",
+ "latitude": 58.1648,
+ "longitude": -122.8178,
+ "lastUpdated": "2021-05-19",
+ "city": "Narcisostead",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/14241",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4847241,
+ 8418056,
+ 8804351,
+ 3165717,
+ 8654268
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "a9a930f7-d163-4f9c-bfc2-26a2aa6b5517",
+ "createdAt": "2019-05-10",
+ "completed": "2017-08-24",
+ "initiated": "2023-04-10",
+ "ministryContact": "KRIS DEON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a97bd880-06cf-4a69-8823-a2245c2fd4f2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8c2dc58a-911b-40fa-bb74-e167244470ee",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a9f78358-d040-4374-9191-baa0a418bcd3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ab58f109-cbde-4b76-bb48-a176c8bf61a8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fbc033cb-0aa4-49d9-8ce9-98b39733fd5d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7d82133d-2a62-44ad-b770-2e404d24e4c4",
+ "createdAt": "2017-05-01",
+ "completed": "2017-12-04",
+ "initiated": "2020-01-13",
+ "ministryContact": "FEENEY WILFORD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "de8b8d01-ddbc-42dd-9202-83baacee1e57",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "be8d1623-377e-48da-a16c-f668c5196dea",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "9816fe04-a2b7-4127-9084-165a8f6529af",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-01-10",
+ "startDate": "2018-05-07",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1f50790a-3da8-4ba7-88b9-d07b92c78a53",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-04-24",
+ "startDate": "2018-04-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "b2e95cbb-0c87-4856-bc56-385a7d6160d2",
+ "siteRegistry": true,
+ "documentDate": "2018-04-21",
+ "receivedDate": "2017-04-05",
+ "uploadedDate": "2017-05-04",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "6eb2f8ed-4584-43b1-ac36-8f73b3b99f58",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4672b754-fc80-42ea-88b6-9928641c9557",
+ "siteRegistry": false,
+ "documentDate": "2015-08-06",
+ "receivedDate": "2014-09-16",
+ "uploadedDate": "2022-02-09",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "93bb1a56-6e6f-4a25-8a4e-6b3121760dad",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "86cfb165-08e9-4913-8a63-3d284c8b0c86",
+ "siteRegistry": true,
+ "documentDate": "2018-09-03",
+ "receivedDate": "2023-03-09",
+ "uploadedDate": "2021-07-10",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "a4b802d2-cc58-42b3-96d6-73cccec9dccd",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "16105733-f529-4697-a47a-48d6ae381852",
+ "siteRegistry": false,
+ "documentDate": "2021-10-07",
+ "receivedDate": "2014-09-21",
+ "uploadedDate": "2021-08-03",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "1543535c-12c5-4cc3-beb5-574410b5ea79",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ea3eb464-7e82-4277-823b-8fce375d654c",
+ "siteRegistry": false,
+ "documentDate": "2022-12-07",
+ "receivedDate": "2016-02-11",
+ "uploadedDate": "2023-04-23",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "72d1a505-ec0d-456a-b09e-f2e061074d8e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "6e761ec0-ddfb-450d-a02b-4c5038c0d2e7",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-07-28 (described on Site Profile dated 2017-07-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "8f61bc01-eda3-4f6c-9971-aef43dc9639c",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-01-14 (described on Site Profile dated 2021-01-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "e3168258-b3ea-409e-89ca-9b2d9e739bfc",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-06-05 (described on Site Profile dated 2018-06-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "2aa09e30-a738-43d4-96c0-41639ba5b878",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-07-05 (described on Site Profile dated 2023-07-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "530444ec-6b03-4c29-9ab0-f48cc3e2c117",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-07-25 (described on Site Profile dated 2019-07-25)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "8a46a7a6-66b7-46c3-8aa8-1de388906483",
+ "siteRegistry": false,
+ "dateNoted": "2017-03-05",
+ "parcelID": "15256",
+ "crownLandUsePIN": "17288",
+ "crownLandFileNumber": "17239",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 2 DISTRICT LOT 4 PLAN 8898"
+ },
+ {
+ "uuid": "604b40ac-9cea-45cd-85c7-1ca2f1be1f5c",
+ "siteRegistry": false,
+ "dateNoted": "2022-02-20",
+ "parcelID": "15670",
+ "crownLandUsePIN": "15381",
+ "crownLandFileNumber": "18382",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 5 DISTRICT LOT 2 PLAN 3674"
+ },
+ {
+ "uuid": "209e01c6-6192-45f9-870a-a4c0f66c678d",
+ "siteRegistry": false,
+ "dateNoted": "2015-11-05",
+ "parcelID": "18832",
+ "crownLandUsePIN": "17115",
+ "crownLandFileNumber": "16392",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 3 DISTRICT LOT 5 PLAN 5741"
+ },
+ {
+ "uuid": "353744c5-f6b9-4080-8a2b-ebca7f47bb30",
+ "siteRegistry": true,
+ "dateNoted": "2017-02-16",
+ "parcelID": "20163",
+ "crownLandUsePIN": "16446",
+ "crownLandFileNumber": "17504",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 4 DISTRICT LOT 4 PLAN 3355"
+ },
+ {
+ "uuid": "fa0106d4-3b78-4df8-ab46-39eccf9c1458",
+ "siteRegistry": true,
+ "dateNoted": "2014-07-11",
+ "parcelID": "20045",
+ "crownLandUsePIN": "18940",
+ "crownLandFileNumber": "20821",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 2 DISTRICT LOT 3 PLAN 6946"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "847fbbcc-b2fd-4a69-8c54-ff659838f37f",
+ "siteRegistry": true,
+ "dateReceived": "2016-04-22",
+ "dateCompleted": "2017-05-20",
+ "dateEntered": "2018-05-03",
+ "dateRegistrar": "2014-03-07",
+ "dateLocalAuthorityReceived": "2017-06-08",
+ "summary": "Possimus officia eius quasi commodi eveniet ex placeat nam.\nVoluptates corporis accusantium quidem alias inventore.\nQuasi blanditiis ipsa quam officia rerum praesentium omnis vero.",
+ "informationUsed": "Laudantium tenetur excepturi aut.\nRatione amet accusantium iste.\nIllo tenetur magnam tempore.",
+ "pastOrPresentOrders": "Maiores rem quisquam quidem nesciunt nulla.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "2f04ee57-a1a4-4ccf-9ed2-995c6d85a12b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5d742dd1-1d12-40b0-8fae-708e44912217",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5ee8a42f-87ae-4498-974d-52e90ded5acc",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4c15f845-5733-4c33-a86a-06bfacc405f3",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "22513a56-d3de-4280-8fde-f7627c4039e8",
+ "siteRegistry": true,
+ "dateReceived": "2015-12-02",
+ "dateCompleted": "2014-09-30",
+ "dateEntered": "2021-12-01",
+ "dateRegistrar": "2018-04-12",
+ "dateLocalAuthorityReceived": "2018-09-20",
+ "summary": "Perferendis recusandae neque ullam autem facere.\nAlias eveniet officiis quasi.\nMagnam natus est.",
+ "informationUsed": "Doloremque ut neque veritatis ad pariatur deserunt.\nDolore odit corrupti sapiente est officiis.\nFuga sint architecto nisi ratione illo odit.\nHarum ut a.\nArchitecto tempore dolorum.",
+ "pastOrPresentOrders": "Est tenetur modi mollitia.\nPerferendis velit quis aliquam quia laudantium labore natus.\nEarum ipsum non excepturi reiciendis quidem nesciunt.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "391a859e-8a3c-44c4-9360-7de331734cb9",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a9546ce6-a9c6-4d97-8fd5-69e22e9f72b0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5600a3ba-7931-49e1-90f8-f9b8a277b90b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "0c912f13-426e-4b46-8d9d-199c6ec7b127",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PROSACCO JAQUELINE",
+ "timestamp": "2021-12-28"
+ },
+ {
+ "uuid": "bd7f2628-0653-4cdc-a91b-fcdf4af43eef",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HARVEY DEVON",
+ "timestamp": "2021-04-26"
+ },
+ {
+ "uuid": "c3ca309e-05ca-4f3e-af45-a5062b9211da",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILDERMAN HILLARY",
+ "timestamp": "2016-01-27"
+ },
+ {
+ "uuid": "4876ed8b-b4d3-4ca2-95f6-f261f861360a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DAUGHERTY JAROD",
+ "timestamp": "2023-10-13"
+ },
+ {
+ "uuid": "2bc99e73-f48d-47e0-96c5-fd9c0a4fca1a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BECHTELAR AARON",
+ "timestamp": "2021-10-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "aa6acd54-4ea6-43bc-a117-efaf032f8e66",
+ "dateNoted": "2021-02-23",
+ "notes": "",
+ "parcelID": "16527",
+ "siteID": "17053",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d5ac2963-2863-485b-aa3d-c6dfd2c86eba",
+ "dateNoted": "2017-11-10",
+ "notes": "",
+ "parcelID": "17382",
+ "siteID": "20562",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4db86d2b-313a-4656-8a0d-0dc81c78d28f",
+ "dateNoted": "2019-06-06",
+ "notes": "",
+ "parcelID": "19211",
+ "siteID": "18494",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "098697b1-9866-4cfc-a8ec-9cb66467c5a9",
+ "siteID": 15218,
+ "address": "9231 Rachael Wells",
+ "latitude": 48.3281,
+ "longitude": -133.5165,
+ "lastUpdated": "2017-04-22",
+ "city": "Floriantown",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/16401",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3472863,
+ 9367042,
+ 1678483,
+ 8492653,
+ 3726881
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "d7f1269e-b179-4e2d-8d4e-cf3ef724ea4a",
+ "createdAt": "2023-06-21",
+ "completed": "2022-06-05",
+ "initiated": "2020-07-01",
+ "ministryContact": "BARTELL-FUNK RUTHIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8175e2f6-c882-4f4c-82d2-f463edd56464",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dbbc5b65-9fb0-406d-86e7-941bb3b70b84",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "19386445-d6e6-4db8-870f-57d01ff66cbf",
+ "createdAt": "2015-10-25",
+ "completed": "2018-12-05",
+ "initiated": "2014-08-12",
+ "ministryContact": "AUER KARL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4aee73d7-66c7-4cbb-89e7-33f95b3b13d8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4257f19a-2183-48ad-b71e-09af9908bec8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b0e83012-1b50-48ad-a812-f4f39d409176",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ff91ff4b-4997-4d50-8d9a-68b7c510610a",
+ "createdAt": "2023-03-12",
+ "completed": "2014-03-23",
+ "initiated": "2020-04-07",
+ "ministryContact": "FEENEY ADAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "50f7e3a8-55f5-4f59-b6ff-ea61dd49c9ca",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b5d23e2e-1038-40e0-9acd-04dd1e704ddc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0ded1f49-b7f3-402b-bb71-e93558a03c70",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7c0a35e5-5f9b-4ee8-87c4-062c46d2e801",
+ "createdAt": "2021-07-23",
+ "completed": "2016-08-10",
+ "initiated": "2016-12-09",
+ "ministryContact": "GORCZANY NYASIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f65ebd8f-afd8-4a55-94bc-2a2859c98ce8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2c75c4c2-fa5c-4bf7-b3a2-c28fd0277a59",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e7d5d792-3884-4bdd-be1c-9f1b1d452717",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1c47c07d-6934-4e81-b67e-69daa291fc71",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c374f7a7-9806-4ec6-b663-87377732ec7b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "9755b100-10ba-4307-9865-3b06e7e06c32",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-08-17",
+ "startDate": "2018-11-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1988aad0-fbf5-4944-95ba-fedc57d4a1d6",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-09-04",
+ "startDate": "2015-08-07",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bbc0596a-d04c-419e-a0c0-73c1b32b825c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-12-02",
+ "startDate": "2014-10-26",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "751517b0-308f-48bd-a71b-54af6ba3fb04",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-02-21",
+ "startDate": "2017-04-22",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "38240f01-f1e2-4a56-9816-2fdcde1fefe9",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-03-29",
+ "startDate": "2017-11-22",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "6761364f-ceb8-4129-afc1-c23d4b1b9b5d",
+ "siteRegistry": true,
+ "documentDate": "2022-02-27",
+ "receivedDate": "2015-12-13",
+ "uploadedDate": "2014-04-08",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "c1a3f3b3-044b-47bc-b4c5-0c60620d1ebb",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "11ff3d5a-2ce4-4cb2-a909-2d4ea754277d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "a83e9b1f-0a2a-4a14-b50c-78906150dcc1",
+ "siteRegistry": true,
+ "documentDate": "2016-08-15",
+ "receivedDate": "2018-07-07",
+ "uploadedDate": "2019-07-20",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "041ccc49-dbf0-4714-9448-76082496b95a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9305e582-60be-499f-9a69-ed0b9fee84d1",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5eed9866-098b-4bb5-bff7-5149ee158e5f",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "db969eb8-a8c7-4199-b2c6-33a3fb39966d",
+ "siteRegistry": false,
+ "documentDate": "2018-09-18",
+ "receivedDate": "2021-09-11",
+ "uploadedDate": "2019-10-26",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "797cca20-709e-4ecd-91ec-c2c8bbdf01fc",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "63f67b08-5ded-4bd3-b6c5-31120a8b3da4",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "6406d516-9098-4094-a857-d585a53d33f6",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-06-03 (described on Site Profile dated 2019-06-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "98ba1678-1183-43f7-8e96-c24377fd69e9",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-06-01 (described on Site Profile dated 2022-06-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "ce1523de-ed12-4445-89b8-f71e469a7ee0",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-09-17 (described on Site Profile dated 2022-09-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "7b5a493e-646f-40aa-a944-4f6b59450edc",
+ "siteRegistry": false,
+ "dateNoted": "2015-04-11",
+ "parcelID": "16186",
+ "crownLandUsePIN": "20198",
+ "crownLandFileNumber": "16808",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 2 DISTRICT LOT 3 PLAN 6265"
+ },
+ {
+ "uuid": "311ba966-9e7e-4c51-8b4c-88154b073d6a",
+ "siteRegistry": false,
+ "dateNoted": "2015-11-19",
+ "parcelID": "18667",
+ "crownLandUsePIN": "20651",
+ "crownLandFileNumber": "17226",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 5 DISTRICT LOT 4 PLAN 4606"
+ },
+ {
+ "uuid": "95580979-de7f-4ca8-bc25-d69ce1a0a687",
+ "siteRegistry": true,
+ "dateNoted": "2016-03-22",
+ "parcelID": "15277",
+ "crownLandUsePIN": "19669",
+ "crownLandFileNumber": "17843",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 5 DISTRICT LOT 2 PLAN 8389"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "eb5898b8-18e2-496b-a43a-9dc51faffbd5",
+ "siteRegistry": true,
+ "dateReceived": "2023-10-12",
+ "dateCompleted": "2018-11-23",
+ "dateEntered": "2017-12-30",
+ "dateRegistrar": "2023-03-23",
+ "dateLocalAuthorityReceived": "2022-08-17",
+ "summary": "Aut quis libero quaerat.",
+ "informationUsed": "Qui tempora praesentium.\nCum maiores voluptatem.\nAb architecto corrupti ex est et corporis voluptatibus illo illo.",
+ "pastOrPresentOrders": "Quas omnis autem excepturi et perferendis modi atque officiis nisi.\nNam quisquam repellendus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "846c35e7-479f-440b-84aa-4e40bc42fd0d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b5beef94-fda0-4354-a23b-be36fca43fe2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "3a8482fb-15c0-446f-9583-d022b5784df5",
+ "siteRegistry": true,
+ "dateReceived": "2013-12-18",
+ "dateCompleted": "2021-10-23",
+ "dateEntered": "2016-04-01",
+ "dateRegistrar": "2020-07-13",
+ "dateLocalAuthorityReceived": "2015-02-15",
+ "summary": "Quo ducimus itaque aliquam.\nExcepturi et nesciunt.",
+ "informationUsed": "Quibusdam doloremque eaque eaque eius occaecati voluptatibus accusamus.\nSequi delectus blanditiis quisquam.\nEligendi tenetur repellendus.",
+ "pastOrPresentOrders": "Consequuntur repellat qui adipisci tempore iure laudantium nemo repellendus.\nMinus alias ipsam voluptatibus quasi praesentium autem.\nOmnis error nesciunt doloribus aut veniam reprehenderit ab commodi.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "f82c3d87-0aee-4d37-b6e6-b7282383e336",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cd167293-fa6a-4b38-b462-c47b995e5e56",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "918e624b-65f9-4bed-af39-5cb568fbddc7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "88fd35c8-d211-4afe-a0ae-6b974822d1da",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "a11e6c4c-cfcf-4ec9-82ad-f8a1498a03bb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JASKOLSKI MEREDITH",
+ "timestamp": "2019-03-11"
+ },
+ {
+ "uuid": "0fc73363-92e1-4549-b141-07c7641cf248",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "AUER JEANNE",
+ "timestamp": "2021-03-18"
+ },
+ {
+ "uuid": "5ae67cdf-51a8-48e3-a4d2-2c8666592bf7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BALISTRERI EDMUND",
+ "timestamp": "2016-12-19"
+ },
+ {
+ "uuid": "be01b539-a0be-4feb-bac2-f9f3e62d3aa4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MITCHELL-BARROWS CLARISSA",
+ "timestamp": "2022-09-17"
+ },
+ {
+ "uuid": "bfb6f01c-0edf-4e21-8e3c-cb12a5ef6007",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HINTZ ARIANE",
+ "timestamp": "2019-01-12"
+ },
+ {
+ "uuid": "b0410be1-b191-41d3-9ae5-443dd3cfa76f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NIKOLAUS KARLEE",
+ "timestamp": "2018-09-27"
+ },
+ {
+ "uuid": "260462d2-e6ce-4b4f-9a63-41c6a9b96871",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CARTWRIGHT MAVIS",
+ "timestamp": "2023-01-12"
+ },
+ {
+ "uuid": "ad073cf3-8120-4155-a5b9-ba429fe5c241",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROLFSON JANY",
+ "timestamp": "2018-12-22"
+ },
+ {
+ "uuid": "e532a4e2-86db-4eeb-b3f1-01c362a6d21c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GERLACH ALBERTHA",
+ "timestamp": "2021-10-16"
+ },
+ {
+ "uuid": "a24c9d10-3c4e-4842-8537-907de674bbb2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOEPP MONSERRATE",
+ "timestamp": "2014-01-19"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "4d0ee75f-a30c-4e57-9752-fe8795a0a453",
+ "dateNoted": "2020-05-12",
+ "notes": "",
+ "parcelID": "18477",
+ "siteID": "16251",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8d15d26b-407d-4621-b8ff-6d6890127ab7",
+ "dateNoted": "2020-10-28",
+ "notes": "",
+ "parcelID": "17365",
+ "siteID": "16177",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "605199f6-2015-467d-9c6c-f08cf16b2523",
+ "dateNoted": "2022-11-01",
+ "notes": "",
+ "parcelID": "20854",
+ "siteID": "17392",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "f938c6e3-04e5-4de3-bfdd-b1befdb96980",
+ "siteID": 17664,
+ "address": "25014 Jaqueline Shoal",
+ "latitude": 48.503,
+ "longitude": -138.9002,
+ "lastUpdated": "2022-01-09",
+ "city": "Powlowskiworth",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/10748",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5234899,
+ 1932865,
+ 2257028,
+ 3896623,
+ 8070369
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "0b551348-91db-419a-bc9c-ff4ab50942c6",
+ "createdAt": "2016-12-06",
+ "completed": "2014-03-15",
+ "initiated": "2017-06-09",
+ "ministryContact": "TROMP FELICITY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "16f81933-1291-4404-a70f-9f7c44692dad",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "47f0a181-28be-403d-9f1c-b99ed21a9b8b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "85cb409e-afa0-4383-b992-eeea13d8e235",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5ca44691-8bd7-4bac-abc2-c70a2fd71b8a",
+ "createdAt": "2023-03-17",
+ "completed": "2015-08-25",
+ "initiated": "2017-08-15",
+ "ministryContact": "NITZSCHE COLTEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a46e411d-cc48-48da-9595-d70e250f0509",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8199b9a4-f81c-4548-98f8-a3ab557d7031",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "af47b068-4681-459b-9382-1539dc0a0f9b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f561ed1a-9f92-430e-8d14-a899e47417fb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "21b6035e-6887-456e-b40a-e9cc83db0de3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3dee90a1-0fe0-4efc-bb23-e3b455ca91a2",
+ "createdAt": "2022-03-15",
+ "completed": "2017-11-13",
+ "initiated": "2019-05-01",
+ "ministryContact": "MURPHY-JERDE MADISEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "90826332-f198-4581-9b11-c630ee2a314a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "700907e1-e5f4-4e1e-8c33-66b30a4747c7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b1709690-0910-4154-919b-ea54371b1ad8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d392fb83-1fdc-4ecd-93f7-27c6824c116d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e8d41592-124e-4418-ba96-c66afe90cc44",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "af41d47d-545a-43ef-bc78-7cb9e4b209cd",
+ "createdAt": "2016-11-17",
+ "completed": "2015-04-04",
+ "initiated": "2018-03-09",
+ "ministryContact": "MILLS LORENZA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "da9c2a78-60f4-42a9-ade1-1a7f32e31c7e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e23b1104-d486-45fc-8d99-6029533ebe85",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "59484b1d-68f7-4154-bfa6-f5e72d376cda",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "430f4b11-f354-4e5d-be47-3db8bbd6b512",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "70fd65a8-d30a-437e-8fd4-daf3e99f04ac",
+ "createdAt": "2019-02-16",
+ "completed": "2014-08-24",
+ "initiated": "2018-06-10",
+ "ministryContact": "SATTERFIELD SEDRICK",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d33da7b8-3175-4e7d-b93a-e34c46f84865",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3bd6b61a-85b9-420d-9663-3de822f635ed",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c56eb9a2-19c1-41da-b725-06fe80815768",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "34dd0f27-5d21-46d3-98c9-5109b1c83654",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-12-08",
+ "startDate": "2013-12-17",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "979d7747-1aa8-4508-8431-57ff11ce396a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-10-05",
+ "startDate": "2022-12-01",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "369de704-f912-498c-bcdc-b6d66eb83c86",
+ "siteRegistry": false,
+ "documentDate": "2021-10-27",
+ "receivedDate": "2017-04-19",
+ "uploadedDate": "2017-10-16",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "c2c8149f-8591-45a9-b49a-c65eede0089b",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "24b728d5-774d-44bf-ab54-b65583af74f1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "40e4cb8c-73de-493e-80f3-edc6b61d8afa",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "cc46b036-71e1-4953-aa16-2c632c74afcf",
+ "siteRegistry": false,
+ "documentDate": "2017-04-15",
+ "receivedDate": "2020-08-20",
+ "uploadedDate": "2017-02-04",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "03a0a06a-5553-4aa0-939c-e07bc640efbe",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f88870d1-731f-4c26-b184-292fd2369db1",
+ "siteRegistry": true,
+ "documentDate": "2019-12-25",
+ "receivedDate": "2019-07-13",
+ "uploadedDate": "2020-06-24",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "ade25c7b-70de-4abb-ad86-38cfa1260133",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "20b67f98-e127-4b6d-b774-a0e1552f3bd7",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9924459a-6c9c-43ae-a001-1f1fe592b53d",
+ "siteRegistry": true,
+ "documentDate": "2017-12-13",
+ "receivedDate": "2016-07-03",
+ "uploadedDate": "2016-05-08",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "1d222223-b5c0-4ee6-a44d-1eb9790f55b5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c40de423-4865-4dbc-81a2-94e3b4c49a9f",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "87e4469f-f8d1-47fd-a621-65e039949169",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "0c724553-1078-4aef-a5b9-500242e93a8d",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-12-18 (described on Site Profile dated 2018-12-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "aba7b1fd-5776-49ce-bf8c-76e5851b0df3",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-03-13 (described on Site Profile dated 2018-03-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "75c1ba99-6f1a-4ada-ab4a-3d9fa4b9c3ea",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-05-04 (described on Site Profile dated 2017-05-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f9ad4c4b-e3ae-4493-85ef-c18bdf496499",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-12-09 (described on Site Profile dated 2016-12-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "d62f9097-7217-4b06-b17b-b016d9d673a3",
+ "siteRegistry": true,
+ "dateNoted": "2017-03-17",
+ "parcelID": "16514",
+ "crownLandUsePIN": "20257",
+ "crownLandFileNumber": "16405",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 2 DISTRICT LOT 4 PLAN 8357"
+ },
+ {
+ "uuid": "d93764df-5e39-4b9e-b317-2e73140ee0a9",
+ "siteRegistry": true,
+ "dateNoted": "2017-07-13",
+ "parcelID": "17961",
+ "crownLandUsePIN": "16436",
+ "crownLandFileNumber": "19213",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 4 DISTRICT LOT 2 PLAN 4258"
+ },
+ {
+ "uuid": "69c2927e-de7c-4795-87af-1f9138096600",
+ "siteRegistry": false,
+ "dateNoted": "2016-09-05",
+ "parcelID": "15607",
+ "crownLandUsePIN": "18358",
+ "crownLandFileNumber": "18848",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 1 DISTRICT LOT 5 PLAN 4462"
+ },
+ {
+ "uuid": "014a7156-bd35-480a-8357-2190d6509fc8",
+ "siteRegistry": false,
+ "dateNoted": "2018-03-01",
+ "parcelID": "17975",
+ "crownLandUsePIN": "17751",
+ "crownLandFileNumber": "16868",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 1 DISTRICT LOT 4 PLAN 5429"
+ },
+ {
+ "uuid": "6076d97b-e9ce-4e3f-8190-88d79bb28dc5",
+ "siteRegistry": false,
+ "dateNoted": "2020-07-19",
+ "parcelID": "18846",
+ "crownLandUsePIN": "18691",
+ "crownLandFileNumber": "19797",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 3 DISTRICT LOT 1 PLAN 8671"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "30f0aa26-4c30-4749-b034-83a20726148c",
+ "siteRegistry": true,
+ "dateReceived": "2021-03-24",
+ "dateCompleted": "2014-04-30",
+ "dateEntered": "2020-10-06",
+ "dateRegistrar": "2019-02-23",
+ "dateLocalAuthorityReceived": "2016-11-19",
+ "summary": "Inventore hic necessitatibus modi eos.\nSunt nam perferendis animi in quae numquam laboriosam.",
+ "informationUsed": "Voluptas corporis labore eveniet.\nNatus quasi voluptates autem vel et.\nError quam sunt molestiae porro doloremque sunt error amet.\nDolore consequatur officiis nemo.",
+ "pastOrPresentOrders": "Aperiam perspiciatis necessitatibus magnam voluptatum.\nProvident atque possimus fuga quidem.\nQuis modi quibusdam quibusdam consectetur aliquid nulla.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "4f744341-68d8-4209-b87f-fbeccbc7fd6b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1dd404f1-c49f-4f7f-b114-61c3caf5a575",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "55175ea8-46f3-4fd7-970e-02c444ad9e18",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "03738f07-4fca-41ac-b1c0-fb53414b2704",
+ "siteRegistry": true,
+ "dateReceived": "2015-11-04",
+ "dateCompleted": "2021-07-12",
+ "dateEntered": "2022-06-10",
+ "dateRegistrar": "2019-03-26",
+ "dateLocalAuthorityReceived": "2020-05-04",
+ "summary": "Quas quis quasi sequi maiores soluta impedit.",
+ "informationUsed": "Atque ratione sit tempore.\nMaiores labore aut illum voluptas.\nOdio reiciendis quo aliquam dicta fugit.\nVeritatis dolore cupiditate deleniti doloremque.\nDolorum nulla eos architecto sunt quisquam.",
+ "pastOrPresentOrders": "Architecto magni impedit atque pariatur.\nHarum impedit quisquam.\nEius perferendis corporis autem laudantium aliquam illo.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "4aa822e1-7b58-49e1-9e8c-832c7b983fac",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e7c0d2f5-53b4-449e-af41-27f5e8f092f7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "034457cc-9d52-4176-9dfc-22c66c55ad9b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "34216604-2312-40ac-81b9-8b3aa760c904",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "911f397e-8e90-441c-b3e7-20e7e749096b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RICE ART",
+ "timestamp": "2022-12-21"
+ },
+ {
+ "uuid": "399de5ea-8f43-4881-a01b-eb5fd732b9fe",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STREICH DARWIN",
+ "timestamp": "2019-12-24"
+ },
+ {
+ "uuid": "d8d0b3e1-d713-4f35-9f65-dafbc482c970",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAGENES CATHY",
+ "timestamp": "2015-06-06"
+ },
+ {
+ "uuid": "08625cbd-2d4f-4f55-a63d-2c675c17253f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KEEBLER HERMINIA",
+ "timestamp": "2019-01-12"
+ },
+ {
+ "uuid": "fc6d0e4d-81db-46e6-a2f8-54a1fedc0402",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "D'AMORE EWELL",
+ "timestamp": "2014-11-27"
+ },
+ {
+ "uuid": "9c97f3f7-2294-460d-a6b4-7e67c3464859",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STANTON JANELLE",
+ "timestamp": "2016-03-22"
+ },
+ {
+ "uuid": "55850729-4e0e-4fa8-b3a3-d5906215e453",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'CONNELL ELNA",
+ "timestamp": "2016-12-29"
+ },
+ {
+ "uuid": "4339f469-fb7c-48ef-a2cc-67586337d91a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FAY FOSTER",
+ "timestamp": "2017-02-23"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "059f8669-9789-455d-8d5f-8b5b32103512",
+ "dateNoted": "2018-04-07",
+ "notes": "",
+ "parcelID": "19581",
+ "siteID": "18080",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ad4c2885-ef5c-48e0-bbc6-d8cf9331df3a",
+ "dateNoted": "2017-12-05",
+ "notes": "",
+ "parcelID": "18858",
+ "siteID": "18981",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5e7f02b2-9cf2-4545-97d1-9158987a8a9f",
+ "dateNoted": "2019-09-07",
+ "notes": "",
+ "parcelID": "16898",
+ "siteID": "16182",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "48f2188c-bbc6-4397-a111-1aeb3fbaa90b",
+ "siteID": 16270,
+ "address": "93356 Kautzer Courts",
+ "latitude": 56.8302,
+ "longitude": -128.6996,
+ "lastUpdated": "2019-04-03",
+ "city": "East Giovannaside",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/2759",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8298369,
+ 3567775,
+ 7964204,
+ 6977005,
+ 2341052
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "a22800f1-c0f1-49b4-96c3-47ec51e94a62",
+ "createdAt": "2020-10-05",
+ "completed": "2020-09-17",
+ "initiated": "2014-10-23",
+ "ministryContact": "HAND TREVER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4de683e1-a212-4588-9a50-ec2a57e0c767",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a66880ac-1abe-43ce-bc48-28d054a2a211",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "18c36edc-93cc-4f51-ad0b-6a53f1e203cc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0386d659-e0da-4b59-ac8f-c061e50db771",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6dcd4fc7-f943-43ba-b8e0-0781b1c974b7",
+ "createdAt": "2021-10-10",
+ "completed": "2015-09-04",
+ "initiated": "2019-03-24",
+ "ministryContact": "KERLUKE LUCIENNE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "91b98eaa-8f0f-4502-9c04-687565ed49df",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "089009f1-0823-4e1f-9a26-9f48c7bcb04e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3a74bb37-a30e-4fc7-9316-d4e9115ffcc0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2aab5600-58fd-4e03-b9dd-37a80921db92",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c4ae1298-691d-4bca-ab84-842496afbafd",
+ "createdAt": "2016-02-08",
+ "completed": "2018-05-22",
+ "initiated": "2020-08-08",
+ "ministryContact": "HACKETT LEIF",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "58542648-498a-47ec-9fd7-118f9ce7f59b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "99e33485-49eb-4776-b654-e8f2fe537766",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "61e04284-dc2e-463f-96c2-1d4b00bbb651",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c6a420ec-65aa-4eff-ac69-7427cf3de2f8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "205eac46-46cc-408d-88fa-7c497f510a39",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-08-26",
+ "startDate": "2022-03-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cc5868d8-195e-43e3-8691-8a2e2abaf9df",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-11-07",
+ "startDate": "2018-08-09",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9b518530-b7da-4231-a6a0-5e1dd1516497",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2023-09-12",
+ "startDate": "2017-08-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "38b52531-ad7d-49ec-9829-7ce8d98b7724",
+ "siteRegistry": true,
+ "documentDate": "2019-12-27",
+ "receivedDate": "2016-11-14",
+ "uploadedDate": "2017-02-28",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "ba4bfe55-de94-4c5b-9eaa-50a2bbba6efa",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "271b85f9-676d-497a-a5fd-de53ad346966",
+ "siteRegistry": true,
+ "documentDate": "2018-12-28",
+ "receivedDate": "2018-03-13",
+ "uploadedDate": "2022-08-23",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "b31df549-234a-45d1-aff5-73db89706bb6",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7d516132-83f8-4d4f-94ed-aca245030584",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b90207ed-add4-4f97-97a9-9182e426d157",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "afda94c6-cc9e-42ca-9c02-355f1d60ea5e",
+ "siteRegistry": true,
+ "documentDate": "2014-03-23",
+ "receivedDate": "2022-10-09",
+ "uploadedDate": "2016-07-10",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "f41259bc-b287-4e5e-b7e1-760b364e1458",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "06f51277-f9e0-4ae3-8d84-603a68211cda",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "da01b606-d77d-4105-8a82-22109224b32e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "8480932c-8821-40f5-8e55-d15961d60cff",
+ "siteRegistry": true,
+ "documentDate": "2013-11-22",
+ "receivedDate": "2019-11-28",
+ "uploadedDate": "2019-12-15",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "dcd41307-997a-46cb-a783-4b2b970cec2a",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "920ab8ec-3ed5-45e8-b8b2-49a893088163",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "791c4781-1af4-4f46-bd82-45cd10192435",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "87b1da28-05e3-405f-b7e7-f8fbf80d7e9c",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-09-07 (described on Site Profile dated 2021-09-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "198bfbe8-d8e5-4791-815b-5bc56a416014",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-09-09 (described on Site Profile dated 2022-09-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "9ca964f3-1b15-4b36-8d08-e56c46080ebb",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-09-21 (described on Site Profile dated 2021-09-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "7cdd0a30-e14c-4468-898d-45033657811d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-05-21 (described on Site Profile dated 2020-05-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "f6472fde-7023-4c7b-b4b9-e0e9c72e66ad",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-02-12 (described on Site Profile dated 2015-02-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "11593f4b-e862-4b4f-abc7-77845ea7a5f0",
+ "siteRegistry": false,
+ "dateNoted": "2020-10-05",
+ "parcelID": "15790",
+ "crownLandUsePIN": "20450",
+ "crownLandFileNumber": "15221",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 2 DISTRICT LOT 1 PLAN 5012"
+ },
+ {
+ "uuid": "8c6d453b-623a-4afa-84a8-50e03656b87b",
+ "siteRegistry": true,
+ "dateNoted": "2018-05-16",
+ "parcelID": "18038",
+ "crownLandUsePIN": "17351",
+ "crownLandFileNumber": "16857",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 1 DISTRICT LOT 2 PLAN 4221"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "52918cf1-cdd3-4b52-92ab-fad9a79ca7c1",
+ "siteRegistry": true,
+ "dateReceived": "2021-07-24",
+ "dateCompleted": "2017-07-15",
+ "dateEntered": "2020-05-22",
+ "dateRegistrar": "2018-05-23",
+ "dateLocalAuthorityReceived": "2015-11-21",
+ "summary": "Omnis ea reiciendis.\nConsequatur delectus a iste officia at corporis temporibus.",
+ "informationUsed": "Nihil ab quod incidunt inventore vero illum dicta reprehenderit harum.\nUt officia non ab optio id quidem aperiam facilis provident.\nOfficia vel accusantium rerum eveniet nisi incidunt.",
+ "pastOrPresentOrders": "Voluptas saepe ipsa.\nOccaecati recusandae facere nostrum optio nobis quidem repellendus dolorem.\nDebitis repudiandae libero.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "870dd3e6-d4a0-4d34-8b66-0787d52106b6",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3ddfb8b3-79d1-4cd6-868a-ea5aab68ac5f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9ff1827a-f594-4b2a-b1a7-2cdb6159ba37",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "647df021-294d-4d84-a3e7-160a1ca003ed",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "21156e9f-cb64-49c1-bb0a-bf72922cfaea",
+ "siteRegistry": false,
+ "dateReceived": "2022-04-28",
+ "dateCompleted": "2018-11-20",
+ "dateEntered": "2013-10-27",
+ "dateRegistrar": "2015-10-12",
+ "dateLocalAuthorityReceived": "2015-12-04",
+ "summary": "Corporis ipsam voluptatibus magnam totam explicabo.\nQuasi corporis quod fuga.\nTempore ea cupiditate aut voluptatibus repudiandae velit.",
+ "informationUsed": "Reiciendis libero minus accusamus minus.\nInventore aliquid voluptatum soluta similique tenetur blanditiis.\nAperiam deserunt quisquam delectus.\nAutem reprehenderit aperiam laudantium.",
+ "pastOrPresentOrders": "Dignissimos animi dolor totam perspiciatis neque porro voluptatibus quod.\nHic quasi possimus omnis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e41d1c1f-9d7c-4a33-abb7-46fb72a6fe43",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "585fd2a9-2933-44b1-9039-e1387c1a2692",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "30406fe6-d6c0-4f16-94c1-ab84642b550d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "26650574-85ae-4fb1-a130-99c95e184029",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "3869eda4-e4e1-4d75-b651-8ab01510506a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VOLKMAN MORTIMER",
+ "timestamp": "2016-04-14"
+ },
+ {
+ "uuid": "6fa53222-152f-4516-a818-98186d19089f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OKUNEVA OPAL",
+ "timestamp": "2017-08-28"
+ },
+ {
+ "uuid": "dcf8cb0c-b70b-44d6-bfe0-674bd5a099ae",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JONES ODA",
+ "timestamp": "2016-11-06"
+ },
+ {
+ "uuid": "fec6743a-51b4-4150-95f1-6562d556c475",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FISHER DEMOND",
+ "timestamp": "2019-08-09"
+ },
+ {
+ "uuid": "f3c4e3d7-4bff-4d64-b219-5e90efe81da0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHAMBERGER JEVON",
+ "timestamp": "2018-04-27"
+ },
+ {
+ "uuid": "cab52736-c1cb-4390-a336-f3b20a4b37c1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LOWE GERDA",
+ "timestamp": "2021-01-02"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "fa435107-d5f5-4b06-871a-680e13c9b45e",
+ "dateNoted": "2022-05-07",
+ "notes": "",
+ "parcelID": "17369",
+ "siteID": "17404",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a0431ffe-7932-4d78-a50b-3a5d1ff2ceec",
+ "dateNoted": "2017-05-23",
+ "notes": "",
+ "parcelID": "20515",
+ "siteID": "15352",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9d82ab36-34b2-4125-b8ae-1f176af3007d",
+ "dateNoted": "2015-07-24",
+ "notes": "",
+ "parcelID": "17676",
+ "siteID": "20698",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "3b2fc856-0172-4a6c-96e7-5842e1fe5708",
+ "siteID": 18484,
+ "address": "775 Arch Lock",
+ "latitude": 53.5514,
+ "longitude": -120.3031,
+ "lastUpdated": "2016-05-10",
+ "city": "Gracielastead",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/6593",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8008092,
+ 6267037,
+ 3134348,
+ 4762627,
+ 850473
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "a4396f84-e4bd-4e90-a5c2-b8f48575d768",
+ "createdAt": "2018-07-09",
+ "completed": "2021-12-02",
+ "initiated": "2019-01-24",
+ "ministryContact": "ANKUNDING QUENTIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "26e68559-ae8f-4ae2-b3f9-347c289faa8a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "383725bf-cf4d-4869-b264-f4306115ede3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2f98cf40-3ee1-44d2-90b2-44f246defb6a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "df3c139e-412e-4380-b049-b77b9b1ee539",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "66ac0748-cb5f-4a37-b89f-8d92058b6c68",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a5461bfa-9786-4511-bbe4-ae4183a3b655",
+ "createdAt": "2014-04-01",
+ "completed": "2022-06-12",
+ "initiated": "2018-02-11",
+ "ministryContact": "TROMP VALLIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "42ee115c-74d8-4232-b19f-912985a1e6a5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5482d50c-1a0a-4fc4-9f3b-106f8c6b8693",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9111fdb2-8716-496c-aa95-742087097c07",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4bf1e540-d97f-4606-bdd5-bfeebe0f77fd",
+ "createdAt": "2022-08-31",
+ "completed": "2015-08-16",
+ "initiated": "2020-02-29",
+ "ministryContact": "CONROY MELLIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a30c5f2a-1e24-4101-90b9-03f80f56f6f3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "30c817d2-64e9-4be3-924b-e58d780fb91d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "5093bf0e-f86c-465a-9cf0-e5728b2c9890",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-05-17",
+ "startDate": "2020-11-08",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f6a79de9-5aff-4e3e-8e11-103478a3ba36",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-06-23",
+ "startDate": "2022-04-20",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a081d8e4-40e2-4700-872c-cc26355a5817",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-12-04",
+ "startDate": "2016-11-13",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "63568a96-976c-4545-ae73-3ed2c97d1bbf",
+ "name": "IPSUM",
+ "endDate": "2023-08-19",
+ "startDate": "2015-10-12",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "2fc72278-7b6c-433a-a641-d3a72789a965",
+ "siteRegistry": false,
+ "documentDate": "2016-02-22",
+ "receivedDate": "2023-06-30",
+ "uploadedDate": "2020-04-30",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "91e3b2fa-b648-4fe2-b312-4445401d040e",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "a80c4d5c-bb81-4a2e-953a-41db2375cdc9",
+ "siteRegistry": false,
+ "documentDate": "2016-03-15",
+ "receivedDate": "2022-08-19",
+ "uploadedDate": "2020-01-13",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "7883e22b-d6f9-44eb-801b-2bd16b115c22",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "8870382d-c075-4869-a53f-1679372a03c2",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "c9b4e357-7aaa-4d57-a30b-4d6e6974d97e",
+ "siteRegistry": false,
+ "documentDate": "2020-12-18",
+ "receivedDate": "2016-12-26",
+ "uploadedDate": "2018-06-18",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "effd0417-8a4d-4cd7-8bf2-7014b478bda3",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5abe9a21-9312-4c71-a111-b059500a32c7",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "00584065-c6ac-4378-97ca-e6b3db7223ab",
+ "siteRegistry": true,
+ "documentDate": "2015-01-01",
+ "receivedDate": "2016-05-08",
+ "uploadedDate": "2020-02-16",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "ad957921-ffcb-4468-8bcf-e87f090d22d0",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "5f6959b0-4cc6-4f44-821a-40a8aa858cb6",
+ "siteRegistry": true,
+ "documentDate": "2021-03-13",
+ "receivedDate": "2021-08-20",
+ "uploadedDate": "2016-12-22",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "2cc33770-0b47-4158-8592-3fcd544f375a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "92265a4b-d374-4274-b864-73a5e2a6ae1c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "08bdf470-100c-44bc-91e2-38f608fada6e",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-05-25 (described on Site Profile dated 2021-05-25)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "90cd57da-22ef-40aa-a574-7a4b622300b6",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-12-01 (described on Site Profile dated 2016-12-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "80af21e1-2399-4cc9-979a-c7dd35e02f60",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-07-09 (described on Site Profile dated 2019-07-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "35d943e7-3eaf-47f1-9b41-8127ab944c36",
+ "siteRegistry": true,
+ "dateNoted": "2017-07-10",
+ "parcelID": "16292",
+ "crownLandUsePIN": "20976",
+ "crownLandFileNumber": "18281",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 3 DISTRICT LOT 2 PLAN 6105"
+ },
+ {
+ "uuid": "890c5d44-6fb8-4a30-965e-268abea9de2c",
+ "siteRegistry": false,
+ "dateNoted": "2019-10-11",
+ "parcelID": "20918",
+ "crownLandUsePIN": "17829",
+ "crownLandFileNumber": "16873",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 1 DISTRICT LOT 5 PLAN 9499"
+ },
+ {
+ "uuid": "b38843b3-a88c-400d-9e20-7b6595c50f15",
+ "siteRegistry": true,
+ "dateNoted": "2014-08-15",
+ "parcelID": "15912",
+ "crownLandUsePIN": "17586",
+ "crownLandFileNumber": "19361",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 2 DISTRICT LOT 2 PLAN 3560"
+ },
+ {
+ "uuid": "94795fbc-31b0-4aa7-bf4f-37eca14cd759",
+ "siteRegistry": false,
+ "dateNoted": "2014-01-13",
+ "parcelID": "19976",
+ "crownLandUsePIN": "18868",
+ "crownLandFileNumber": "20085",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 2 DISTRICT LOT 4 PLAN 3136"
+ },
+ {
+ "uuid": "c68312ad-ac59-4826-85a7-b53f8a0178af",
+ "siteRegistry": false,
+ "dateNoted": "2017-12-12",
+ "parcelID": "18590",
+ "crownLandUsePIN": "20443",
+ "crownLandFileNumber": "19784",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 2 DISTRICT LOT 3 PLAN 5328"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "ba3cc303-586a-46e5-9386-512227f548fd",
+ "siteRegistry": false,
+ "dateReceived": "2021-11-12",
+ "dateCompleted": "2017-02-21",
+ "dateEntered": "2013-12-27",
+ "dateRegistrar": "2021-10-16",
+ "dateLocalAuthorityReceived": "2022-07-11",
+ "summary": "Provident error temporibus.",
+ "informationUsed": "Quasi exercitationem accusamus.\nAdipisci tempora aut repellat expedita provident minima nesciunt maxime quas.\nTemporibus voluptates temporibus ducimus explicabo minus.\nAlias distinctio nostrum sunt.",
+ "pastOrPresentOrders": "Accusantium tempore cupiditate.\nVelit deserunt in vero.\nFacilis eos enim molestiae nobis alias.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "160cb3e3-a929-4990-b32c-9aac79623b1b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b1a88568-8e52-4f35-a180-e52aff157a34",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "df1e4fb4-5c16-4058-8df0-d09b7fa67752",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "ae210e80-a189-47fc-82a1-ba24b894d105",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERGSTROM RASHEED",
+ "timestamp": "2014-04-28"
+ },
+ {
+ "uuid": "d6c0d4bc-672e-44b5-9cb1-c03e517d4b47",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ABBOTT BRYANA",
+ "timestamp": "2022-05-17"
+ },
+ {
+ "uuid": "5857d54a-4d6a-4591-ba8b-2a6ec7af798c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HARBER WINSTON",
+ "timestamp": "2018-06-29"
+ },
+ {
+ "uuid": "e1c03af2-2874-46b1-940e-7b3c02f11944",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WIEGAND MAXIMILIAN",
+ "timestamp": "2020-06-03"
+ },
+ {
+ "uuid": "19180834-0885-4190-a2ff-214999704213",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TREUTEL STAN",
+ "timestamp": "2020-07-13"
+ },
+ {
+ "uuid": "36e1bf51-dd64-4ecb-83ad-cc6989649931",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUETTGEN LINWOOD",
+ "timestamp": "2022-03-29"
+ },
+ {
+ "uuid": "36ba16a0-0e02-432a-9235-9d1baa53024b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VANDERVORT TYLER",
+ "timestamp": "2015-08-06"
+ },
+ {
+ "uuid": "f308ea02-fd75-4978-97c2-9a84925b0356",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SAWAYN KRISTOFFER",
+ "timestamp": "2022-02-06"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "149da776-3e39-44be-a603-0b4a364e02ce",
+ "dateNoted": "2017-10-20",
+ "notes": "",
+ "parcelID": "20086",
+ "siteID": "20206",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "b67e7dd4-4946-41f7-8403-a15e36474c8c",
+ "siteID": 20261,
+ "address": "617 Lockman Neck",
+ "latitude": 50.6553,
+ "longitude": -124.6911,
+ "lastUpdated": "2014-05-19",
+ "city": "Weymouth Town",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/16975",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5981601,
+ 4669002,
+ 1224236,
+ 8211378,
+ 8736012
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "131a2433-5b4e-4de6-9f0a-08f19d680dd1",
+ "createdAt": "2022-02-02",
+ "completed": "2014-10-13",
+ "initiated": "2019-10-05",
+ "ministryContact": "GUTKOWSKI ELINOR",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "11f69fb5-f4a0-46e5-bba4-b59a02dc7efc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2c8f3bdb-5c47-43e4-9da0-661803de3ad5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "03b9b5bc-761f-4ed4-ad5e-2be3c6c9150f",
+ "createdAt": "2018-08-11",
+ "completed": "2022-09-06",
+ "initiated": "2015-08-09",
+ "ministryContact": "ABSHIRE KAMERON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "497cb199-c5d0-4b14-8f70-a3ea552e6a4e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9f7fec1b-506e-40ea-8b37-2af3fc9af329",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8b55b4ad-30e8-428b-b00d-b3f33e46ecbc",
+ "createdAt": "2022-11-11",
+ "completed": "2014-04-13",
+ "initiated": "2019-08-18",
+ "ministryContact": "HINTZ VLADIMIR",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "fc313e5b-00e3-4076-a8b8-a971ae5a3398",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "027c2cee-2f40-4e66-8ed3-651e0726ee58",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "feb44298-a625-4223-a422-2931bbf54d4f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "a7b15d3c-bb8c-443c-aad8-59f249b2ee9a",
+ "name": "IPSUM",
+ "endDate": "2022-09-25",
+ "startDate": "2015-04-02",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8bc76df9-0cd0-447d-a89d-305432b88473",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-03-15",
+ "startDate": "2014-09-30",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b3351e7b-be81-4696-b572-9d8290c7352a",
+ "name": "IPSUM",
+ "endDate": "2018-05-10",
+ "startDate": "2020-07-10",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3cdeb3ba-2a7e-4740-961e-e9b9243b5a65",
+ "name": "IPSUM",
+ "endDate": "2017-01-10",
+ "startDate": "2019-02-14",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6ef07e61-98e5-4877-92b7-44c01f79de36",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-06-05",
+ "startDate": "2022-03-05",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "d629ec7b-7ef5-48aa-b1db-1e0f54205b78",
+ "siteRegistry": true,
+ "documentDate": "2021-08-07",
+ "receivedDate": "2016-12-24",
+ "uploadedDate": "2022-07-19",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "9cd0ee95-3c57-4e55-8a56-580a426abd7c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "dd1a1c91-b510-4659-a0e1-a2263d0ab508",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "44965c1e-29ab-40e7-b921-f76348cd60e4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "608894eb-052c-4fc4-9469-75a78b95ab75",
+ "siteRegistry": true,
+ "documentDate": "2022-05-05",
+ "receivedDate": "2020-06-14",
+ "uploadedDate": "2015-09-12",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "9552423d-9153-443d-8d7f-03ca1e7fd626",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9b2f16cc-87db-4ca9-a87d-2f1a4279e66e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2b7442fe-7487-4d48-adeb-400a0aad6377",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "945024de-d98e-4169-b8d5-2584ca78cfe3",
+ "siteRegistry": false,
+ "documentDate": "2015-12-27",
+ "receivedDate": "2022-08-20",
+ "uploadedDate": "2015-11-16",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "c05d83be-6a05-482a-adea-36fd19d0d5ef",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "800c79e4-a28b-40be-a905-2636efbb6f06",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "873b1296-80fe-4ad2-8df5-e53697d1b1f4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f715607d-c232-46b3-a1e5-9bc6b8a2495d",
+ "siteRegistry": false,
+ "documentDate": "2020-12-19",
+ "receivedDate": "2020-11-05",
+ "uploadedDate": "2018-04-25",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "ce88a08d-feaf-44d6-89fb-a25923ca8859",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "2964cfc8-c290-40dd-bd69-64100e509c2f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-01-27 (described on Site Profile dated 2014-01-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "f85e1356-f2c3-4f02-95ba-be650a475ff1",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-10-05 (described on Site Profile dated 2014-10-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "f816085f-ff2d-48d3-ae35-6d3f2b187c36",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-04-19 (described on Site Profile dated 2021-04-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "8ec69b64-0f39-4ed8-890d-04b0121e4703",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-11-12 (described on Site Profile dated 2020-11-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "d5aaa4e6-0cac-4072-add6-5302151c350a",
+ "siteRegistry": true,
+ "dateNoted": "2019-05-20",
+ "parcelID": "18191",
+ "crownLandUsePIN": "17686",
+ "crownLandFileNumber": "18415",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 3 DISTRICT LOT 2 PLAN 7021"
+ },
+ {
+ "uuid": "55fdcec1-eff0-4f82-b11d-620501d28bb1",
+ "siteRegistry": true,
+ "dateNoted": "2013-10-27",
+ "parcelID": "20200",
+ "crownLandUsePIN": "16353",
+ "crownLandFileNumber": "17927",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 1 DISTRICT LOT 2 PLAN 6275"
+ },
+ {
+ "uuid": "76be6e6e-505c-4fe8-88ae-12e212fe582d",
+ "siteRegistry": false,
+ "dateNoted": "2014-10-13",
+ "parcelID": "15380",
+ "crownLandUsePIN": "18709",
+ "crownLandFileNumber": "16249",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 5 DISTRICT LOT 2 PLAN 8550"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "719817db-568e-4e37-80ec-555d9042629c",
+ "siteRegistry": true,
+ "dateReceived": "2021-01-08",
+ "dateCompleted": "2016-05-25",
+ "dateEntered": "2017-06-10",
+ "dateRegistrar": "2020-01-25",
+ "dateLocalAuthorityReceived": "2019-12-13",
+ "summary": "Dolorem tenetur perspiciatis veniam doloremque voluptas.",
+ "informationUsed": "Accusantium voluptatibus possimus atque eveniet fuga dolorum.\nSunt reiciendis ratione vitae ex fugit.\nAperiam ab voluptatem nisi culpa magnam aliquid nam ut odio.",
+ "pastOrPresentOrders": "Atque in ipsum temporibus minima facere libero quasi fugit iure.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "cef95ee7-aec0-4e0c-9b28-862c7d917d34",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5b9ab1c3-a4ad-47d4-ba31-089b86fca436",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "0a015954-320a-4cfb-b3ad-2eab9cbde579",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KEMMER ELOISA",
+ "timestamp": "2016-01-11"
+ },
+ {
+ "uuid": "e3b00aa1-c7c2-4f33-a4b9-0bcd1c3ac793",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RAU NAPOLEON",
+ "timestamp": "2019-08-28"
+ },
+ {
+ "uuid": "8d74cdac-9cc2-408e-9b71-166da406c64a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ORN EZEKIEL",
+ "timestamp": "2022-04-15"
+ },
+ {
+ "uuid": "99787a6c-87cd-4a9b-9a40-df607048e5de",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HILPERT MARKUS",
+ "timestamp": "2019-01-29"
+ },
+ {
+ "uuid": "0d358d52-f524-4729-929e-391dd88ebb6e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ALTENWERTH MCKENZIE",
+ "timestamp": "2013-11-11"
+ },
+ {
+ "uuid": "4a789633-84d9-4507-9185-fe7c9c508341",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MITCHELL ADOLFO",
+ "timestamp": "2020-02-06"
+ },
+ {
+ "uuid": "641a58e9-3db0-4b95-a63d-8b4e42d06f9c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "THOMPSON ANDREANNE",
+ "timestamp": "2018-09-25"
+ },
+ {
+ "uuid": "183df87e-64e3-4d2e-9a93-66c3241852e8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MANN JEWELL",
+ "timestamp": "2015-08-18"
+ },
+ {
+ "uuid": "06bba3e5-3677-4b46-a961-c94c97f7583b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOEN YOLANDA",
+ "timestamp": "2022-10-31"
+ },
+ {
+ "uuid": "0f5f1b76-54ee-45df-8456-49d12ffad068",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCLAUGHLIN KRAIG",
+ "timestamp": "2016-04-12"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "85b34353-ae1c-4ead-adc8-1ce09a309add",
+ "dateNoted": "2018-01-28",
+ "notes": "",
+ "parcelID": "18618",
+ "siteID": "17014",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "6b484d78-9edf-401f-b6fb-4cfdebb35625",
+ "siteID": 20039,
+ "address": "4554 Kieran Junctions",
+ "latitude": 58.6987,
+ "longitude": -134.0272,
+ "lastUpdated": "2014-02-08",
+ "city": "D'Amorefort",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/14275",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6838806,
+ 9807031,
+ 9252406,
+ 950943,
+ 334237
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "f9b6d752-1917-4df5-a2a5-3fe5fd32e002",
+ "createdAt": "2015-11-19",
+ "completed": "2023-08-18",
+ "initiated": "2015-05-14",
+ "ministryContact": "LANG ALESSIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "856dbf8b-5321-4424-bfd5-1b8a267c3776",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b8be1a56-fb65-4056-ac35-358a988566fc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "23c6773b-dff2-4725-a84b-299328ede5a8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a55ab263-920a-4d9b-9c06-578e6ad49f46",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8495166f-ba05-44a6-9169-a2b87479ab22",
+ "createdAt": "2021-08-07",
+ "completed": "2022-11-18",
+ "initiated": "2023-01-21",
+ "ministryContact": "KAUTZER JARROD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5f0fd261-dd7a-4c3a-a92f-7006e6f665f4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "578d0fa4-3b41-4865-92da-f04905f1d363",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ac9f285e-4556-4e50-b673-b44a77ee984c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "b2c178a9-26fa-4a41-bcf9-4bb86215dfeb",
+ "name": "IPSUM",
+ "endDate": "2021-12-08",
+ "startDate": "2018-11-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "eee57050-576a-4d24-9f4c-63aaa183ba6d",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2023-09-06",
+ "startDate": "2017-07-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "00cd694f-238c-490e-9214-0b756006a552",
+ "name": "IPSUM",
+ "endDate": "2021-11-08",
+ "startDate": "2023-02-18",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8a846b54-6b6d-4503-84fb-15feb2960b78",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-01-09",
+ "startDate": "2022-05-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "29bc9da8-5b6a-4db7-9784-66131cf83e7d",
+ "siteRegistry": true,
+ "documentDate": "2018-10-14",
+ "receivedDate": "2022-11-07",
+ "uploadedDate": "2020-08-17",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "44f18e4f-87f0-410f-8510-8c1b20934663",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0a60b7a5-3c5d-45f3-927d-3a927c91143f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4210326d-efb9-4b56-8a8b-61edd61e7f59",
+ "siteRegistry": true,
+ "documentDate": "2019-03-08",
+ "receivedDate": "2021-09-03",
+ "uploadedDate": "2020-02-18",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "2e3e8bfe-b254-4754-b82c-bc8e02b16703",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9555dada-6ac3-4134-be8f-8de226639828",
+ "siteRegistry": false,
+ "documentDate": "2019-10-24",
+ "receivedDate": "2018-08-23",
+ "uploadedDate": "2021-05-07",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "b64392d6-c1f0-4a55-9887-8ed5a9a8b8bd",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "00e30f66-1436-4e58-b866-0f793114972c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "055a46c1-286b-466e-a9d0-1ec0e61d1f5c",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-11-07 (described on Site Profile dated 2014-11-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "d0172cff-0d85-462b-bb9b-55470b13af31",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-07-25 (described on Site Profile dated 2014-07-25)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "052d2fef-b284-4942-a634-0e55f94c25e6",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-04-30 (described on Site Profile dated 2017-04-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "6aac0435-227a-46b0-b6cd-5f21501957a5",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-12-11 (described on Site Profile dated 2019-12-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "d3aca323-212a-4420-b44d-6d7f11941607",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-12-29 (described on Site Profile dated 2013-12-29)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "bc17239b-c505-4e1a-918a-7658439fce9e",
+ "siteRegistry": false,
+ "dateNoted": "2023-07-15",
+ "parcelID": "18208",
+ "crownLandUsePIN": "17706",
+ "crownLandFileNumber": "19163",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 2 DISTRICT LOT 5 PLAN 5064"
+ },
+ {
+ "uuid": "82f2d76f-9ba9-4ac0-bf06-d01707c5ab41",
+ "siteRegistry": true,
+ "dateNoted": "2021-08-14",
+ "parcelID": "20062",
+ "crownLandUsePIN": "15922",
+ "crownLandFileNumber": "16457",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 4 DISTRICT LOT 5 PLAN 6540"
+ },
+ {
+ "uuid": "9c5d8184-e36e-43c4-abc4-d8640354043f",
+ "siteRegistry": true,
+ "dateNoted": "2014-04-25",
+ "parcelID": "15670",
+ "crownLandUsePIN": "19728",
+ "crownLandFileNumber": "15320",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 2 DISTRICT LOT 1 PLAN 4151"
+ },
+ {
+ "uuid": "a4f9dd10-affe-448f-aaeb-bda5cf0c4347",
+ "siteRegistry": false,
+ "dateNoted": "2022-06-12",
+ "parcelID": "17320",
+ "crownLandUsePIN": "18642",
+ "crownLandFileNumber": "17668",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 4 DISTRICT LOT 2 PLAN 3198"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "b1cafe8f-1ee2-4bf3-8a77-cdf20987f105",
+ "siteRegistry": false,
+ "dateReceived": "2015-10-12",
+ "dateCompleted": "2021-10-01",
+ "dateEntered": "2014-03-19",
+ "dateRegistrar": "2022-01-02",
+ "dateLocalAuthorityReceived": "2018-08-07",
+ "summary": "Voluptates error repellat vero.\nQuos libero odit voluptate.",
+ "informationUsed": "Ratione possimus quidem atque.\nCorrupti sunt accusantium aliquid aperiam.\nQuae ratione itaque suscipit.\nNon ipsam beatae vitae.\nAutem eaque ratione repellendus eveniet iure.",
+ "pastOrPresentOrders": "Maxime cumque magnam numquam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "5478c9e9-dfd5-4806-81da-28ddce0004c9",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "06c78751-0a27-47ac-852f-236bfc2c4583",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f4d932c4-8d2d-44d8-8ba3-c89870242188",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "fddeb172-f0bd-47ed-99e0-07ba224daf50",
+ "siteRegistry": true,
+ "dateReceived": "2018-05-16",
+ "dateCompleted": "2019-04-23",
+ "dateEntered": "2018-02-02",
+ "dateRegistrar": "2018-02-18",
+ "dateLocalAuthorityReceived": "2018-07-19",
+ "summary": "Dolores nisi ipsam fugiat animi ex sit asperiores.\nInventore sed incidunt autem sit assumenda aliquam earum aspernatur.",
+ "informationUsed": "Similique saepe optio rerum quasi ipsam voluptas officiis.\nDeserunt rem molestiae modi optio aut inventore.\nOdio fugit neque harum eius.",
+ "pastOrPresentOrders": "Praesentium doloribus repellat fugit.\nDicta itaque veritatis nobis.\nCommodi praesentium vel a provident.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "52185450-15b9-404f-bf14-490f51f77836",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "684bf995-1fa5-4902-85f2-a48aa5a4dd43",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "a7aba046-8d8a-4377-8490-f7f9994d373c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GIBSON SARAI",
+ "timestamp": "2019-04-07"
+ },
+ {
+ "uuid": "7cecfd65-a92c-404b-9e88-f8cb5e60f989",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRIST BARTON",
+ "timestamp": "2015-09-17"
+ },
+ {
+ "uuid": "3dcadb9c-34f5-4f2e-a17e-f1f0b9cd6f5f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUPPE ABBY",
+ "timestamp": "2014-02-02"
+ },
+ {
+ "uuid": "b8f92f14-8623-440c-8326-4c22b02a2675",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GERLACH JALEN",
+ "timestamp": "2020-05-06"
+ },
+ {
+ "uuid": "c657df30-50ac-46a2-9382-33e04460e89e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KULAS KESHAUN",
+ "timestamp": "2020-09-14"
+ },
+ {
+ "uuid": "03d36034-f782-4591-b2a1-6309e1121083",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BODE MITTIE",
+ "timestamp": "2014-11-14"
+ },
+ {
+ "uuid": "b978ddc2-1871-4b72-b3ba-9e28f54a1539",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MACEJKOVIC MALVINA",
+ "timestamp": "2018-03-10"
+ },
+ {
+ "uuid": "cf33e2dd-6778-45e1-a3fd-0d62fda8c9a2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HERMISTON ANASTASIA",
+ "timestamp": "2014-08-15"
+ },
+ {
+ "uuid": "57daa87c-0778-4d16-a39f-8537f94d2029",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GLEASON BORIS",
+ "timestamp": "2018-12-18"
+ },
+ {
+ "uuid": "b17364ee-98f8-4e59-a894-67ca575b47dd",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JASKOLSKI ALTHEA",
+ "timestamp": "2019-01-10"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "f31a9317-38c9-4369-b9aa-1b40874906f5",
+ "dateNoted": "2020-06-12",
+ "notes": "",
+ "parcelID": "20065",
+ "siteID": "16137",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d3e36f49-f0a4-454f-8d4b-664a98d4bb1f",
+ "dateNoted": "2022-12-11",
+ "notes": "",
+ "parcelID": "17265",
+ "siteID": "15747",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "991b465b-f2df-4a04-a758-a5cf8e77e102",
+ "siteID": 15997,
+ "address": "9029 Kutch Hollow",
+ "latitude": 48.2163,
+ "longitude": -130.5463,
+ "lastUpdated": "2017-12-12",
+ "city": "North Eugenia",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/4476",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 380232,
+ 6544010,
+ 2052479,
+ 792218,
+ 2191266
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "ab83f10c-386a-4108-ae4b-85f0ce4e64d3",
+ "createdAt": "2014-09-27",
+ "completed": "2022-09-15",
+ "initiated": "2019-05-06",
+ "ministryContact": "STAMM GUILLERMO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a819cf83-a8cc-4f18-bbfb-559d0c923f1d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "be2b6901-188e-4591-aafa-87ceefc2c86f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fe187a02-98a6-438f-9fa1-44c4fe16077b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8dae5a1c-7842-44e2-a798-0947f3335859",
+ "createdAt": "2017-12-16",
+ "completed": "2016-06-10",
+ "initiated": "2020-12-14",
+ "ministryContact": "BEDNAR JAYSON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b30e753d-e845-40cd-8d07-4f9cd1f30544",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b6bd1b65-6aea-4004-bbcf-d9527da456f0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9309d8f0-abe1-4098-9e88-e1991a2bcf0f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7871a137-293d-437a-a8b6-f040db46794c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "eb551816-df74-4aca-bc5b-e260b6e29c30",
+ "createdAt": "2014-08-20",
+ "completed": "2015-10-26",
+ "initiated": "2015-09-12",
+ "ministryContact": "BORER-WOLFF JEANIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "25419b83-992d-4613-91d3-2ae3621e2b71",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ec8f6f80-2601-4a95-983d-f096e571ccae",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "21134e87-cec0-44b8-bf42-42e0070765bf",
+ "createdAt": "2020-01-06",
+ "completed": "2014-11-29",
+ "initiated": "2018-04-04",
+ "ministryContact": "CONNELLY WINNIFRED",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "637256e1-76da-4c4a-87d4-330d736934f2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2260e401-7970-4250-b102-459eb7cee695",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7f8b3afb-72ca-4474-bbe3-eb9bd2f642af",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5a60fcef-d446-476b-866a-49d91fd1191e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5cf72bb3-31aa-4199-a94b-3cfe82734de6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "0e6b0ec9-496b-49eb-b014-a4457b214ecb",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-01-10",
+ "startDate": "2023-08-02",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1395ffe1-6672-4738-807c-c54a7efbba77",
+ "name": "IPSUM",
+ "endDate": "2016-03-06",
+ "startDate": "2020-06-10",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e9885dda-4f95-42cb-92ef-7de552807b91",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-04-07",
+ "startDate": "2021-01-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9b50d8a3-a547-4605-9344-b7c9d2514ad8",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-08-21",
+ "startDate": "2018-06-27",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "87bcfe41-aca4-4e63-9c69-d5c949edfc86",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-03-04",
+ "startDate": "2016-01-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "fa55f771-41c8-4db2-bd92-40ca9e9cb862",
+ "siteRegistry": true,
+ "documentDate": "2022-11-07",
+ "receivedDate": "2017-03-25",
+ "uploadedDate": "2017-11-12",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "fc2ea460-bce8-4c9f-b35d-819047a4a9e8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0e68023b-1a2a-4b85-a214-a64dcec531ce",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "94e76c97-f257-499c-9ba5-71271b0e912a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "da9e7d0a-0850-476d-b3c2-8598c7260dfa",
+ "siteRegistry": false,
+ "documentDate": "2014-01-30",
+ "receivedDate": "2017-08-30",
+ "uploadedDate": "2022-08-14",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "6deb84e1-f402-4e35-af7b-515f2de2724a",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2f58b9c5-d79d-4c53-80ba-bb7bd57eac39",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "cf2219c1-a294-42d4-aeff-a65dc2c98cf6",
+ "siteRegistry": false,
+ "documentDate": "2014-09-19",
+ "receivedDate": "2020-02-20",
+ "uploadedDate": "2019-02-15",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "260307a0-507f-4a7f-85e6-a23c28e92f3e",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "6dd2444b-b625-462e-bf6e-77bfbd39e67b",
+ "siteRegistry": false,
+ "documentDate": "2021-09-29",
+ "receivedDate": "2015-05-04",
+ "uploadedDate": "2015-06-30",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "9e760483-09cf-4b22-960b-f7fe6477d4e7",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "10343e23-e0f0-473d-9b9a-f13c2f421680",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-12-29 (described on Site Profile dated 2018-12-29)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "75a7ab5d-8a6b-4cd8-8b00-bcaa6e362c39",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-06-26 (described on Site Profile dated 2017-06-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "b4544c16-a372-436d-8bce-fb97a5ded4ed",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-03-06 (described on Site Profile dated 2023-03-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "97029a84-032d-4ab0-9b73-66f9b4208eaa",
+ "siteRegistry": false,
+ "dateNoted": "2021-08-30",
+ "parcelID": "17331",
+ "crownLandUsePIN": "19683",
+ "crownLandFileNumber": "17910",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 3 DISTRICT LOT 5 PLAN 6371"
+ },
+ {
+ "uuid": "adf35f3c-84b6-420d-bf65-b174615e494f",
+ "siteRegistry": true,
+ "dateNoted": "2020-11-30",
+ "parcelID": "18419",
+ "crownLandUsePIN": "19807",
+ "crownLandFileNumber": "18185",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 5 DISTRICT LOT 4 PLAN 8182"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "98213dad-8b00-4c3f-9693-c1f52cc6e141",
+ "siteRegistry": false,
+ "dateReceived": "2021-10-25",
+ "dateCompleted": "2022-10-16",
+ "dateEntered": "2018-01-25",
+ "dateRegistrar": "2018-01-30",
+ "dateLocalAuthorityReceived": "2015-12-25",
+ "summary": "Reprehenderit facere similique possimus veniam saepe aliquid voluptatum optio.\nIpsa aliquid ut suscipit voluptatibus quaerat aliquam dicta quasi.\nAtque aliquam accusantium molestiae consequuntur illum.",
+ "informationUsed": "Eaque facere praesentium eligendi occaecati sed incidunt facere ullam assumenda.\nFugit nulla iusto sunt porro.\nHic officia excepturi illum totam vero beatae veniam cum.\nQuisquam laudantium illo dolores soluta est.\nExercitationem error doloremque reprehenderit animi.",
+ "pastOrPresentOrders": "Nostrum voluptate sapiente omnis.\nSuscipit inventore occaecati quia ea.\nMinima dolor aliquam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "5ba9a751-df1f-450d-9af9-6d65ee425cf3",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d82894dd-1e29-45c4-8e0a-9b4c37093ef2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "93dd670c-89a1-4798-9285-e6971f2ba751",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "833a7dd8-9643-4602-b42f-b7b284bf9ae9",
+ "siteRegistry": true,
+ "dateReceived": "2018-02-15",
+ "dateCompleted": "2019-03-05",
+ "dateEntered": "2016-03-17",
+ "dateRegistrar": "2016-09-06",
+ "dateLocalAuthorityReceived": "2016-01-19",
+ "summary": "Aliquam perspiciatis consequatur distinctio quidem laudantium ad esse numquam quos.\nA numquam quo distinctio aut similique et totam magnam.",
+ "informationUsed": "Recusandae fugiat ipsam ratione laboriosam numquam nesciunt.\nSapiente esse ratione reprehenderit nisi soluta omnis eveniet.\nAperiam dolores officia.\nVoluptates quis soluta.\nConsectetur consequatur voluptatum soluta minus quasi.",
+ "pastOrPresentOrders": "Consequatur consequuntur dolores autem ut accusamus ad quibusdam.\nQuidem eius reprehenderit.\nIllum quos atque id libero animi sed.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "ce3a95f4-73ef-4e37-9624-95ab08d7cda7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "50da6710-c017-4a4f-981e-bcfc0fee72d4",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9c4e359c-e846-43bf-9a72-d936001818fe",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "11874906-696c-47ff-8f5f-379e72c61470",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEDNER SYDNEE",
+ "timestamp": "2015-10-25"
+ },
+ {
+ "uuid": "3bbfdf4b-877d-4e9d-bc46-7e8ea1def153",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STRACKE SHARON",
+ "timestamp": "2020-01-27"
+ },
+ {
+ "uuid": "4773d647-7cac-4f44-8577-eccf668dba0c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DENESIK RANSOM",
+ "timestamp": "2017-04-14"
+ },
+ {
+ "uuid": "b5f96aa3-e605-4263-a2ec-a401219ae3f4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUPPE VILMA",
+ "timestamp": "2021-10-06"
+ },
+ {
+ "uuid": "387c5ed8-d0c8-40c7-9fe5-7200be7bdea1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "AUFDERHAR AYLA",
+ "timestamp": "2019-08-16"
+ },
+ {
+ "uuid": "a1a2a636-e7f6-4b24-b901-af67b93bd5c6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GERLACH SHANA",
+ "timestamp": "2014-12-12"
+ },
+ {
+ "uuid": "e3a8cbff-605a-477a-a38f-b149ad233ae2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MANN ANGUS",
+ "timestamp": "2021-08-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "d7698d9a-7b3d-48e5-83ab-c60edddf561b",
+ "dateNoted": "2020-06-13",
+ "notes": "",
+ "parcelID": "20177",
+ "siteID": "16457",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b17cac5d-f17a-49b3-a146-84b79fcc9c8d",
+ "dateNoted": "2018-06-09",
+ "notes": "",
+ "parcelID": "17149",
+ "siteID": "16344",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "5f2dac04-fd6a-40d8-a436-651c34bb749d",
+ "siteID": 20625,
+ "address": "952 Shaniya Highway",
+ "latitude": 49.4047,
+ "longitude": -130.6908,
+ "lastUpdated": "2019-03-09",
+ "city": "Lake Koryton",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/18540",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5333869,
+ 3517173,
+ 4775688,
+ 2926703,
+ 3473374
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "66a6d6d6-8700-4039-a0e6-072c7eda8102",
+ "createdAt": "2020-06-04",
+ "completed": "2017-10-09",
+ "initiated": "2019-12-03",
+ "ministryContact": "O'KON-ANDERSON JERALD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8eb6c172-8a53-42b8-ada6-7ff377b4837f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cca6870e-fe1d-42f1-bed4-1dd0efe5416e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "90300571-3ff5-4395-be6b-1094dff38751",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1bb7c61f-b59c-4921-be68-ccaeaaa278da",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "284cbdaa-95e5-4847-bb42-5ac898ef0053",
+ "createdAt": "2021-10-08",
+ "completed": "2015-10-28",
+ "initiated": "2019-12-21",
+ "ministryContact": "MARKS DARIAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1d00b2ef-2e05-4d33-8525-fdfc58c3207b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cf34d93e-da65-418c-8893-374e178c2a63",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b6ab5ce5-58ab-49b4-9503-04e927e85b2d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8d8786de-5a70-4a46-b98b-04417e217d96",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "3d361102-e4b2-435a-9e53-2e54c0290cd4",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-12-18",
+ "startDate": "2015-08-23",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5958336c-a070-4102-9532-b60971a4f38f",
+ "name": "IPSUM",
+ "endDate": "2021-06-26",
+ "startDate": "2014-05-05",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "cb4a0d0a-42d8-4177-81ff-3ec21b0c1092",
+ "siteRegistry": false,
+ "documentDate": "2019-11-06",
+ "receivedDate": "2016-07-25",
+ "uploadedDate": "2015-08-28",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "a998e0b4-ec5f-409e-b0ad-6543175cde0a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "14718f1d-ab54-4772-bbaa-8bef37d560b1",
+ "siteRegistry": false,
+ "documentDate": "2015-10-25",
+ "receivedDate": "2016-01-14",
+ "uploadedDate": "2022-04-13",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "a4cf7170-8786-4949-9968-255a5a7f90be",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "65baf1b1-f9cf-4440-99d1-d45956fb69b4",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "e5983ddb-25d4-426f-acc5-e15d1c5b20c8",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-11-14 (described on Site Profile dated 2013-11-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "96fe7c32-58bd-4336-bb7f-7006aed16f9f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-02-05 (described on Site Profile dated 2021-02-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "128648a5-0340-49bd-b8ad-d938564badb5",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-11-16 (described on Site Profile dated 2018-11-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "59fdb5e1-a214-4137-92be-a5e55874136f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-04-14 (described on Site Profile dated 2015-04-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "e8a7f391-cf64-4705-b02f-185bbf5faecd",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-02-21 (described on Site Profile dated 2016-02-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "9cbfd374-ae67-4fb8-8465-e628992ad837",
+ "siteRegistry": true,
+ "dateNoted": "2021-07-30",
+ "parcelID": "19417",
+ "crownLandUsePIN": "15926",
+ "crownLandFileNumber": "17396",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 4 DISTRICT LOT 1 PLAN 5871"
+ },
+ {
+ "uuid": "0cf4909f-7170-4758-b746-9bad2b3961f7",
+ "siteRegistry": true,
+ "dateNoted": "2022-02-11",
+ "parcelID": "16492",
+ "crownLandUsePIN": "15990",
+ "crownLandFileNumber": "20148",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 3 DISTRICT LOT 5 PLAN 4385"
+ },
+ {
+ "uuid": "4a5a7590-4838-4492-a4f2-a8918df80838",
+ "siteRegistry": true,
+ "dateNoted": "2017-10-22",
+ "parcelID": "20370",
+ "crownLandUsePIN": "16474",
+ "crownLandFileNumber": "17584",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 1 DISTRICT LOT 3 PLAN 6163"
+ },
+ {
+ "uuid": "f424e90f-c3c8-46ef-9656-24cb16fc1f43",
+ "siteRegistry": true,
+ "dateNoted": "2018-12-18",
+ "parcelID": "18741",
+ "crownLandUsePIN": "16264",
+ "crownLandFileNumber": "15616",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 2 DISTRICT LOT 4 PLAN 4309"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "aa6b801e-221b-4885-ab22-5a7185bdcc6c",
+ "siteRegistry": false,
+ "dateReceived": "2016-02-04",
+ "dateCompleted": "2014-04-09",
+ "dateEntered": "2023-05-10",
+ "dateRegistrar": "2023-09-01",
+ "dateLocalAuthorityReceived": "2020-01-15",
+ "summary": "Quam cupiditate rerum aspernatur ratione aspernatur error eveniet.\nQui odio qui temporibus voluptas autem.\nDucimus repellat commodi ad consequuntur pariatur expedita eligendi odio sequi.",
+ "informationUsed": "Harum officia modi doloribus sed alias dolorem.\nIn similique ab.\nPlaceat distinctio mollitia et iure impedit.",
+ "pastOrPresentOrders": "Dolores excepturi excepturi distinctio repudiandae temporibus.\nId odio aut debitis aperiam labore sapiente exercitationem.\nEos repellat fugit sunt architecto ipsa beatae corporis nulla repellat.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "7e2c62e4-bd5a-4a7c-ac34-d0cd8cba3922",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5bb63ba2-638a-451a-bb38-c30b839f2c94",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6d262198-0ea9-44fb-b78c-36a2e2fde32c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3a5d4bea-0bf1-47d4-a9ba-0df8c1b21d40",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "1d9d9056-33f1-433d-8302-2fac912bee2a",
+ "siteRegistry": true,
+ "dateReceived": "2015-12-04",
+ "dateCompleted": "2022-11-22",
+ "dateEntered": "2014-08-31",
+ "dateRegistrar": "2019-12-03",
+ "dateLocalAuthorityReceived": "2020-10-13",
+ "summary": "Corrupti amet occaecati cumque consequatur corporis iure quibusdam sequi.\nConsectetur odit alias iusto dignissimos.",
+ "informationUsed": "Distinctio deleniti nisi esse laboriosam ex debitis at.\nEum alias consectetur labore ad quaerat.\nIpsam aspernatur esse.\nEaque quasi quaerat consequuntur molestias adipisci cum molestiae occaecati.",
+ "pastOrPresentOrders": "Eum praesentium cupiditate consequuntur.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "3b3d3d95-cec1-4af7-a92a-840cc79e0d73",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0b383c67-0742-4cc8-a302-4e21fe712242",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "6767b6b4-9cff-4208-8cb5-04ca8ef8b9c1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TURNER EMILIANO",
+ "timestamp": "2016-06-18"
+ },
+ {
+ "uuid": "3a887157-b95d-47a8-a7e9-0a88d60dad35",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REICHEL NICOLA",
+ "timestamp": "2018-09-08"
+ },
+ {
+ "uuid": "9379ae39-0337-484f-93d1-046d17ed3258",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RENNER ALFORD",
+ "timestamp": "2015-12-14"
+ },
+ {
+ "uuid": "1fc2e42f-aced-44bf-ba5a-83707e52623d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRANECKI RAFAEL",
+ "timestamp": "2019-08-09"
+ },
+ {
+ "uuid": "6975f73b-7892-4e34-b848-296641a1491d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PRICE CLYDE",
+ "timestamp": "2019-01-01"
+ },
+ {
+ "uuid": "d521183f-7fc5-4d94-9617-b29f26756266",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JOHNSTON TROY",
+ "timestamp": "2016-12-02"
+ },
+ {
+ "uuid": "a18c9943-f85c-4e4c-b768-e2ad537794c7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REYNOLDS EMELY",
+ "timestamp": "2022-11-04"
+ },
+ {
+ "uuid": "98137a59-50cc-4cab-bb90-d1d9bc86ecda",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LINDGREN DANYKA",
+ "timestamp": "2017-05-09"
+ },
+ {
+ "uuid": "77e7d97a-6ed3-46e6-9be9-5803e1c3a9f6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOWELL SIM",
+ "timestamp": "2019-01-28"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "4c4f7fd1-b19c-4305-b165-6b2cf88a12b2",
+ "dateNoted": "2018-07-19",
+ "notes": "",
+ "parcelID": "19286",
+ "siteID": "20842",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "87e13f3f-9a4c-44a6-b946-02b0b5782eb9",
+ "dateNoted": "2016-02-15",
+ "notes": "",
+ "parcelID": "18557",
+ "siteID": "15747",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f71c4a07-4186-4c72-b18a-b25312bac6f4",
+ "dateNoted": "2020-10-21",
+ "notes": "",
+ "parcelID": "19418",
+ "siteID": "18312",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "6149f08c-a609-4b26-a4a7-9cbca4c70125",
+ "siteID": 17101,
+ "address": "598 Zulauf Roads",
+ "latitude": 51.2517,
+ "longitude": -132.8289,
+ "lastUpdated": "2014-09-04",
+ "city": "Dickinsonburgh",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/7662",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 810712,
+ 2602724,
+ 7843565,
+ 5036008,
+ 2294637
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "20b4b3dc-3970-4931-8c13-1b6ac1de2b12",
+ "createdAt": "2017-09-12",
+ "completed": "2014-11-16",
+ "initiated": "2018-12-08",
+ "ministryContact": "CRIST-HEANEY CAROLYN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a8ccb6e9-4833-4dea-90e1-9ecff8261dea",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "00b15a7e-557b-41a5-ac4a-8f82d2b9456a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "66c9ab7b-70c3-4051-a139-982b8ec9a338",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9e470785-e40e-402f-b535-9940c5038fa2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3e155630-4af7-4e80-ac17-1183fe240c02",
+ "createdAt": "2015-05-29",
+ "completed": "2017-01-04",
+ "initiated": "2021-08-08",
+ "ministryContact": "COLLINS BRANSON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "78a679b3-93c5-486d-8781-d0717d086158",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "eba90f81-c9da-4626-814e-4d6f16bd3deb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b4a47dfc-fbf6-47bc-8cb5-57e78f1d2496",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9c2cfafb-6a53-431d-907d-4cc51dbf3116",
+ "createdAt": "2023-07-05",
+ "completed": "2014-12-17",
+ "initiated": "2017-05-17",
+ "ministryContact": "FEENEY AHMAD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4b600507-49fe-4dd1-8c37-50da9c3857ab",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4e084747-facd-43a4-8109-a48ce7348e80",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "40e50c2b-57f6-4ac3-bfe6-b2b6e91e7ae0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7da99b03-6627-478d-b14c-c6cf6af75175",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5e2d21e5-fb39-4d4c-9335-6a8ddd8660e3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f9c8054f-9747-442f-b554-d5622e124c79",
+ "createdAt": "2023-08-05",
+ "completed": "2021-10-16",
+ "initiated": "2020-11-16",
+ "ministryContact": "CREMIN JESSICA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "45346dcb-79ee-4315-adfa-2131b884c876",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e829db86-5408-4834-8f6e-2f36d085a8de",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8d3c03d8-2d00-492e-ad34-37774dc7a533",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "66944cb7-5447-49f2-8dfc-d3c50ad7d271",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "058985aa-5baf-4575-a9d1-fa0f5b2bdc6e",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-11-29",
+ "startDate": "2016-09-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9a33d83b-a3bb-4222-affe-e4f6bdff344e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-04-17",
+ "startDate": "2018-09-26",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "9897bb73-dcfd-42ff-8e92-3e5ce1644864",
+ "siteRegistry": true,
+ "documentDate": "2021-06-09",
+ "receivedDate": "2014-09-14",
+ "uploadedDate": "2020-04-24",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "89c33d23-8dbd-4557-9878-a5bba76e69e2",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "51fd9bda-0648-425d-abf0-07b67748a0f0",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ed599233-ad1a-4ea6-be2e-db17b793267b",
+ "siteRegistry": false,
+ "documentDate": "2018-10-24",
+ "receivedDate": "2020-02-27",
+ "uploadedDate": "2021-02-12",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "2f7a5054-bdc0-4a62-a196-5590e3a07dc6",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1cf893e6-e31e-4812-ac0b-b4ce79fa74c4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4322c708-acbe-4d68-ae10-08b00bc96fa7",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "9f0f6d81-0e83-4aee-80da-39dfbf144ea0",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-07-10 (described on Site Profile dated 2019-07-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "d312610e-c25d-434d-94d6-16fd9973c556",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-05-18 (described on Site Profile dated 2022-05-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "e7ad3eac-4219-49df-b5a7-f4d76b19d9f2",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-06-03 (described on Site Profile dated 2020-06-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "da7e1c91-a6d4-49a5-8825-32685da94522",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-11-18 (described on Site Profile dated 2014-11-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "fa980a11-3dde-4a93-9ca8-76857ba9e8d5",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-12-12 (described on Site Profile dated 2013-12-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "60922cf0-8481-4fe3-ba18-ccbe77329d6d",
+ "siteRegistry": true,
+ "dateNoted": "2021-01-12",
+ "parcelID": "17842",
+ "crownLandUsePIN": "17640",
+ "crownLandFileNumber": "19047",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 5 DISTRICT LOT 1 PLAN 5514"
+ },
+ {
+ "uuid": "f019ff94-3c2c-452f-bfdc-5e6c4c62bc98",
+ "siteRegistry": false,
+ "dateNoted": "2019-12-25",
+ "parcelID": "19651",
+ "crownLandUsePIN": "20772",
+ "crownLandFileNumber": "18457",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 5 DISTRICT LOT 3 PLAN 7320"
+ },
+ {
+ "uuid": "6a99b090-6f68-483c-8439-a3331a38b996",
+ "siteRegistry": false,
+ "dateNoted": "2018-10-06",
+ "parcelID": "19741",
+ "crownLandUsePIN": "19598",
+ "crownLandFileNumber": "19351",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 1 DISTRICT LOT 2 PLAN 8760"
+ },
+ {
+ "uuid": "0f210a93-3a02-4dbf-87ce-f35b1bbdfda4",
+ "siteRegistry": true,
+ "dateNoted": "2023-02-26",
+ "parcelID": "17035",
+ "crownLandUsePIN": "17055",
+ "crownLandFileNumber": "20694",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 3 DISTRICT LOT 3 PLAN 6721"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "3e933b9f-776b-4c3f-9991-4a69b3e52541",
+ "siteRegistry": false,
+ "dateReceived": "2023-06-03",
+ "dateCompleted": "2022-06-17",
+ "dateEntered": "2015-03-07",
+ "dateRegistrar": "2021-04-21",
+ "dateLocalAuthorityReceived": "2013-10-19",
+ "summary": "Quo doloremque dolorum tempora ut pariatur error accusantium.\nQuia eos exercitationem.\nAtque excepturi ratione voluptates labore.",
+ "informationUsed": "Hic rerum adipisci eveniet iste rem harum eos nam dolorem.\nIpsum quis placeat placeat cupiditate id.\nDolores eveniet inventore porro minus esse aliquid quas cupiditate.\nDebitis eaque aliquid magnam consectetur atque ea illo ipsum.\nDolorum quo facere aut tempora.",
+ "pastOrPresentOrders": "Maiores ut adipisci distinctio delectus earum voluptas error repudiandae.\nImpedit iste at eveniet vel.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "50c52457-66ae-45d2-a47f-61810b6304bc",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8a8b18e1-aaab-4435-89ab-5ceb20351927",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "919fe152-3b91-49f9-aecf-66d26e74a439",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "39a8c8eb-fa04-4177-804c-ccaa9ef5fff6",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "8eb8a7c1-7a44-4030-b9d2-2ee4ede38d5d",
+ "siteRegistry": false,
+ "dateReceived": "2014-12-17",
+ "dateCompleted": "2018-03-21",
+ "dateEntered": "2018-01-22",
+ "dateRegistrar": "2022-04-03",
+ "dateLocalAuthorityReceived": "2019-10-20",
+ "summary": "Harum illo nostrum doloremque quasi dolores maxime quo dicta.",
+ "informationUsed": "Dignissimos saepe libero doloremque animi nemo veniam enim recusandae.\nQui animi repellat reprehenderit soluta recusandae ipsa atque saepe.\nSimilique aliquam consequatur provident reiciendis quae alias.",
+ "pastOrPresentOrders": "Soluta perspiciatis aperiam qui facere accusamus iusto eveniet.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "efc5ba1b-4e82-444a-8630-1dd6d8c437bc",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "78761803-3644-451e-9622-d2fc1220cff9",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "1503af52-03d8-4a3c-847b-15532c5beea3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "QUIGLEY RHEA",
+ "timestamp": "2014-11-26"
+ },
+ {
+ "uuid": "7cd18f68-ead1-4664-a1e4-87f0baa50da5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUBOWITZ MORRIS",
+ "timestamp": "2020-10-06"
+ },
+ {
+ "uuid": "a468a313-fc0d-4656-a9ff-be163fca2c7e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUHN JOLIE",
+ "timestamp": "2016-10-28"
+ },
+ {
+ "uuid": "f7079985-523a-482f-8b9b-f0c26cc2374b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRIST SYDNIE",
+ "timestamp": "2017-07-04"
+ },
+ {
+ "uuid": "dd4ac4b1-bd61-43ae-8df1-d878c347d5aa",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BLOCK ARVEL",
+ "timestamp": "2013-11-17"
+ },
+ {
+ "uuid": "17d4bfd3-5ac1-46f2-a0b2-111fe44031e9",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WISOZK MADISON",
+ "timestamp": "2021-04-14"
+ },
+ {
+ "uuid": "0246a478-a791-4bbf-a958-49d7e399aed5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'CONNER VERONA",
+ "timestamp": "2017-02-12"
+ },
+ {
+ "uuid": "ed9d7e48-e31e-4d6b-8110-73a46b7eadd4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOEGER BUDDY",
+ "timestamp": "2016-11-14"
+ },
+ {
+ "uuid": "ce27a7e1-7a97-4ee5-b382-da1153ec1410",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SATTERFIELD TYRELL",
+ "timestamp": "2014-11-26"
+ },
+ {
+ "uuid": "82645539-6770-4d70-9ff0-b49d24558623",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WEST ADAH",
+ "timestamp": "2018-08-18"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "fd782f85-860f-4fd6-a436-83a224fd1c62",
+ "dateNoted": "2017-12-24",
+ "notes": "",
+ "parcelID": "17100",
+ "siteID": "17392",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "28ceb02a-8a4f-4a94-abec-ef5ee3467c11",
+ "dateNoted": "2020-03-31",
+ "notes": "",
+ "parcelID": "19542",
+ "siteID": "18465",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "f494b64e-021c-494b-8e6b-5d6406b2c179",
+ "siteID": 16055,
+ "address": "43599 Gulgowski Prairie",
+ "latitude": 56.8699,
+ "longitude": -129.5371,
+ "lastUpdated": "2016-10-02",
+ "city": "West Brainton",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/10484",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3892436,
+ 6209520,
+ 1224521,
+ 9235668,
+ 4559461
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "226f3dd3-0a60-424f-a27c-507a79b205c7",
+ "createdAt": "2019-07-23",
+ "completed": "2022-09-03",
+ "initiated": "2022-10-20",
+ "ministryContact": "ANDERSON LEA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a1a431f7-85c9-43c9-8625-58789e26ac71",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ea12e319-0a22-45d5-9fa0-0772ab83134e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "14d5f6aa-3012-455a-93f6-84f2561af552",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "27010b15-74dc-4589-9345-14a9ec6219e8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "316fba7c-b5c3-4192-9770-2fe3e8fa765e",
+ "createdAt": "2014-05-12",
+ "completed": "2023-05-03",
+ "initiated": "2014-09-22",
+ "ministryContact": "FARRELL DOMENIC",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "09123d61-6f89-45e6-a132-35fb4ae94e0e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9ac32110-1aa9-4a7f-a937-7124607d0551",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d399e821-84fa-41db-b458-edb2e111cc16",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1dd02d69-258a-4a2c-a9a5-05cfcfc1bf4c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "498241a8-08e5-4e05-aa60-d70203a00f8a",
+ "createdAt": "2016-06-27",
+ "completed": "2018-04-03",
+ "initiated": "2022-04-27",
+ "ministryContact": "RUNTE MARCELLA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d04204c0-0074-4682-b66d-17df3e10f136",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "884772a3-5b51-4b4e-8d63-7121c5a772f2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1e99151a-648f-4c52-8470-6774820b1738",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ddc020c0-9a36-4a09-b165-ac8c83acfdc2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "30bef895-7c35-49d6-97d0-7b50ca9805cd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "35c32396-de12-4946-a121-1ece13be3a61",
+ "createdAt": "2019-04-25",
+ "completed": "2021-07-08",
+ "initiated": "2021-10-18",
+ "ministryContact": "FISHER GEOVANNI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "216e0575-d924-4227-8806-f36b870a366b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ef39ff3b-2f0f-4523-ae9e-76ea282d6611",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7a52b437-b8e7-48e7-9759-4e7b2388b68a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8f01a584-0ebe-4e41-82cb-88801ff41612",
+ "createdAt": "2020-04-23",
+ "completed": "2015-02-28",
+ "initiated": "2019-07-15",
+ "ministryContact": "JACOBI FREDA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "74b1b1df-2615-4ec7-84aa-be66679ce138",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e69f9ab1-feb4-4ebf-b68f-df90e7177069",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "72f41834-59d6-4269-b870-bc6b185f427a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2d62cacb-0013-4f23-8ceb-0ed557fab778",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "56e0084b-9901-419d-b98a-85a57e6bce81",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "e0a96c36-5150-4d68-bd36-85c9d9a4da6c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-01-14",
+ "startDate": "2020-07-27",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c610bd70-02e8-4f5c-8895-13b206d96055",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-12-09",
+ "startDate": "2022-07-23",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3a09a754-af63-44cd-ab37-8ea74d250b84",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2014-02-07",
+ "startDate": "2014-06-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "adfef6a4-2e36-4ab5-818a-94732e42a87d",
+ "name": "IPSUM",
+ "endDate": "2016-05-11",
+ "startDate": "2018-03-10",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "aa128388-173a-4886-a3e2-8a3b05d8a19b",
+ "name": "IPSUM",
+ "endDate": "2020-07-09",
+ "startDate": "2017-02-24",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "3d446a13-5232-4100-86de-a88e437ca22c",
+ "siteRegistry": true,
+ "documentDate": "2020-11-13",
+ "receivedDate": "2014-08-26",
+ "uploadedDate": "2017-10-02",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "b394e18b-af84-43a2-a25d-9a4d64149a80",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2c92445b-b174-42d5-adf8-d7c4f3d981d3",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "88d10f0d-3953-4e6a-bf01-0be1a6aec41b",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "731a247f-ed53-45a5-9769-0483fa0cee0a",
+ "siteRegistry": false,
+ "documentDate": "2022-01-19",
+ "receivedDate": "2016-01-13",
+ "uploadedDate": "2016-08-23",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "e91ce0d8-692c-4c8a-bb29-948138825c7e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a4d1f2e9-dd79-4adc-8d60-79d83c84fbff",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "eb1e3d1c-4280-478e-8cda-acea4738b2e4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "84df6992-01f0-403c-8303-c273bd97d919",
+ "siteRegistry": true,
+ "documentDate": "2018-01-14",
+ "receivedDate": "2020-10-28",
+ "uploadedDate": "2017-12-24",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "467d0a95-0475-4b7d-bca4-319a7a22f9e0",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "def4ea04-99ae-43ba-b7d7-a4ff507e63db",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7bfaa88b-a770-4fab-9a4b-b7ae1d28ad94",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "3e823750-56b1-4f2a-9ca6-86651d5b6962",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-05-19 (described on Site Profile dated 2017-05-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "c320d98a-bfd2-474f-9603-7e28ed6e55ef",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-06-30 (described on Site Profile dated 2021-06-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "a0bd0ed6-4a0f-4bc6-b2a8-32fc3aeb314c",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-04-15 (described on Site Profile dated 2014-04-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "742bdbf7-10c2-4296-b898-99a05ed144d0",
+ "siteRegistry": true,
+ "dateNoted": "2015-06-06",
+ "parcelID": "20564",
+ "crownLandUsePIN": "18374",
+ "crownLandFileNumber": "20068",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 2 DISTRICT LOT 4 PLAN 3373"
+ },
+ {
+ "uuid": "220ca9b2-4b89-4314-99ca-28893c3e0fa2",
+ "siteRegistry": true,
+ "dateNoted": "2020-06-16",
+ "parcelID": "18378",
+ "crownLandUsePIN": "19036",
+ "crownLandFileNumber": "20094",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 2 DISTRICT LOT 1 PLAN 3957"
+ },
+ {
+ "uuid": "8da16600-da4c-42e5-9532-bfd1a1dd8f8e",
+ "siteRegistry": false,
+ "dateNoted": "2016-08-27",
+ "parcelID": "16303",
+ "crownLandUsePIN": "20990",
+ "crownLandFileNumber": "16666",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 2 DISTRICT LOT 2 PLAN 7668"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "46a3bac0-e928-419d-8d2c-387420622801",
+ "siteRegistry": false,
+ "dateReceived": "2014-12-13",
+ "dateCompleted": "2022-07-13",
+ "dateEntered": "2023-08-31",
+ "dateRegistrar": "2018-01-20",
+ "dateLocalAuthorityReceived": "2017-05-19",
+ "summary": "Minima vel officia corrupti error enim molestiae similique deleniti.",
+ "informationUsed": "Sequi hic aut fugit dolores.\nVoluptatum aut amet possimus eaque.\nQuas quaerat culpa neque quas.\nRecusandae expedita nihil incidunt at.\nExercitationem qui ipsum id et odio doloremque omnis doloribus repudiandae.",
+ "pastOrPresentOrders": "Perferendis iure sint aspernatur iste natus quia quibusdam sint.\nQuae officia nostrum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "63550dfe-1ac9-48f6-b7ee-b7fa5ad7d7e3",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4ea44676-ddfa-4db2-9079-1048d597f8eb",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c76d85f7-e286-419c-b4c0-3774712bbe72",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "39ae428a-4c9d-4108-9e38-484aaeb68f99",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "b4e1db9a-9979-4df9-b150-04cfb80404aa",
+ "siteRegistry": true,
+ "dateReceived": "2016-11-18",
+ "dateCompleted": "2020-06-15",
+ "dateEntered": "2019-11-26",
+ "dateRegistrar": "2018-05-10",
+ "dateLocalAuthorityReceived": "2019-06-13",
+ "summary": "Nulla quo nesciunt.",
+ "informationUsed": "Sapiente occaecati velit error sequi non harum amet maxime.\nMaxime labore dolore laborum provident velit.\nAliquid dicta quas repellendus molestiae consequuntur.\nEt distinctio autem maiores autem praesentium perspiciatis alias neque similique.\nConsequuntur incidunt dolore enim.",
+ "pastOrPresentOrders": "Neque quis quos suscipit autem neque veniam eum quos.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "5a0394c3-150a-4dcc-b8c8-b1cdf60c3da0",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "19d2c495-5337-4dc3-ba13-339f98d98c5e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ef332f06-4840-43dd-96a7-c683dead3fa7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "db62742b-d21f-4b6f-9a67-311d564f24c1",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "f0bace06-015d-476a-b2aa-c56504b8f394",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MEDHURST AHMAD",
+ "timestamp": "2020-12-31"
+ },
+ {
+ "uuid": "0e2e0984-04cf-4592-a48b-4d7d25998a86",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OLSON GEORGIANNA",
+ "timestamp": "2018-02-19"
+ },
+ {
+ "uuid": "3e5a638d-5328-4c85-b94c-63a3d2167886",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PROSACCO DEJON",
+ "timestamp": "2017-11-28"
+ },
+ {
+ "uuid": "26d77c79-dee3-4d08-bc93-ce73fd5235a6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHIMMEL RYLEIGH",
+ "timestamp": "2018-12-26"
+ },
+ {
+ "uuid": "bbd513b0-91ae-4689-9eb0-42941de2f55b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DICKI JOSHUA",
+ "timestamp": "2022-12-27"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "513aca93-c94e-470b-a885-ec9bfc251e2e",
+ "dateNoted": "2022-02-13",
+ "notes": "",
+ "parcelID": "17786",
+ "siteID": "18436",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "529892b5-63d6-45a6-99a6-7ed92302e3fa",
+ "dateNoted": "2014-06-30",
+ "notes": "",
+ "parcelID": "20566",
+ "siteID": "20010",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "f799c7b0-484a-4858-83a0-db05882021e4",
+ "siteID": 18674,
+ "address": "38958 Kshlerin Fords",
+ "latitude": 49.3177,
+ "longitude": -131.0814,
+ "lastUpdated": "2021-02-13",
+ "city": "Considineton",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/6098",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4622125,
+ 5669050,
+ 2118014,
+ 8041699,
+ 5583335
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "91b84d3a-d454-4227-adeb-c724aa34c2d3",
+ "createdAt": "2016-06-24",
+ "completed": "2018-09-05",
+ "initiated": "2015-11-17",
+ "ministryContact": "ZULAUF GORDON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8df04437-a903-48c4-8591-c4da083a54c0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2d862be0-5443-4163-bb54-119e0a1ad849",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9609d19a-4eb1-45b6-ab16-cef85946f944",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6d5de782-1792-40f0-aedd-78cb0ea364ef",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b587641f-b3be-4650-b6bc-d1dabcb82c10",
+ "createdAt": "2016-02-06",
+ "completed": "2015-12-31",
+ "initiated": "2021-05-07",
+ "ministryContact": "FRIESEN REECE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "077c3f5b-99ba-494e-aca6-0495b3de53ac",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "985c06cb-cf72-4687-a750-d06a362be652",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "51d928b0-c967-4154-bafa-88afe467b97c",
+ "name": "IPSUM",
+ "endDate": "2023-02-01",
+ "startDate": "2017-11-11",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2491b854-b92a-48b7-a93d-d715ae3bc2ff",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-03-01",
+ "startDate": "2021-10-06",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "51161660-19a6-4498-8051-a005f333bfce",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-03-28",
+ "startDate": "2019-12-31",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "07b3c741-2704-43ee-afac-e72a49e069de",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-12-08",
+ "startDate": "2015-10-24",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ef4dbc27-ba16-431f-8775-8f43d87e2427",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-05-13",
+ "startDate": "2017-12-26",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "f1acc0e1-5fe3-4000-866c-312022bdee00",
+ "siteRegistry": true,
+ "documentDate": "2018-08-20",
+ "receivedDate": "2015-04-17",
+ "uploadedDate": "2015-03-05",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "925845ad-fd61-4c7b-b4d7-7c6e9d6bc02a",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "0880d13a-497f-4e87-8838-7c0979ed1233",
+ "siteRegistry": true,
+ "documentDate": "2016-10-29",
+ "receivedDate": "2021-01-13",
+ "uploadedDate": "2018-01-26",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "fa272841-4481-4ca3-8ef4-c2fe1c2e4c66",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "901e45f6-9617-4512-906c-cefd563a9606",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "5721c193-dfdd-45a9-b4c9-a191a912a624",
+ "siteRegistry": true,
+ "documentDate": "2016-02-09",
+ "receivedDate": "2020-12-31",
+ "uploadedDate": "2021-01-21",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "280c1d6d-fc1b-4b2e-9b1e-97aa28391360",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "41ebcfe5-e844-4569-aaef-e76b7193c099",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "cf5c2aa0-d2f0-4c67-8e9e-4d2997a8b1ac",
+ "siteRegistry": true,
+ "documentDate": "2023-02-25",
+ "receivedDate": "2014-12-27",
+ "uploadedDate": "2017-06-11",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "f8941d2d-d8fd-4366-8a89-04894376511e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "a7cd3800-e872-41da-9c7b-80313d7b89c8",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-03-15 (described on Site Profile dated 2023-03-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "babf5896-9a72-4011-9885-7b2770d50116",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-12-29 (described on Site Profile dated 2022-12-29)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "aca213c5-cb68-4b23-928d-6a7cf99925d8",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-03-19 (described on Site Profile dated 2021-03-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "43580ad7-2c97-4a7a-9eaa-8a63bdd0415a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-06-10 (described on Site Profile dated 2019-06-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "4116d8d0-086e-47fc-8f25-7628ee57ada4",
+ "siteRegistry": true,
+ "dateNoted": "2020-06-28",
+ "parcelID": "16104",
+ "crownLandUsePIN": "17123",
+ "crownLandFileNumber": "20820",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 5 DISTRICT LOT 3 PLAN 8671"
+ },
+ {
+ "uuid": "472448a7-ab46-4fe0-812f-00cffdefd7d6",
+ "siteRegistry": false,
+ "dateNoted": "2019-08-11",
+ "parcelID": "18297",
+ "crownLandUsePIN": "15926",
+ "crownLandFileNumber": "16440",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 5 DISTRICT LOT 3 PLAN 3733"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "eef1dd89-1c66-4943-93e9-0811e30f6011",
+ "siteRegistry": false,
+ "dateReceived": "2020-03-26",
+ "dateCompleted": "2016-09-23",
+ "dateEntered": "2017-04-25",
+ "dateRegistrar": "2015-02-05",
+ "dateLocalAuthorityReceived": "2020-08-01",
+ "summary": "Veritatis aperiam autem hic iusto sint possimus eius illo.\nCum incidunt ex.\nBlanditiis omnis quae earum nobis officiis facilis in incidunt.",
+ "informationUsed": "Labore fugit ratione repellat eius iste quo laborum aliquam sunt.\nDucimus iure maiores neque architecto.\nOmnis officia dignissimos in sunt ipsum vitae.\nPlaceat consequuntur esse dolor assumenda ducimus error.\nHarum rerum nulla.",
+ "pastOrPresentOrders": "Eveniet illo reiciendis non quam id commodi.\nDoloribus ab at laudantium quisquam accusantium quo quaerat occaecati aliquid.\nPossimus minus distinctio odit cumque sunt.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "855f36cb-9c05-4e5c-beab-380aa172dd23",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9f1b9e1f-c01b-416b-a959-c7298e03cac1",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c6b330af-91c4-4993-8505-0d57024d8d33",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "a1cd9199-b994-4b7a-9705-62a5348e6b53",
+ "siteRegistry": false,
+ "dateReceived": "2021-05-13",
+ "dateCompleted": "2017-11-29",
+ "dateEntered": "2016-11-17",
+ "dateRegistrar": "2018-01-12",
+ "dateLocalAuthorityReceived": "2022-12-15",
+ "summary": "Commodi soluta impedit voluptatum mollitia animi quo explicabo.",
+ "informationUsed": "Distinctio ab unde tempore.\nAb inventore a.\nOptio velit error.\nLabore animi eum sapiente eius ut facilis.\nEx laborum dolorem dicta soluta accusamus ipsa quis.",
+ "pastOrPresentOrders": "Accusantium nisi sequi aliquam similique in.\nPariatur ex quaerat porro.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "c9c716c2-77e7-4597-bc4a-ad632a66353b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "479f268c-37b9-4cb2-a76e-94dbf6aacd03",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b9283969-c6a3-4171-b30c-3d3d9bc31235",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "6040ed27-f320-4591-b39b-67ca49996f88",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERGSTROM-DAVIS HARDY",
+ "timestamp": "2022-11-05"
+ },
+ {
+ "uuid": "6dc44732-6fdc-47d0-8ce4-9f68ad5f1167",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHAEFER WILLIS",
+ "timestamp": "2019-01-19"
+ },
+ {
+ "uuid": "99a917c5-01b8-4a79-8c06-d370a42dd2b3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEATTY TOMMIE",
+ "timestamp": "2018-12-18"
+ },
+ {
+ "uuid": "77f41a9e-0725-4393-ac9d-c72f18bbd5c4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WARD ANNE",
+ "timestamp": "2021-05-30"
+ },
+ {
+ "uuid": "e2361aa4-5dce-4bb6-a572-7372589e3d5d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROGAHN HOBART",
+ "timestamp": "2014-03-16"
+ },
+ {
+ "uuid": "932d41ef-6422-483d-9690-1a3c4a47ae54",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "POWLOWSKI-O'CONNER JOSIANNE",
+ "timestamp": "2017-05-21"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "1fa0945f-24cf-4bfe-8961-51d67aa957ee",
+ "dateNoted": "2019-04-11",
+ "notes": "",
+ "parcelID": "17758",
+ "siteID": "20556",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3afe590d-4481-412c-80dc-57901bee1bc4",
+ "dateNoted": "2019-04-08",
+ "notes": "",
+ "parcelID": "18241",
+ "siteID": "19360",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "6d680f70-7b24-49a3-86e9-233d38a8bae4",
+ "siteID": 16752,
+ "address": "1064 Lloyd Parkway",
+ "latitude": 52.755,
+ "longitude": -135.0817,
+ "lastUpdated": "2018-06-14",
+ "city": "San Luis Obispo",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/2066",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5101122,
+ 2346171,
+ 1666555,
+ 6310885,
+ 8943962
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "458e884e-9d2b-4bd1-8d29-ca6b1a3338c1",
+ "createdAt": "2022-09-26",
+ "completed": "2020-03-29",
+ "initiated": "2014-03-01",
+ "ministryContact": "ROHAN ARMANI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4c709b00-3a8d-4602-9f4c-3c8167c2d84f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cfeaf995-1903-45c5-9c8e-68b463238524",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6e7da2a5-012f-403f-99d5-e4a00e6fc931",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a42e198f-2ca4-41d6-89da-03a2cecf316d",
+ "createdAt": "2021-03-12",
+ "completed": "2014-11-04",
+ "initiated": "2014-06-01",
+ "ministryContact": "WEST ASHLEIGH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2b180b02-2a1e-48f2-8ad5-91b5380db202",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bd0aed76-e911-4c51-9ef1-1c46b64a5a48",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "99b6da7b-b6d3-4104-8db6-af596025e415",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9c26d46b-e964-416f-878a-efe0c92d8742",
+ "createdAt": "2021-02-07",
+ "completed": "2022-11-20",
+ "initiated": "2016-06-09",
+ "ministryContact": "DIBBERT RETTA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "54526e51-e209-4945-8ca3-7dde3f717604",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a84e18bf-3765-44dc-aa03-62542810691f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5b67bfff-0b0a-495e-84b5-f67352da3d9b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3155d2a1-79c7-497c-9262-7835aaac124e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1df6263e-25bf-43fd-8017-dbd6e247376b",
+ "createdAt": "2022-02-22",
+ "completed": "2014-03-18",
+ "initiated": "2019-11-14",
+ "ministryContact": "NIKOLAUS DORTHA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1fbbdc5a-05cc-40b9-9e11-25bbdd8a212f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4fe88b6f-0053-4f4b-9b9e-fd11bcfeb7a2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "9ccbeabe-17a3-4249-bbd6-f6d338ed7369",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-10-02",
+ "startDate": "2019-11-25",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e54653ef-0dce-4663-a005-60fe74753c0f",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-04-26",
+ "startDate": "2016-03-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0f01782d-37cf-4f87-bbc2-beb6ad5042e5",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-04-06",
+ "startDate": "2022-06-11",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "0b9b7df3-d9a8-45c3-b27a-f4c93efd77d8",
+ "siteRegistry": true,
+ "documentDate": "2016-05-03",
+ "receivedDate": "2021-09-05",
+ "uploadedDate": "2021-05-22",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "79d138be-4896-45df-af58-ff0f2c16718f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ff792d98-9ebe-41e3-bb77-698cceb58433",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4a6179d0-7565-4734-b877-1919e395f4ae",
+ "siteRegistry": true,
+ "documentDate": "2014-03-09",
+ "receivedDate": "2022-10-09",
+ "uploadedDate": "2022-03-17",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "52a1a8c5-b46b-4821-8d6b-bab8c2f761d5",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a721c7f0-d1c4-442b-b6e0-ab9a63344776",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d3d2af4f-e748-44ae-921e-639ed53192eb",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "b091738c-23b1-4976-b090-9b36133a5bfa",
+ "siteRegistry": false,
+ "documentDate": "2021-10-28",
+ "receivedDate": "2014-02-25",
+ "uploadedDate": "2013-12-12",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "5bfb97d2-8b32-4807-b1c5-7d40578741b8",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "8210155e-1dde-4f4e-9f97-3a495eb71522",
+ "siteRegistry": false,
+ "documentDate": "2021-04-08",
+ "receivedDate": "2013-10-21",
+ "uploadedDate": "2021-01-30",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "08f27cc3-58fa-4ed2-83d2-d8c4fe3c518c",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "40da4807-26ad-435b-aa68-152fe6e1ceaa",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-01-12 (described on Site Profile dated 2014-01-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "48d2aa28-f9af-4e9b-8ec5-d99256b8574d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-05-06 (described on Site Profile dated 2019-05-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "c7a88eb2-ee03-4576-859a-a8c07fe5bea8",
+ "siteRegistry": false,
+ "dateNoted": "2014-11-23",
+ "parcelID": "17980",
+ "crownLandUsePIN": "18864",
+ "crownLandFileNumber": "16040",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 3 DISTRICT LOT 4 PLAN 5601"
+ },
+ {
+ "uuid": "b8109e46-933a-484f-8965-32e5a59a18f7",
+ "siteRegistry": true,
+ "dateNoted": "2014-11-11",
+ "parcelID": "15462",
+ "crownLandUsePIN": "20503",
+ "crownLandFileNumber": "18514",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 2 DISTRICT LOT 4 PLAN 5696"
+ },
+ {
+ "uuid": "c9793cc1-34f7-4b31-af69-5f45abc4cd91",
+ "siteRegistry": false,
+ "dateNoted": "2014-07-06",
+ "parcelID": "20159",
+ "crownLandUsePIN": "16521",
+ "crownLandFileNumber": "18172",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 4 DISTRICT LOT 2 PLAN 7399"
+ },
+ {
+ "uuid": "07040a02-1993-4319-a139-eda3ff593518",
+ "siteRegistry": true,
+ "dateNoted": "2019-05-14",
+ "parcelID": "19439",
+ "crownLandUsePIN": "20623",
+ "crownLandFileNumber": "16219",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 3 DISTRICT LOT 1 PLAN 8254"
+ },
+ {
+ "uuid": "6e07ff9e-602e-4024-87ef-7e86b21b3847",
+ "siteRegistry": true,
+ "dateNoted": "2023-06-02",
+ "parcelID": "16268",
+ "crownLandUsePIN": "20947",
+ "crownLandFileNumber": "19205",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 2 DISTRICT LOT 5 PLAN 8599"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "6ddeb031-b95f-4e65-b7e6-607b06043e2c",
+ "siteRegistry": false,
+ "dateReceived": "2020-01-06",
+ "dateCompleted": "2015-05-10",
+ "dateEntered": "2021-04-17",
+ "dateRegistrar": "2023-07-14",
+ "dateLocalAuthorityReceived": "2020-10-12",
+ "summary": "Eos expedita nemo.\nAliquam praesentium fugiat possimus aliquid beatae non.",
+ "informationUsed": "Vero esse porro fugiat reiciendis qui.\nCorporis atque dolorum necessitatibus.\nId quod hic cupiditate incidunt nobis.",
+ "pastOrPresentOrders": "Consequatur sequi eos recusandae amet eum vero odit quas.\nOptio ipsum accusamus ea qui porro reprehenderit fugit quo totam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "074002f5-13e4-40d3-86ed-f9cedf4c41e2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f0ef4600-b63b-4142-b653-5e4f1534d906",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "43383020-073b-4db2-b9e2-43ea0aa39e89",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAMILL LANEY",
+ "timestamp": "2014-07-24"
+ },
+ {
+ "uuid": "31e36e79-b3c4-4eec-879f-ce6e780c890f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOGISICH OTHA",
+ "timestamp": "2023-08-20"
+ },
+ {
+ "uuid": "a4ef2e23-ab82-4902-90cd-ae58e0b6d60f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUNOLFSDOTTIR MADIE",
+ "timestamp": "2015-11-06"
+ },
+ {
+ "uuid": "fb4f0f08-3a29-4645-9f07-14e017e8d814",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'HARA MELANY",
+ "timestamp": "2023-06-29"
+ },
+ {
+ "uuid": "1ef58a44-586a-44a8-82fc-a4043d61766f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "D'AMORE GIOVANNI",
+ "timestamp": "2014-11-24"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "48ff4945-09b8-48d2-9310-69ea9e28fb6a",
+ "dateNoted": "2018-03-08",
+ "notes": "",
+ "parcelID": "15201",
+ "siteID": "18407",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "fde235a1-333c-4d10-a40e-f888a899c409",
+ "siteID": 17562,
+ "address": "4441 Jolie Plaza",
+ "latitude": 52.6351,
+ "longitude": -119.0139,
+ "lastUpdated": "2016-03-21",
+ "city": "North Cole",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/8253",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7461491,
+ 563039,
+ 2668520,
+ 7754331,
+ 4464006
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "2d5e501e-277e-4140-89ad-163805a52182",
+ "createdAt": "2017-08-23",
+ "completed": "2020-02-05",
+ "initiated": "2015-08-27",
+ "ministryContact": "GOODWIN MICHEL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b65bad1c-1816-4af5-be9c-125662827c8a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5b09a39d-1b55-4ad7-a05b-2b545b3dd79e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "20b1d4be-3166-46a3-8386-f126d5704019",
+ "createdAt": "2021-06-18",
+ "completed": "2019-01-04",
+ "initiated": "2016-08-27",
+ "ministryContact": "SMITHAM AMIR",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ad2d2488-e049-434d-8381-7999804a64d8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4519e51b-47db-408f-99c4-f89a45bf43c1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4b26b60a-b3e5-4d77-bb71-89f7c09de7c3",
+ "createdAt": "2023-10-12",
+ "completed": "2021-03-07",
+ "initiated": "2020-07-04",
+ "ministryContact": "CRONA KATHARINA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f7868b2f-8ae2-4178-ad70-0cdb306963b0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "abdeafb8-506b-4628-837b-19c504ae3a18",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "968cff24-061a-45f6-9c1c-90630d8c674c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "675f8bdf-d7f1-45d2-adf6-cdd1bbcdb0a6",
+ "createdAt": "2014-12-26",
+ "completed": "2015-02-06",
+ "initiated": "2014-08-08",
+ "ministryContact": "KOSS HILMA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c9749d0f-b90e-4b57-9786-d6ea9d840ee6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f3bbbc31-fbd2-46b6-a2bb-d640bdf65efb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "72163f4c-8ef0-4b9a-b8fd-922db3d18050",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c1ca18e5-e909-40b1-a3e0-dd8498b13d34",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "ca832544-356d-483e-9e47-25ec9f7bd17a",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-08-22",
+ "startDate": "2022-06-12",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "443df503-a0e3-406b-b3bc-f936b7b553fb",
+ "name": "IPSUM",
+ "endDate": "2022-04-28",
+ "startDate": "2016-02-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7dc37aa5-e8da-485a-a571-73075d5699de",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-04-21",
+ "startDate": "2017-04-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cc6a8d04-c8eb-4986-be4a-a4c1de4e1afc",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-02-22",
+ "startDate": "2019-09-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0704ed2f-c91a-498c-af70-b6c833681e44",
+ "name": "IPSUM",
+ "endDate": "2019-05-11",
+ "startDate": "2022-06-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "4020f447-d314-461e-9561-da0584b04ccd",
+ "siteRegistry": false,
+ "documentDate": "2016-12-24",
+ "receivedDate": "2014-05-28",
+ "uploadedDate": "2014-04-27",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "70502b64-ffee-4987-8ff5-e8d0b8c0229d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a590b72b-75b4-4471-8726-e6f6fe32a6ac",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e0358d3f-f48b-4fd2-8974-af0a8725bf37",
+ "siteRegistry": false,
+ "documentDate": "2017-02-15",
+ "receivedDate": "2017-02-20",
+ "uploadedDate": "2019-02-16",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "1602d4a1-df90-4108-9ce4-de1b78473259",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5b9e8d13-01f0-4618-a4f9-3d88e99a0468",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "6f002050-4ae9-43de-b7fc-d36dbd963739",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-02-28 (described on Site Profile dated 2016-02-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "c248fca3-9f0e-45a8-9f2d-4bbfa1e284fb",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-01-01 (described on Site Profile dated 2015-01-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "3198696b-58dc-4e04-8a42-695d2523b2c8",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-08-18 (described on Site Profile dated 2023-08-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "8a593aab-01b3-47d9-aebf-92845c9b6193",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-11-13 (described on Site Profile dated 2019-11-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "95f34af4-36f4-4330-aee2-e5c60a3fd528",
+ "siteRegistry": true,
+ "dateNoted": "2020-01-20",
+ "parcelID": "16370",
+ "crownLandUsePIN": "15888",
+ "crownLandFileNumber": "18413",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 2 DISTRICT LOT 2 PLAN 4289"
+ },
+ {
+ "uuid": "41e4a024-ca5c-4e6a-9212-88f10c42acad",
+ "siteRegistry": true,
+ "dateNoted": "2015-05-04",
+ "parcelID": "17900",
+ "crownLandUsePIN": "19934",
+ "crownLandFileNumber": "17647",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 3 DISTRICT LOT 4 PLAN 8254"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "ca3350f9-c26c-49ef-a54d-570ac3c1e184",
+ "siteRegistry": true,
+ "dateReceived": "2020-09-10",
+ "dateCompleted": "2021-04-21",
+ "dateEntered": "2018-02-09",
+ "dateRegistrar": "2016-12-01",
+ "dateLocalAuthorityReceived": "2022-10-28",
+ "summary": "At ad magni tempora sit ex ipsum eum.\nEa iure dolores adipisci dolorum tempore magnam voluptatibus dolorem.\nCulpa sint ipsum dicta nulla magni vero non aliquam.",
+ "informationUsed": "Ad quis fugiat ipsam laudantium saepe quaerat perferendis numquam aliquam.\nVitae eius pariatur.\nConsectetur adipisci nostrum aliquam impedit amet error dolore veniam.",
+ "pastOrPresentOrders": "Ad nobis vitae.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b6640ea1-5e7c-46bd-8037-533375ad02ac",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7983487e-dab8-4f07-a14e-d524f4cb526f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "29ba582c-a4dc-48b9-bdb7-be83c022bcd9",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d7a92a5a-57a2-4d31-8e96-1eb99fa78ae8",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "eeaaa399-83ae-4600-bf2a-1b269f6b3334",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'CONNER GENNARO",
+ "timestamp": "2016-08-01"
+ },
+ {
+ "uuid": "c4932612-0e26-4863-b393-25fb57d21d3e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MARVIN GEORGIANA",
+ "timestamp": "2016-08-07"
+ },
+ {
+ "uuid": "d231288b-9fc2-4420-bd42-7c8a915ac39c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RITCHIE ESTEL",
+ "timestamp": "2020-03-12"
+ },
+ {
+ "uuid": "e9c1751f-ba5b-4e0a-aa92-33a8502d865e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STOLTENBERG MAIA",
+ "timestamp": "2017-08-21"
+ },
+ {
+ "uuid": "26189089-4738-4231-a3b4-c247b54d1a2e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STEHR BEAU",
+ "timestamp": "2018-12-21"
+ },
+ {
+ "uuid": "b93e784a-cfa8-4a85-b26b-74446bb7c4ff",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "POUROS BRADLEY",
+ "timestamp": "2020-01-08"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "0fddafc1-3754-4b44-b048-e8d2310ab05c",
+ "dateNoted": "2022-04-29",
+ "notes": "",
+ "parcelID": "19418",
+ "siteID": "17033",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ff999dd7-c2a5-498a-ae0b-aef4612e9e6e",
+ "dateNoted": "2018-11-10",
+ "notes": "",
+ "parcelID": "17795",
+ "siteID": "16877",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6ec9380f-4f43-4760-8a01-a536776561ad",
+ "dateNoted": "2020-08-04",
+ "notes": "",
+ "parcelID": "15827",
+ "siteID": "18030",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "0f694418-f99e-4210-abe6-54bff95397a0",
+ "siteID": 15747,
+ "address": "43845 Durgan Manors",
+ "latitude": 58.5725,
+ "longitude": -131.731,
+ "lastUpdated": "2014-03-04",
+ "city": "Schmittbury",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/8168",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3739889,
+ 7157251,
+ 3158319,
+ 6972930,
+ 1685298
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "e412f8dc-cfab-4fb9-a40a-cba968935977",
+ "createdAt": "2022-12-11",
+ "completed": "2023-05-30",
+ "initiated": "2015-03-06",
+ "ministryContact": "HARRIS-WILLMS SHANELLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1f56e272-ff28-4e75-9816-ddba45370e96",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8d999a2b-793e-410e-8bda-4e7385a38f9f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6d9df743-cf7a-4533-9c9e-b76194480af5",
+ "createdAt": "2019-04-17",
+ "completed": "2018-06-24",
+ "initiated": "2022-12-13",
+ "ministryContact": "HARBER DALTON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "25125cdf-c6c3-484e-a0a7-ea3392365d3d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8a9c20e0-06e5-4fa8-b055-3ab957ddbdb7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f7b4efb2-83d2-4406-9ba9-261d51f54961",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "63f33ffe-bc2d-4479-a2b2-bf345cb9fd7a",
+ "createdAt": "2014-09-01",
+ "completed": "2018-01-24",
+ "initiated": "2016-09-27",
+ "ministryContact": "FERRY DEONTE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ca01cf3b-9de3-49d3-b000-48d3e7f1f300",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2ad920ed-7a15-4cbb-8bdb-0dc3a24e338c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "410a7e8a-48eb-445c-bc21-67bd1b27577e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1762be62-e040-4466-90b8-4bce2ca3ca5a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c718a5ea-ecc5-4903-961d-302ec6afdb75",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a0bb79a2-2a44-4339-bad4-d3190e9345c5",
+ "createdAt": "2023-05-28",
+ "completed": "2016-06-07",
+ "initiated": "2018-04-04",
+ "ministryContact": "KUHLMAN-BRUEN CLETA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "78fb1f3e-0d21-4ad7-b9b4-bcc06e71f6e5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "93e22f10-1a6b-41ec-bf71-6a84332bd7cc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bd4abfe2-35b2-4fae-b91e-238a98bbda8f",
+ "createdAt": "2016-07-15",
+ "completed": "2018-02-28",
+ "initiated": "2022-01-07",
+ "ministryContact": "ONDRICKA JACEY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3d8fcdb5-a1ba-4963-8ae6-f377bbb99c78",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "55d03aab-2061-4b6f-b218-5ccc1facc0b3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "b0253d5a-d3db-47f1-9362-db8f729bb3dd",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-12-09",
+ "startDate": "2016-01-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7b9f1715-6c50-40d9-9d6d-37412384181d",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-04-09",
+ "startDate": "2014-11-21",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7aed5ac8-b44b-4380-b384-77f93aafc210",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-04-16",
+ "startDate": "2019-11-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e9a924ae-eaa2-4dcb-906f-da9b5057c983",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-06-13",
+ "startDate": "2018-03-31",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b1ed0353-b639-46d8-b152-eeb1d5777d72",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-06-16",
+ "startDate": "2014-08-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "e23052da-a1c7-4f05-b2f2-0629e863fa4c",
+ "siteRegistry": false,
+ "documentDate": "2020-08-08",
+ "receivedDate": "2015-10-13",
+ "uploadedDate": "2013-11-07",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "9b628145-482d-4a6c-bc01-7bee3bb3ce0a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "f5fdbac8-d5bb-40cc-a8be-29282a1840e1",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-05-30 (described on Site Profile dated 2017-05-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "492c5ebd-50b7-475f-9d48-0b7c9aed4979",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-03-23 (described on Site Profile dated 2021-03-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "cd228dbf-9ce5-417a-b070-6bfee312d851",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-11-23 (described on Site Profile dated 2019-11-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "116ae668-ea8e-46da-853f-c02d5ff07da9",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-05-06 (described on Site Profile dated 2018-05-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "44eadaf2-dc53-4a35-9420-bffdfd776dd9",
+ "siteRegistry": false,
+ "dateNoted": "2018-02-16",
+ "parcelID": "19262",
+ "crownLandUsePIN": "15470",
+ "crownLandFileNumber": "17831",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 4 DISTRICT LOT 2 PLAN 5173"
+ },
+ {
+ "uuid": "11c46042-c488-4576-be37-6679bb042b71",
+ "siteRegistry": true,
+ "dateNoted": "2018-12-14",
+ "parcelID": "19743",
+ "crownLandUsePIN": "15561",
+ "crownLandFileNumber": "15723",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 5 DISTRICT LOT 2 PLAN 9430"
+ },
+ {
+ "uuid": "911ddc8c-5393-41a7-96ed-48b9201915b9",
+ "siteRegistry": false,
+ "dateNoted": "2021-02-07",
+ "parcelID": "15642",
+ "crownLandUsePIN": "17588",
+ "crownLandFileNumber": "19681",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 2 DISTRICT LOT 3 PLAN 8838"
+ },
+ {
+ "uuid": "7dbd9726-cc05-4749-a476-347763daf53e",
+ "siteRegistry": false,
+ "dateNoted": "2021-12-30",
+ "parcelID": "20398",
+ "crownLandUsePIN": "19804",
+ "crownLandFileNumber": "19396",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 3 DISTRICT LOT 4 PLAN 5375"
+ },
+ {
+ "uuid": "15107af2-bbf2-4187-b0ac-5d41b94eb1e6",
+ "siteRegistry": false,
+ "dateNoted": "2015-07-30",
+ "parcelID": "16893",
+ "crownLandUsePIN": "15219",
+ "crownLandFileNumber": "15878",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 2 DISTRICT LOT 3 PLAN 3343"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "1475a970-6382-4f65-b672-f7ac044136f1",
+ "siteRegistry": true,
+ "dateReceived": "2016-07-16",
+ "dateCompleted": "2022-12-20",
+ "dateEntered": "2019-05-16",
+ "dateRegistrar": "2019-12-17",
+ "dateLocalAuthorityReceived": "2016-12-23",
+ "summary": "Placeat at illum magni veritatis iste quasi ducimus blanditiis pariatur.",
+ "informationUsed": "Earum quis architecto dolorem sed quaerat ipsa minus odio quas.\nPraesentium repudiandae sed aliquid id excepturi voluptatibus.\nTenetur magni neque ea ab qui deserunt.\nQuo quod at.",
+ "pastOrPresentOrders": "Occaecati eligendi totam laudantium et itaque pariatur laboriosam repudiandae ducimus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "544b055b-5c91-492c-bacb-40109bd90906",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "28f40f6e-80e4-450f-b94f-de9028af2910",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "640524f6-c140-460d-9f44-f92058b46f7b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d3b1fa95-e5df-4869-8e63-f8be12f87e1b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "99fe5438-3a44-47e7-bdb5-e183eb27fe24",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARROWS MARCELINO",
+ "timestamp": "2013-10-21"
+ },
+ {
+ "uuid": "a4cc6337-cdc7-4092-836a-10ff92d74161",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAHRINGER BLAKE",
+ "timestamp": "2015-04-10"
+ },
+ {
+ "uuid": "a6338a57-0fed-4983-ab61-0b3788a9aead",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WEBER MARCELLA",
+ "timestamp": "2013-11-13"
+ },
+ {
+ "uuid": "2d6cffee-7da9-446a-9847-5d1cc9bd07c4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PFEFFER MURIEL",
+ "timestamp": "2019-01-20"
+ },
+ {
+ "uuid": "bfafaa4c-d4ce-4ef9-8ed5-a726bea24793",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KLOCKO GREYSON",
+ "timestamp": "2016-05-08"
+ },
+ {
+ "uuid": "2c86afca-7ba4-4d3c-95b6-0d68562a1cef",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCCULLOUGH GREGG",
+ "timestamp": "2014-04-09"
+ },
+ {
+ "uuid": "0b5b51af-437a-42e5-a4e0-c481ae332b29",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SATTERFIELD LONDON",
+ "timestamp": "2014-04-18"
+ },
+ {
+ "uuid": "39a76e17-b05b-4736-af93-1eb9bbec1048",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TORPHY JANICK",
+ "timestamp": "2014-04-15"
+ },
+ {
+ "uuid": "7617a66e-f512-460d-a081-cd41a9764c95",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PROSACCO CADEN",
+ "timestamp": "2020-06-09"
+ },
+ {
+ "uuid": "5caf1852-244f-461c-ae37-1bee2a2e369d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERNHARD-CARTWRIGHT EDDIE",
+ "timestamp": "2017-08-01"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "5cc0a600-596d-42fb-85cf-7316abef7588",
+ "dateNoted": "2017-06-17",
+ "notes": "",
+ "parcelID": "19895",
+ "siteID": "17404",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c11e77b7-5585-4cdf-8f27-44ed6e2c9d22",
+ "dateNoted": "2015-10-12",
+ "notes": "",
+ "parcelID": "20367",
+ "siteID": "18132",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "0a72c6a5-b8e0-4b54-825f-729089bf6d50",
+ "siteID": 15488,
+ "address": "482 Schaden Branch",
+ "latitude": 56.0655,
+ "longitude": -132.172,
+ "lastUpdated": "2017-06-11",
+ "city": "Kearny",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/11405",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4348033,
+ 7343710,
+ 7591534,
+ 1578774,
+ 3035111
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "0e3ade77-2a6a-40fa-9d65-f18f9d9529f4",
+ "createdAt": "2020-11-14",
+ "completed": "2015-05-24",
+ "initiated": "2022-02-12",
+ "ministryContact": "BAHRINGER IRMA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "21e3571e-ba94-4a5c-96d6-241b1effa365",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "65308273-5b40-4abd-a7c4-279002c90f2f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3472b671-2b2c-4483-a6c1-2114947a033d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3c27ee0a-13a3-47c9-8494-6ff0489c4ee0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d36d47bd-f9db-4e35-af07-8dabd58af730",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b388377b-39fc-49f7-a4c3-526e7d900641",
+ "createdAt": "2016-06-10",
+ "completed": "2015-07-02",
+ "initiated": "2023-07-13",
+ "ministryContact": "LOWE-BOGAN LILLIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c936cc6b-bf4b-45fa-a477-0ddca4f37251",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "756f4e0e-2fb8-40fe-9d74-1625c0fd4479",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "30fdec10-6737-4259-8864-c37d077ac1c2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b3f4a170-2c12-4119-8057-dcbb18d41e23",
+ "createdAt": "2021-09-11",
+ "completed": "2023-07-30",
+ "initiated": "2017-06-16",
+ "ministryContact": "STANTON SHANNA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3f9e16e4-878f-496e-a60a-c07053d6c243",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "90c37beb-711b-4aac-9efd-ccbe0473eb44",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a1e2d2e0-4d4b-4608-9943-7ae549b50654",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6e9e8632-3f46-4a23-bbe5-a940af37bdcb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9116d730-b07d-498f-bbb4-b2a56294a98c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "e76e3c46-108d-47d5-94a9-690b100649b7",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-12-02",
+ "startDate": "2018-06-07",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5fdb004b-b170-43d0-b569-cccebb28a93f",
+ "name": "IPSUM",
+ "endDate": "2021-12-14",
+ "startDate": "2014-05-27",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4640baf0-af04-46f6-8f25-c6a574566b9c",
+ "name": "IPSUM",
+ "endDate": "2020-12-02",
+ "startDate": "2019-08-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "b873f2bd-ee15-4b2f-a9fd-47b52310b056",
+ "siteRegistry": true,
+ "documentDate": "2015-03-31",
+ "receivedDate": "2017-10-15",
+ "uploadedDate": "2020-01-28",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "0e656439-0405-48e6-bf08-3039db5e5834",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ca6a0afd-8174-4648-9abe-da074bf1fb4b",
+ "siteRegistry": true,
+ "documentDate": "2021-03-26",
+ "receivedDate": "2015-01-02",
+ "uploadedDate": "2017-12-12",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "5d46a1ef-0515-4901-b702-134c59463b58",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1f9bda0c-7b4b-4a57-94a2-8d788b504fe0",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "83ed951f-1173-4d81-9199-8e7e696a2760",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-06-18 (described on Site Profile dated 2023-06-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "3c89a85d-6298-4625-88ed-481fa8225640",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-10-21 (described on Site Profile dated 2016-10-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "e70137d6-1d11-47c7-8fb8-57b69280e1a2",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-07-27 (described on Site Profile dated 2023-07-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "bdddedb0-3c0d-4d62-8b1b-a74804f2946d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-05-24 (described on Site Profile dated 2017-05-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "672e806e-fcc7-4ff4-9b71-995b55cf6ff4",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-11-16 (described on Site Profile dated 2017-11-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "d0103f8b-8711-4b7c-b3c3-24a9144dd459",
+ "siteRegistry": false,
+ "dateNoted": "2023-04-06",
+ "parcelID": "15674",
+ "crownLandUsePIN": "15831",
+ "crownLandFileNumber": "15598",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 3 DISTRICT LOT 1 PLAN 8401"
+ },
+ {
+ "uuid": "dca840d1-e8a1-4690-97af-114abce08ceb",
+ "siteRegistry": true,
+ "dateNoted": "2021-05-08",
+ "parcelID": "18117",
+ "crownLandUsePIN": "15771",
+ "crownLandFileNumber": "16428",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 3 DISTRICT LOT 5 PLAN 6517"
+ },
+ {
+ "uuid": "0bf3b1d8-d0cd-44df-b6f9-434cf24116df",
+ "siteRegistry": true,
+ "dateNoted": "2019-06-16",
+ "parcelID": "16007",
+ "crownLandUsePIN": "17864",
+ "crownLandFileNumber": "16770",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 3 DISTRICT LOT 3 PLAN 4343"
+ },
+ {
+ "uuid": "9e138911-142d-4bb6-8dcd-2cb428b5ffc6",
+ "siteRegistry": false,
+ "dateNoted": "2018-10-15",
+ "parcelID": "16256",
+ "crownLandUsePIN": "19378",
+ "crownLandFileNumber": "17255",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 3 DISTRICT LOT 5 PLAN 5092"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "50f0e3ab-58cd-4d6b-9425-2b1dad7ed20f",
+ "siteRegistry": true,
+ "dateReceived": "2018-09-07",
+ "dateCompleted": "2017-07-17",
+ "dateEntered": "2023-10-15",
+ "dateRegistrar": "2013-12-01",
+ "dateLocalAuthorityReceived": "2016-01-11",
+ "summary": "Facere non facere.\nOptio placeat voluptates quisquam ut rerum perferendis dolores mollitia aliquid.",
+ "informationUsed": "Nulla aperiam soluta dolore sunt impedit.\nConsectetur optio delectus nesciunt tempore quidem debitis exercitationem nemo.\nQuo repellendus veritatis mollitia porro.\nLaborum impedit rerum ea assumenda enim.\nQuibusdam soluta quisquam labore nam nihil eum modi.",
+ "pastOrPresentOrders": "Officiis iusto itaque placeat praesentium quos.\nLaboriosam sint at veritatis harum nobis aspernatur sunt ex distinctio.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "bde65f0d-a32b-4490-8d47-5837686b3b26",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2cca6c15-c008-4d41-a070-e08fdc62d61a",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "4a395880-6c0b-45a8-8f74-296814dbe22e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RATH ALYCIA",
+ "timestamp": "2023-06-01"
+ },
+ {
+ "uuid": "5b9cd98f-dd8a-4bb8-b534-80e7cd9fa10f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUPPE FURMAN",
+ "timestamp": "2016-04-07"
+ },
+ {
+ "uuid": "26726e38-7082-4e6a-99a3-179204d860ee",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GOTTLIEB-BOEHM JENNYFER",
+ "timestamp": "2023-05-26"
+ },
+ {
+ "uuid": "557c3321-6a45-454d-a64e-b854f42f936c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REILLY EMIL",
+ "timestamp": "2014-10-19"
+ },
+ {
+ "uuid": "bfb8f724-9d27-478c-af52-e76e0956765b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOWELL AMANDA",
+ "timestamp": "2018-09-22"
+ },
+ {
+ "uuid": "ed7b4053-fd23-4231-9a18-5f03060246f7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOHLER DELPHIA",
+ "timestamp": "2020-03-03"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "7b5b5771-7aa7-4a6d-949c-f6be473e3529",
+ "dateNoted": "2013-10-24",
+ "notes": "",
+ "parcelID": "17283",
+ "siteID": "20718",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "616daac8-741d-41f3-8c65-a3ffaabab03f",
+ "siteID": 15998,
+ "address": "839 Pouros Run",
+ "latitude": 48.5046,
+ "longitude": -122.8375,
+ "lastUpdated": "2015-08-21",
+ "city": "Port Elijahland",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/18446",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6254518,
+ 8494325,
+ 6596654,
+ 6505588,
+ 1211055
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "14cc5bac-0b63-408f-93cd-c2312a859ba1",
+ "createdAt": "2023-06-11",
+ "completed": "2015-03-11",
+ "initiated": "2021-06-21",
+ "ministryContact": "NIENOW JODY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "fce99bd7-6901-4982-9885-5039a32348a1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f09d8c38-afb5-4c3b-8ed4-28ad54e5a4a5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8509c69c-affe-4187-801b-bc2b5fbb35ba",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "61957549-99e4-490d-bb68-797fe686c216",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7ecf39f7-e009-44b0-b34b-5848e12f247c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9ce4f66a-7bef-4118-915e-c3b11d9b9bc1",
+ "createdAt": "2014-03-24",
+ "completed": "2023-02-10",
+ "initiated": "2020-01-06",
+ "ministryContact": "KIRLIN MAYNARD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8868638c-0e36-4916-b973-d5af61644b06",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cf431028-3307-466b-930f-ad6d109b033b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6b3c43dd-fc91-433c-9c31-5a822d517355",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ddee698d-8d12-4dc4-8459-9c36c401c030",
+ "createdAt": "2020-12-20",
+ "completed": "2022-11-12",
+ "initiated": "2021-10-26",
+ "ministryContact": "ABSHIRE JAIRO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e0021f7d-df47-4b07-81fd-ab5b394ae275",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5e651d3a-38cc-45cd-8460-aabbb29983c4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2b592670-05f3-430a-8c6c-2d78ca6754cb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9d9d0675-2055-44e3-a0cb-d9397fb4451a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "76dada25-087c-42b4-96d7-e07d2c8d3e51",
+ "createdAt": "2018-08-06",
+ "completed": "2013-11-12",
+ "initiated": "2017-09-21",
+ "ministryContact": "KUNZE ROSA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3ae8bca7-1212-48d4-aecb-d64a2e94eb29",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7ccd83d9-6986-402c-aa8b-389f0ca69d5d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d32d4032-094e-433e-8f42-c98f3421d3b7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "25d98128-9229-49c9-af9b-ffc2e4384044",
+ "createdAt": "2021-12-30",
+ "completed": "2018-10-16",
+ "initiated": "2017-10-22",
+ "ministryContact": "WEHNER CATHARINE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "707b123e-962a-4756-b085-367058af91ab",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e47ae5fc-35eb-451f-b655-c3bae1de9184",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "21655048-504f-4746-b8b5-d4ec61b28ac1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "2b904aaa-f3d9-4e5f-b9d9-ba593d880fc5",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-08-22",
+ "startDate": "2017-08-02",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "de848bf4-45b9-40ff-9ffb-414f74f500c5",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-08-12",
+ "startDate": "2015-12-10",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "38c65117-af9c-4f99-8fda-bfc1af3adb07",
+ "name": "IPSUM",
+ "endDate": "2017-05-17",
+ "startDate": "2015-05-16",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "a3811450-0ffb-46c2-b364-d33f23a1a7eb",
+ "siteRegistry": false,
+ "documentDate": "2023-09-23",
+ "receivedDate": "2017-09-14",
+ "uploadedDate": "2020-01-25",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "f973fe00-c769-44b7-97c0-dd6997ed6e8c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "76c9f65e-5c31-4d20-9575-81b51ea81dc0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9836f2dc-a5a5-4ac3-9bfc-0b0567d80a3c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "5fef9511-8e28-48a7-8ab0-61f248d4ea02",
+ "siteRegistry": true,
+ "documentDate": "2020-10-29",
+ "receivedDate": "2021-10-31",
+ "uploadedDate": "2022-04-22",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "3420ea23-702f-4f7e-9fad-5201efb759e7",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "56094cfb-3fb8-4c3c-905b-d09b61205ca8",
+ "siteRegistry": true,
+ "documentDate": "2013-12-16",
+ "receivedDate": "2016-09-02",
+ "uploadedDate": "2022-08-24",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "0a2452d8-3e70-4e73-a251-3a28a2857b0d",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "09ca6147-6e7c-417d-bf8c-8dee3287fce1",
+ "siteRegistry": false,
+ "documentDate": "2018-02-08",
+ "receivedDate": "2021-06-16",
+ "uploadedDate": "2019-12-28",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "65199b56-bd7f-4f4a-b3c5-379c61eb2f0d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "09b28ed9-a862-4e7a-8e00-ea5d20c4df4a",
+ "siteRegistry": true,
+ "documentDate": "2022-12-29",
+ "receivedDate": "2022-01-02",
+ "uploadedDate": "2021-10-02",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "d7ddfda5-80c8-424c-a13e-b5f87f197a3d",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d86f701a-beb4-454a-9835-bedc13a0ec0c",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "232dc7be-f34d-43b7-a0e1-ea9f7e068244",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "44da2ea0-013b-47d9-9064-70698adbb8be",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-03-14 (described on Site Profile dated 2023-03-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "fb826d60-78c8-4df8-9c0d-2f49c6bff6a1",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-04-09 (described on Site Profile dated 2020-04-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "79718749-8321-4204-9dd6-17a53780f607",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-10-26 (described on Site Profile dated 2020-10-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "ff8e5e55-0323-4cd8-9582-82e5c9eda85f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-01-19 (described on Site Profile dated 2014-01-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "6285d357-7524-4ce2-866b-e0a3db636844",
+ "siteRegistry": true,
+ "dateNoted": "2015-11-05",
+ "parcelID": "16530",
+ "crownLandUsePIN": "16132",
+ "crownLandFileNumber": "17808",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 2 DISTRICT LOT 3 PLAN 7471"
+ },
+ {
+ "uuid": "ba79dbe8-6ba5-493e-955d-53e146f19fd9",
+ "siteRegistry": false,
+ "dateNoted": "2022-05-13",
+ "parcelID": "17814",
+ "crownLandUsePIN": "17044",
+ "crownLandFileNumber": "18505",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 4 DISTRICT LOT 2 PLAN 9285"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "7cc4c29e-3dbf-4a15-95a7-0ee9c20c99b9",
+ "siteRegistry": true,
+ "dateReceived": "2020-10-05",
+ "dateCompleted": "2022-10-04",
+ "dateEntered": "2021-07-01",
+ "dateRegistrar": "2020-09-20",
+ "dateLocalAuthorityReceived": "2022-11-01",
+ "summary": "Asperiores tempore corrupti molestiae eos illum itaque consectetur quaerat.",
+ "informationUsed": "Totam quis at perferendis.\nEsse numquam quisquam minima beatae magni delectus commodi cupiditate eos.\nMaxime necessitatibus culpa.",
+ "pastOrPresentOrders": "Veniam molestias repudiandae esse sint molestias laudantium alias consectetur.\nRatione illum assumenda vero deserunt animi asperiores nam.\nAliquam sed temporibus pariatur.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "f9e3082a-8923-4924-985c-5fffd6567193",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "aa5950e0-5694-446b-86c1-0638f0e3ce46",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "6495243d-73b7-4077-8c81-5874b63e8aee",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WINTHEISER FANNIE",
+ "timestamp": "2014-04-14"
+ },
+ {
+ "uuid": "31d0d2c9-ec5f-4c91-b2c3-05f679add575",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BECKER LIZETH",
+ "timestamp": "2022-06-23"
+ },
+ {
+ "uuid": "320aeb0a-5aaf-4b30-8ce4-f2a069aae8be",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEDNAR AURORE",
+ "timestamp": "2016-06-06"
+ },
+ {
+ "uuid": "35645478-3470-434f-a444-18ae8562eb25",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROSENBAUM CARMEL",
+ "timestamp": "2018-12-19"
+ },
+ {
+ "uuid": "d2cdece2-d922-4ea7-80e7-a98a647692a3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRITSCH SETH",
+ "timestamp": "2023-09-09"
+ },
+ {
+ "uuid": "94570f04-1aab-49ce-9e50-c18504e93765",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LABADIE KYLIE",
+ "timestamp": "2016-09-25"
+ },
+ {
+ "uuid": "5d984d89-284e-4b6b-bcb0-7bd98096a52e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SHIELDS JUSTON",
+ "timestamp": "2015-11-10"
+ },
+ {
+ "uuid": "b785592d-5a15-4481-8764-3e909340fdc5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CREMIN RILEY",
+ "timestamp": "2019-06-13"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "d05fbd68-b8c5-4348-86ed-0f57099a9ee0",
+ "dateNoted": "2022-06-28",
+ "notes": "",
+ "parcelID": "19802",
+ "siteID": "20622",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "66b881d7-46b5-4d81-a3e9-7c4dcfbf94a8",
+ "dateNoted": "2019-04-07",
+ "notes": "",
+ "parcelID": "15634",
+ "siteID": "20625",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "5a46348e-8b98-4c4e-aac3-000ba1099916",
+ "siteID": 19623,
+ "address": "71115 Hayes Mountains",
+ "latitude": 51.0952,
+ "longitude": -120.2574,
+ "lastUpdated": "2016-04-05",
+ "city": "Stoltenbergcester",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/3506",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8522249,
+ 1125798,
+ 2777541,
+ 1058209,
+ 1634980
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "dd9907ec-f1c8-44bc-8d10-381f28aac7ef",
+ "createdAt": "2016-03-02",
+ "completed": "2023-01-23",
+ "initiated": "2019-06-21",
+ "ministryContact": "KRAJCIK FREDERIQUE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4a94b8c2-85ea-4b27-9795-48d0bddc4c08",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "00c046bb-4928-4fe6-8c9d-dd1d246be228",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1966bd5d-ccb8-4d56-add0-9d695a45a56a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b72fe768-eb93-48e7-999c-22256481fe16",
+ "createdAt": "2020-01-23",
+ "completed": "2023-08-26",
+ "initiated": "2022-05-30",
+ "ministryContact": "GLEICHNER ANYA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8e26a3c8-1963-4adf-802e-dbed90ae433e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6d452483-dd23-451e-ab5b-a6956fcfd9ee",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b659bb2f-9084-4b79-8ba5-63c73bce09b1",
+ "createdAt": "2018-03-15",
+ "completed": "2023-01-29",
+ "initiated": "2014-05-28",
+ "ministryContact": "TURCOTTE OMARI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "cbf2c38a-ac35-4e3b-9d81-4adc46672c20",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f069a824-1820-4e30-9fc2-c0abfd301c28",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8e57ee37-d0de-46a8-b4dd-2311700fb183",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "899b2f9d-9f49-4fa5-81fe-e419c243e0e7",
+ "createdAt": "2017-12-26",
+ "completed": "2022-10-24",
+ "initiated": "2015-10-22",
+ "ministryContact": "SCHILLER FLORINE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5b67dee4-f953-4e88-9ca4-9bc1e551be44",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "42b7f2d8-ed3b-463b-938d-802babdf7d6f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b6d76147-7016-4553-9c85-46d78cfd9cc2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "2099e879-bcfc-49a0-b8e7-4f465af1fb4d",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-05-24",
+ "startDate": "2018-10-22",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4450d6e5-1f32-4554-86c8-fb1a17b1a07d",
+ "name": "IPSUM",
+ "endDate": "2014-04-04",
+ "startDate": "2020-07-18",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "49eb6e71-b631-4178-b529-44450304f0ae",
+ "name": "IPSUM",
+ "endDate": "2015-12-08",
+ "startDate": "2014-03-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a523673c-2f8e-466b-9cf7-149fcebd4216",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-12-11",
+ "startDate": "2019-11-18",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "dd423232-0378-4270-9b01-8479f0624b8f",
+ "siteRegistry": false,
+ "documentDate": "2015-12-13",
+ "receivedDate": "2016-10-27",
+ "uploadedDate": "2022-02-14",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "c985e6f7-a417-4fd1-96c1-b7bca42525f5",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9236413b-5c53-422e-97c2-566ad9f84ce3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "335a840c-4594-46be-ac01-591813175707",
+ "siteRegistry": true,
+ "documentDate": "2016-11-13",
+ "receivedDate": "2020-09-10",
+ "uploadedDate": "2020-03-12",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "287939a0-6cf0-4791-8a56-cf5bc938f778",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "fed5269e-eefb-4eed-8bdf-618631e6e32d",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "c0b0884d-882d-4f24-8721-64743acf55be",
+ "siteRegistry": true,
+ "documentDate": "2020-09-18",
+ "receivedDate": "2019-06-13",
+ "uploadedDate": "2017-05-07",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "13854c6f-fc6d-4819-959e-80d35570852a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5a268da1-42e1-4b4f-b84c-f0cea055a26c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e74503ce-6a27-4e9f-b714-b29adc4258ec",
+ "siteRegistry": true,
+ "documentDate": "2020-04-11",
+ "receivedDate": "2015-03-20",
+ "uploadedDate": "2020-03-04",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "ecb7eead-328c-46b3-a0cf-7afd8ad6d3f7",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ce720263-c0de-4888-91c4-7cc69369bd4d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3dbce296-48d7-4f2b-8f58-8a45174279d2",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4ad7707c-d37e-4299-8895-801bfbaa8365",
+ "siteRegistry": false,
+ "documentDate": "2023-09-22",
+ "receivedDate": "2014-10-16",
+ "uploadedDate": "2019-04-03",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "cf7e86cf-8c20-4eb2-8788-72018fb0457c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c224918a-5d31-4a68-b4f4-ca3abebd8fd1",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "5ddc2de9-c13c-45e1-bce4-28804e7b8ae8",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-07-04 (described on Site Profile dated 2021-07-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "57249450-aa7a-40c9-9dd4-e2a90f75f648",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-10-15 (described on Site Profile dated 2017-10-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "f340212c-3bc3-47fa-9ffc-55c14b85e208",
+ "siteRegistry": false,
+ "dateNoted": "2018-11-18",
+ "parcelID": "16929",
+ "crownLandUsePIN": "17437",
+ "crownLandFileNumber": "19514",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 5 DISTRICT LOT 4 PLAN 3544"
+ },
+ {
+ "uuid": "9ebf0112-d8be-4b07-b02a-8d5bae6bd6d8",
+ "siteRegistry": true,
+ "dateNoted": "2019-04-27",
+ "parcelID": "17567",
+ "crownLandUsePIN": "18254",
+ "crownLandFileNumber": "16767",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 2 DISTRICT LOT 2 PLAN 7332"
+ },
+ {
+ "uuid": "19532dd0-5bb1-4fff-ac0c-6e596ca58975",
+ "siteRegistry": true,
+ "dateNoted": "2020-03-07",
+ "parcelID": "16088",
+ "crownLandUsePIN": "18326",
+ "crownLandFileNumber": "20965",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 3 DISTRICT LOT 1 PLAN 5228"
+ },
+ {
+ "uuid": "385ea3dd-c68b-4be6-b39a-a5ae2f014f4f",
+ "siteRegistry": false,
+ "dateNoted": "2018-09-12",
+ "parcelID": "15299",
+ "crownLandUsePIN": "15931",
+ "crownLandFileNumber": "18381",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 2 DISTRICT LOT 2 PLAN 9188"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "6b04a594-5991-4830-ba8e-c66b7d271374",
+ "siteRegistry": false,
+ "dateReceived": "2023-02-03",
+ "dateCompleted": "2023-07-29",
+ "dateEntered": "2018-05-08",
+ "dateRegistrar": "2017-01-18",
+ "dateLocalAuthorityReceived": "2022-02-22",
+ "summary": "Aut suscipit neque molestias cum eaque.\nFacere ducimus laudantium molestiae cum libero excepturi sed ipsa eius.",
+ "informationUsed": "Hic nihil alias facilis eveniet perferendis occaecati ea itaque.\nConsectetur delectus corporis neque amet nisi velit quis amet magni.\nEnim quo quia.\nAccusamus asperiores vitae quia culpa.\nDignissimos veniam doloribus illo quas quibusdam minus ducimus.",
+ "pastOrPresentOrders": "Odio amet corporis minima minima earum mollitia sunt quam repellendus.\nRepudiandae debitis nemo repellendus voluptatum laboriosam dolores dolor quos doloribus.\nMinus eos repudiandae voluptatibus accusantium accusamus illo ipsa commodi exercitationem.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "d4a812ee-d369-49a6-b2af-8fb1c90e1c3d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9df52827-a27d-4caa-9cbd-3dad1f973e72",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "d948fa0c-9df2-4128-8945-bc448e432a20",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MANTE PIERCE",
+ "timestamp": "2014-10-15"
+ },
+ {
+ "uuid": "07834dd6-1569-437b-8da2-8c8f656ab9ee",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RENNER JULIO",
+ "timestamp": "2017-06-06"
+ },
+ {
+ "uuid": "d58fad14-e6f5-4dfd-a403-099381ad77d5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILLIAMSON DOMINIC",
+ "timestamp": "2015-01-29"
+ },
+ {
+ "uuid": "2f633dee-2fae-42bc-a947-c42ed1d29afb",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RATKE-GERLACH LYNN",
+ "timestamp": "2021-08-17"
+ },
+ {
+ "uuid": "8be3852c-9b17-4351-adde-8398d9c02b5c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HARTMANN GREGORY",
+ "timestamp": "2014-01-11"
+ },
+ {
+ "uuid": "3d913670-9b61-4838-a3dc-be1a40589ff6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEIDENREICH JOSEPHINE",
+ "timestamp": "2015-11-13"
+ },
+ {
+ "uuid": "f1f71928-0fbd-4606-a273-7879511ebcbd",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARROWS HOSEA",
+ "timestamp": "2017-01-13"
+ },
+ {
+ "uuid": "ad33e953-5d34-4da0-86bb-fee64debecc5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KIRLIN ALYCE",
+ "timestamp": "2016-05-17"
+ },
+ {
+ "uuid": "cb36741b-e035-4d3e-b9c3-9fb7fcce4f87",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PAGAC-CONROY LOY",
+ "timestamp": "2018-08-13"
+ },
+ {
+ "uuid": "bc1347ca-3dbb-48c4-9f96-6110cf98a7ec",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRONA CELESTINE",
+ "timestamp": "2022-11-06"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "80fbb907-10ba-4419-b3df-cfb5462aae0d",
+ "dateNoted": "2016-11-28",
+ "notes": "",
+ "parcelID": "16587",
+ "siteID": "17101",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "f6fa080d-a88f-4060-9858-24f56542626a",
+ "siteID": 19084,
+ "address": "58360 Homenick Freeway",
+ "latitude": 50.5962,
+ "longitude": -130.7912,
+ "lastUpdated": "2018-10-20",
+ "city": "Eltamouth",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/18010",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4892780,
+ 6186171,
+ 3310615,
+ 6969082,
+ 5834315
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "589b6179-eb10-4614-8fc2-c9dfda8d22d6",
+ "createdAt": "2014-02-02",
+ "completed": "2019-11-19",
+ "initiated": "2021-07-30",
+ "ministryContact": "BEDNAR LIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7b4fedbf-c032-4140-ba8e-226454a72dd7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b97467a2-9040-4909-b1b5-33755276acaf",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7ae4c138-1b11-4401-83e3-eff34bcefbba",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1f461b13-31f5-4283-a128-ba9885f494b1",
+ "createdAt": "2015-07-13",
+ "completed": "2016-10-19",
+ "initiated": "2015-04-13",
+ "ministryContact": "GERLACH KRYSTEL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9fa1a495-984a-43ae-bfd8-ff2674e97aec",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0304b409-3f77-4207-8f46-135b2a8f850c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cd717d2a-3a2d-48da-ae52-022162f4452a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a32a74d4-25e5-4526-ac53-81c507cd3b89",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "342ddbac-a8f8-4aa1-9f58-f5ac8695c34f",
+ "createdAt": "2019-01-29",
+ "completed": "2019-11-21",
+ "initiated": "2023-01-17",
+ "ministryContact": "HAUCK FRANCESCA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "56c5f760-d3ba-4307-84c8-f69b16adda43",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1018129b-0add-4009-8be7-07285ee61fc0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8c1da2ec-b6d1-4a0d-b89a-6b4525f5f2c0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6d6f2d0a-1767-4f8c-9bd3-4e1e74890093",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "722414de-d08e-41b8-8c12-63de8bbb72d8",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-12-18",
+ "startDate": "2023-05-23",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2e0f44c3-fbf4-4915-8198-2d2bec27531e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-01-18",
+ "startDate": "2020-10-24",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "02b1b6a4-3c54-4d1d-9817-a021325372d5",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-05-25",
+ "startDate": "2019-04-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "83d31eb8-edde-4483-bf12-e8feed5a1eaf",
+ "siteRegistry": true,
+ "documentDate": "2017-08-14",
+ "receivedDate": "2023-02-07",
+ "uploadedDate": "2019-09-13",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "f0978069-19af-4f4e-a55e-eb4d4b64bf48",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "bdeb957c-1fed-4e8d-a53d-2bf0818869a6",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d49923e8-627c-432d-a59f-a40701c39fb0",
+ "siteRegistry": true,
+ "documentDate": "2023-03-23",
+ "receivedDate": "2017-01-03",
+ "uploadedDate": "2014-11-15",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "0fabc2fd-23d9-4f3f-9459-972d71302b26",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0b6efbcd-77f4-42c6-b6c6-9729079a1cd2",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "10bf538c-c79c-4aa7-a723-2436e40850b4",
+ "siteRegistry": false,
+ "documentDate": "2015-02-13",
+ "receivedDate": "2014-03-13",
+ "uploadedDate": "2019-07-15",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "a4a94bb6-3526-4525-a8ae-fb10897516f6",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "98b18930-5ca2-49fe-91da-b14d40734a16",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0fb3790a-8837-4e9f-88ca-cfa2dae0a04c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "caeb1cbc-7559-4b06-9780-2260d4aa48f5",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-03-10 (described on Site Profile dated 2015-03-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "1bdd86d4-14b9-4c2d-9f9c-202fe635bc6e",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-03-24 (described on Site Profile dated 2016-03-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "fbde1cd9-e861-4e80-a13f-c3b71cc79d0b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-05-12 (described on Site Profile dated 2015-05-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "6499814f-127f-4d18-9c78-0dd6f2ac1852",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-06-27 (described on Site Profile dated 2019-06-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "3adc1019-02b9-45f4-8e5b-ef8744d3205e",
+ "siteRegistry": false,
+ "dateNoted": "2023-10-15",
+ "parcelID": "20865",
+ "crownLandUsePIN": "16372",
+ "crownLandFileNumber": "20145",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 1 DISTRICT LOT 3 PLAN 6417"
+ },
+ {
+ "uuid": "a495ed1b-5a2e-4279-b90d-2ba1d0dfcba8",
+ "siteRegistry": true,
+ "dateNoted": "2019-09-16",
+ "parcelID": "20624",
+ "crownLandUsePIN": "16895",
+ "crownLandFileNumber": "17992",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 4 DISTRICT LOT 2 PLAN 6972"
+ },
+ {
+ "uuid": "39f81f04-b00b-4a6d-b71d-cc85ea54377c",
+ "siteRegistry": true,
+ "dateNoted": "2023-05-26",
+ "parcelID": "15754",
+ "crownLandUsePIN": "19832",
+ "crownLandFileNumber": "18064",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 2 DISTRICT LOT 1 PLAN 8628"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "63b9fb5c-8949-4b5d-8581-ce45946a3a34",
+ "siteRegistry": true,
+ "dateReceived": "2020-09-11",
+ "dateCompleted": "2017-10-09",
+ "dateEntered": "2018-02-18",
+ "dateRegistrar": "2016-12-17",
+ "dateLocalAuthorityReceived": "2014-07-08",
+ "summary": "Dolorem in beatae exercitationem.\nQuod architecto autem alias quis rerum iure perspiciatis laborum labore.\nOdit est blanditiis exercitationem autem.",
+ "informationUsed": "Alias quas fuga dignissimos quibusdam quidem earum omnis.\nPerspiciatis id blanditiis recusandae ab esse voluptatem eos.\nPariatur quaerat nam nobis.\nAnimi eius quod quibusdam odit nobis quod.",
+ "pastOrPresentOrders": "Est saepe enim quas dolore officiis at eveniet.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "7a6dfdc9-92a7-416f-b739-ecf604b106bd",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5eb44b4b-6e28-4a76-9846-599fe50456e1",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "82973a4f-8180-4b18-9588-4cc44aa3ddec",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "c5f19f48-7861-4b93-bbc5-f12fed766db1",
+ "siteRegistry": false,
+ "dateReceived": "2019-11-27",
+ "dateCompleted": "2017-12-17",
+ "dateEntered": "2015-03-02",
+ "dateRegistrar": "2019-12-03",
+ "dateLocalAuthorityReceived": "2020-10-11",
+ "summary": "Illum labore modi architecto.\nQui odio esse ratione distinctio voluptatem repellendus ab molestias nemo.",
+ "informationUsed": "Possimus numquam nihil maiores voluptas eligendi voluptatum blanditiis.\nNatus nobis molestiae.\nMaxime mollitia vel animi corporis.",
+ "pastOrPresentOrders": "Dignissimos sit omnis aut quo impedit vel expedita.\nInventore quisquam magni fuga.\nAlias earum autem sed dolorum reiciendis ullam nesciunt.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "355a7b04-6ad3-4b78-a453-31889dd8db2d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0736db9c-578e-4ed7-971a-5f13cef83187",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "05fa05d8-73d4-4475-a4d7-f5c196ecaeba",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUSSEL ARMANDO",
+ "timestamp": "2018-09-05"
+ },
+ {
+ "uuid": "b11c1671-ba86-44d5-be77-432e59ef6294",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GULGOWSKI NORBERT",
+ "timestamp": "2022-05-20"
+ },
+ {
+ "uuid": "a6f57702-613f-4b6a-ab03-dd0fd0603733",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REICHEL-TORP KENNETH",
+ "timestamp": "2018-01-30"
+ },
+ {
+ "uuid": "a75089b2-2efc-444e-b4c6-ee3f6161b541",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TERRY-DANIEL CLARK",
+ "timestamp": "2017-07-04"
+ },
+ {
+ "uuid": "6906d5a6-4d25-468c-957a-61c30f9e7ef9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHULTZ LOUISA",
+ "timestamp": "2017-07-10"
+ },
+ {
+ "uuid": "2920f1c4-d3b2-43d1-93e7-128b11bd5351",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KEELING AYDEN",
+ "timestamp": "2015-07-25"
+ },
+ {
+ "uuid": "747625cd-00c1-4245-b4ea-22070b83104f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RENNER ADELIA",
+ "timestamp": "2020-10-04"
+ },
+ {
+ "uuid": "09ba11fb-cf6b-47b5-9598-f49115e5c9d6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEGMANN ABEL",
+ "timestamp": "2021-02-13"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "7285a7fe-37b6-4162-9f06-7f15c860add9",
+ "dateNoted": "2020-05-04",
+ "notes": "",
+ "parcelID": "15507",
+ "siteID": "20571",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "21fc5c16-ec9d-4128-a6a2-059fcddced79",
+ "siteID": 18407,
+ "address": "20137 Bode Glens",
+ "latitude": 51.6012,
+ "longitude": -123.7152,
+ "lastUpdated": "2017-07-04",
+ "city": "New Elmira",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/7093",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7847177,
+ 2161498,
+ 1490681,
+ 8519472,
+ 9989491
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "2531ae54-b3a0-46d1-8b03-774b2781801c",
+ "createdAt": "2017-01-14",
+ "completed": "2016-02-03",
+ "initiated": "2017-12-17",
+ "ministryContact": "BAUCH MACK",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e683fa7a-c453-47b3-89b3-20481055889c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a2b0585b-f0fe-495e-a0c0-c59c4d6d750c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9f1c38dc-b8c5-4d05-b7f2-7e4d306af595",
+ "createdAt": "2020-08-13",
+ "completed": "2023-01-01",
+ "initiated": "2023-01-07",
+ "ministryContact": "GOODWIN AUDREANNE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "292735ee-b090-4267-b6aa-e19ba3a055d3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b6438475-5f78-4bff-a0df-e2e443074bc3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "63bd0727-1b7d-43b4-afaf-8688a5f71653",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "0784aaf7-77c5-4f90-abfe-44b3efdecac7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-03-23",
+ "startDate": "2020-10-05",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f5655776-6208-495b-8455-6f1c42cb0467",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-05-14",
+ "startDate": "2020-12-14",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "12086d01-a1df-496b-9dbb-6b562eee7c85",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-07-18",
+ "startDate": "2018-04-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "d9c11714-2bfc-4cc7-b4ef-1f0d604132e3",
+ "siteRegistry": false,
+ "documentDate": "2022-12-06",
+ "receivedDate": "2019-02-05",
+ "uploadedDate": "2015-07-10",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "8f55baff-57a7-423b-8c67-79aa7bf47f29",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "18690744-2947-40a7-b099-652ce12733fa",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3cb4de1c-3bbd-4e8f-a12a-46976e9dee7c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "6a81f636-4cdf-47f9-8a7a-df099cadb494",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-11-15 (described on Site Profile dated 2014-11-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "23a5aaa2-b1c7-4bd5-be0e-8695cefe2198",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-07-05 (described on Site Profile dated 2019-07-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "70466476-939a-41fd-9e43-94727defd9b7",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-05-26 (described on Site Profile dated 2020-05-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "d9b0c5aa-bdd0-4065-96e7-181f191a09e0",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-07-31 (described on Site Profile dated 2019-07-31)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "f75099b9-2078-4c3c-ab58-45ad7a396ef7",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-12-24 (described on Site Profile dated 2015-12-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "3a181a59-82a9-46c2-ad9d-34067f889fb7",
+ "siteRegistry": true,
+ "dateNoted": "2018-02-21",
+ "parcelID": "17346",
+ "crownLandUsePIN": "17403",
+ "crownLandFileNumber": "19957",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 2 DISTRICT LOT 4 PLAN 7195"
+ },
+ {
+ "uuid": "67dee844-ca4f-41be-86e1-832964a73120",
+ "siteRegistry": true,
+ "dateNoted": "2014-08-28",
+ "parcelID": "18231",
+ "crownLandUsePIN": "16936",
+ "crownLandFileNumber": "18864",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 4 DISTRICT LOT 5 PLAN 9612"
+ },
+ {
+ "uuid": "b835002a-3a51-4a50-8ade-627c82f74f44",
+ "siteRegistry": true,
+ "dateNoted": "2019-06-11",
+ "parcelID": "20119",
+ "crownLandUsePIN": "16934",
+ "crownLandFileNumber": "19325",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 5 DISTRICT LOT 3 PLAN 8719"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "9e1257d0-0252-4529-9d03-6d77dd342318",
+ "siteRegistry": false,
+ "dateReceived": "2023-09-10",
+ "dateCompleted": "2020-04-16",
+ "dateEntered": "2021-06-17",
+ "dateRegistrar": "2017-07-20",
+ "dateLocalAuthorityReceived": "2022-04-13",
+ "summary": "Laudantium provident delectus asperiores exercitationem maxime inventore expedita eligendi voluptatum.",
+ "informationUsed": "Quibusdam veniam necessitatibus odio quos odit sed.\nPorro inventore ipsum deserunt quae vel.\nAliquid laborum porro nesciunt aliquid exercitationem atque ducimus consequatur consectetur.\nDolores quaerat maiores alias dicta cum corrupti illo.\nAmet voluptatem corporis dolor eius sed.",
+ "pastOrPresentOrders": "Eaque quam ducimus atque aperiam.\nDolorum praesentium temporibus molestias ratione laudantium nam veniam explicabo voluptas.\nIllum perspiciatis sint vero libero.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "288fd8a0-b3e0-4802-8103-25311db91dd2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bad8b262-9f9d-48ab-bd65-2640d9b32ea3",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d0979c4b-f51c-4671-a68c-69831d01b44b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e2e9a244-368a-465d-9b14-7c0ec33ff58d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "4f862d1b-0bf5-4ae9-889b-97d2368ac58e",
+ "siteRegistry": true,
+ "dateReceived": "2014-09-09",
+ "dateCompleted": "2016-07-12",
+ "dateEntered": "2018-03-27",
+ "dateRegistrar": "2021-11-17",
+ "dateLocalAuthorityReceived": "2021-01-11",
+ "summary": "Veniam quae pariatur.\nEsse quae dolorum praesentium tempore mollitia perferendis error ducimus vitae.",
+ "informationUsed": "Deserunt quae error corporis blanditiis unde adipisci aspernatur.\nIure nulla quas minus.\nCommodi possimus dolorum iure.\nCommodi fugiat perferendis ducimus dolor tempore ea.",
+ "pastOrPresentOrders": "Quia architecto quia reiciendis eos aliquid dolorum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b78f22b3-769c-4200-a6eb-68c658e50992",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ce28ada0-a8e3-4e46-ae74-018ef8bee30e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "8921e7c7-6c09-4c64-857b-997e58d20b61",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REMPEL LON",
+ "timestamp": "2017-12-28"
+ },
+ {
+ "uuid": "e0c15d3f-312e-4267-8d82-334584752737",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DOUGLAS YADIRA",
+ "timestamp": "2014-04-27"
+ },
+ {
+ "uuid": "96c6956c-45d6-4760-8029-3a5cbdb8f1bb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DAVIS JACKSON",
+ "timestamp": "2018-05-06"
+ },
+ {
+ "uuid": "73ee01d2-aa8a-4dee-8183-d1a56e361cb7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PACOCHA FOREST",
+ "timestamp": "2016-07-07"
+ },
+ {
+ "uuid": "4c0d7e47-3f86-452b-9c8f-46d3117cfc91",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SWIFT JALEN",
+ "timestamp": "2020-09-20"
+ },
+ {
+ "uuid": "0938bbcd-0217-4968-81fd-bba9a043a300",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HILLL MARGOT",
+ "timestamp": "2015-01-23"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "f230d77e-d843-4dae-829d-4dc8bab44734",
+ "dateNoted": "2021-01-29",
+ "notes": "",
+ "parcelID": "15690",
+ "siteID": "20260",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "6d60fcd8-20b1-48e3-a7d7-66134c25c1fd",
+ "siteID": 19175,
+ "address": "521 Powlowski Loaf",
+ "latitude": 56.3974,
+ "longitude": -123.42,
+ "lastUpdated": "2016-04-19",
+ "city": "Lake Quentinberg",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/19126",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1020135,
+ 1064569,
+ 6473733,
+ 3542084,
+ 243536
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "3d66244f-fd7d-473e-b427-78bd984999bb",
+ "createdAt": "2018-01-03",
+ "completed": "2021-09-16",
+ "initiated": "2020-04-07",
+ "ministryContact": "FAY FREDDIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "87bc165b-97bc-4249-be3b-ccef706ce65c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2a5cc34f-f509-4e23-959a-71a0a0840c4c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2789e768-db54-411d-83d8-34188006d793",
+ "createdAt": "2016-11-09",
+ "completed": "2019-05-16",
+ "initiated": "2015-06-26",
+ "ministryContact": "SCHMITT DEION",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2a51763a-705d-42dc-bd0e-f447968ea157",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "54450f8c-4d73-46bc-b3f6-8cf3765abb5c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7db14a1f-50ab-4392-83ce-8a4a5628a4f8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6b2f140a-dfa7-4682-8cbe-3bc2a3f12a14",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "46108454-519c-4719-9aa5-9a14e23e79b9",
+ "name": "IPSUM",
+ "endDate": "2016-09-22",
+ "startDate": "2017-08-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f8acc5a3-a413-46de-ae7d-eaef6223c2ad",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2013-12-29",
+ "startDate": "2018-02-01",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "327563b6-050a-43a8-94c4-4571b19b0e72",
+ "name": "IPSUM",
+ "endDate": "2013-10-20",
+ "startDate": "2020-03-20",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "66218726-0fef-4097-bc3b-9c2d08f9d62e",
+ "siteRegistry": false,
+ "documentDate": "2022-12-23",
+ "receivedDate": "2018-03-12",
+ "uploadedDate": "2015-09-27",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "fbbcd419-b767-40c2-8d48-33265776886b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d738648a-b54a-4102-8f26-dffbdeee9b36",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "902be633-b2f3-4c75-9f55-cb993a64e18a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-04-25 (described on Site Profile dated 2023-04-25)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "73cef5a1-23ae-4064-a33d-c68202f0978b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-12-29 (described on Site Profile dated 2020-12-29)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "c9585ac6-9ef7-4ff5-8937-5d47440ccac5",
+ "siteRegistry": true,
+ "dateNoted": "2020-03-11",
+ "parcelID": "15236",
+ "crownLandUsePIN": "17486",
+ "crownLandFileNumber": "17723",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 3 DISTRICT LOT 2 PLAN 3644"
+ },
+ {
+ "uuid": "02fe5e10-a796-41d2-9202-a1636871077d",
+ "siteRegistry": true,
+ "dateNoted": "2016-12-20",
+ "parcelID": "18749",
+ "crownLandUsePIN": "20456",
+ "crownLandFileNumber": "15872",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 2 DISTRICT LOT 2 PLAN 8948"
+ },
+ {
+ "uuid": "075a3679-15c5-4493-8967-951cb7d4e521",
+ "siteRegistry": true,
+ "dateNoted": "2019-05-05",
+ "parcelID": "16582",
+ "crownLandUsePIN": "18562",
+ "crownLandFileNumber": "16992",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 1 DISTRICT LOT 5 PLAN 8923"
+ },
+ {
+ "uuid": "5e48b9bc-a8d3-49af-85d3-e05a470c03ed",
+ "siteRegistry": true,
+ "dateNoted": "2021-09-14",
+ "parcelID": "20516",
+ "crownLandUsePIN": "20513",
+ "crownLandFileNumber": "19519",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 5 DISTRICT LOT 2 PLAN 7550"
+ },
+ {
+ "uuid": "d3e4ca46-0fcb-4b9d-b255-c3160a550fbe",
+ "siteRegistry": false,
+ "dateNoted": "2015-10-30",
+ "parcelID": "17058",
+ "crownLandUsePIN": "16605",
+ "crownLandFileNumber": "15459",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 5 DISTRICT LOT 1 PLAN 4085"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "bec69774-ff08-48a8-9bde-52d940902bcf",
+ "siteRegistry": false,
+ "dateReceived": "2020-01-21",
+ "dateCompleted": "2017-12-28",
+ "dateEntered": "2016-10-04",
+ "dateRegistrar": "2014-10-01",
+ "dateLocalAuthorityReceived": "2019-09-13",
+ "summary": "Eligendi iure non reprehenderit quidem similique provident ullam laboriosam alias.\nNesciunt sequi occaecati.\nAccusantium at deleniti.",
+ "informationUsed": "Magni tenetur tenetur.\nNam vitae ipsum odio aperiam maiores quidem nesciunt.\nUnde ipsam possimus.\nIllo repellat recusandae adipisci necessitatibus odit.",
+ "pastOrPresentOrders": "Eaque voluptates eum error autem qui neque labore.\nMolestiae ullam blanditiis aliquam culpa eum voluptatem.\nExercitationem accusantium nulla.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "9828bd10-ca8b-4a8d-879e-3d2061de9d62",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9b29ace6-d434-4b45-9e82-d79470851355",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9a557802-11d1-4ad9-900a-fdab4a3bdbe3",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "47e7c823-8a02-4f70-a6ba-72393c9fdf82",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "3b9faae0-8815-45ed-af36-656b78e4c347",
+ "siteRegistry": true,
+ "dateReceived": "2015-03-31",
+ "dateCompleted": "2019-04-07",
+ "dateEntered": "2020-05-02",
+ "dateRegistrar": "2023-08-09",
+ "dateLocalAuthorityReceived": "2016-06-13",
+ "summary": "Necessitatibus nobis dignissimos quibusdam cupiditate distinctio unde voluptatibus impedit.",
+ "informationUsed": "Dolore quae dignissimos temporibus officiis nam.\nQui libero occaecati recusandae velit incidunt corrupti.\nOmnis cum incidunt veniam aspernatur.",
+ "pastOrPresentOrders": "Nostrum mollitia iure eos nihil architecto veniam nesciunt.\nLaboriosam quam quis.\nPossimus atque asperiores deserunt tempora illo error consequatur ex.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a412bff6-5773-424f-a987-31577fc82d28",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ed6a0954-9ec0-462a-93ec-04b76b9b0eb3",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a3f72820-2d98-4cb2-b37e-da5bafe94e1c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "a13dc38f-0c2c-4b10-92da-0c3178002728",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "METZ TAMARA",
+ "timestamp": "2014-01-04"
+ },
+ {
+ "uuid": "5fa17c02-06dd-40e2-b1b6-61e537f4c5a6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAUCK GLEN",
+ "timestamp": "2015-09-09"
+ },
+ {
+ "uuid": "d77a6f93-b5e3-4d60-9b3b-bac7f3a5ef1b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TURCOTTE DORIS",
+ "timestamp": "2014-12-15"
+ },
+ {
+ "uuid": "051d283a-4e7e-415f-9b92-2238c6690d66",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WARD KIRA",
+ "timestamp": "2020-04-23"
+ },
+ {
+ "uuid": "f4d5d452-ccff-488b-8030-7000433a4744",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MUELLER ADOLF",
+ "timestamp": "2021-07-15"
+ },
+ {
+ "uuid": "68d6eee2-665e-47f6-823d-a672e1e75769",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SWIFT SABRYNA",
+ "timestamp": "2019-08-06"
+ },
+ {
+ "uuid": "173a5dc4-d011-47ab-81a6-21702af46882",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GUTMANN TEVIN",
+ "timestamp": "2021-07-08"
+ },
+ {
+ "uuid": "77c09cb9-4f80-464e-bcc5-617c7092baaa",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REICHEL OLE",
+ "timestamp": "2022-06-30"
+ },
+ {
+ "uuid": "7820d10f-66cd-4ad8-97f2-804f89251586",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RODRIGUEZ KRYSTEL",
+ "timestamp": "2020-08-13"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "0f721ab7-b011-4e58-b096-c341c5c133ab",
+ "dateNoted": "2014-11-30",
+ "notes": "",
+ "parcelID": "16790",
+ "siteID": "16137",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b4efe327-0b60-4183-8236-b46677ee329c",
+ "dateNoted": "2022-01-30",
+ "notes": "",
+ "parcelID": "18113",
+ "siteID": "20343",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5999eabd-e395-407b-94c7-eef0bb571286",
+ "dateNoted": "2019-01-02",
+ "notes": "",
+ "parcelID": "16895",
+ "siteID": "18674",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "d98c3c89-8164-4fa9-be2e-cc3f7f43d811",
+ "siteID": 20095,
+ "address": "5517 Mitchell Extension",
+ "latitude": 52.1113,
+ "longitude": -129.9932,
+ "lastUpdated": "2018-05-21",
+ "city": "South Bonnie",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/14429",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4751228,
+ 208914,
+ 4986211,
+ 5540432,
+ 7852264
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "0b6e3736-91d5-4bc8-bc92-c330e64ff8c9",
+ "createdAt": "2016-10-14",
+ "completed": "2021-01-03",
+ "initiated": "2018-12-26",
+ "ministryContact": "HILLL ELODY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e4281db0-9d07-47ec-98f2-df9af76d79fa",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3177c782-9eef-4da9-8178-764ba4988ae9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3792aae4-cabc-4e10-9352-2431882a5165",
+ "createdAt": "2014-12-31",
+ "completed": "2021-10-26",
+ "initiated": "2014-11-12",
+ "ministryContact": "MURRAY GENESIS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4fb37d50-14c3-44e8-b840-a1ee00c8ba57",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cc790197-7d83-497a-8773-02466ce8767c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d35bda96-665f-4fb9-b6ef-b480f08b34e4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "20b5c2ec-c854-4b09-a5cc-9fbcae3c5736",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "81d1842d-989f-4cc3-8a62-29ba1c430f61",
+ "createdAt": "2016-08-25",
+ "completed": "2014-10-27",
+ "initiated": "2020-05-02",
+ "ministryContact": "POUROS HERMAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b63e136d-812e-4e5d-bcae-c09e15aefe5d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7b12c29e-e198-4049-8055-aaa8fa6579ea",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a81e3815-d3a3-4186-a18e-d413c4f90fa8",
+ "createdAt": "2019-07-21",
+ "completed": "2015-08-28",
+ "initiated": "2015-04-24",
+ "ministryContact": "MCGLYNN FLORENCE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "70eb618a-4bc6-4817-aaed-55dce02f2bb7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9b352646-280f-4b49-813d-e5b513aa3bd0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3ea5678c-5501-41d7-b2a3-6c802cfe4772",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "88634d26-5bbc-41fc-9356-790623339d2d",
+ "createdAt": "2017-05-06",
+ "completed": "2017-05-05",
+ "initiated": "2015-02-27",
+ "ministryContact": "WEST URIAH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c6a5e50b-619f-4a3c-9616-d9d6d1060205",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3255dca3-77ad-41f6-9031-26da3e571eb6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e864d6f9-ef63-48b9-87c2-6f937d569e95",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "26ef3d27-2215-48f9-9168-e4b318916c35",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "6c99e604-87cc-494f-b8b9-f91a58c9681d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-06-24",
+ "startDate": "2014-09-29",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e8ffac14-84f4-4467-bce4-08f36bf652ca",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-11-14",
+ "startDate": "2020-09-08",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "885902a8-286f-49c4-bf7a-eb52da44d359",
+ "siteRegistry": true,
+ "documentDate": "2020-11-27",
+ "receivedDate": "2022-02-16",
+ "uploadedDate": "2016-02-25",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "46495e24-8bdd-4052-8d84-743dcd9f202f",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ffcc6e03-ce52-41c7-8443-96e26f3bf803",
+ "siteRegistry": false,
+ "documentDate": "2023-05-30",
+ "receivedDate": "2021-03-06",
+ "uploadedDate": "2022-10-01",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "7c709c61-46a5-46af-ae2a-a305126183ab",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "20402c3f-13ae-44de-8542-a680dbd24b50",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "14643e02-2aeb-4c80-bd12-c51a2e09805b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-02-04 (described on Site Profile dated 2021-02-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "c3611d30-a720-44fa-a930-afa9f1b66c09",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-08-27 (described on Site Profile dated 2017-08-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "67904695-f0b9-4c5f-b20f-784b37c29f37",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-12-13 (described on Site Profile dated 2016-12-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "00149759-c8c1-45bc-a051-5c72fc61456b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-11-09 (described on Site Profile dated 2018-11-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "7376a807-cce0-4f47-8a3e-92b95a2658b2",
+ "siteRegistry": false,
+ "dateNoted": "2016-07-04",
+ "parcelID": "16422",
+ "crownLandUsePIN": "19625",
+ "crownLandFileNumber": "20311",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 3 DISTRICT LOT 4 PLAN 7704"
+ },
+ {
+ "uuid": "b00669d6-b24f-4e0c-9bde-209d7b856dad",
+ "siteRegistry": true,
+ "dateNoted": "2021-02-01",
+ "parcelID": "20493",
+ "crownLandUsePIN": "16303",
+ "crownLandFileNumber": "20938",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 1 DISTRICT LOT 2 PLAN 4280"
+ },
+ {
+ "uuid": "f6b127fc-bc9a-47e6-81c6-eda94c58c646",
+ "siteRegistry": false,
+ "dateNoted": "2015-07-22",
+ "parcelID": "20553",
+ "crownLandUsePIN": "20623",
+ "crownLandFileNumber": "20990",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 2 DISTRICT LOT 1 PLAN 4324"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "b752fa0c-310a-438f-82e5-bccf48280805",
+ "siteRegistry": true,
+ "dateReceived": "2021-02-05",
+ "dateCompleted": "2023-08-20",
+ "dateEntered": "2018-05-07",
+ "dateRegistrar": "2020-10-27",
+ "dateLocalAuthorityReceived": "2020-07-17",
+ "summary": "Sequi quaerat eaque laborum.",
+ "informationUsed": "Animi debitis eos sint non sed facilis minus itaque deserunt.\nModi occaecati itaque optio explicabo quisquam suscipit nulla labore culpa.\nOmnis quaerat ut.\nFuga perspiciatis autem iure earum officiis tempore.",
+ "pastOrPresentOrders": "Deserunt velit voluptatibus vel.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "687f43c2-e121-49b7-9ae6-9516f9a6bc29",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "556f6139-9ef8-47fc-82fc-c69b390db9b2",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "be2dec45-5595-4a57-b7ee-c29be7060036",
+ "siteRegistry": true,
+ "dateReceived": "2022-02-08",
+ "dateCompleted": "2016-12-21",
+ "dateEntered": "2016-11-07",
+ "dateRegistrar": "2019-08-17",
+ "dateLocalAuthorityReceived": "2017-05-20",
+ "summary": "Ipsum explicabo omnis eius ut amet numquam quos.\nNemo et modi alias consectetur nisi libero similique error.",
+ "informationUsed": "Consequuntur repellendus consequuntur.\nRerum sequi rem molestiae.\nMaxime velit ratione magnam ab.",
+ "pastOrPresentOrders": "Eum est voluptatem veniam.\nIpsa voluptate nulla non harum odit accusantium natus occaecati.\nIn repellendus ipsum aut excepturi.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a6f55f14-0b2f-4577-84b0-ce0d79b753dc",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1e39b824-c929-4919-b3a4-928667f70ffc",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "adff04f9-ef40-4c0e-86aa-4174f95a4e61",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "59f0c328-c864-4f26-9913-7103503c3596",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUHLMAN GONZALO",
+ "timestamp": "2020-10-17"
+ },
+ {
+ "uuid": "c5567fb9-5148-464a-a45c-ca3c35d83183",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILLMS PHILIP",
+ "timestamp": "2015-12-17"
+ },
+ {
+ "uuid": "2e9af3d2-14e4-4c1e-ab0c-927a575184d5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOSCISKI KAYLI",
+ "timestamp": "2018-05-02"
+ },
+ {
+ "uuid": "c20cb3c7-7236-4188-9593-8b4f465ad42f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GRANT ROSALYN",
+ "timestamp": "2021-04-05"
+ },
+ {
+ "uuid": "4e298c8c-d5ea-4999-8db4-d6a8fd805576",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'CONNELL JOHNATHAN",
+ "timestamp": "2016-12-18"
+ },
+ {
+ "uuid": "b611aa3e-ad57-4bb4-a759-7c1ac677e962",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ONDRICKA DONNA",
+ "timestamp": "2019-10-13"
+ },
+ {
+ "uuid": "b69261d8-3900-4f87-8ff4-2b1fc716011d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HACKETT ARCHIBALD",
+ "timestamp": "2015-03-15"
+ },
+ {
+ "uuid": "286a02ca-1165-417e-8c51-e8e2bd821bb8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DICKENS-ABSHIRE UNA",
+ "timestamp": "2020-11-02"
+ },
+ {
+ "uuid": "9376fc84-551d-4f9a-97ac-f52813bbed31",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CARTER-SIMONIS ELLA",
+ "timestamp": "2019-03-04"
+ },
+ {
+ "uuid": "c2617cb6-eda1-45b0-9356-661aa0898f2d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NIENOW WINSTON",
+ "timestamp": "2023-01-06"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "6e1fe099-14fc-47a8-bc50-7dc9797f81fa",
+ "dateNoted": "2023-04-23",
+ "notes": "",
+ "parcelID": "19538",
+ "siteID": "20744",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e9987774-3af9-4da9-8155-bc408db77e8b",
+ "dateNoted": "2014-05-10",
+ "notes": "",
+ "parcelID": "18342",
+ "siteID": "20010",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "e73fed47-9116-4c63-9cd5-6a7a07c0fd8c",
+ "siteID": 15499,
+ "address": "863 Murray Meadow",
+ "latitude": 56.4681,
+ "longitude": -122.5021,
+ "lastUpdated": "2015-07-26",
+ "city": "West Chelsie",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/10069",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8539717,
+ 4442022,
+ 6466906,
+ 2982339,
+ 8193716
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "90381a31-d8d4-4c9f-8e82-9d9d33d5740a",
+ "createdAt": "2023-01-16",
+ "completed": "2019-01-20",
+ "initiated": "2021-02-22",
+ "ministryContact": "SIPES DARIEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "10ff9420-a9ec-4e20-9dda-0daa430ddafc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "36dbc940-bb17-414a-b7c0-92b59b5d18b4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "786f491b-fdfe-45d4-832c-4185df2f3b48",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5d72d036-0e91-4850-bae4-ba293444db63",
+ "createdAt": "2017-02-11",
+ "completed": "2021-09-23",
+ "initiated": "2013-10-26",
+ "ministryContact": "SCHMELER GRACIELA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c79245f2-c921-435a-9478-8a97783715dd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "944dee4a-fb83-4d74-b86b-58959bfecb91",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d399393e-ada7-4053-aa0a-3199b5d8d417",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "145acf5e-d649-4226-b031-00768323077c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2272a6bc-fe2b-4bdd-a4b1-b33018c46a0e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "2c46aab0-d33f-4c58-bcaf-3877d7bd28c2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-02-08",
+ "startDate": "2021-01-03",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1847d7e0-0c6c-4abd-a345-eee89beb7fa9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-07-07",
+ "startDate": "2020-11-03",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7a83b759-3354-4cb4-9de5-57f8fb50738c",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2023-07-11",
+ "startDate": "2017-12-26",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "bee14086-b4ca-4500-91cf-b499672e65f0",
+ "siteRegistry": true,
+ "documentDate": "2020-04-25",
+ "receivedDate": "2018-11-03",
+ "uploadedDate": "2017-10-21",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "442cf0c2-b907-495e-8923-7c67224c58ef",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "862b267b-edd4-4f44-96c7-b23018a58f5b",
+ "siteRegistry": true,
+ "documentDate": "2020-07-18",
+ "receivedDate": "2014-05-17",
+ "uploadedDate": "2022-05-15",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "b09b4516-31d4-4f87-a1e0-9022e25e1e37",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0318f9cc-f9d3-48fc-888f-7b6c0bc5d0e9",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "eec0e7ce-c105-40a6-bbc5-f29520dbf6fe",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "8ea8ddf8-9562-45dd-a647-4cccb71c84b5",
+ "siteRegistry": false,
+ "documentDate": "2017-01-25",
+ "receivedDate": "2014-05-31",
+ "uploadedDate": "2019-08-25",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "d94e0733-e687-4839-a6e1-855cc33cd78a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "2113933a-c483-4ca2-b691-56191ca5afa5",
+ "siteRegistry": false,
+ "documentDate": "2022-11-27",
+ "receivedDate": "2023-01-06",
+ "uploadedDate": "2017-12-16",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "4a7d5403-3f10-42e4-ade5-ceb748876ac1",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5d25653c-73b0-4e44-b429-4dc82f39066a",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "0522fd80-bc3a-45ea-8856-f4cb9cf254ec",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-07-10 (described on Site Profile dated 2023-07-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "a525a789-5db0-47c4-802b-9b562e861d4a",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-05-10 (described on Site Profile dated 2014-05-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f5f49f7a-7cb6-41ca-8591-0f72518c5544",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-06-04 (described on Site Profile dated 2019-06-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "4041bec5-9097-46e1-914b-43b1579920f3",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-06-04 (described on Site Profile dated 2019-06-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "33df2278-2be2-47bd-9298-3125884ed74f",
+ "siteRegistry": false,
+ "dateNoted": "2022-08-13",
+ "parcelID": "15978",
+ "crownLandUsePIN": "18826",
+ "crownLandFileNumber": "15628",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 3 DISTRICT LOT 3 PLAN 3829"
+ },
+ {
+ "uuid": "26b404da-cd83-49c4-acc8-52dce5088ace",
+ "siteRegistry": true,
+ "dateNoted": "2021-06-07",
+ "parcelID": "18326",
+ "crownLandUsePIN": "15860",
+ "crownLandFileNumber": "15320",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 5 DISTRICT LOT 2 PLAN 7130"
+ },
+ {
+ "uuid": "65f29ff6-9265-4def-b127-72b75216feb6",
+ "siteRegistry": true,
+ "dateNoted": "2021-04-13",
+ "parcelID": "18202",
+ "crownLandUsePIN": "19017",
+ "crownLandFileNumber": "15623",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 3 DISTRICT LOT 2 PLAN 7159"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "8f4740ca-aa97-4c09-a416-6e0457bdd19f",
+ "siteRegistry": true,
+ "dateReceived": "2021-01-10",
+ "dateCompleted": "2020-06-10",
+ "dateEntered": "2015-06-25",
+ "dateRegistrar": "2021-12-04",
+ "dateLocalAuthorityReceived": "2015-12-20",
+ "summary": "Laborum nam officia nisi consectetur temporibus placeat dolor officiis.",
+ "informationUsed": "Laboriosam vel quo illum.\nTempore blanditiis sit voluptates.\nCupiditate impedit placeat corrupti esse nobis distinctio sed.\nVel molestiae veritatis vel aspernatur.\nNatus deleniti autem officia facere iste dolorum labore.",
+ "pastOrPresentOrders": "Saepe veniam nisi.\nIllum rem neque eius.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b9dfc083-b31f-4c07-88e1-5048d793774e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "de9fed00-61a4-40f6-9b25-b3931c891c29",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "99f10677-9380-4f01-b3e0-06ac47f21b59",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROBEL SANTINO",
+ "timestamp": "2023-09-07"
+ },
+ {
+ "uuid": "f12a6fa0-d98d-43ba-a95b-6b3c90b01eda",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ABSHIRE FRIEDA",
+ "timestamp": "2017-12-27"
+ },
+ {
+ "uuid": "9118cd2d-9580-4fb8-b341-4bd0c835b7bc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOWE KEITH",
+ "timestamp": "2020-01-30"
+ },
+ {
+ "uuid": "f098f85e-fc28-4c79-a907-2bcf1176f4db",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ABERNATHY TRYCIA",
+ "timestamp": "2022-09-19"
+ },
+ {
+ "uuid": "3673b030-57b5-4728-9b6f-4d9704d9ffb6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAAG LEORA",
+ "timestamp": "2021-05-23"
+ },
+ {
+ "uuid": "a3cbeab8-a938-40d7-abbe-10c76f03172e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEFFLER MARIA",
+ "timestamp": "2015-07-23"
+ },
+ {
+ "uuid": "74a98d14-da44-458a-ae71-2e81ad738a4d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VEUM VICTORIA",
+ "timestamp": "2017-11-23"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "86cf4eaa-2c9e-4156-ae1d-5d2d7bcd1963",
+ "dateNoted": "2020-06-02",
+ "notes": "",
+ "parcelID": "20312",
+ "siteID": "19202",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b036f7f8-653e-4393-8b3f-0dc2bf419004",
+ "dateNoted": "2019-01-07",
+ "notes": "",
+ "parcelID": "16034",
+ "siteID": "20744",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2b6d58c7-cf92-43d9-8f3d-73c8cb52cec0",
+ "dateNoted": "2015-11-12",
+ "notes": "",
+ "parcelID": "19935",
+ "siteID": "17757",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "c9d1e903-4470-4dd2-bf23-8afa478c97f5",
+ "siteID": 19141,
+ "address": "186 Terry Stream",
+ "latitude": 55.3041,
+ "longitude": -132.3301,
+ "lastUpdated": "2014-10-24",
+ "city": "Ontario",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/11238",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8698961,
+ 5602614,
+ 2185699,
+ 9112528,
+ 2645102
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "92daad42-8a56-44dc-87a2-796b76b5d452",
+ "createdAt": "2016-01-11",
+ "completed": "2022-02-24",
+ "initiated": "2022-07-16",
+ "ministryContact": "KOCH HAYLIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "44bff667-5106-42d6-a4b9-8fe965af290c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a2eb19f5-5bd3-4d92-bdc9-a6800dca51b3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "74737b8e-f6b5-4328-8fe4-001ff6ccfbf1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7d5d560a-5784-4713-b095-96f4ca8ccf78",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5bc6b31d-7b82-4d49-a56d-6f15eebbee64",
+ "createdAt": "2016-09-30",
+ "completed": "2018-10-06",
+ "initiated": "2019-08-16",
+ "ministryContact": "HILLS DEJA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e5fccedd-4892-4e2c-800c-0c9219170a1b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bedb8bd0-5f18-47bb-b461-83a6e5321631",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "44cd2424-216f-4558-a3c6-943000f30287",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6aed9feb-e0af-41c1-94b5-972d6d317cd0",
+ "createdAt": "2022-11-18",
+ "completed": "2015-05-22",
+ "initiated": "2014-09-08",
+ "ministryContact": "PREDOVIC TEVIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "793bc9e3-c232-4599-adcc-6b06d34d35cc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fe5cffaf-e09a-4586-97e9-08ddfd3b80c3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1b609e72-4622-49a1-ad77-da49828a1584",
+ "createdAt": "2014-12-05",
+ "completed": "2014-01-21",
+ "initiated": "2014-02-07",
+ "ministryContact": "MCDERMOTT GRETCHEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "6329a840-2968-4bcb-aaa1-bd2d7b04b354",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "212eb5ba-5e6c-4727-99a5-63fc352ee1b4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "727dfc7a-d5bd-4315-931b-cb7c6c2c07ca",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "de7de1bc-7f4f-49fd-9870-6c355dd90930",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "96370bbd-a1f8-4624-9793-09861efb14f4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "b1f3cddf-b6b2-4c19-8ee5-20b81e3be162",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-07-17",
+ "startDate": "2018-07-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0f498e0e-cc76-4660-b8ff-8f26e85fb93b",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-09-30",
+ "startDate": "2018-06-01",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3795fd60-7eb6-4480-8689-4e5f6eee9a15",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2022-03-25",
+ "startDate": "2019-08-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "98a3b4f2-0f26-4506-a6cd-a38b41159dbb",
+ "name": "IPSUM",
+ "endDate": "2016-02-04",
+ "startDate": "2018-01-23",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f8be58e1-1a78-4566-9c82-a79d67e2bcb8",
+ "name": "IPSUM",
+ "endDate": "2022-11-04",
+ "startDate": "2019-07-04",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "46bfa6a6-b556-4330-94f0-8f3e8304f975",
+ "siteRegistry": true,
+ "documentDate": "2019-02-11",
+ "receivedDate": "2015-06-02",
+ "uploadedDate": "2023-04-15",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "7788038b-d36d-441f-a79f-b5367ecacfd7",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d5db9410-c144-488c-a0d3-25db9a66f2e2",
+ "siteRegistry": false,
+ "documentDate": "2022-09-14",
+ "receivedDate": "2018-04-18",
+ "uploadedDate": "2016-03-08",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "2c7c13d2-6c48-4bee-84cc-1bfb6a4b19b7",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b5042691-5936-4f26-8bb7-1ab119ae88f9",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7e825e14-0eb5-4283-bbb5-9926776d0676",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "0923d020-c843-47eb-89ff-9f64ba617536",
+ "siteRegistry": true,
+ "documentDate": "2019-05-05",
+ "receivedDate": "2016-11-14",
+ "uploadedDate": "2018-03-18",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "aa2a757c-be52-42e3-abb3-3cc6764a5bb5",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "213f5454-c46d-4a04-8cfc-d518c7be3720",
+ "siteRegistry": true,
+ "documentDate": "2017-03-25",
+ "receivedDate": "2023-03-16",
+ "uploadedDate": "2017-03-19",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "63cca096-633a-4fa8-b436-342d72198548",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "13a6616d-7d2a-4062-847e-d2985e03d764",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e4723e13-1080-4cbf-98db-531a2ba4230e",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "fb521f3b-cf98-40f0-a729-6dc3f2559518",
+ "siteRegistry": false,
+ "documentDate": "2019-01-31",
+ "receivedDate": "2015-11-28",
+ "uploadedDate": "2021-08-03",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "899707d7-3efd-47e0-87a5-f4c335af2ef9",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "e33e8a75-7b8f-4f02-b3bd-4d947146ae0a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-11-26 (described on Site Profile dated 2016-11-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "b5f7dca2-9248-4f24-879a-9b2742b7eefa",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-08-07 (described on Site Profile dated 2016-08-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "73f86b54-1d88-40fa-a334-adaac2f10595",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-01-10 (described on Site Profile dated 2022-01-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "cf916dc0-3058-4f1d-ab97-35d6c952022e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-01-17 (described on Site Profile dated 2021-01-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "83ce45d8-10ac-47f3-95c2-948f1cc663b9",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-02-16 (described on Site Profile dated 2016-02-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "688d6b13-3ebc-422f-91f5-d43fb72f2318",
+ "siteRegistry": false,
+ "dateNoted": "2015-10-07",
+ "parcelID": "17468",
+ "crownLandUsePIN": "18751",
+ "crownLandFileNumber": "15795",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 1 DISTRICT LOT 5 PLAN 9024"
+ },
+ {
+ "uuid": "bc19c189-f3f1-4559-93f6-e302e699c37e",
+ "siteRegistry": true,
+ "dateNoted": "2023-02-06",
+ "parcelID": "15683",
+ "crownLandUsePIN": "18324",
+ "crownLandFileNumber": "16202",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 5 DISTRICT LOT 2 PLAN 9415"
+ },
+ {
+ "uuid": "7d4c1e72-9543-4c60-906e-33230c0f4790",
+ "siteRegistry": true,
+ "dateNoted": "2016-07-25",
+ "parcelID": "16197",
+ "crownLandUsePIN": "19592",
+ "crownLandFileNumber": "20889",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 5 DISTRICT LOT 3 PLAN 7503"
+ },
+ {
+ "uuid": "e80b1179-0254-4d69-a82e-2e184b0e2563",
+ "siteRegistry": true,
+ "dateNoted": "2019-05-07",
+ "parcelID": "17819",
+ "crownLandUsePIN": "19157",
+ "crownLandFileNumber": "18103",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 3 DISTRICT LOT 3 PLAN 9409"
+ },
+ {
+ "uuid": "badba1c4-6f58-4f06-9a51-94652b5d5a90",
+ "siteRegistry": true,
+ "dateNoted": "2014-06-23",
+ "parcelID": "16557",
+ "crownLandUsePIN": "17064",
+ "crownLandFileNumber": "19471",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 4 DISTRICT LOT 4 PLAN 9639"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "62718290-bcab-47e4-b891-725f94a19e21",
+ "siteRegistry": false,
+ "dateReceived": "2020-04-20",
+ "dateCompleted": "2021-07-10",
+ "dateEntered": "2023-09-03",
+ "dateRegistrar": "2018-12-23",
+ "dateLocalAuthorityReceived": "2017-03-29",
+ "summary": "Perferendis sequi sit magni perspiciatis ipsa.\nQuis provident recusandae quia voluptatum libero debitis tempora.",
+ "informationUsed": "Perferendis enim maxime voluptas debitis dolore sed pariatur.\nNisi deserunt ullam eum earum hic similique tenetur velit soluta.\nDistinctio omnis totam nobis tenetur.\nMinus placeat molestias culpa.",
+ "pastOrPresentOrders": "Exercitationem exercitationem quod repellendus deleniti odit.\nExpedita eligendi commodi provident maiores nulla earum maiores ad esse.\nAb temporibus placeat quaerat eos perspiciatis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "040e1d16-5879-4ea2-9075-f3161073a935",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c7f71024-c7c4-49de-a8ba-003020767a67",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fa2164aa-4448-4691-a47e-89c8379c55f4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "d8911578-ac73-40e9-b30a-b57244741857",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CONROY ALAYNA",
+ "timestamp": "2019-05-15"
+ },
+ {
+ "uuid": "121a2e9b-4470-452a-bb90-b6fb0ea882b2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BODE DELIA",
+ "timestamp": "2015-01-02"
+ },
+ {
+ "uuid": "6be6eb58-2417-4d2f-84b4-c3a16b13d9ed",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NICOLAS JARRETT",
+ "timestamp": "2017-11-06"
+ },
+ {
+ "uuid": "c1c7d34b-93e1-430d-8142-c2d4e6332b72",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JONES GARRET",
+ "timestamp": "2014-05-04"
+ },
+ {
+ "uuid": "c6344b60-65ff-46e5-9707-44a170136394",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ZIEME PEDRO",
+ "timestamp": "2014-04-08"
+ },
+ {
+ "uuid": "607c0400-4aeb-470e-b355-677dc5bc4906",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WUNSCH SHANA",
+ "timestamp": "2015-12-29"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "10d83268-4b13-44f1-adb5-c3ace8b6f484",
+ "dateNoted": "2015-02-17",
+ "notes": "",
+ "parcelID": "20790",
+ "siteID": "16918",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fff790ac-3c1d-42fd-a2ea-b8dd31d1f631",
+ "dateNoted": "2021-09-25",
+ "notes": "",
+ "parcelID": "19546",
+ "siteID": "17785",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "256a9c31-f129-4891-bc51-ba8e6678fc89",
+ "dateNoted": "2021-07-17",
+ "notes": "",
+ "parcelID": "19078",
+ "siteID": "15483",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "bc3e8ba5-fc8d-48f2-ab0f-1f72e5b1f16c",
+ "siteID": 15931,
+ "address": "35960 Shanie Highway",
+ "latitude": 54.5076,
+ "longitude": -138.2134,
+ "lastUpdated": "2020-03-08",
+ "city": "West Allis",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/8878",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9266721,
+ 4883662,
+ 8708652,
+ 8152008,
+ 4374241
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "d81de36b-bb13-482d-aac4-21203644bdd6",
+ "createdAt": "2021-07-26",
+ "completed": "2015-05-04",
+ "initiated": "2015-01-21",
+ "ministryContact": "KEEBLER BARTON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7966601e-fa43-4148-82d6-cebf427ff159",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c1cb3897-099b-4148-9a82-800e6ea05aa3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "92539cc2-3b28-40f5-9e65-2782e8202c9c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a9564dc4-257b-43f8-bb2d-72bec0a934a0",
+ "createdAt": "2016-08-18",
+ "completed": "2022-05-05",
+ "initiated": "2018-12-08",
+ "ministryContact": "FAHEY ELENOR",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2efcee0e-d082-49f6-a544-37b4891f2a5f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "14c39d21-325e-4fae-a3d6-d6bb91ff1a4b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2eac81cf-05fb-45d0-8012-480978fa1a80",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2af9f9fb-689a-461e-a778-d1198cb8bc06",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4ef0eea0-7c8d-4c60-b24c-64cd517db136",
+ "createdAt": "2023-02-26",
+ "completed": "2017-04-23",
+ "initiated": "2017-11-08",
+ "ministryContact": "BALISTRERI NEVA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "827b583e-64ef-4c1e-9976-2231028bf60e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "999b71a9-0d1c-492b-bc8d-dfd0fd5f0fbb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f49d963a-e3d2-4273-8bcb-4cc2a6396dee",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4e3ce47a-b7a3-47bc-af95-f2746407c08b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "196a817f-3e35-4b50-9224-4f362f646c4f",
+ "createdAt": "2014-02-02",
+ "completed": "2021-03-05",
+ "initiated": "2019-09-02",
+ "ministryContact": "HERZOG CARLOTTA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "da99cad8-e019-4e73-8b47-00aab3b0723e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d18f31e1-8a04-4da2-91a0-60631d8740ed",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3e59993b-1726-4e6e-87e0-546712cc667d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2b301126-0c7d-42fd-939a-b64c6266269e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b78b5fde-9d36-4d5a-8084-8d74528449e2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "7a684e4b-2c55-4500-98f6-58747575a509",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-05-04",
+ "startDate": "2017-08-06",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2924938b-a3f0-41c9-9f91-319fcba47cde",
+ "name": "IPSUM",
+ "endDate": "2023-08-25",
+ "startDate": "2014-08-27",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "86b495b0-a433-4171-bf73-f0548bb3b8ae",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-12-18",
+ "startDate": "2016-10-30",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "5040ff49-c1f2-499d-862f-07c288ff7e00",
+ "siteRegistry": true,
+ "documentDate": "2016-06-01",
+ "receivedDate": "2016-11-23",
+ "uploadedDate": "2018-03-29",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "5fe0d6eb-2d83-47b3-9241-06dc3c77bbea",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "614f5021-618f-4be7-867a-9ab113eca8a8",
+ "siteRegistry": true,
+ "documentDate": "2022-06-04",
+ "receivedDate": "2015-04-29",
+ "uploadedDate": "2022-10-13",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "477b0b91-813d-4df3-b500-498d563c8230",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "6b7dc3a0-0286-40fd-909c-2c44480b851c",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-12-04 (described on Site Profile dated 2021-12-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "cd2fe3b1-26b6-4423-9ea1-8f1513653487",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-01-02 (described on Site Profile dated 2018-01-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "501eb841-efb7-44b0-a543-42c143383a6f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-07-04 (described on Site Profile dated 2016-07-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "308d3eb8-aa63-484d-99fc-e09f48ff19aa",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-02-15 (described on Site Profile dated 2022-02-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "9ca68aeb-fabf-4779-9cd1-f328aa8b12ec",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-06-28 (described on Site Profile dated 2015-06-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "a82b7afe-6f76-4d7c-9136-7d11292f8351",
+ "siteRegistry": true,
+ "dateNoted": "2015-10-14",
+ "parcelID": "18262",
+ "crownLandUsePIN": "16594",
+ "crownLandFileNumber": "18538",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 4 DISTRICT LOT 5 PLAN 6569"
+ },
+ {
+ "uuid": "b7ffb6f0-e25f-4999-9565-9b46c66888a0",
+ "siteRegistry": false,
+ "dateNoted": "2017-01-20",
+ "parcelID": "19796",
+ "crownLandUsePIN": "15233",
+ "crownLandFileNumber": "16369",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 5 DISTRICT LOT 4 PLAN 7897"
+ },
+ {
+ "uuid": "822b735e-52e5-4d77-9a14-71b012a6f601",
+ "siteRegistry": false,
+ "dateNoted": "2023-05-13",
+ "parcelID": "18250",
+ "crownLandUsePIN": "16096",
+ "crownLandFileNumber": "16615",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 2 DISTRICT LOT 2 PLAN 2903"
+ },
+ {
+ "uuid": "01256edc-0613-420c-9475-23017e428df4",
+ "siteRegistry": false,
+ "dateNoted": "2018-12-03",
+ "parcelID": "15698",
+ "crownLandUsePIN": "16464",
+ "crownLandFileNumber": "20656",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 1 DISTRICT LOT 1 PLAN 3447"
+ },
+ {
+ "uuid": "9ae2b650-f5ff-4f3f-a3b9-2eeebf397c3b",
+ "siteRegistry": false,
+ "dateNoted": "2023-08-25",
+ "parcelID": "16064",
+ "crownLandUsePIN": "18759",
+ "crownLandFileNumber": "19764",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 3 DISTRICT LOT 4 PLAN 3897"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "7b069b24-03cd-4d40-b877-9a92160c9ee8",
+ "siteRegistry": false,
+ "dateReceived": "2014-07-13",
+ "dateCompleted": "2022-11-05",
+ "dateEntered": "2018-08-29",
+ "dateRegistrar": "2014-05-09",
+ "dateLocalAuthorityReceived": "2015-10-02",
+ "summary": "Nostrum distinctio corrupti.\nAnimi dolorem maiores tenetur dolorum.\nVel odit explicabo laudantium pariatur sequi maxime.",
+ "informationUsed": "Rem corporis odio recusandae porro vitae porro ipsa.\nDolores similique et fugiat id consequatur officiis reprehenderit reiciendis.\nDoloribus ipsum quam inventore a molestiae rem provident labore unde.",
+ "pastOrPresentOrders": "Dolore magnam qui nihil qui accusantium praesentium.\nQuisquam veritatis odio sit veritatis modi dolores labore.\nExplicabo quaerat quos magni enim dolorum vero nam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "731ead0c-c83f-4f61-a195-679835257367",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8423a6cf-a769-4b7d-bedf-cd2a7a2d39a4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "d69cba63-061c-49c2-a609-a85ddf5bd34a",
+ "siteRegistry": true,
+ "dateReceived": "2015-01-28",
+ "dateCompleted": "2022-04-26",
+ "dateEntered": "2018-10-19",
+ "dateRegistrar": "2021-09-01",
+ "dateLocalAuthorityReceived": "2016-06-01",
+ "summary": "Odit sint quia repellendus dicta.\nSunt quis officiis quis fugiat ipsa distinctio cupiditate eum blanditiis.\nEos sint corporis unde voluptate quos voluptatum nisi quia.",
+ "informationUsed": "Quam neque hic autem doloremque magnam minima tempora fuga nam.\nEveniet quibusdam amet.\nDolores quibusdam voluptas aperiam eum quisquam velit dicta culpa.\nLaboriosam consequuntur magnam corporis qui cum.\nSit cum accusamus aut.",
+ "pastOrPresentOrders": "Placeat iste vel neque iure.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "208dec66-6e09-43fc-907c-8aabefea2780",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5a60657d-c7b3-47fa-a16d-7edf17b98b02",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "acf27976-308a-4653-9bff-7ea588dd2816",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5503d295-48dd-4584-a1f5-cba40d6f2643",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "403047f1-c3f7-4777-9bea-a2747ed9a512",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MARKS MARIELLE",
+ "timestamp": "2019-11-27"
+ },
+ {
+ "uuid": "51dd93f9-3098-4b5e-a46d-c7ddfbe764dd",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BUCKRIDGE STEVE",
+ "timestamp": "2020-11-11"
+ },
+ {
+ "uuid": "2123065c-a03b-4617-8c21-83da5cee3131",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WISOKY ROSIE",
+ "timestamp": "2016-08-06"
+ },
+ {
+ "uuid": "c36ae6eb-90ba-4f6a-98c2-5327ffe517c7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STEHR NATHAN",
+ "timestamp": "2013-12-25"
+ },
+ {
+ "uuid": "6e505388-80ad-4f3e-9024-12e8bf55f683",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUTHERFORD BLAISE",
+ "timestamp": "2021-05-20"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "b73d75c5-b9a1-4ed5-b0b8-64c0e5fd6008",
+ "dateNoted": "2015-01-06",
+ "notes": "",
+ "parcelID": "16818",
+ "siteID": "15472",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "2d2d5a43-5e21-48f3-b829-32ccae47038f",
+ "siteID": 17276,
+ "address": "7005 Lilian Plaza",
+ "latitude": 58.712,
+ "longitude": -130.9308,
+ "lastUpdated": "2016-08-05",
+ "city": "Broomfield",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/11148",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 2792168,
+ 5264498,
+ 7586676,
+ 2190585,
+ 1127184
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "03827a01-f27d-4920-a454-ef5416476c1c",
+ "createdAt": "2022-08-20",
+ "completed": "2021-06-13",
+ "initiated": "2022-01-29",
+ "ministryContact": "MACEJKOVIC GRANT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ff9fdc57-ce5d-4785-b63e-58e3a033e70a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c6376852-6517-4ccc-9f93-4e04900d94a2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "31f307e9-30bb-4b21-9c9d-46c13ca59b29",
+ "createdAt": "2019-04-30",
+ "completed": "2021-08-02",
+ "initiated": "2014-12-01",
+ "ministryContact": "HAND GEORGE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "0e34fc7c-0815-4f59-824d-8f184326fe65",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b86cb9cd-06ab-453c-a279-fe04a0791249",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "af429c6a-aa4f-4216-b77b-3d0284107341",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ebba966a-9f27-454a-85a5-03937cff6b9f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "0af5f163-e5ba-45ad-959b-0cb47762f6fa",
+ "name": "IPSUM",
+ "endDate": "2019-04-03",
+ "startDate": "2019-02-22",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "24835c0c-8462-41d4-aaf4-9dd58b725e22",
+ "name": "IPSUM",
+ "endDate": "2021-10-26",
+ "startDate": "2013-12-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "319a3f24-8b45-42b3-9e5e-b78b0308da57",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-07-14",
+ "startDate": "2014-05-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "6d5bccc8-5184-47da-adde-1ed5adeeb045",
+ "siteRegistry": true,
+ "documentDate": "2016-10-30",
+ "receivedDate": "2021-12-20",
+ "uploadedDate": "2019-03-11",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "d6db7607-ce57-4e24-92f8-244800b76bd6",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b7e9061e-e8e7-4b3b-95c0-2daaaaa7fd99",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "22b347ff-89ff-43bd-8103-f29a3e44935f",
+ "siteRegistry": false,
+ "documentDate": "2014-05-15",
+ "receivedDate": "2019-01-16",
+ "uploadedDate": "2017-10-09",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "a8bd5604-b77a-40f8-a1ac-8c30f000c570",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "0a923437-d97b-4003-ac8d-fc020f03cd12",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-08-08 (described on Site Profile dated 2015-08-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "decdcea3-20fe-4b0c-9464-eeaf6caa1906",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-05-16 (described on Site Profile dated 2015-05-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "de3e69f3-b502-474d-8d65-4c79c8172ee2",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-03-24 (described on Site Profile dated 2020-03-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "6d77f7ed-b952-4204-9ae6-c9f8bebe866b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-11-07 (described on Site Profile dated 2014-11-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "6cbd6d46-551b-48bd-ae44-bf00e4db81b7",
+ "siteRegistry": false,
+ "dateNoted": "2016-12-04",
+ "parcelID": "18765",
+ "crownLandUsePIN": "17528",
+ "crownLandFileNumber": "16230",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 1 DISTRICT LOT 4 PLAN 7765"
+ },
+ {
+ "uuid": "27e13605-29c2-4e8a-a03a-7842601eb730",
+ "siteRegistry": false,
+ "dateNoted": "2014-10-06",
+ "parcelID": "17271",
+ "crownLandUsePIN": "18302",
+ "crownLandFileNumber": "20037",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 4 DISTRICT LOT 3 PLAN 4103"
+ },
+ {
+ "uuid": "8fae64d5-af1d-4533-ac4b-881832e13e94",
+ "siteRegistry": false,
+ "dateNoted": "2018-07-21",
+ "parcelID": "15917",
+ "crownLandUsePIN": "19937",
+ "crownLandFileNumber": "15420",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 2 DISTRICT LOT 5 PLAN 6166"
+ },
+ {
+ "uuid": "65a22e04-e52d-4f20-89bc-13207f4d2297",
+ "siteRegistry": true,
+ "dateNoted": "2015-12-12",
+ "parcelID": "15229",
+ "crownLandUsePIN": "20549",
+ "crownLandFileNumber": "17013",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 5 DISTRICT LOT 3 PLAN 5154"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "436d5315-5bc8-4ff4-8091-1f80925eeb3c",
+ "siteRegistry": false,
+ "dateReceived": "2022-06-10",
+ "dateCompleted": "2014-12-14",
+ "dateEntered": "2015-06-24",
+ "dateRegistrar": "2021-11-24",
+ "dateLocalAuthorityReceived": "2019-12-22",
+ "summary": "Ea temporibus non excepturi placeat eligendi cupiditate animi.\nOdit neque sint facilis culpa reiciendis iure.",
+ "informationUsed": "Possimus placeat excepturi in mollitia sit hic.\nRerum nam vel vitae ipsam architecto sed quod.\nIure eum officiis aperiam autem consequatur quia cumque quae.",
+ "pastOrPresentOrders": "Dolores a beatae consequatur reprehenderit nam id ab in velit.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b31a0ced-18ae-46b0-92a6-3c980f4c51be",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b3418190-0d21-4390-a50d-40a68dcf6976",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9f5287e1-c24a-42ef-a36e-4a5b22ba3a64",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a46c51f8-4c3a-41a5-8884-d937e2651c71",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "466df378-c8d3-420e-a50d-3618dd8ac396",
+ "siteRegistry": true,
+ "dateReceived": "2015-11-12",
+ "dateCompleted": "2022-09-24",
+ "dateEntered": "2018-07-01",
+ "dateRegistrar": "2014-03-10",
+ "dateLocalAuthorityReceived": "2023-06-29",
+ "summary": "Rerum molestiae minus atque enim.\nTotam impedit at ducimus impedit consequuntur amet cumque.\nLabore cum reprehenderit natus.",
+ "informationUsed": "Unde tenetur ab reiciendis reprehenderit repellat modi officiis nulla molestiae.\nDolorem deleniti vitae aspernatur delectus temporibus.\nExcepturi vel quo atque doloribus ex minus odit.\nVoluptatibus placeat corrupti unde incidunt tenetur.",
+ "pastOrPresentOrders": "Molestias minima ab quas autem reiciendis magni impedit.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "437f944f-dd55-4d93-9907-9073e6c643cc",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4e26d3c5-b56d-493b-b2af-011af4996b73",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "883d1d33-b514-422c-aac0-870c336a81ad",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b8d9e879-e7b9-44b5-a0f0-4769dbac2098",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "b3abfaec-844b-4b9d-9840-7d5a3c5ef4ce",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'CONNER MILO",
+ "timestamp": "2021-07-30"
+ },
+ {
+ "uuid": "f221c8a0-8050-44f8-bf81-5ed603e4ffc4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHMITT BENNETT",
+ "timestamp": "2019-06-11"
+ },
+ {
+ "uuid": "8097d8dd-c8d4-4112-9d4a-d9c664cd1d70",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CORMIER DONNY",
+ "timestamp": "2018-07-27"
+ },
+ {
+ "uuid": "267bfe08-6e2d-4847-bd25-9758a2c02673",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CHRISTIANSEN GENERAL",
+ "timestamp": "2017-08-23"
+ },
+ {
+ "uuid": "d7afe41f-bedd-438b-97aa-e8c561a24a12",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCKENZIE LEONARDO",
+ "timestamp": "2019-09-25"
+ },
+ {
+ "uuid": "44d9efea-1172-49f2-b5ec-13e599ca01c5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "THOMPSON ANTONETTA",
+ "timestamp": "2014-04-06"
+ },
+ {
+ "uuid": "157ca24a-355f-47c2-9917-dc982554e873",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOHR JOE",
+ "timestamp": "2022-05-07"
+ },
+ {
+ "uuid": "d0cbf834-c3ca-4d8d-8028-bd4bb5d5d278",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOWE GILBERTO",
+ "timestamp": "2017-06-18"
+ },
+ {
+ "uuid": "414cc905-2f14-47b9-ba89-568c3585ffb1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOGISICH ELVIS",
+ "timestamp": "2019-10-07"
+ },
+ {
+ "uuid": "baf3eb87-868d-45ad-95c8-62251a3f1e74",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ZEMLAK MURPHY",
+ "timestamp": "2017-06-09"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "3087704a-2158-4126-9997-6b0d7c075495",
+ "dateNoted": "2016-06-17",
+ "notes": "",
+ "parcelID": "19135",
+ "siteID": "18132",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5c178487-1d0c-469d-aa43-474fe813c0b4",
+ "dateNoted": "2021-06-22",
+ "notes": "",
+ "parcelID": "17222",
+ "siteID": "17404",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "0aee84ef-091e-4725-9525-8eaf406be11a",
+ "siteID": 18365,
+ "address": "711 Cassin Course",
+ "latitude": 53.1274,
+ "longitude": -122.8431,
+ "lastUpdated": "2017-02-07",
+ "city": "Menifee",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/5089",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8808372,
+ 9882593,
+ 8789895,
+ 7484581,
+ 4409996
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "18be6cf8-9f2e-44f5-bc7b-494453b9e116",
+ "createdAt": "2016-08-25",
+ "completed": "2023-03-16",
+ "initiated": "2019-02-19",
+ "ministryContact": "LESCH DANIKA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "88d36425-d848-46eb-b03f-3cd7a3d9bec6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0ce34dea-9922-4c7b-ba01-fd36df01aef9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2f12dd48-681d-4275-a24c-970528e0b589",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "97b2bad7-835b-4f66-b318-d2096c057578",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "900d8186-b386-48ca-9bcd-310aba7ab89b",
+ "createdAt": "2022-10-09",
+ "completed": "2016-12-17",
+ "initiated": "2019-09-20",
+ "ministryContact": "BAHRINGER CHAUNCEY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "618aa33e-dd57-4dd1-b871-bf4268f83571",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "82f38cf7-a9d5-4a3a-9d4c-690b029d4459",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f2061f7e-9dc0-43c8-95a6-f54591d1850b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6c1c9fa6-f927-43a2-be0d-2d8c905bbb4a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5675d46b-bfaf-4d54-b4c1-03d6ba6d12b4",
+ "createdAt": "2021-09-15",
+ "completed": "2023-07-02",
+ "initiated": "2013-12-23",
+ "ministryContact": "MURRAY CRISTIAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "403795d4-b27f-4891-8dd6-40c835695977",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c536b248-95b9-48a9-b473-20f5746e621f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3f89175f-384d-4aa0-9680-4945d4d929f1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5984b9eb-b1e0-45c4-a502-d1c93de9a7e2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "fdc48e84-e8bf-4c95-a098-6cc995a77690",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2017-02-08",
+ "startDate": "2022-03-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e40386e9-fb1e-46ad-b7ea-2e80c24d34df",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-07-04",
+ "startDate": "2020-07-09",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ad034720-9471-4ef2-91c3-5e943e1d4d97",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-05-07",
+ "startDate": "2021-11-22",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "9b95161f-ebef-45b3-8cfe-b06014490804",
+ "siteRegistry": true,
+ "documentDate": "2017-12-02",
+ "receivedDate": "2019-06-02",
+ "uploadedDate": "2019-06-10",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "5f7c3dd4-562c-4cd6-b323-43390826409c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d76315bc-3b63-4929-bcce-bb634b9e6136",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "b684b70f-fcdd-4772-a90f-773d60931525",
+ "siteRegistry": false,
+ "documentDate": "2018-07-08",
+ "receivedDate": "2021-07-24",
+ "uploadedDate": "2019-01-01",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "8439cff9-2537-448f-bfae-f81df4b4a823",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c16da6e4-aa8b-442c-94e3-4c55ca07feb3",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0fff3140-41a0-4c5b-91a9-9fcbbcfe8c70",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "ebef30f8-600d-46d4-a8ca-822cf8566960",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-09-14 (described on Site Profile dated 2023-09-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f3011416-13ae-4e8f-a6d8-bc2d967d9968",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-05-21 (described on Site Profile dated 2014-05-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "c2cc6403-f199-4a8b-91dc-248043062f03",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-03-06 (described on Site Profile dated 2022-03-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "2b72372f-3df6-4153-9dd7-3d6b44187a35",
+ "siteRegistry": true,
+ "dateNoted": "2017-10-30",
+ "parcelID": "20340",
+ "crownLandUsePIN": "16749",
+ "crownLandFileNumber": "16029",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 3 DISTRICT LOT 5 PLAN 6079"
+ },
+ {
+ "uuid": "8cc81e47-564a-477f-866c-37cc1633c720",
+ "siteRegistry": false,
+ "dateNoted": "2017-08-30",
+ "parcelID": "17721",
+ "crownLandUsePIN": "16178",
+ "crownLandFileNumber": "16734",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 2 DISTRICT LOT 2 PLAN 4452"
+ },
+ {
+ "uuid": "d8cede7d-141a-44c6-8025-0d558c1b3d17",
+ "siteRegistry": true,
+ "dateNoted": "2014-06-06",
+ "parcelID": "20736",
+ "crownLandUsePIN": "20986",
+ "crownLandFileNumber": "15403",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 4 DISTRICT LOT 2 PLAN 8226"
+ },
+ {
+ "uuid": "f954aac1-8307-46b7-8d3b-7fc999227dd9",
+ "siteRegistry": true,
+ "dateNoted": "2016-12-09",
+ "parcelID": "19951",
+ "crownLandUsePIN": "18320",
+ "crownLandFileNumber": "20488",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 3 DISTRICT LOT 2 PLAN 7632"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "eb46aa16-9645-4ed3-9586-e7ac05c38828",
+ "siteRegistry": true,
+ "dateReceived": "2022-04-20",
+ "dateCompleted": "2014-04-15",
+ "dateEntered": "2022-10-12",
+ "dateRegistrar": "2019-02-12",
+ "dateLocalAuthorityReceived": "2016-04-24",
+ "summary": "Natus cupiditate facere nemo architecto ab recusandae debitis nobis aliquam.\nAperiam unde exercitationem optio aspernatur in recusandae consectetur qui vitae.\nMagnam molestiae nostrum ex est reiciendis vel vitae.",
+ "informationUsed": "Sequi iste similique voluptatem velit eveniet dicta corrupti rerum hic.\nDoloribus nisi labore facere.\nPorro modi saepe asperiores optio expedita neque officiis maxime ipsam.\nTempora quibusdam maxime.",
+ "pastOrPresentOrders": "Officiis omnis similique natus adipisci tempora maiores veniam veritatis perferendis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "6e7c8687-6fb9-4e09-9f45-3818cb516bfc",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "467e0da4-5b81-4fc0-a46e-a366ba168e80",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a52811fd-2353-4209-ad13-4f6946e2f5c0",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "63436247-cc74-4a16-bcb9-711bef8a7ad4",
+ "siteRegistry": true,
+ "dateReceived": "2023-04-20",
+ "dateCompleted": "2020-06-03",
+ "dateEntered": "2015-07-18",
+ "dateRegistrar": "2022-08-03",
+ "dateLocalAuthorityReceived": "2019-09-11",
+ "summary": "Rerum atque voluptatibus.",
+ "informationUsed": "Alias animi veritatis tempore molestias voluptatem praesentium tempore.\nDolore reprehenderit suscipit sequi quas nesciunt possimus harum.\nUnde explicabo consectetur doloribus saepe voluptas.\nConsectetur corrupti cumque nihil vitae velit vero tempore.\nIn voluptatem quae similique exercitationem laborum qui adipisci assumenda blanditiis.",
+ "pastOrPresentOrders": "Qui error nihil dicta.\nConsectetur nemo nam nobis quas.\nOfficiis delectus occaecati dignissimos vero quasi distinctio consectetur et.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "617250e1-0d94-49a1-8b77-e3edc575bc13",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "399ce656-76cc-4c93-809c-c43e812ac826",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bdee7cf4-6312-495d-958b-acb315313cb5",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "7d2a6fe2-4bd1-4023-86de-0f3932e9aca4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WOLF FREDDIE",
+ "timestamp": "2019-09-04"
+ },
+ {
+ "uuid": "cc409275-e876-42e6-9035-e7a460d05032",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KLEIN TRENTON",
+ "timestamp": "2018-10-31"
+ },
+ {
+ "uuid": "c8e04a9b-9a75-48a8-8d20-abd7799f3fc1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SANFORD JOANA",
+ "timestamp": "2016-09-22"
+ },
+ {
+ "uuid": "e13d1b54-a038-4d25-997e-cafcec82a2a4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ERDMAN DARIANA",
+ "timestamp": "2020-04-09"
+ },
+ {
+ "uuid": "30deb77a-16ec-4674-ab37-856155883dec",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SHIELDS BERTHA",
+ "timestamp": "2023-03-12"
+ },
+ {
+ "uuid": "6301dab1-bb6e-4ac4-b685-7ac7f3013838",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "COLLIER SYLVIA",
+ "timestamp": "2016-12-22"
+ },
+ {
+ "uuid": "d2d80162-50d3-4571-be5f-19aef91e1bbd",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOEPP TALIA",
+ "timestamp": "2021-01-04"
+ },
+ {
+ "uuid": "25d9ef9d-26f3-4d4d-93ce-86db119cbdfb",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BECKER KEON",
+ "timestamp": "2022-08-02"
+ },
+ {
+ "uuid": "e3478bc6-9469-4088-acae-fc40541c5eb5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ULLRICH ARMANI",
+ "timestamp": "2014-02-16"
+ },
+ {
+ "uuid": "d62f6a09-3393-40f0-8b8d-7660d9a64ceb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEDNER AMERICA",
+ "timestamp": "2013-12-16"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "6e85eb2b-9883-4e6b-b5ee-2351dbdb504b",
+ "dateNoted": "2017-12-21",
+ "notes": "",
+ "parcelID": "15887",
+ "siteID": "17053",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2386696e-e406-4554-90c7-904076c1250f",
+ "dateNoted": "2015-09-20",
+ "notes": "",
+ "parcelID": "15482",
+ "siteID": "20450",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "128a4fce-0a2e-45f3-b294-45d5ef5140b0",
+ "siteID": 17785,
+ "address": "32042 Colin Shores",
+ "latitude": 54.619,
+ "longitude": -123.3847,
+ "lastUpdated": "2016-09-12",
+ "city": "Fond du Lac",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/14580",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6370660,
+ 3937477,
+ 3074490,
+ 378129,
+ 1758160
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "2ac0c01f-907b-4680-a25d-4e79acca090d",
+ "createdAt": "2019-08-11",
+ "completed": "2022-10-26",
+ "initiated": "2014-11-18",
+ "ministryContact": "CORMIER TRUDIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "01fcbc13-99be-4080-b2a1-3d34684cb1ea",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bd66888c-2a66-4d7b-b3d0-4e9aabbe75e0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9b00efd6-bf3c-4d25-ac53-aace80b249b8",
+ "createdAt": "2015-09-19",
+ "completed": "2017-02-03",
+ "initiated": "2015-09-21",
+ "ministryContact": "TREMBLAY ASHTYN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "225ef277-edc7-4821-8b1d-1269f0295071",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "de64f547-7270-4aa7-b653-8510f5d8fe65",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cc5ffc2a-b289-4994-9740-f534a2feb74f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c430a011-b5c0-44ce-991a-9f41442329a1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c4e7075c-9621-498f-988d-11d1c80eb9fd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6c9e42dd-8e93-436d-8446-f2ed32be284b",
+ "createdAt": "2015-10-21",
+ "completed": "2016-08-06",
+ "initiated": "2018-02-11",
+ "ministryContact": "GERLACH DOMINIC",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "6e5be8c1-0e82-4f7d-b86a-b0afb697987a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6c4d40cd-4c02-4915-9c1e-370c086367b7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c371f803-1a94-4f5b-afa4-a1676fb79ec8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "45e7b921-6ac2-47fe-9b88-2bbc6fdd6ddb",
+ "createdAt": "2022-01-10",
+ "completed": "2014-08-26",
+ "initiated": "2021-07-26",
+ "ministryContact": "BEIER ADRIEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b998893a-2e4a-488c-bd93-ca3b5745953b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d339cd3c-a896-46aa-b64d-8b712542e976",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e535921b-b4c9-4f8a-b6e9-8b35ab15753d",
+ "createdAt": "2018-08-28",
+ "completed": "2020-10-17",
+ "initiated": "2019-03-14",
+ "ministryContact": "TREMBLAY GINA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "71862cd3-de88-4adc-9e79-b5db9c09b8c2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "543b2ae7-0e02-4436-9df7-5b50b259c573",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2b88b4f4-3361-4056-b7dc-45a9c20dbe30",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5b2f2834-d9d6-4ab4-8d47-13f7d587d1b5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5718fb75-da97-4dee-9391-92f9cb86888a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "9a264956-8e4f-4343-b9ff-3d3ef0397425",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-07-31",
+ "startDate": "2016-01-18",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ea944fdb-2a99-4401-a62e-0eba43cc3169",
+ "name": "IPSUM",
+ "endDate": "2023-09-06",
+ "startDate": "2019-05-08",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e02b0ae0-70f1-446d-a610-7dfdb58d124f",
+ "name": "IPSUM",
+ "endDate": "2022-08-11",
+ "startDate": "2022-06-27",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a9ae61be-e2cd-4172-9242-1f15d92c3388",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2022-01-12",
+ "startDate": "2017-02-01",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "1dec28fa-2f45-48f4-b0d0-d0002b1ce5c7",
+ "siteRegistry": true,
+ "documentDate": "2015-01-05",
+ "receivedDate": "2017-12-14",
+ "uploadedDate": "2021-04-26",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "765f7cc3-fa9c-4b1f-91d9-074809ff42e0",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a31f66f8-97b6-4f79-8baf-d55deb0300a4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "41b4ac1e-84a6-446d-9e92-9cfacb7c941e",
+ "siteRegistry": false,
+ "documentDate": "2021-01-07",
+ "receivedDate": "2020-07-07",
+ "uploadedDate": "2018-04-23",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "2fed960b-10f9-4ceb-b826-085a29ef769b",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "bedeef98-4466-4626-8741-7b70c0914ebb",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-12-23 (described on Site Profile dated 2015-12-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "b9eafcb3-77c7-4d36-ac9d-41e9c6178ac2",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-02-03 (described on Site Profile dated 2023-02-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "3392435e-1073-4a7e-9263-6439f20880ad",
+ "siteRegistry": false,
+ "dateNoted": "2022-06-28",
+ "parcelID": "19825",
+ "crownLandUsePIN": "18301",
+ "crownLandFileNumber": "20683",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 1 DISTRICT LOT 3 PLAN 9313"
+ },
+ {
+ "uuid": "5af45418-b5cf-43fa-8a47-9c5f132ed559",
+ "siteRegistry": true,
+ "dateNoted": "2016-09-20",
+ "parcelID": "20773",
+ "crownLandUsePIN": "16714",
+ "crownLandFileNumber": "16036",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 5 DISTRICT LOT 4 PLAN 7544"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "754a5ec1-5784-4bb3-91d2-b614be09fe55",
+ "siteRegistry": true,
+ "dateReceived": "2020-10-23",
+ "dateCompleted": "2017-06-12",
+ "dateEntered": "2021-09-20",
+ "dateRegistrar": "2018-06-01",
+ "dateLocalAuthorityReceived": "2014-02-21",
+ "summary": "Consequuntur enim voluptatum architecto quia labore quia veniam cum consequatur.\nPraesentium temporibus velit quam vero voluptate odio.",
+ "informationUsed": "Enim maxime repellat.\nExcepturi aperiam perspiciatis facere mollitia.\nOptio accusamus hic.\nReiciendis quae magni beatae alias exercitationem.",
+ "pastOrPresentOrders": "Quam ratione nam tenetur consequuntur voluptatum repellat distinctio odit suscipit.\nReiciendis illum expedita error quisquam quod reprehenderit provident.\nDolore saepe officia consectetur.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "8f00a8b7-e690-46d4-a49a-4ef965c80377",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6ddfa407-9e5b-4e30-9b7b-b27e0f81755d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "78a23aa2-37d7-45b2-a97b-0c2798bf1fef",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "ed281489-b4e6-48df-ae21-4ec391173034",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LIND JESSICA",
+ "timestamp": "2014-12-10"
+ },
+ {
+ "uuid": "973134e0-2d05-46e8-bc03-990f1a360d73",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NIKOLAUS CARSON",
+ "timestamp": "2014-10-03"
+ },
+ {
+ "uuid": "e4efd3bd-cd4f-401c-8d7b-4ead21104f6b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LESCH REGINALD",
+ "timestamp": "2020-04-20"
+ },
+ {
+ "uuid": "01a7b8ad-f97a-49bb-8c70-6030ae188214",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PAUCEK MOZELLE",
+ "timestamp": "2017-01-05"
+ },
+ {
+ "uuid": "9aa20ac8-0e55-496e-b8c1-5d20c1b6acce",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUMM TALIA",
+ "timestamp": "2014-04-04"
+ },
+ {
+ "uuid": "d2139ade-b36b-46ee-8cde-b0b46c56b03c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LITTLE BETTY",
+ "timestamp": "2018-12-27"
+ },
+ {
+ "uuid": "d515e22b-b171-467e-ac33-71a7068097e8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STAMM JUDY",
+ "timestamp": "2014-03-07"
+ },
+ {
+ "uuid": "2b5929d3-4e2d-41aa-b25a-8132b62312e0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRAMI BRIANNE",
+ "timestamp": "2022-03-16"
+ },
+ {
+ "uuid": "3e595944-24f5-40d5-ad44-90ebb7ce9332",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRAMI NIKO",
+ "timestamp": "2020-05-07"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "8476085a-483b-425a-9a28-3b36cbaf3df3",
+ "dateNoted": "2020-01-18",
+ "notes": "",
+ "parcelID": "20347",
+ "siteID": "16871",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "64bb6eb9-fff3-4303-aaf4-cba34b3e279e",
+ "siteID": 20450,
+ "address": "76163 Upton Garden",
+ "latitude": 53.5599,
+ "longitude": -123.2624,
+ "lastUpdated": "2015-05-21",
+ "city": "Fort Ida",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/10621",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 2523740,
+ 1337172,
+ 4610032,
+ 4423484,
+ 4091534
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "51c5becb-1ef3-471f-aacd-8e50075e1674",
+ "createdAt": "2016-10-06",
+ "completed": "2014-11-17",
+ "initiated": "2016-03-02",
+ "ministryContact": "SCHADEN-ROBEL MERLIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f204f1af-d073-4869-8692-bb97fa5b4096",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7046e14b-db75-4f19-8567-c1e0542e6d2d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a341c569-73c9-408e-8392-4792a938094a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "99f430b9-faa7-4110-b548-87a254d1c462",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "25a4434d-e687-4cb2-ae12-3f9969087364",
+ "createdAt": "2022-11-02",
+ "completed": "2019-05-07",
+ "initiated": "2021-09-03",
+ "ministryContact": "SCHULTZ JOHANNA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d6f00cac-034a-47f4-b5bf-aef1815cdc08",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "428d1502-face-4641-b8c3-59fcb7b8286d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ac917ba6-8c9e-47ec-bc0f-d542e5bbd03a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "399e9a63-4a45-4e3f-8209-b1e4cb7806d3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6044d4a3-08df-4b5c-b1d7-4288e94f9846",
+ "createdAt": "2015-10-05",
+ "completed": "2022-06-21",
+ "initiated": "2018-03-14",
+ "ministryContact": "PREDOVIC MADALINE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bde4cb8c-bb99-48b7-b34d-3c5d4b64f38d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "29fa660f-ad59-4656-9bb7-46784a7e947f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "641d6b6b-619e-42c7-927e-237b02875be1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cce34b62-4e2a-49ee-9813-3e39ec9e902c",
+ "createdAt": "2017-06-23",
+ "completed": "2020-07-08",
+ "initiated": "2019-03-11",
+ "ministryContact": "GERLACH GRIFFIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "69e94a26-ed7c-4193-989d-1c527f4532d0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7aa62947-5c5a-4aa2-8c5b-8393b442884c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f94e57ca-a940-4cfc-a792-cad0a9206ab3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "85ef2ee3-cff8-4ba3-a2f1-17541162674f",
+ "createdAt": "2022-02-27",
+ "completed": "2015-07-10",
+ "initiated": "2017-03-15",
+ "ministryContact": "HANSEN IGNATIUS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e0730228-fdf3-484f-b4ee-f1868443a765",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "803b2159-68f7-46e0-aee4-7644f86b6e9b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f3338452-93d5-47c8-a2dc-29011201bc02",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "7709f6d8-9159-405b-a2d6-012da49bc771",
+ "name": "IPSUM",
+ "endDate": "2016-05-20",
+ "startDate": "2017-02-01",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "55ac592c-86cb-429d-aac8-bddf2a4bf583",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-12-08",
+ "startDate": "2020-04-30",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5c3b0a0c-588f-45f3-a2ce-59cc9349c100",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-11-09",
+ "startDate": "2018-09-05",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fbd2ae91-3ee4-4a9f-bead-3d3896571deb",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-12-22",
+ "startDate": "2014-07-07",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2f5f3f6b-5848-4bdc-bc9b-4ee7e7b97e39",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-12-07",
+ "startDate": "2023-08-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "e5e3ac28-b40b-4bb5-9b02-20514258956e",
+ "siteRegistry": true,
+ "documentDate": "2019-06-17",
+ "receivedDate": "2022-08-27",
+ "uploadedDate": "2015-03-30",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "856823ed-3b29-423d-95a6-eda6039caadf",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5b3cd220-6be2-452f-8b67-2774ad62c335",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "54ebe5f0-7c9a-461d-ad21-a2689dce8f11",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "553f99ef-b14b-49be-ab9b-de1be8b41e1c",
+ "siteRegistry": true,
+ "documentDate": "2022-02-01",
+ "receivedDate": "2019-02-19",
+ "uploadedDate": "2017-02-11",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "82879d36-c786-4f79-9c41-9d96830ab590",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4e8fcfad-3211-49e1-8d8b-29ef585cb504",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f688c1f1-3ee9-49f8-996a-eec7a8c14dd2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "8f5d9cd0-4e03-486c-9292-2b754c16bd48",
+ "siteRegistry": false,
+ "documentDate": "2021-09-18",
+ "receivedDate": "2022-10-27",
+ "uploadedDate": "2018-03-12",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "03469b9a-a3c2-497b-9907-f497cd0aa955",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "b044c9f6-6a11-463f-a527-291d2508aeeb",
+ "siteRegistry": false,
+ "documentDate": "2023-09-23",
+ "receivedDate": "2021-08-11",
+ "uploadedDate": "2018-09-10",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "cda33ada-d9a8-4613-b135-8eeed99715a9",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c728cef8-8dab-4a26-990b-2266eae802e7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "bfa9fdd5-e8d2-4a80-bc5c-7598681ce832",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-05-06 (described on Site Profile dated 2019-05-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "6169ee80-e401-45ad-94bf-9bbe70e90d87",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-07-12 (described on Site Profile dated 2014-07-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "159b484a-2f8a-42bd-9848-c566aa91117f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-06-01 (described on Site Profile dated 2017-06-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "d7651111-cd95-4117-9789-5f404892f245",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-07-28 (described on Site Profile dated 2016-07-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "bb231bf9-39da-4977-9531-4e11ff60f3f1",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-04-12 (described on Site Profile dated 2020-04-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "d13f8035-0152-4b74-9048-32926ec651f9",
+ "siteRegistry": true,
+ "dateNoted": "2018-03-22",
+ "parcelID": "17632",
+ "crownLandUsePIN": "18877",
+ "crownLandFileNumber": "16089",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 3 DISTRICT LOT 5 PLAN 7876"
+ },
+ {
+ "uuid": "80b6bc2a-f011-43b7-a4ab-69ab57f9221f",
+ "siteRegistry": false,
+ "dateNoted": "2020-02-08",
+ "parcelID": "19801",
+ "crownLandUsePIN": "19024",
+ "crownLandFileNumber": "17207",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 2 DISTRICT LOT 2 PLAN 5447"
+ },
+ {
+ "uuid": "3ff7388b-f50d-4f49-aa5a-9ac7c75519b4",
+ "siteRegistry": true,
+ "dateNoted": "2018-10-27",
+ "parcelID": "19231",
+ "crownLandUsePIN": "16151",
+ "crownLandFileNumber": "20737",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 2 DISTRICT LOT 2 PLAN 7313"
+ },
+ {
+ "uuid": "806ba51c-87f2-4230-ab05-9a32cbb18b59",
+ "siteRegistry": true,
+ "dateNoted": "2017-12-01",
+ "parcelID": "17649",
+ "crownLandUsePIN": "16790",
+ "crownLandFileNumber": "19529",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 2 DISTRICT LOT 1 PLAN 5991"
+ },
+ {
+ "uuid": "14c175bb-c453-47ad-be37-0ad5ed3b154b",
+ "siteRegistry": false,
+ "dateNoted": "2021-11-30",
+ "parcelID": "20390",
+ "crownLandUsePIN": "16473",
+ "crownLandFileNumber": "18928",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 2 DISTRICT LOT 4 PLAN 5436"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "95cd3a68-33cd-4e8e-b0f7-888f117d4aeb",
+ "siteRegistry": false,
+ "dateReceived": "2023-04-01",
+ "dateCompleted": "2018-03-24",
+ "dateEntered": "2022-10-26",
+ "dateRegistrar": "2020-03-24",
+ "dateLocalAuthorityReceived": "2021-01-22",
+ "summary": "Aliquam provident similique laborum occaecati fugit.",
+ "informationUsed": "Voluptas deserunt saepe.\nNulla saepe quo omnis fuga minima ipsum.\nSit repellendus impedit cumque veniam nulla molestias tempora.\nAliquid quaerat totam iure quasi laboriosam mollitia.\nNumquam quibusdam aut quo fuga illo fugit animi.",
+ "pastOrPresentOrders": "Ullam necessitatibus laboriosam aliquid vel voluptatibus quasi quos nesciunt odit.\nInventore possimus ullam nobis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "f014eb3c-d069-4734-abb0-d06281f90c25",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d5e36593-634c-42b2-9499-036443f9442d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d2267b74-8108-413d-992f-9e1c04aca5bb",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "db8442d6-f08d-4b04-9d66-a708e3e2b39c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HILLS-WELCH TIMMOTHY",
+ "timestamp": "2018-12-22"
+ },
+ {
+ "uuid": "406f2ffe-9505-4b02-a0d9-3b3bd45472ca",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STRACKE ANDRE",
+ "timestamp": "2022-11-18"
+ },
+ {
+ "uuid": "c72d234f-f029-4ed2-88b1-2a32ecedd15e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCCULLOUGH KATHRYN",
+ "timestamp": "2014-03-27"
+ },
+ {
+ "uuid": "b9fbe838-d760-460b-9317-640ee15995fe",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MULLER EDMOND",
+ "timestamp": "2015-01-24"
+ },
+ {
+ "uuid": "60f9a8c3-cf0e-4cbe-bd36-28da41f67b47",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOORE CECIL",
+ "timestamp": "2018-09-12"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "f3d767e8-cc82-4f75-9abb-61dfd17ecc6f",
+ "dateNoted": "2015-08-17",
+ "notes": "",
+ "parcelID": "15609",
+ "siteID": "19056",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "97e68f29-3ff1-47c7-b922-ebd355d87edd",
+ "dateNoted": "2021-06-14",
+ "notes": "",
+ "parcelID": "18609",
+ "siteID": "18756",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "edd2c134-042d-4554-81b0-7938290224a0",
+ "dateNoted": "2022-07-20",
+ "notes": "",
+ "parcelID": "19087",
+ "siteID": "18312",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "880c5943-797a-4d99-b34f-6dda429997b3",
+ "siteID": 18180,
+ "address": "889 Kemmer Meadow",
+ "latitude": 52.5725,
+ "longitude": -125.4543,
+ "lastUpdated": "2015-02-13",
+ "city": "Shoreline",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/12882",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4438689,
+ 7246436,
+ 4507803,
+ 887434,
+ 7170447
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "06f6a5a2-1b71-41c0-a7ac-4482494aa10c",
+ "createdAt": "2018-03-05",
+ "completed": "2014-06-27",
+ "initiated": "2014-01-12",
+ "ministryContact": "O'CONNER JULIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "81bddbd9-1ef2-4f88-bfcb-81a0d917ff72",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9a149cb3-70f7-4b87-8eb2-5a9f5b6fd3fe",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "659ac5ed-d1a8-4adc-b4fe-9e108ea12441",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "39313eda-5631-4d9f-9752-62faaca732d7",
+ "createdAt": "2019-12-03",
+ "completed": "2017-08-30",
+ "initiated": "2022-10-23",
+ "ministryContact": "RENNER-HARRIS LEDA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5f386576-27ce-4780-9696-2baa83b8bd7d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5e66e7eb-d3a9-4df5-a9d2-3b81ac05e0e1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2816a2de-bd57-4950-938f-41f584e98d1d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "81f37fa6-51be-4f8d-86f8-8ce06559b7b3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cc7d963e-361a-458b-9b65-dd6c335587ae",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1badcd3b-73b7-4917-86e3-2cf4e519f0cd",
+ "createdAt": "2023-08-11",
+ "completed": "2019-02-04",
+ "initiated": "2015-03-30",
+ "ministryContact": "WATSICA OPHELIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "001e610d-b098-4609-8889-bd539dadc5cb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b01b96b6-17ed-4900-9ec8-2d16db3de820",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fbc3f82a-d340-4003-b461-86fc6e6929e2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f4a8fb73-7678-4b37-b214-74a06adf0735",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9141b621-9945-4ab1-bee3-1ceab7452874",
+ "createdAt": "2023-09-09",
+ "completed": "2016-11-30",
+ "initiated": "2020-11-01",
+ "ministryContact": "TOWNE MARGE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e4730f91-de1d-4b0c-be40-7f8247c2e6a9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e174c45a-a204-4d50-9ff9-69f1d21cdda9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1f080e11-c33f-4fa2-abab-433b6aadab9e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3c33b736-5728-4e93-8f09-16ca39a1f0a5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "e598bb23-5f57-4597-a2a3-e169eaa74fcc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-01-19",
+ "startDate": "2015-03-19",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2daf4080-cf7e-435b-9bf7-74289ad99d19",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-06-07",
+ "startDate": "2016-07-27",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b8d8cf18-3bdb-4fbf-ab80-634313c198cf",
+ "name": "IPSUM",
+ "endDate": "2016-03-18",
+ "startDate": "2019-09-18",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "be54a06d-fff5-476b-938b-bacefc3d3c2e",
+ "siteRegistry": false,
+ "documentDate": "2019-04-21",
+ "receivedDate": "2017-08-17",
+ "uploadedDate": "2017-08-23",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "8a5506ef-1f01-415a-b4f2-68ae285ef8b9",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3af72d91-eadb-4b42-9b9d-6cd8dcb16a14",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "6f17fd1c-d9b5-4d47-9f57-3668a9ce176a",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d2f1f902-0824-4179-a864-3b696deab0e8",
+ "siteRegistry": false,
+ "documentDate": "2023-04-05",
+ "receivedDate": "2020-09-15",
+ "uploadedDate": "2014-10-16",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "edf307e3-567e-4201-8445-c29a802e6929",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a1553696-098d-422e-8c41-af42312f9307",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0301dbfe-6815-482f-b053-2812e205d701",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "971fa1de-e332-4d3c-84fb-e1045e7634b7",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-11-04 (described on Site Profile dated 2015-11-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "d5116478-1d91-4231-8542-5510536ef2b7",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-02-15 (described on Site Profile dated 2016-02-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "720fe3b3-6941-4905-85bd-64c4ae311ce8",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-07-17 (described on Site Profile dated 2020-07-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "67e8d7f8-9bb3-4f45-b1d0-696ed87dd7ea",
+ "siteRegistry": true,
+ "dateNoted": "2017-08-29",
+ "parcelID": "20678",
+ "crownLandUsePIN": "16122",
+ "crownLandFileNumber": "16118",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 2 DISTRICT LOT 3 PLAN 3935"
+ },
+ {
+ "uuid": "e2794f50-2e25-4edf-b54d-2ccf44890400",
+ "siteRegistry": true,
+ "dateNoted": "2015-05-31",
+ "parcelID": "20183",
+ "crownLandUsePIN": "18640",
+ "crownLandFileNumber": "17018",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 4 DISTRICT LOT 3 PLAN 4211"
+ },
+ {
+ "uuid": "1650e019-02ea-459c-8702-40019cf70fdf",
+ "siteRegistry": false,
+ "dateNoted": "2022-03-20",
+ "parcelID": "20606",
+ "crownLandUsePIN": "15333",
+ "crownLandFileNumber": "16690",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 3 DISTRICT LOT 1 PLAN 3201"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "f33b6345-d3f7-4461-81a3-67c8f8b8075a",
+ "siteRegistry": false,
+ "dateReceived": "2017-03-16",
+ "dateCompleted": "2020-02-04",
+ "dateEntered": "2014-10-09",
+ "dateRegistrar": "2022-08-12",
+ "dateLocalAuthorityReceived": "2020-07-26",
+ "summary": "Doloribus itaque facilis repudiandae.\nVero voluptatum atque ipsum sed.\nVeritatis repellat voluptas voluptatum.",
+ "informationUsed": "A aut aspernatur harum quisquam saepe assumenda eveniet numquam.\nDolorum nisi dolor ea illum nobis.\nDignissimos animi cumque aliquam excepturi.\nOfficia voluptate ducimus necessitatibus quaerat.",
+ "pastOrPresentOrders": "Sunt culpa porro.\nBlanditiis enim ut doloribus saepe eos.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "d0b9a8c5-9a65-4103-a5f6-d9687753e49e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "21caa27a-345c-4137-a5be-4b6c9a4332ea",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0e6a8254-c3bf-466b-b056-490d7f3d1962",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "27302aa6-0146-4e28-86e1-44b6d8bf095d",
+ "siteRegistry": false,
+ "dateReceived": "2022-11-21",
+ "dateCompleted": "2019-07-28",
+ "dateEntered": "2019-01-10",
+ "dateRegistrar": "2022-02-23",
+ "dateLocalAuthorityReceived": "2016-10-19",
+ "summary": "Mollitia nam quis ducimus ipsum labore.\nIpsa deserunt ex consectetur ut odit fuga quia soluta.\nAdipisci itaque alias non deleniti perspiciatis repudiandae temporibus.",
+ "informationUsed": "Eveniet ratione laboriosam illum saepe earum amet autem eaque.\nExcepturi optio inventore placeat quae quisquam beatae.\nAb sit inventore quo architecto.",
+ "pastOrPresentOrders": "Nihil ipsa praesentium laborum nihil earum nemo.\nNisi dignissimos cumque corrupti animi repellendus cumque quod cumque id.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "bb573abe-1694-4251-ba0a-36eccbcb2d90",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "720f160f-4239-4b63-932b-9eae54139bb6",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bdd76085-f73f-4425-965a-0251e4991af0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "a609180d-7f37-417d-8591-d18e1a8c821d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ERDMAN CARLETON",
+ "timestamp": "2014-06-05"
+ },
+ {
+ "uuid": "969961b2-a17b-49ce-ad7f-8e03b5417034",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEIDENREICH RUBY",
+ "timestamp": "2019-07-30"
+ },
+ {
+ "uuid": "86e6907f-b38a-4455-a4a1-6b3bba653a27",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DUBUQUE VEDA",
+ "timestamp": "2018-05-03"
+ },
+ {
+ "uuid": "dc2a5a07-ff38-49c5-8160-5d1ce5460bc3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ERNSER GIOVANNY",
+ "timestamp": "2020-06-30"
+ },
+ {
+ "uuid": "257ec8c5-f0f4-4634-905d-de69d4d2d60a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MARKS ALEXANE",
+ "timestamp": "2022-10-17"
+ },
+ {
+ "uuid": "c0905c08-0ba1-453c-ae43-edd65b46a19b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ARMSTRONG WILLIS",
+ "timestamp": "2015-03-06"
+ },
+ {
+ "uuid": "365fe578-8fe1-4406-85b3-fa0de82822a4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCCLURE ARNOLD",
+ "timestamp": "2022-05-10"
+ },
+ {
+ "uuid": "79e044a0-6828-4534-a267-11b2c7950a39",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TROMP SHAYNA",
+ "timestamp": "2018-07-31"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "4ffc1d4d-b835-4ac0-8bdb-7efa7e19ec00",
+ "dateNoted": "2021-03-17",
+ "notes": "",
+ "parcelID": "15201",
+ "siteID": "18354",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ce90faa5-8f1a-4884-8b80-0e90dcb5f88a",
+ "dateNoted": "2017-11-28",
+ "notes": "",
+ "parcelID": "17803",
+ "siteID": "20833",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a2432922-304b-4df1-8f73-782621c4d228",
+ "dateNoted": "2019-11-30",
+ "notes": "",
+ "parcelID": "18392",
+ "siteID": "18007",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "7c6630b6-4ac7-41b6-ab1b-d024875875b7",
+ "siteID": 15522,
+ "address": "576 Ashley Ranch",
+ "latitude": 49.3443,
+ "longitude": -126.9768,
+ "lastUpdated": "2015-07-14",
+ "city": "Gulgowskitown",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/11844",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6507313,
+ 9832257,
+ 4913869,
+ 1451881,
+ 1635825
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "6c0c1299-28bb-4bbb-b93d-5797b95274af",
+ "createdAt": "2016-11-30",
+ "completed": "2023-02-08",
+ "initiated": "2017-09-11",
+ "ministryContact": "MCKENZIE-KUNZE IRMA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "fe5060a0-762b-4de4-8b11-4946ad4d388c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d27bcb9d-4a03-44d8-b96f-7a1f7c778889",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "30b53e22-77bc-4902-9424-aa4c3b2abba9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9aa63237-83dc-4bab-967b-7980d900ae77",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c292a7a8-fb91-4594-b675-5259b4b7e227",
+ "createdAt": "2015-05-09",
+ "completed": "2018-11-24",
+ "initiated": "2020-10-24",
+ "ministryContact": "FEIL GRANVILLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4baad612-118d-4f0e-bc20-95c25f314741",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "169e7a38-50f0-4f5e-8760-dd001f109e3d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a9808f0f-b20b-4344-b5d5-f30a9157deb9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f047be3c-5249-449f-b717-9f54f33948b1",
+ "createdAt": "2023-02-04",
+ "completed": "2019-09-16",
+ "initiated": "2019-11-25",
+ "ministryContact": "ORN HAZLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9b85e7ac-9dc5-4418-b8f3-c458c45991c5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ec2a16ce-77cf-4cfb-a523-aa14dede1605",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "10845f78-674e-4f27-8476-291eda23711f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d7b53c56-67c5-415d-84fe-fe6da2398e4b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "51a4d351-52f5-4a6f-842b-f8d1f1a0ec03",
+ "name": "IPSUM",
+ "endDate": "2021-06-02",
+ "startDate": "2022-04-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "454edf91-a627-4871-a683-a228f7e5b71a",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-01-02",
+ "startDate": "2023-09-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3ba8d173-598e-4d69-bcfd-309b4ffbd862",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-04-26",
+ "startDate": "2017-05-24",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "918d79a2-2a37-42de-84b1-4573535444a5",
+ "siteRegistry": true,
+ "documentDate": "2014-12-01",
+ "receivedDate": "2016-06-27",
+ "uploadedDate": "2020-12-20",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "72f083bf-fd99-4e1e-909a-41a201afc470",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "eea59b62-e156-40c2-a3b7-8b91c035b900",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "6cc9cd36-48ae-4c73-aba2-029cdbe57920",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-11-06 (described on Site Profile dated 2015-11-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "e3f67f9b-2af4-4190-9060-64f5f0cdf673",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-09-24 (described on Site Profile dated 2018-09-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "d0c8a5f2-c809-467e-97bb-43621713702c",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-10-20 (described on Site Profile dated 2016-10-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "c82bc35f-8907-495d-985e-9443df72a6f2",
+ "siteRegistry": false,
+ "dateNoted": "2019-02-06",
+ "parcelID": "20537",
+ "crownLandUsePIN": "17206",
+ "crownLandFileNumber": "16278",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 1 DISTRICT LOT 1 PLAN 4561"
+ },
+ {
+ "uuid": "f3b3a09e-519c-417f-a00e-bfd229642f78",
+ "siteRegistry": true,
+ "dateNoted": "2018-03-21",
+ "parcelID": "18673",
+ "crownLandUsePIN": "18442",
+ "crownLandFileNumber": "20268",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 3 DISTRICT LOT 1 PLAN 6482"
+ },
+ {
+ "uuid": "1681994e-0c0b-4c7a-bb9a-3d6e622cf05a",
+ "siteRegistry": false,
+ "dateNoted": "2014-03-16",
+ "parcelID": "19252",
+ "crownLandUsePIN": "18129",
+ "crownLandFileNumber": "16071",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 5 DISTRICT LOT 1 PLAN 5211"
+ },
+ {
+ "uuid": "901225bd-a6fa-4cff-9624-95c6da9e4096",
+ "siteRegistry": false,
+ "dateNoted": "2023-08-12",
+ "parcelID": "19994",
+ "crownLandUsePIN": "19782",
+ "crownLandFileNumber": "15622",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 2 DISTRICT LOT 4 PLAN 3944"
+ },
+ {
+ "uuid": "f4a59148-9f5c-4736-a5f0-d9e07ecf48cb",
+ "siteRegistry": true,
+ "dateNoted": "2019-01-15",
+ "parcelID": "18641",
+ "crownLandUsePIN": "16966",
+ "crownLandFileNumber": "18478",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 3 DISTRICT LOT 2 PLAN 6287"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "dc11fb66-70cb-4368-9165-3e04ae862147",
+ "siteRegistry": true,
+ "dateReceived": "2020-03-18",
+ "dateCompleted": "2022-04-30",
+ "dateEntered": "2015-01-27",
+ "dateRegistrar": "2019-03-29",
+ "dateLocalAuthorityReceived": "2016-07-04",
+ "summary": "Neque iusto nam eligendi ab.\nOmnis soluta saepe molestiae corrupti aut illo eos.\nExcepturi odio distinctio.",
+ "informationUsed": "Sint necessitatibus laboriosam esse.\nRerum reprehenderit iusto ipsa.\nNecessitatibus quia modi dolor maxime.\nAd numquam quae officiis eligendi totam itaque a.",
+ "pastOrPresentOrders": "Praesentium quisquam odit minima assumenda et occaecati vitae odit.\nQuo quaerat vitae.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "94b25fdc-4667-4577-b5c8-2ebfaa55a841",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "402d1a26-f0b4-4e39-a92d-c089e1b58112",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "02f4e4cd-b774-4e9b-8b58-46522ff50a68",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "03843a1a-95b8-4e7a-b590-16481892ac81",
+ "siteRegistry": true,
+ "dateReceived": "2021-02-05",
+ "dateCompleted": "2015-09-03",
+ "dateEntered": "2021-08-12",
+ "dateRegistrar": "2014-07-03",
+ "dateLocalAuthorityReceived": "2019-03-01",
+ "summary": "Impedit illo tempora ducimus eveniet perspiciatis ad cumque molestiae voluptates.\nOdio beatae rem illum perferendis soluta eos animi at deleniti.",
+ "informationUsed": "Porro nostrum nemo deserunt voluptatem in.\nAb commodi illo facilis maiores sequi excepturi.\nQuos explicabo iusto nulla cum eaque.\nIncidunt quis harum velit quasi praesentium incidunt nesciunt assumenda rem.",
+ "pastOrPresentOrders": "Similique illum assumenda dignissimos error inventore accusantium.\nAutem similique deleniti sequi vel quisquam quod veniam ad.\nRepellat debitis delectus deleniti commodi.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "d8ea6ef2-db49-4a1d-99fd-191c7a074963",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ab8ddb3b-7a1b-4662-96f3-8c82323467b6",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c2909df1-f7a0-4d37-b1b6-851a63dbbe78",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "4789a28a-d922-4dac-916a-9e4e08895e88",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BALISTRERI RHIANNA",
+ "timestamp": "2020-05-12"
+ },
+ {
+ "uuid": "e5209a0b-f89b-4863-a20d-9a3e924e56b6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRUICKSHANK TIERRA",
+ "timestamp": "2015-09-03"
+ },
+ {
+ "uuid": "87f75dec-540d-4281-b340-751a98b9ceca",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEAHAN TRISHA",
+ "timestamp": "2015-08-15"
+ },
+ {
+ "uuid": "47b984b5-69d6-4d73-a475-578cf0a41b09",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUECKER MIKE",
+ "timestamp": "2021-03-24"
+ },
+ {
+ "uuid": "deda1e0f-e529-4e67-a240-306c0d12c5fa",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CARROLL GERALDINE",
+ "timestamp": "2016-06-11"
+ },
+ {
+ "uuid": "c681027c-5a9e-49d5-bc74-ac6c72eed384",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CONNELLY MACKENZIE",
+ "timestamp": "2018-08-13"
+ },
+ {
+ "uuid": "2860c1ac-23b1-4ced-8b96-156234758153",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SWIFT TED",
+ "timestamp": "2020-03-19"
+ },
+ {
+ "uuid": "a846170f-72eb-4858-91b7-d25fc0a48410",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'KEEFE CLARISSA",
+ "timestamp": "2017-09-22"
+ },
+ {
+ "uuid": "28ec57ab-83f6-4fa7-9a23-5c88343f8002",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KERLUKE DERON",
+ "timestamp": "2015-11-07"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "7758eb68-4ee4-46f7-b9fb-b75215f3bb72",
+ "dateNoted": "2014-05-07",
+ "notes": "",
+ "parcelID": "17863",
+ "siteID": "15499",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0a6bd332-1538-4f49-b191-d578c2b6bac6",
+ "dateNoted": "2017-07-01",
+ "notes": "",
+ "parcelID": "19267",
+ "siteID": "20571",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "22d55b25-8169-4557-a32a-31d51480decf",
+ "dateNoted": "2022-08-15",
+ "notes": "",
+ "parcelID": "19751",
+ "siteID": "18132",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "5673087c-45a0-46a6-bc52-1e4491eaa5f4",
+ "siteID": 18880,
+ "address": "7669 Schowalter Villages",
+ "latitude": 56.1208,
+ "longitude": -128.5243,
+ "lastUpdated": "2020-02-28",
+ "city": "Alexzanderberg",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/8108",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1137418,
+ 7722094,
+ 1924145,
+ 6351930,
+ 5500998
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "34e234fb-9195-44be-9470-5bce2f1256a8",
+ "createdAt": "2014-10-15",
+ "completed": "2018-07-23",
+ "initiated": "2023-05-16",
+ "ministryContact": "HUDSON LESTER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ccb19fc8-ab09-43f5-a395-440955862c87",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4eebc0c1-9bbf-4f22-8dc4-00bdca2349a0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "81fb503a-0918-41d6-bac6-2f2a5dd9a23f",
+ "createdAt": "2019-09-30",
+ "completed": "2018-11-14",
+ "initiated": "2014-10-29",
+ "ministryContact": "O'CONNELL CURTIS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "dab27f2b-a9f9-4e84-9daa-61b2b9b1f42a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2fcf4d75-9250-42af-9e81-ec0470002429",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d2094a12-7387-4aab-9f22-cb9f564566f0",
+ "createdAt": "2019-12-26",
+ "completed": "2023-08-07",
+ "initiated": "2018-09-30",
+ "ministryContact": "GOYETTE CASSIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3127d7bd-9e5e-45d3-9e4e-498930da934f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "01324f46-0e92-40a2-a750-0c5e31426acb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e22fa543-f0e1-49f9-beb4-d56ad5d8bfcf",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f7e3ab8b-987a-4ca5-93ac-8125b93e5a46",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1a6a99ac-1fb6-4a8f-8037-7d349dba532b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0dd3f4fa-741c-4c19-8621-c92469e171ff",
+ "createdAt": "2023-10-03",
+ "completed": "2021-02-22",
+ "initiated": "2017-01-03",
+ "ministryContact": "NIKOLAUS-MURAZIK CORDIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ff137a18-3428-4fff-a700-e4e6f88235fc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a44f5594-d070-4146-91eb-1ff833cf5ba7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "74667b84-d31e-475a-8f92-854dc6c7904d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f5fb1e10-3a60-4c46-a727-04eed3a45b6a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4d81fc56-b8e6-42c5-8455-f90be13c6164",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "6d3d6e5c-9b80-4888-84c9-0884acaa455d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-07-17",
+ "startDate": "2016-04-14",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b305fbcf-2a92-4aa0-a5ee-f0f03168a447",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-12-27",
+ "startDate": "2018-11-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a4176a2b-9fb6-4ede-94bf-303fb9f881c8",
+ "name": "IPSUM",
+ "endDate": "2020-11-06",
+ "startDate": "2015-03-18",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c4ce2f0b-c304-4f3b-8e4a-46e9090abc4a",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-08-30",
+ "startDate": "2015-07-14",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "026ffecf-0d9e-46c5-ab40-e0f38db608be",
+ "siteRegistry": false,
+ "documentDate": "2020-05-16",
+ "receivedDate": "2016-09-10",
+ "uploadedDate": "2017-07-31",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "86c2f112-adb6-4b32-9bec-496ceaca8744",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e2239a5a-40a1-4244-9892-8d2865e38071",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c0bcd5bc-862a-4256-8dbb-7d3f6a64f9d2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "26ef542b-7384-421c-bc54-a7f5a24e0727",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-03-11 (described on Site Profile dated 2021-03-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "4304c8e3-e228-43e6-9ed8-408a674b5149",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-10-13 (described on Site Profile dated 2023-10-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "ea5c9e9b-a759-4b65-92fe-40ab8378eced",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-06-02 (described on Site Profile dated 2018-06-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "5cdf9f2e-c097-49de-b15c-12e164167ad0",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-06-05 (described on Site Profile dated 2022-06-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "10e8eaad-6e69-4aac-95a3-395cfe57ada6",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-12-13 (described on Site Profile dated 2013-12-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "bc6e682a-7e23-4d9c-9198-929aeb586b50",
+ "siteRegistry": true,
+ "dateNoted": "2019-05-16",
+ "parcelID": "19460",
+ "crownLandUsePIN": "17086",
+ "crownLandFileNumber": "20532",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 2 DISTRICT LOT 1 PLAN 6315"
+ },
+ {
+ "uuid": "706c91ae-d511-4ff2-8f42-a419831e70e8",
+ "siteRegistry": true,
+ "dateNoted": "2018-05-23",
+ "parcelID": "20807",
+ "crownLandUsePIN": "20005",
+ "crownLandFileNumber": "15540",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 3 DISTRICT LOT 5 PLAN 9762"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "d80c6af8-b8a2-43c9-a28c-84ea2b1849ce",
+ "siteRegistry": false,
+ "dateReceived": "2014-02-02",
+ "dateCompleted": "2016-04-01",
+ "dateEntered": "2016-09-20",
+ "dateRegistrar": "2016-04-20",
+ "dateLocalAuthorityReceived": "2020-07-04",
+ "summary": "Quibusdam magni eos quasi.\nFugit animi corporis soluta tenetur.\nRepellat impedit et vitae atque quia animi ducimus.",
+ "informationUsed": "Laborum exercitationem ipsum nihil temporibus tenetur.\nDeserunt quia quasi totam quos.\nAutem laudantium et accusamus iusto iusto.\nIure maxime veniam dicta.",
+ "pastOrPresentOrders": "Qui quo aspernatur laudantium.\nIncidunt cumque quaerat pariatur nobis est ratione molestias atque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b3c68dfe-dd32-47b3-a301-114b6bf73170",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7f9d61eb-6a31-4d56-8b72-3b47352f21b7",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "328a4c6d-39ff-48f9-9647-419e6ecfeb82",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dca2cebf-7496-4f3d-b083-bb1d17e94530",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "98da6010-27f4-4df1-bab8-545341b73a11",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MAYERT WINFIELD",
+ "timestamp": "2019-04-30"
+ },
+ {
+ "uuid": "dea122f9-06a0-4ac3-b215-f6863709cd41",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUECKER KESHAWN",
+ "timestamp": "2022-02-27"
+ },
+ {
+ "uuid": "539d5cd2-ca4f-40cc-9565-b9b0eac82ab7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TORPHY BRIONNA",
+ "timestamp": "2014-11-11"
+ },
+ {
+ "uuid": "2c34baf6-3755-4d80-9ada-555205901437",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WYMAN ISSAC",
+ "timestamp": "2023-02-19"
+ },
+ {
+ "uuid": "4f89098b-cacb-48e9-8a2a-fd89e3983ec6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REINGER DALE",
+ "timestamp": "2014-01-08"
+ },
+ {
+ "uuid": "16b78ed6-8ed5-46ff-84b0-4c03ccd9f2bf",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OLSON ILIANA",
+ "timestamp": "2015-12-19"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "36407180-fd0c-4955-99c0-c6a9fa839d19",
+ "dateNoted": "2022-12-27",
+ "notes": "",
+ "parcelID": "16655",
+ "siteID": "16918",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f71e3824-9f9b-4977-9273-bc63acd0194f",
+ "dateNoted": "2022-12-25",
+ "notes": "",
+ "parcelID": "15766",
+ "siteID": "17785",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "35f555ea-cafd-4886-a34b-8eeb3351b051",
+ "siteID": 16853,
+ "address": "723 Jan Cliff",
+ "latitude": 51.3626,
+ "longitude": -128.3005,
+ "lastUpdated": "2018-11-15",
+ "city": "Orinstad",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/9981",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 316088,
+ 1623188,
+ 2164284,
+ 3974642,
+ 2778427
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "5535e62d-7079-4aeb-8360-5e7654ff5703",
+ "createdAt": "2022-02-03",
+ "completed": "2017-03-24",
+ "initiated": "2015-06-25",
+ "ministryContact": "STAMM JAMISON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "84888b98-327c-420d-b5b2-69e81d2c06e1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "641deda1-8203-4e91-bb0d-460162354dce",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c19c20f4-d860-4945-ac45-63d9d0a88aa8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4cfeca3c-e3b9-40db-b602-4f2526a3947b",
+ "createdAt": "2023-06-01",
+ "completed": "2020-06-06",
+ "initiated": "2023-01-13",
+ "ministryContact": "SCHIMMEL MAURINE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "0cce1d2f-a4c6-4f2c-be01-e0b06a203738",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7e882d13-e804-41a7-bebd-06b7f6bcab89",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "59f36f7e-100a-4dda-ac16-076be7badbfe",
+ "createdAt": "2021-09-18",
+ "completed": "2017-03-07",
+ "initiated": "2023-08-18",
+ "ministryContact": "LANG DEANGELO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "70b47db9-7c29-4719-8a4f-9fee2afc9828",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "940beefb-ca42-4333-b5f9-4a495a570adb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f8870496-67aa-497b-b0c3-6690d354be3b",
+ "createdAt": "2017-05-07",
+ "completed": "2018-10-30",
+ "initiated": "2023-04-08",
+ "ministryContact": "HUELS JENNIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d54a4238-8876-438c-b227-7a86f59157cb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f69267c9-f188-4b51-9b61-acf0ab169aff",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0359281b-26a5-498a-8aad-20acf11add2d",
+ "createdAt": "2015-11-30",
+ "completed": "2016-04-13",
+ "initiated": "2023-01-04",
+ "ministryContact": "MOORE MICHELLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "cc998591-a197-41a9-aacd-1ddb4bb169bc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "eed72dfa-05e8-4a18-8ae8-241002361a43",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "301b7e41-245e-4021-9c12-79e3e2de79c4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-05-15",
+ "startDate": "2019-03-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b5c9264a-c79b-43a2-826b-7ed3aa962a4e",
+ "name": "IPSUM",
+ "endDate": "2014-04-20",
+ "startDate": "2016-05-12",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "96952d19-ead6-44dc-9036-3cf718af3bee",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-05-08",
+ "startDate": "2023-10-11",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2587becc-67a1-4ece-aded-59ccfc8fadc1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-09-19",
+ "startDate": "2015-02-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5de648ae-e580-4479-9e91-881eb409dbae",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2023-06-28",
+ "startDate": "2017-05-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "f37ec2d7-b0f6-4c3d-9303-5eeae3400135",
+ "siteRegistry": true,
+ "documentDate": "2014-12-19",
+ "receivedDate": "2018-11-21",
+ "uploadedDate": "2018-06-07",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "8ab50014-72f3-462a-80bc-0dc55e71a8ec",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "74d83360-7a53-4146-b3f5-257fe95f2dff",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "44dd5273-303b-449a-826b-85b4cd92741e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "af1759c7-5c9b-46e0-8e55-1e544a44f77c",
+ "siteRegistry": true,
+ "documentDate": "2022-03-02",
+ "receivedDate": "2019-01-02",
+ "uploadedDate": "2014-09-08",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "006ed3b9-3180-43bd-8b83-4de9bfe6a39a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c38cb964-03fa-4382-bed7-07e72c616575",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9169bc30-fe12-4485-a435-6d8a915beefe",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "91671b78-f107-4d2b-a089-36e6a29af5a7",
+ "siteRegistry": true,
+ "documentDate": "2017-07-14",
+ "receivedDate": "2020-01-29",
+ "uploadedDate": "2019-10-04",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "76801cda-c42f-48af-824f-8bdbf01f4c7c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ded0f7ba-329a-4486-b319-7b5407c8daff",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a69714db-cb7d-4e36-bba5-4554403b972a",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "11858940-07d5-4ecd-a15d-fa5053a2380e",
+ "siteRegistry": false,
+ "documentDate": "2022-03-10",
+ "receivedDate": "2014-01-07",
+ "uploadedDate": "2016-02-06",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "094f1f79-a720-4ab6-afb2-888390023616",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f92c00a2-01d3-4639-ae08-578fe86fcf69",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "da74bc88-9751-4a72-af6c-4a8694e2d19f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-07-18 (described on Site Profile dated 2022-07-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "eac96810-caf8-4a29-b5e7-ea5fa443bd8e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-11-25 (described on Site Profile dated 2019-11-25)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "9381884d-92ba-450f-8dfe-8cbe28bc67fd",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-07-10 (described on Site Profile dated 2020-07-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "9a543bf4-42e0-49b5-baf0-cf0d929c8cdf",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-12-07 (described on Site Profile dated 2013-12-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "c46c6f1b-2147-4eec-a8bf-990c7514c334",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-08-29 (described on Site Profile dated 2020-08-29)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "67f379f1-ebe8-4895-9c83-7e03fc37bc4c",
+ "siteRegistry": false,
+ "dateNoted": "2019-12-30",
+ "parcelID": "16742",
+ "crownLandUsePIN": "19335",
+ "crownLandFileNumber": "18126",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 2 DISTRICT LOT 2 PLAN 3853"
+ },
+ {
+ "uuid": "22ca3142-7f75-4a13-88f7-bf43416d6d9c",
+ "siteRegistry": false,
+ "dateNoted": "2016-08-16",
+ "parcelID": "19090",
+ "crownLandUsePIN": "20372",
+ "crownLandFileNumber": "19647",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 5 DISTRICT LOT 5 PLAN 4822"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "6ef3697b-9515-4386-a0e2-92414f3452ca",
+ "siteRegistry": false,
+ "dateReceived": "2022-10-18",
+ "dateCompleted": "2019-07-16",
+ "dateEntered": "2016-05-07",
+ "dateRegistrar": "2017-01-16",
+ "dateLocalAuthorityReceived": "2018-08-09",
+ "summary": "Corrupti minima necessitatibus perferendis culpa nemo.\nDebitis dignissimos inventore molestias maxime corrupti quaerat voluptate.\nRatione tempora autem natus provident porro perferendis dolorum minus hic.",
+ "informationUsed": "Voluptatem iure doloribus quaerat.\nProvident fugit ea aliquam pariatur quos illum veritatis.\nMagni iusto quo officiis ad mollitia.",
+ "pastOrPresentOrders": "Placeat fugit modi odit minus porro porro voluptate minus dolor.\nRepellendus earum harum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "bc51e0ef-e7c7-49f7-b610-839cdc4bc5b1",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "037c7d78-4bab-406c-bdf6-bb6ec01098f3",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "132424a3-5b7f-454c-91b2-f537698b3102",
+ "siteRegistry": false,
+ "dateReceived": "2014-01-30",
+ "dateCompleted": "2020-11-16",
+ "dateEntered": "2022-01-23",
+ "dateRegistrar": "2014-08-12",
+ "dateLocalAuthorityReceived": "2018-03-09",
+ "summary": "Error voluptate maiores.\nMollitia quisquam dicta illum pariatur quo fugiat sint explicabo.\nNobis saepe dolores iusto perspiciatis delectus laboriosam fugit suscipit dignissimos.",
+ "informationUsed": "Odio autem fugit.\nIste temporibus ad aliquid ipsam inventore aspernatur aliquam dolorum.\nDistinctio optio odit praesentium veritatis ipsum in ut.\nQuo corrupti quo ipsa.\nAlias repellat numquam fugiat eaque id id facilis quo.",
+ "pastOrPresentOrders": "Aliquam voluptas sit ad odio.\nAdipisci voluptatum ipsa voluptas nulla nihil cum tempora aliquam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "2b928cee-06b0-418e-95b9-a8dc983ef08e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8d34709d-b259-4b0a-8dc0-d47b008543af",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "03115bbc-cb82-4b48-8127-c968a9ea869f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "29c9afaa-298c-49d8-a49f-51dbd870aab3",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "97a75427-1f1b-4a91-8037-789af2cc4c5d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOYER MAX",
+ "timestamp": "2015-06-03"
+ },
+ {
+ "uuid": "b809f7f6-b8b4-470c-9c20-23c5377f347f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SENGER DAPHNE",
+ "timestamp": "2023-08-20"
+ },
+ {
+ "uuid": "21a2014b-7914-477d-a6a9-caab593cb72c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUEILWITZ DULCE",
+ "timestamp": "2018-11-13"
+ },
+ {
+ "uuid": "5628dafa-b2db-4914-a231-a18b6ebd9fc4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GISLASON SALLIE",
+ "timestamp": "2020-04-23"
+ },
+ {
+ "uuid": "020f4e64-43ec-4a51-8e5c-84afdabaa938",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUSTER MATTIE",
+ "timestamp": "2020-11-25"
+ },
+ {
+ "uuid": "0313c5eb-6c8b-407f-b4b0-52585f592d03",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WALKER MAE",
+ "timestamp": "2020-05-08"
+ },
+ {
+ "uuid": "c5df9310-0d7e-45c3-9ee6-eece30b553e7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GREEN GREGORY",
+ "timestamp": "2020-11-10"
+ },
+ {
+ "uuid": "95de9164-a2c6-4d25-a5aa-7d502b8bbf19",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BUCKRIDGE HALLE",
+ "timestamp": "2020-02-20"
+ },
+ {
+ "uuid": "69279c48-507b-42f8-af0c-3c32a0489822",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEDNAR LOGAN",
+ "timestamp": "2023-08-02"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "83307b1f-b347-4271-aa64-ec4b01f32a3c",
+ "dateNoted": "2020-11-02",
+ "notes": "",
+ "parcelID": "17700",
+ "siteID": "18588",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2ff4acce-869c-4040-b784-6f9092c97fe8",
+ "dateNoted": "2022-12-02",
+ "notes": "",
+ "parcelID": "20702",
+ "siteID": "16084",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "d0502473-fdc2-46e5-a7e3-5b3562e6a46b",
+ "siteID": 20029,
+ "address": "1261 Dickinson Unions",
+ "latitude": 55.4641,
+ "longitude": -129.7965,
+ "lastUpdated": "2018-09-10",
+ "city": "West Lyla",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/19012",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8444160,
+ 1315483,
+ 6603402,
+ 8661711,
+ 3690523
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "55abbe8d-b96d-4663-86b2-285ba4d8007b",
+ "createdAt": "2018-01-10",
+ "completed": "2022-01-07",
+ "initiated": "2016-12-01",
+ "ministryContact": "WALTER GILBERTO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a4403402-4643-4675-bcde-0bd47b041837",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0cb213f2-088a-42de-82c5-2cd1ed469461",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8da301eb-b5da-4297-ac91-708f5eb2522c",
+ "createdAt": "2016-03-04",
+ "completed": "2014-06-12",
+ "initiated": "2022-10-07",
+ "ministryContact": "KIRLIN JARRED",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "60584b16-0802-4bf4-81ac-1a97090b8b00",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d84cd984-4d64-44c3-b6d5-df441b55e7c7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3c0ff6e5-80ba-428b-9f84-52aed14895e7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9eb71341-e687-4bb5-870c-2dfbb30f0fcf",
+ "createdAt": "2014-10-21",
+ "completed": "2020-06-20",
+ "initiated": "2023-01-31",
+ "ministryContact": "KREIGER VELDA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b8b01cfc-4902-4b79-8c13-15799867901d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e3dee8e7-5c49-49eb-816d-aa63f9d7b58c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b99e2ae9-2aa3-4ce1-8e8a-878db8520850",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "da446b89-ef56-4e82-b6d6-4648f43e226e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "77feae2c-f479-43d0-8245-3da942f25b8f",
+ "createdAt": "2023-02-12",
+ "completed": "2022-10-06",
+ "initiated": "2021-03-09",
+ "ministryContact": "GREEN BEAULAH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "28a4057f-eda9-42b7-91fd-f0999452c5b6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a6c66f63-f6e7-4b7d-9246-ef1eaf2335b5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "ac3a934f-9ae7-46c8-b5e3-4f88e12bac42",
+ "name": "IPSUM",
+ "endDate": "2021-01-23",
+ "startDate": "2022-06-27",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "daea204b-7092-4691-b2dc-b9c0a72dc5af",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-11-19",
+ "startDate": "2014-12-11",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "c1c39f24-105c-44a4-b922-454002ab2ad9",
+ "siteRegistry": false,
+ "documentDate": "2020-03-14",
+ "receivedDate": "2013-10-21",
+ "uploadedDate": "2020-08-11",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "8ff8cc14-c4e6-49a3-a428-171ff677feee",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f88b45d6-f7f6-4977-956a-b898ec86ff7b",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "27b96b5a-5ea7-479f-86fc-1b768e3a38bf",
+ "siteRegistry": true,
+ "documentDate": "2021-08-06",
+ "receivedDate": "2020-08-02",
+ "uploadedDate": "2014-01-29",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "d67d56e1-27a3-4494-9904-364f6fdf223d",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "8c245114-eede-46f5-a815-95b9885d2780",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-01-17 (described on Site Profile dated 2014-01-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "8a255dbe-c23d-4eaf-a6b9-50922a6ef853",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-11-23 (described on Site Profile dated 2014-11-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "c1af0347-9938-4f4e-8761-30ec2d9a6a9b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-05-10 (described on Site Profile dated 2014-05-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "b85ebc09-0d4c-4c4c-b6bc-acf71c24c9b0",
+ "siteRegistry": true,
+ "dateNoted": "2014-03-28",
+ "parcelID": "18053",
+ "crownLandUsePIN": "19272",
+ "crownLandFileNumber": "16540",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 3 DISTRICT LOT 4 PLAN 7323"
+ },
+ {
+ "uuid": "6188943c-86c6-436c-9b21-01c095a9f1a0",
+ "siteRegistry": false,
+ "dateNoted": "2016-08-20",
+ "parcelID": "20450",
+ "crownLandUsePIN": "19361",
+ "crownLandFileNumber": "20751",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 3 DISTRICT LOT 1 PLAN 4331"
+ },
+ {
+ "uuid": "8c93321c-a844-4c9a-98b6-d88b6ce2727b",
+ "siteRegistry": false,
+ "dateNoted": "2021-11-28",
+ "parcelID": "18116",
+ "crownLandUsePIN": "19289",
+ "crownLandFileNumber": "20982",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 1 DISTRICT LOT 3 PLAN 6184"
+ },
+ {
+ "uuid": "34bdadc7-b6e5-45f2-bcee-2683f13426bc",
+ "siteRegistry": true,
+ "dateNoted": "2017-07-03",
+ "parcelID": "16930",
+ "crownLandUsePIN": "19535",
+ "crownLandFileNumber": "15872",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 4 DISTRICT LOT 5 PLAN 4745"
+ },
+ {
+ "uuid": "28be60e6-ec14-4b19-b110-5c39c92140da",
+ "siteRegistry": false,
+ "dateNoted": "2023-08-04",
+ "parcelID": "16469",
+ "crownLandUsePIN": "18345",
+ "crownLandFileNumber": "17941",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 2 DISTRICT LOT 1 PLAN 6623"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "e1bf87e9-afc1-4f6a-b217-3b357eaf35c7",
+ "siteRegistry": false,
+ "dateReceived": "2016-06-22",
+ "dateCompleted": "2014-06-18",
+ "dateEntered": "2017-03-30",
+ "dateRegistrar": "2014-06-26",
+ "dateLocalAuthorityReceived": "2018-03-11",
+ "summary": "Quae incidunt voluptas esse veritatis ipsum assumenda.\nAnimi ipsa vero incidunt facilis libero assumenda et necessitatibus.\nQui aut iure suscipit aspernatur nemo quae asperiores.",
+ "informationUsed": "Blanditiis ex itaque rem ab culpa.\nDignissimos et perspiciatis magni vitae maxime reiciendis optio qui culpa.\nRepudiandae quibusdam necessitatibus minus quod temporibus enim expedita animi explicabo.\nSed aperiam a facere natus molestiae.\nMollitia alias nisi nulla reprehenderit cumque facere quia ratione.",
+ "pastOrPresentOrders": "Veniam doloribus voluptates est quam quas tempore odit eligendi.\nLaboriosam perspiciatis maxime.\nDoloribus sint adipisci.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a62c0b5d-4019-4ebe-af35-a3beff0ded02",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3fc2bf7d-d328-4691-a44f-5a0e09f54acf",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5e2c8dd9-8e91-4946-bd44-bd3ab6de57b8",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ae99b5d2-edc5-47ef-9264-73c25239a914",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "9530e2a2-f1f5-4e9b-9a39-38e78cbbb873",
+ "siteRegistry": false,
+ "dateReceived": "2017-03-22",
+ "dateCompleted": "2018-05-21",
+ "dateEntered": "2020-12-11",
+ "dateRegistrar": "2016-04-20",
+ "dateLocalAuthorityReceived": "2023-04-08",
+ "summary": "Deserunt non tenetur ipsum quae.\nVeniam sapiente quaerat commodi necessitatibus deserunt saepe sed.",
+ "informationUsed": "Eveniet illo ad iste nemo consequatur atque placeat laborum a.\nOccaecati consequuntur repellendus vel.\nPerferendis alias dolorum sequi unde occaecati ratione repellendus fugit itaque.\nVoluptatibus porro esse ratione consectetur adipisci porro similique nihil illo.",
+ "pastOrPresentOrders": "Impedit beatae soluta laudantium fugit adipisci expedita ex omnis officiis.\nDistinctio provident debitis ullam asperiores quia.\nAnimi quod harum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "36a5a9e4-b0ac-4135-b80b-71134e58f646",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fdda7dc6-ac30-437c-8e70-e8ef50398678",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "00079397-37bc-4657-b3e6-c8b06ca9882d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cbfa5235-2328-4406-8af7-f5ac9ee2437f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "41a37f5a-97dc-4712-b309-eb60dbee7149",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WEBER CAMILLA",
+ "timestamp": "2018-11-21"
+ },
+ {
+ "uuid": "3388f147-da1a-4b5c-9d4c-91894273431d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HERMANN CAMRYN",
+ "timestamp": "2021-07-20"
+ },
+ {
+ "uuid": "32f5c304-3861-4145-910a-1af126a7475b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MEDHURST RANDALL",
+ "timestamp": "2019-12-13"
+ },
+ {
+ "uuid": "d1c8f564-9a57-43eb-9b16-8924cc668f7b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SANFORD-GOLDNER GARRET",
+ "timestamp": "2015-07-13"
+ },
+ {
+ "uuid": "3a3504b7-d9bf-47e1-929e-2ac9484ce393",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PROSACCO MAKENNA",
+ "timestamp": "2016-09-20"
+ },
+ {
+ "uuid": "0f5e02df-d5b8-4803-a4e4-517f0f8f5251",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NOLAN BARRY",
+ "timestamp": "2020-03-10"
+ },
+ {
+ "uuid": "e3c03339-9ec2-4ae1-880f-971a21735f9c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEFFLER KEIRA",
+ "timestamp": "2015-03-08"
+ },
+ {
+ "uuid": "a2ad1258-04f7-462d-99ed-fcf5632f56f7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OBERBRUNNER SADYE",
+ "timestamp": "2017-08-23"
+ },
+ {
+ "uuid": "251e8b2f-1653-47cb-abfa-47391e0d5afa",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEANEY LEONORA",
+ "timestamp": "2014-05-06"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "0c32a4ee-34aa-4a6b-be41-b95f7f70a5cd",
+ "dateNoted": "2017-01-17",
+ "notes": "",
+ "parcelID": "15213",
+ "siteID": "17993",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "be7781f1-662c-4827-9ee5-18cefcb7712b",
+ "dateNoted": "2018-07-09",
+ "notes": "",
+ "parcelID": "18341",
+ "siteID": "15253",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "73be9a04-2da0-4912-acd0-ba00b0e2c04a",
+ "siteID": 17697,
+ "address": "791 Ayana Dale",
+ "latitude": 48.4697,
+ "longitude": -127.6479,
+ "lastUpdated": "2020-06-09",
+ "city": "Woodbury",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/9505",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4973517,
+ 597712,
+ 1156527,
+ 8357806,
+ 6541749
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "319c76ac-a047-414a-af9e-a8fb6336f21a",
+ "createdAt": "2021-07-02",
+ "completed": "2016-01-13",
+ "initiated": "2014-07-02",
+ "ministryContact": "GERHOLD LYDIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "840f885b-24ad-49ea-9511-6c9d6c219922",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e74d29c9-4984-4381-9ab3-7b4560acbb81",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "335c0d64-eb45-40ae-80f1-d9c5c6f844d6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f917bf18-02cf-40ad-9e05-f2e3c8d462ee",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "be320406-f9e9-4196-ae8a-c863cace9854",
+ "createdAt": "2018-08-01",
+ "completed": "2014-01-20",
+ "initiated": "2020-07-06",
+ "ministryContact": "JAKUBOWSKI ADDISON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d5609b29-8512-436d-9c41-d02fc3c92d69",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "95ae6f95-8e0d-4342-8e50-176263878018",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e19a1db9-4a2e-4ff9-91be-4e3321531cc0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8a91b271-e161-4388-bad2-401cd9a2264f",
+ "createdAt": "2016-03-28",
+ "completed": "2023-03-08",
+ "initiated": "2019-03-11",
+ "ministryContact": "MULLER ALLENE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f14cf9b0-e77b-4242-98de-e54a5de690cc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5b734780-21be-4cce-8e95-79073add3cb8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f111be16-1540-47f3-88fe-a9aa859cbc03",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "eb9ea4aa-b023-49a0-82fa-f89315941f9c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "d2b8071b-b811-4f7b-a7be-e6f961049902",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2017-12-20",
+ "startDate": "2022-11-18",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cfdf6c65-7d4c-4189-a6a8-9dd70731e6f3",
+ "name": "IPSUM",
+ "endDate": "2014-03-04",
+ "startDate": "2017-12-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "92b30b79-eb88-44fb-ad39-1e991edb9ac8",
+ "name": "IPSUM",
+ "endDate": "2017-04-24",
+ "startDate": "2015-08-03",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "eaa562e9-6681-47af-8799-8355a218f11c",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-06-11",
+ "startDate": "2016-07-23",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a9cf99f4-668e-4e67-a28d-089c27c27b94",
+ "name": "IPSUM",
+ "endDate": "2014-12-19",
+ "startDate": "2015-11-08",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "c1fec79b-96e3-4dbf-b0af-5c1907576027",
+ "siteRegistry": false,
+ "documentDate": "2019-12-27",
+ "receivedDate": "2022-02-11",
+ "uploadedDate": "2017-03-06",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "c12e050c-bff9-4eaf-a91b-bf79929d59a0",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "66e6dd37-bd63-4548-a5dc-6b493b5e7f53",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "04c2b4e2-c286-471b-9f75-6683602710cc",
+ "siteRegistry": true,
+ "documentDate": "2018-11-14",
+ "receivedDate": "2016-04-23",
+ "uploadedDate": "2014-02-15",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "30ded2fd-460c-4e39-84b8-70ff0cd1bcde",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5e87106e-9180-4090-a6a2-bc127d97b5a4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1de0e8f7-7222-40c7-8626-63f70fee3736",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "06102116-34e2-43ea-bd6f-b8a75063cf5a",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-05-28 (described on Site Profile dated 2020-05-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f42e665b-f916-44be-949e-a20711f1834a",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-12-21 (described on Site Profile dated 2021-12-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "65b8850b-8061-4010-a398-24a3f6e704af",
+ "siteRegistry": false,
+ "dateNoted": "2019-04-21",
+ "parcelID": "16883",
+ "crownLandUsePIN": "20523",
+ "crownLandFileNumber": "17817",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 4 DISTRICT LOT 5 PLAN 4139"
+ },
+ {
+ "uuid": "d53bc12e-07d8-472d-bc6f-9a076fe4ced3",
+ "siteRegistry": true,
+ "dateNoted": "2021-09-20",
+ "parcelID": "18867",
+ "crownLandUsePIN": "18884",
+ "crownLandFileNumber": "17621",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 4 DISTRICT LOT 2 PLAN 7835"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "5942e54b-866d-4e07-99b7-3517fe6f910c",
+ "siteRegistry": true,
+ "dateReceived": "2015-11-11",
+ "dateCompleted": "2019-12-15",
+ "dateEntered": "2023-04-25",
+ "dateRegistrar": "2017-07-23",
+ "dateLocalAuthorityReceived": "2022-02-08",
+ "summary": "Eaque natus dolorem repellat culpa nam optio corporis.\nAdipisci aliquam nostrum sunt cumque corporis nostrum dolor nihil.\nRepellendus facilis dignissimos fuga repellendus blanditiis quisquam.",
+ "informationUsed": "Aliquid a aspernatur inventore quam asperiores.\nPossimus earum fugit nesciunt odio modi dolorem.\nAb quisquam maxime perferendis.\nEst ab sapiente temporibus provident aliquid praesentium occaecati ratione a.\nMinima temporibus vel dolore quas sed libero rerum.",
+ "pastOrPresentOrders": "Consequuntur commodi numquam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "add5af45-48d4-4dc6-9832-1b054daa6e47",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "108292a7-d7a0-4bb4-af24-779b612758d0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f82e91d7-9f9c-4a59-a0c5-a46fb9d1402e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3bd39c10-4e8a-42cc-9743-1b430477f514",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "d434e105-73de-4779-b4d8-0cf5f89a63fa",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARTELL AGLAE",
+ "timestamp": "2020-04-13"
+ },
+ {
+ "uuid": "4b67c387-ba31-4544-a792-0fcebfe707d6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAYER JACINTO",
+ "timestamp": "2015-05-27"
+ },
+ {
+ "uuid": "4bf763fc-c720-4e75-b3d9-44adb3600c74",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TOY PASQUALE",
+ "timestamp": "2022-09-21"
+ },
+ {
+ "uuid": "380a5122-dec6-48f1-8a7f-e2611a83f135",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LINDGREN OFELIA",
+ "timestamp": "2016-12-27"
+ },
+ {
+ "uuid": "77d45b7f-8eeb-4ba6-91c0-a8367d770cf1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUEL NORRIS",
+ "timestamp": "2018-09-27"
+ },
+ {
+ "uuid": "ccce7f7e-0fcf-4340-954a-5526add035fb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STREICH RACHEL",
+ "timestamp": "2022-07-08"
+ },
+ {
+ "uuid": "48dae75b-064b-46c6-8f60-5c1b2dcbce50",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KASSULKE JADE",
+ "timestamp": "2018-03-12"
+ },
+ {
+ "uuid": "9df934fd-f720-46dc-8d82-8278fc77217a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUETTGEN LUCIENNE",
+ "timestamp": "2022-05-29"
+ },
+ {
+ "uuid": "4aa14c1a-1fb5-4382-96ee-b77ba66a2954",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KONOPELSKI HULDA",
+ "timestamp": "2019-10-10"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "fc4bf41a-d9b2-43d7-aae4-3c5a93f75878",
+ "dateNoted": "2016-10-07",
+ "notes": "",
+ "parcelID": "15935",
+ "siteID": "19175",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2cad309a-f9c3-4ac8-8b68-a8b7ddf35095",
+ "dateNoted": "2014-04-30",
+ "notes": "",
+ "parcelID": "19998",
+ "siteID": "19389",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "78a68734-de5e-453c-b9a9-e02784f8a718",
+ "dateNoted": "2018-02-06",
+ "notes": "",
+ "parcelID": "17242",
+ "siteID": "17443",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "374ce64d-648c-4391-9250-dc023c8197d1",
+ "siteID": 18803,
+ "address": "576 Barton Cape",
+ "latitude": 50.447,
+ "longitude": -136.7345,
+ "lastUpdated": "2015-04-03",
+ "city": "Kozeyfurt",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/10211",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9043317,
+ 6236391,
+ 8587253,
+ 4113773,
+ 1539352
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "2b781f1f-8fb7-41da-bb2d-9f652bcc0ef7",
+ "createdAt": "2020-02-03",
+ "completed": "2018-06-18",
+ "initiated": "2021-08-16",
+ "ministryContact": "WILL JUSTON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3fd8b5a5-5365-4067-90a3-89ebd6515dc8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "500461d6-0fd3-4b73-ab2a-8f6ffe45d114",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "00b352bb-7e16-4ece-8cb7-09510eeaed7a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3d2f88d1-79a8-4ac5-a13a-4087b50034f7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d0411884-6ae5-4b53-9849-6ffcc0b1bfe5",
+ "createdAt": "2021-05-16",
+ "completed": "2023-03-07",
+ "initiated": "2021-08-11",
+ "ministryContact": "TROMP CHARITY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e5c5c8fd-02b3-4f82-ab9e-6901662f08c3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "daa6ebb6-e349-4159-9453-6ea903cfb6b3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "59c74339-7414-4a23-bf3c-f1667a702122",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a0add072-ec45-47a7-85b1-ec265307d925",
+ "createdAt": "2022-07-25",
+ "completed": "2014-08-29",
+ "initiated": "2015-05-29",
+ "ministryContact": "BEATTY GEOFFREY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7ba0c253-97a2-4a6e-a1c8-fdef53089bfd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2a2de2f1-18f9-477a-81fc-54547faa5ae8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "55a7e3ba-5fb1-4b0f-8659-411727a131f3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4f0c562f-b2b1-4b1d-b0de-8a8e0dbd335c",
+ "createdAt": "2014-02-12",
+ "completed": "2020-09-08",
+ "initiated": "2021-12-29",
+ "ministryContact": "WINDLER STEFAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "50fcb6ec-9f9e-4c99-83ca-6facdc812fde",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b14c7824-941d-4cb0-990f-65bc053e538c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "46ed6c5a-e6e6-416e-85fe-0f57c4a71e55",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "1df64a3a-9f9d-4035-a1ef-09a0dfa389c3",
+ "name": "IPSUM",
+ "endDate": "2014-04-07",
+ "startDate": "2020-10-04",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e6c59016-309b-4af5-b49f-e8bfc00acf83",
+ "name": "IPSUM",
+ "endDate": "2016-06-14",
+ "startDate": "2014-10-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "653bfda3-89bc-471c-ac3a-db24702e2ee3",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-12-14",
+ "startDate": "2016-04-27",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dc3aa0c8-04e5-4300-b415-97aa0e6074d4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-02-13",
+ "startDate": "2021-01-05",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5e1cd457-0936-442f-b99e-f4f751850b4b",
+ "name": "IPSUM",
+ "endDate": "2018-05-15",
+ "startDate": "2017-01-17",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "72cdf9f6-6a1f-4d16-9007-acb4481f97a0",
+ "siteRegistry": false,
+ "documentDate": "2020-04-22",
+ "receivedDate": "2021-02-03",
+ "uploadedDate": "2020-05-04",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "71b141a9-8162-4a1f-9566-6303331daeb7",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a5458183-295b-4391-a58d-bca3ae0ec7fc",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b56f09aa-6c2e-45c9-9e28-2a565b6d359d",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "d35a2cd7-5c95-4cca-810a-779fbf81aab1",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-05-28 (described on Site Profile dated 2016-05-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "2f17211c-3e00-48e6-8b40-c79c7cc45750",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-04-24 (described on Site Profile dated 2022-04-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "6509951c-13f6-4c16-b098-406792c1e10c",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-08-15 (described on Site Profile dated 2022-08-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "f4f0f975-8e84-45aa-9d97-1736b17b8c15",
+ "siteRegistry": true,
+ "dateNoted": "2017-11-30",
+ "parcelID": "17110",
+ "crownLandUsePIN": "18091",
+ "crownLandFileNumber": "15408",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 1 DISTRICT LOT 3 PLAN 4304"
+ },
+ {
+ "uuid": "76bfa6a1-4b07-40ea-b6e4-d0eac04156f7",
+ "siteRegistry": false,
+ "dateNoted": "2023-10-05",
+ "parcelID": "19218",
+ "crownLandUsePIN": "15745",
+ "crownLandFileNumber": "20727",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 4 DISTRICT LOT 4 PLAN 5125"
+ },
+ {
+ "uuid": "f67dc2a2-46cc-4d0c-8ca7-962a3e6c200e",
+ "siteRegistry": false,
+ "dateNoted": "2019-01-10",
+ "parcelID": "19711",
+ "crownLandUsePIN": "15574",
+ "crownLandFileNumber": "20826",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 1 DISTRICT LOT 3 PLAN 6278"
+ },
+ {
+ "uuid": "50597908-badf-4e42-bdcb-4c41164a4a40",
+ "siteRegistry": false,
+ "dateNoted": "2016-10-14",
+ "parcelID": "16656",
+ "crownLandUsePIN": "20269",
+ "crownLandFileNumber": "19191",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 2 DISTRICT LOT 4 PLAN 4399"
+ },
+ {
+ "uuid": "9aaa40ef-8301-4cde-aa76-f19d753c7b7f",
+ "siteRegistry": true,
+ "dateNoted": "2020-07-20",
+ "parcelID": "20193",
+ "crownLandUsePIN": "16877",
+ "crownLandFileNumber": "16767",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 2 DISTRICT LOT 3 PLAN 9330"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "158b3482-65e9-4581-b433-2fadf1c1488e",
+ "siteRegistry": true,
+ "dateReceived": "2020-01-26",
+ "dateCompleted": "2015-09-26",
+ "dateEntered": "2016-06-20",
+ "dateRegistrar": "2017-07-01",
+ "dateLocalAuthorityReceived": "2019-08-18",
+ "summary": "Voluptas magni eos doloribus.\nA mollitia iste nobis.\nNisi vero exercitationem.",
+ "informationUsed": "Sunt vel velit vel laborum.\nBlanditiis quasi neque assumenda assumenda a totam illum suscipit.\nPariatur officiis suscipit aliquam iusto velit impedit vel.\nEveniet totam aspernatur nobis.",
+ "pastOrPresentOrders": "Ipsam eius quia hic ad cumque.\nAdipisci blanditiis nemo asperiores veritatis culpa dicta deserunt numquam debitis.\nQuidem ullam incidunt officiis vero inventore praesentium.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "6542d573-203f-48bd-9189-3de6f608dc0b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6ea9b817-be6a-4b23-b3a4-7a390e9e8f67",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "95636d6f-ec2c-4aee-bdd3-be51dfb768c3",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "636c9a0e-994e-4d78-9194-bf3a7b9e6239",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "6d085657-c155-433c-ae03-71edf546effe",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEIDENREICH GREGORY",
+ "timestamp": "2021-08-12"
+ },
+ {
+ "uuid": "d84b393b-f702-4746-b8f5-a59a430df045",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LITTEL DEION",
+ "timestamp": "2019-01-09"
+ },
+ {
+ "uuid": "5f2cbed5-71de-44ac-a037-c24f3435fc4a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOZEY SHYANN",
+ "timestamp": "2019-11-22"
+ },
+ {
+ "uuid": "eca6fcff-fb2e-454a-ac0f-7dcb62d6c485",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRONIN JEAN",
+ "timestamp": "2022-02-28"
+ },
+ {
+ "uuid": "c12080b5-b4be-48ab-bc2f-5c60f4651121",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRAMI JOHNATHON",
+ "timestamp": "2018-12-04"
+ },
+ {
+ "uuid": "674436f0-3e3c-4eca-a395-51d31ff1f64a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROSENBAUM DARRELL",
+ "timestamp": "2018-12-09"
+ },
+ {
+ "uuid": "c1b71f14-cd6b-491a-a41c-748f7b205579",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROSENBAUM ALIYA",
+ "timestamp": "2015-07-10"
+ },
+ {
+ "uuid": "161dae78-f48c-452a-b1c0-4f1ba17aaf87",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PFANNERSTILL JAQUELINE",
+ "timestamp": "2014-01-19"
+ },
+ {
+ "uuid": "bb0f14ab-6d42-42e7-bc9c-0cae0e97f395",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ZBONCAK LEONE",
+ "timestamp": "2019-08-24"
+ },
+ {
+ "uuid": "3bee8e89-0765-4591-96a7-17291ffaa8b2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KEMMER DIANA",
+ "timestamp": "2019-06-13"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "3f46a3da-3cdd-475a-98cf-1b206294dc5e",
+ "dateNoted": "2021-07-06",
+ "notes": "",
+ "parcelID": "18976",
+ "siteID": "18063",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4d8712e7-74b6-4caa-aa90-84910b00abbf",
+ "dateNoted": "2020-06-27",
+ "notes": "",
+ "parcelID": "16477",
+ "siteID": "18536",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "b5281c52-0f33-4c09-bdd6-5eaa59437c16",
+ "siteID": 20872,
+ "address": "485 Roob Way",
+ "latitude": 55.1411,
+ "longitude": -124.8086,
+ "lastUpdated": "2019-05-30",
+ "city": "Port Marlen",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/11631",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7841761,
+ 3233507,
+ 2120901,
+ 7634201,
+ 4245586
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "4d27db1d-af3d-42cb-aba0-6d0f243d8970",
+ "createdAt": "2020-02-10",
+ "completed": "2014-04-23",
+ "initiated": "2015-04-20",
+ "ministryContact": "MRAZ YVONNE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bc52ee1e-09ec-4c4c-9f75-250b1a198c26",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1afba8f1-032f-422f-ad0a-bbf1667f6a6d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a47014c6-4514-4db6-9138-34d3a5e1e893",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4471c4c8-e06c-4f34-9eaf-3ecac2b78f29",
+ "createdAt": "2015-08-08",
+ "completed": "2021-05-25",
+ "initiated": "2016-09-25",
+ "ministryContact": "FAHEY RUPERT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5c4f92dc-c264-4daa-861e-5cd42d912b87",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4f171a1d-31aa-448e-9124-3d717efc9461",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d6904ab7-a872-4192-a272-6067d647f4bd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f8870984-7de7-4580-ab5c-6c03a393a113",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5bbb91df-b318-4d47-8df0-6df3510d8c5f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "db62c27c-5c6f-4d64-a5a7-83ea83487f5c",
+ "createdAt": "2014-03-11",
+ "completed": "2020-01-12",
+ "initiated": "2015-10-20",
+ "ministryContact": "SIMONIS-BOTSFORD JOVANNY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "36749583-07b8-41e1-ae55-a22217758d84",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d219eb6e-a44e-4728-a682-a63e00de579a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8d5ea7f5-e75c-47d8-ad1a-29c8acd4a5ff",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "84b78209-796f-49f2-aa79-8e59ef1ae002",
+ "createdAt": "2023-03-31",
+ "completed": "2014-11-30",
+ "initiated": "2014-06-25",
+ "ministryContact": "TERRY WILFORD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "216af8a1-4af5-4bed-87d6-159b6cf09a11",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "784a37f6-3534-489e-940f-b34c53a0e8d1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "97ffcd10-e8c0-466f-b816-abc21d831ccc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "714a0b7b-bb79-4150-8f4d-506d94ff254e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dfeb8291-56bb-4105-8ce3-7eb05d931343",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4321f380-eb1c-4407-9eed-14b3b1bda956",
+ "createdAt": "2018-10-25",
+ "completed": "2016-01-28",
+ "initiated": "2021-06-27",
+ "ministryContact": "MOORE MAUDIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "40c2b481-3452-43a5-9df4-d5f6dee1d554",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5af9fef7-54c2-4759-845d-6a7cdff28495",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8acd2474-e0b9-4b8f-925c-f1c8599cc92e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "77349283-3d22-4613-a332-06b1c7a8ae76",
+ "name": "IPSUM",
+ "endDate": "2020-04-05",
+ "startDate": "2017-08-16",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "379826b5-daa6-49e4-80d4-ed0c92e4a549",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-06-08",
+ "startDate": "2023-07-01",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c40381a9-a746-4e01-aa74-b8a0001d9d27",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-03-14",
+ "startDate": "2018-05-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9e3dc679-6fa2-4389-96c2-94c32ed53040",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-03-30",
+ "startDate": "2020-08-10",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "480d8ff3-3283-4c8d-b42a-d3fcd73bc0d7",
+ "siteRegistry": false,
+ "documentDate": "2021-04-15",
+ "receivedDate": "2020-09-17",
+ "uploadedDate": "2017-08-20",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "848d8026-8fc0-44e8-aae1-e0ccac512998",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7cf0005c-0007-4540-a013-866638f45594",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "6a0ea15e-9f8c-4b1a-a7d7-df1c376e4930",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "cff2dae5-449e-4527-9fcc-a9f1124744f9",
+ "siteRegistry": false,
+ "documentDate": "2022-04-29",
+ "receivedDate": "2021-10-05",
+ "uploadedDate": "2023-02-23",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "4f1cca41-a102-45ff-b54e-4119a31961cf",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "c18c406b-9606-4e20-a107-a69fcfee4844",
+ "siteRegistry": false,
+ "documentDate": "2016-02-01",
+ "receivedDate": "2016-10-12",
+ "uploadedDate": "2021-02-27",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "6c6651ec-7ed6-434b-a1e8-782b54ddd16e",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "dfbbacbb-90b2-4e46-9a84-0a9dd650517d",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "bcc7fcfa-8883-4c00-a0e6-9f2512655f39",
+ "siteRegistry": true,
+ "documentDate": "2020-05-23",
+ "receivedDate": "2015-01-13",
+ "uploadedDate": "2022-07-23",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "a8863140-c7f8-4aea-8836-38cb78d45450",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "3076edfb-bb66-4d93-9677-44152666b399",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-12-20 (described on Site Profile dated 2018-12-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "b027e010-339d-40ef-8727-8280e09217d2",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-05-19 (described on Site Profile dated 2022-05-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "7b6875a6-3fb2-4c7c-809d-e4ad6ad78571",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-08-04 (described on Site Profile dated 2021-08-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "600d63fe-9ef2-42f6-ab30-601d8738d2a7",
+ "siteRegistry": true,
+ "dateNoted": "2016-06-18",
+ "parcelID": "20823",
+ "crownLandUsePIN": "17927",
+ "crownLandFileNumber": "18080",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 3 DISTRICT LOT 1 PLAN 4519"
+ },
+ {
+ "uuid": "a80e8025-360d-4244-b30a-959d71b7dfd7",
+ "siteRegistry": false,
+ "dateNoted": "2019-09-29",
+ "parcelID": "16829",
+ "crownLandUsePIN": "17349",
+ "crownLandFileNumber": "19307",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 3 DISTRICT LOT 1 PLAN 7930"
+ },
+ {
+ "uuid": "4014f604-e315-4734-84bc-1a5742e6d618",
+ "siteRegistry": true,
+ "dateNoted": "2018-06-07",
+ "parcelID": "19547",
+ "crownLandUsePIN": "16383",
+ "crownLandFileNumber": "20291",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 5 DISTRICT LOT 3 PLAN 6371"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "e78bb005-cc72-4e62-a691-5955b65b4785",
+ "siteRegistry": false,
+ "dateReceived": "2021-04-21",
+ "dateCompleted": "2017-11-19",
+ "dateEntered": "2014-01-31",
+ "dateRegistrar": "2017-01-02",
+ "dateLocalAuthorityReceived": "2016-10-29",
+ "summary": "Corporis animi dolorum.",
+ "informationUsed": "Autem iste ut deserunt tempore blanditiis.\nPraesentium voluptatum vero facilis ipsam molestiae cumque facere repudiandae molestias.\nSapiente distinctio libero hic.\nQui ipsam iste commodi.\nOdio rerum quae harum dolores numquam ipsam.",
+ "pastOrPresentOrders": "Numquam at at deleniti rem veniam illum exercitationem quod.\nMinima omnis sequi.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "33c06cb7-b4c2-4284-a964-e21a4d3b9bca",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "82351ae4-8241-4c46-9442-f9cb7aecf312",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1b33636f-265a-4f90-bb5f-9cb520aea56f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "647c9cd6-9bb3-46bb-8a68-e30e996580ee",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "7f186452-d05a-489e-9798-25614757a595",
+ "siteRegistry": true,
+ "dateReceived": "2016-09-23",
+ "dateCompleted": "2021-09-03",
+ "dateEntered": "2016-02-05",
+ "dateRegistrar": "2020-02-03",
+ "dateLocalAuthorityReceived": "2021-03-02",
+ "summary": "Iste velit quidem quod velit unde aut velit.\nSaepe animi corporis suscipit veritatis autem et aspernatur quibusdam.\nEveniet aspernatur ratione minus facilis velit et quas provident.",
+ "informationUsed": "Quasi qui neque fuga laboriosam.\nReprehenderit culpa nostrum magni fuga odio voluptates.\nLabore tempora debitis.\nModi consectetur voluptas.",
+ "pastOrPresentOrders": "Veniam non rem deleniti quam blanditiis reiciendis excepturi dolore.\nDolorum eius dolorum mollitia.\nEaque distinctio aliquid rem aspernatur quidem dignissimos.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "ef01e4ab-be25-4d9a-804a-f2e3829939a4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e8f3c495-d986-4a10-97a6-f3ac86168d44",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d49a8c9a-24df-437b-95d7-20ceb6b7bef6",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "42bb4949-2c92-4911-bfd3-f5b0ea538215",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERGSTROM KELTON",
+ "timestamp": "2021-05-27"
+ },
+ {
+ "uuid": "c690cfe3-7d7b-44d7-8862-d78866fa98de",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MORISSETTE BERTRAM",
+ "timestamp": "2022-07-06"
+ },
+ {
+ "uuid": "3cde00de-684a-4af2-9e73-134b6c4a39d0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOEPP RODRICK",
+ "timestamp": "2014-06-18"
+ },
+ {
+ "uuid": "9630c3ee-3885-4a29-8243-ea0e24e06ecc",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'REILLY FINN",
+ "timestamp": "2015-12-29"
+ },
+ {
+ "uuid": "ff4301bc-e517-4ffe-b79d-07127f7914b7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUELS LOLITA",
+ "timestamp": "2021-07-20"
+ },
+ {
+ "uuid": "02959737-71e9-43d4-9575-8084c75f704e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DOOLEY GEORGIANA",
+ "timestamp": "2016-09-05"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "454568c9-bffd-45f9-8c6b-7278834db4bc",
+ "dateNoted": "2023-07-21",
+ "notes": "",
+ "parcelID": "15947",
+ "siteID": "20224",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8ba71a4f-7179-4752-bc98-b109b3b440b8",
+ "dateNoted": "2014-06-27",
+ "notes": "",
+ "parcelID": "20457",
+ "siteID": "16531",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "73fd0de0-1b5a-41c9-b760-ce655ec7bf72",
+ "dateNoted": "2019-01-09",
+ "notes": "",
+ "parcelID": "18802",
+ "siteID": "18670",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "aa76f243-6edb-4500-81fb-a1d3d34495ee",
+ "siteID": 16137,
+ "address": "43809 Skiles Shoals",
+ "latitude": 50.204,
+ "longitude": -121.2044,
+ "lastUpdated": "2014-03-11",
+ "city": "Sadieville",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/6575",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5297856,
+ 5741077,
+ 8524287,
+ 3851665,
+ 4812333
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "32efbab4-69e3-47ef-aaf4-3e0bf081e278",
+ "createdAt": "2019-09-26",
+ "completed": "2018-10-10",
+ "initiated": "2021-07-21",
+ "ministryContact": "BEAHAN ORAL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "356a53b7-77e4-4d33-9b0b-a2a035686c83",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "aa00b1db-8e8e-49e6-8f57-91143f3b0324",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1f1cee4e-1f48-442a-afb8-daebcff6c3a4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c92a452c-22d1-4b9c-a2c4-6039058dc4dc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b731e0cb-37e8-42fe-b593-a35620a788ac",
+ "createdAt": "2014-04-20",
+ "completed": "2018-02-28",
+ "initiated": "2020-08-06",
+ "ministryContact": "FRANECKI CASPER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "be6182c8-6ea0-49bb-8727-ab00495b0c72",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1c7f1803-1406-4cab-8e16-6b308ba99ad2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "26359b8c-eec5-4e6a-9891-c900ee33808b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7568e0e9-8d28-48bc-838d-3af19ae72ada",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ee9af67d-bb26-4ee5-9723-d9b89f25c34c",
+ "createdAt": "2022-04-22",
+ "completed": "2020-10-31",
+ "initiated": "2016-12-09",
+ "ministryContact": "POLLICH OKEY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c3774260-1c44-46a1-ada8-43bf61f6189d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "de2ad0a3-7008-4436-b3ee-30cf42e2df23",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "19eeea86-c05b-497d-96cc-529e0495c897",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "90ffa1cc-e659-4f7d-b75e-f8002b224351",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-08-12",
+ "startDate": "2016-12-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "33ab5ee3-0bc9-41a5-a321-ec64c5ca3d58",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-10-02",
+ "startDate": "2019-02-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "13eca172-d45c-4a1c-bed6-51574c59b93a",
+ "siteRegistry": false,
+ "documentDate": "2018-04-27",
+ "receivedDate": "2019-02-08",
+ "uploadedDate": "2015-06-29",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "73a7957e-abbe-4f8b-9084-7a0c91a656b5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "78f5f62a-4e80-4fdb-a226-a5639c081adb",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a2546968-749e-40ed-b645-42bce1648e69",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "7b53789f-c145-4a78-bb97-62cbc30e49b6",
+ "siteRegistry": true,
+ "documentDate": "2017-02-20",
+ "receivedDate": "2014-11-12",
+ "uploadedDate": "2022-10-28",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "c3e61002-b6a3-42f6-ac48-c2c30abfe888",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e8ee8e44-8fbf-46ec-a45a-f8c76dbe2a68",
+ "siteRegistry": false,
+ "documentDate": "2018-12-20",
+ "receivedDate": "2019-09-14",
+ "uploadedDate": "2014-09-23",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "83c432b2-f41d-4a57-9d6f-8961d5a90023",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "6487e6d4-305c-4150-8652-e94328b713a5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d322ec1f-3dca-44b6-9709-f7582cfefe3b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "9cf7997d-b811-4afe-a436-d842700eb91d",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-06-24 (described on Site Profile dated 2022-06-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "fb7088fc-5f1a-4115-8eab-2de5a4185b5b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-07-08 (described on Site Profile dated 2022-07-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "6dbaecb2-d9b5-4226-977d-866dbd791502",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-05-28 (described on Site Profile dated 2020-05-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "a0d1f42c-55a7-45d0-b205-74b79753202f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-09-13 (described on Site Profile dated 2022-09-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "64c64d7d-9c65-4fe8-af9d-0a49a9493ff3",
+ "siteRegistry": true,
+ "dateNoted": "2017-10-27",
+ "parcelID": "18655",
+ "crownLandUsePIN": "20357",
+ "crownLandFileNumber": "19868",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 3 DISTRICT LOT 5 PLAN 5546"
+ },
+ {
+ "uuid": "11f6fd75-093f-4149-99ff-7e29130f8923",
+ "siteRegistry": false,
+ "dateNoted": "2022-06-27",
+ "parcelID": "19129",
+ "crownLandUsePIN": "19602",
+ "crownLandFileNumber": "16148",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 3 DISTRICT LOT 5 PLAN 8831"
+ },
+ {
+ "uuid": "7d7a564e-6480-426e-a716-2912c455c228",
+ "siteRegistry": false,
+ "dateNoted": "2019-03-14",
+ "parcelID": "20970",
+ "crownLandUsePIN": "19849",
+ "crownLandFileNumber": "16572",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 2 DISTRICT LOT 2 PLAN 7017"
+ },
+ {
+ "uuid": "ecca88da-7ae0-424f-b6d4-9154a96d2468",
+ "siteRegistry": false,
+ "dateNoted": "2016-04-04",
+ "parcelID": "18771",
+ "crownLandUsePIN": "16352",
+ "crownLandFileNumber": "15894",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 3 DISTRICT LOT 5 PLAN 5106"
+ },
+ {
+ "uuid": "21395b81-cdef-4c6a-9828-b9f7702ed853",
+ "siteRegistry": true,
+ "dateNoted": "2020-04-15",
+ "parcelID": "17868",
+ "crownLandUsePIN": "20823",
+ "crownLandFileNumber": "19137",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 1 DISTRICT LOT 5 PLAN 8922"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "c1a7b467-be97-42c2-aa90-22488f3e8a54",
+ "siteRegistry": true,
+ "dateReceived": "2015-11-01",
+ "dateCompleted": "2015-08-02",
+ "dateEntered": "2015-04-09",
+ "dateRegistrar": "2020-09-10",
+ "dateLocalAuthorityReceived": "2016-02-18",
+ "summary": "Quam similique ea velit aliquid.\nId voluptatem impedit cumque iste aliquid unde magnam in.\nRem sed ad velit velit autem reiciendis repudiandae cum.",
+ "informationUsed": "Saepe eum sapiente eveniet.\nDolore quod minima deserunt vitae pariatur cum eius similique.\nEum sunt debitis reprehenderit fugit.",
+ "pastOrPresentOrders": "Nihil aspernatur quae officiis iusto expedita ipsam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "1388f587-d725-4a1a-b05c-789851f4d173",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1ddc7c46-9fcf-46a7-97d8-7c26df019465",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "b74e400a-0104-4f47-a832-a03fee59610d",
+ "siteRegistry": true,
+ "dateReceived": "2021-08-10",
+ "dateCompleted": "2018-11-19",
+ "dateEntered": "2022-08-13",
+ "dateRegistrar": "2015-11-06",
+ "dateLocalAuthorityReceived": "2019-08-10",
+ "summary": "Nisi officia corporis optio tenetur voluptatibus recusandae aspernatur eveniet earum.\nOptio molestias alias unde.",
+ "informationUsed": "Qui neque at ullam non.\nPorro natus perspiciatis consequatur aspernatur excepturi modi accusantium fugit.\nCulpa ullam voluptate blanditiis laboriosam ipsum voluptatem ad.\nPorro sapiente animi.\nExercitationem enim eveniet optio occaecati incidunt.",
+ "pastOrPresentOrders": "Eligendi incidunt sed odio non.\nEligendi doloribus non voluptatum repellat error non magni.\nQuae culpa temporibus maxime sed.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "75aacc53-4c6c-46a0-a4b5-89167279f7d9",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b62dd654-b9ab-4d21-b606-e306e4aa4016",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "c53ba5c8-1b3f-48bd-9710-28c4dc1f34f4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CASSIN-BARTOLETTI BENEDICT",
+ "timestamp": "2021-02-25"
+ },
+ {
+ "uuid": "292f2520-a876-4b31-8675-f290c81eb9e8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CUMMERATA LEONIE",
+ "timestamp": "2015-06-28"
+ },
+ {
+ "uuid": "fb770fc1-1c86-4267-92c9-f5e651c310b4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TROMP NELLE",
+ "timestamp": "2017-01-05"
+ },
+ {
+ "uuid": "792d8656-3b4b-4475-9b04-ac9f2785d0e0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KEMMER KIRSTIN",
+ "timestamp": "2015-05-05"
+ },
+ {
+ "uuid": "c571a02c-fc93-4673-8a7f-851db24c5a45",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ANKUNDING PRESTON",
+ "timestamp": "2020-07-24"
+ },
+ {
+ "uuid": "486f6e5b-5eaf-428b-b415-3ed8471e39d8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SHIELDS MAGNUS",
+ "timestamp": "2020-05-17"
+ },
+ {
+ "uuid": "b66aba29-0b97-415d-9dbc-28d23034fa19",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUMM CLARABELLE",
+ "timestamp": "2018-04-15"
+ },
+ {
+ "uuid": "16e47507-1515-49e9-9347-3b3e511b8a64",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STEUBER JAMISON",
+ "timestamp": "2014-10-23"
+ },
+ {
+ "uuid": "a732e40d-c647-461c-a465-8d51a979a80e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LITTLE BELL",
+ "timestamp": "2022-10-26"
+ },
+ {
+ "uuid": "9a1c785a-10e8-43dd-a009-7c17b4259b59",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ANKUNDING OREN",
+ "timestamp": "2014-09-19"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "87974e76-2149-43af-a003-b77e9b2e7766",
+ "dateNoted": "2015-01-12",
+ "notes": "",
+ "parcelID": "16852",
+ "siteID": "17114",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2722b2ff-f1bd-413c-aee5-84c810169aa5",
+ "dateNoted": "2022-09-07",
+ "notes": "",
+ "parcelID": "19504",
+ "siteID": "17845",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "9b3ec6d7-55bc-47ff-96d0-12011b0cda85",
+ "siteID": 16804,
+ "address": "715 Ferne Crossing",
+ "latitude": 50.1639,
+ "longitude": -126.9501,
+ "lastUpdated": "2019-02-05",
+ "city": "Vallejo",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/5216",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9179965,
+ 779496,
+ 9098111,
+ 7280819,
+ 7923051
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "cb0b1532-c740-4843-9aae-4cf361693766",
+ "createdAt": "2022-03-21",
+ "completed": "2023-01-05",
+ "initiated": "2015-08-23",
+ "ministryContact": "HALEY BRITNEY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "db1aaf11-e19a-4869-b759-83693590802c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "13adaf63-dcd9-4828-ae86-fce283088f7f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "eecdbda9-de2a-4fa9-9dfe-23bb872641e5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0813d673-61f8-42b7-b075-388ad3ad3960",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bb954aed-2b96-438d-946b-e675bfacc10b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e46b4c47-ad7b-4eb2-8e6c-e4b5dfeda20e",
+ "createdAt": "2019-10-14",
+ "completed": "2016-05-21",
+ "initiated": "2022-03-20",
+ "ministryContact": "PFANNERSTILL KIRK",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ed962a42-30cc-4d38-8822-b605a650e348",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2a6475ff-a798-4f69-a485-5a04a18e8675",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dce5cf52-5bf5-41b0-b0e6-03ec3846e1f9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "10b83a8e-c2f1-4c6d-bb6e-728447aa05c9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "3776ad3f-9a21-4e17-b0bc-df6e22fbff3e",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-07-29",
+ "startDate": "2018-08-21",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "86212fa3-dad5-4640-ae27-91e1e11a52be",
+ "name": "IPSUM",
+ "endDate": "2018-01-18",
+ "startDate": "2023-06-25",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f0ec0f3b-85a0-4b63-a1cc-3214deca12f8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-11-16",
+ "startDate": "2020-09-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "847133fd-e622-4e10-9b69-22c6c39c91bd",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2013-11-08",
+ "startDate": "2023-10-01",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "c99ae56a-65c3-475a-9082-40fdec067780",
+ "siteRegistry": false,
+ "documentDate": "2016-08-27",
+ "receivedDate": "2016-04-17",
+ "uploadedDate": "2018-11-08",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "d8b4c99d-3e5d-4f62-aba5-8c7c39674cf0",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3c4c8d1f-e2ba-4088-9c14-6dffd940b41a",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "36c97b68-30e8-40ec-8732-93b134ea1cd6",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-09-07 (described on Site Profile dated 2023-09-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "7edf63b9-085f-432a-beb6-d154d0a70a80",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-01-27 (described on Site Profile dated 2019-01-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "37cffba3-b9b4-4131-893e-d54e41d4641c",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-07-19 (described on Site Profile dated 2015-07-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "01a76aa8-4007-4759-be29-35f4aad6b221",
+ "siteRegistry": true,
+ "dateNoted": "2015-04-29",
+ "parcelID": "20177",
+ "crownLandUsePIN": "17981",
+ "crownLandFileNumber": "17007",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 2 DISTRICT LOT 5 PLAN 7343"
+ },
+ {
+ "uuid": "df474a17-643e-471d-9708-99608e259110",
+ "siteRegistry": true,
+ "dateNoted": "2021-05-18",
+ "parcelID": "18528",
+ "crownLandUsePIN": "17278",
+ "crownLandFileNumber": "19943",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 3 DISTRICT LOT 4 PLAN 7821"
+ },
+ {
+ "uuid": "d14f425e-407d-4ecd-98ef-755078d9fddf",
+ "siteRegistry": true,
+ "dateNoted": "2023-04-17",
+ "parcelID": "16411",
+ "crownLandUsePIN": "19414",
+ "crownLandFileNumber": "16169",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 5 DISTRICT LOT 3 PLAN 6287"
+ },
+ {
+ "uuid": "bfe90d2d-89d9-4569-9786-44eec01a282c",
+ "siteRegistry": false,
+ "dateNoted": "2018-06-12",
+ "parcelID": "16788",
+ "crownLandUsePIN": "17872",
+ "crownLandFileNumber": "20695",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 4 DISTRICT LOT 2 PLAN 7202"
+ },
+ {
+ "uuid": "c18b8d4f-d14d-4061-8022-221606e2bc15",
+ "siteRegistry": true,
+ "dateNoted": "2015-01-15",
+ "parcelID": "20551",
+ "crownLandUsePIN": "18400",
+ "crownLandFileNumber": "19330",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 4 DISTRICT LOT 3 PLAN 5868"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "b3f4f503-05ab-48c3-bc48-a39685eb7d8b",
+ "siteRegistry": true,
+ "dateReceived": "2023-07-21",
+ "dateCompleted": "2014-04-05",
+ "dateEntered": "2017-02-08",
+ "dateRegistrar": "2016-03-03",
+ "dateLocalAuthorityReceived": "2019-04-18",
+ "summary": "Ad ut aliquid voluptatem sed consequatur explicabo.\nConsequuntur quod voluptas quisquam hic.\nDoloremque nulla quam.",
+ "informationUsed": "Delectus deleniti quia perspiciatis.\nVoluptas eius recusandae.\nQuam perspiciatis aut nam quam facilis.",
+ "pastOrPresentOrders": "Sed dolor repudiandae possimus sapiente reiciendis quis facilis.\nQuo cumque excepturi tempora illum cumque quaerat pariatur harum iusto.\nAsperiores velit nisi repellat aliquid sapiente inventore.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "597826d6-cf72-4796-a426-a09e30bb65f0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "aa23b9d9-7b73-4342-b79a-d414ae73e865",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "f7c55cc8-eb15-47ef-9943-fca11b8e2117",
+ "siteRegistry": false,
+ "dateReceived": "2018-06-08",
+ "dateCompleted": "2016-05-10",
+ "dateEntered": "2022-02-15",
+ "dateRegistrar": "2020-08-30",
+ "dateLocalAuthorityReceived": "2014-07-02",
+ "summary": "Delectus facilis aliquid voluptate perferendis cupiditate quas quasi.",
+ "informationUsed": "Optio eveniet corrupti in reprehenderit nisi eligendi.\nAmet cupiditate repellendus ab quos inventore nisi recusandae pariatur molestiae.\nCorrupti error dolores nostrum.\nAt assumenda facere autem ab inventore reprehenderit.",
+ "pastOrPresentOrders": "Molestiae hic fugit eligendi suscipit deleniti dolorum exercitationem.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "7e02893e-1895-4303-aca6-63bbe578d73d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f51b437e-827d-41cf-ad50-f53c814aa930",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "315c71ce-9860-4820-abed-3746626c1ab3",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ec273597-7091-48e3-9449-9970f9910f70",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "0946af85-b814-48f7-baa3-4a52b6c23fd1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WEST LEILANI",
+ "timestamp": "2018-06-20"
+ },
+ {
+ "uuid": "19fa38bc-3e3b-4420-b00e-3a6bb005949a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HELLER AMELIE",
+ "timestamp": "2019-01-28"
+ },
+ {
+ "uuid": "b8b9eee0-7d9b-4f67-b207-9bcbc64401e5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JOHNSTON VIOLET",
+ "timestamp": "2019-11-26"
+ },
+ {
+ "uuid": "e4ce8425-a76a-479d-b86c-e98b643696fc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BROWN PETER",
+ "timestamp": "2022-03-29"
+ },
+ {
+ "uuid": "53a75850-b808-4420-a876-8eae8e9eaac2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MARQUARDT RHETT",
+ "timestamp": "2016-09-18"
+ },
+ {
+ "uuid": "659c84bc-8380-4777-b890-59c0d93ffdea",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOPPE PRINCE",
+ "timestamp": "2021-10-01"
+ },
+ {
+ "uuid": "b1c58702-b01f-4bde-9e47-c71920eab056",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SHIELDS ADOLF",
+ "timestamp": "2016-12-15"
+ },
+ {
+ "uuid": "ffb53fe4-a83b-409a-a551-e16a892fb2b1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KASSULKE LELA",
+ "timestamp": "2019-01-24"
+ },
+ {
+ "uuid": "e68206e2-fae8-44e7-b76d-d07138c45cb3",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PAGAC STELLA",
+ "timestamp": "2013-11-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "32eaad30-cbce-4a80-9893-b1551b462cb4",
+ "dateNoted": "2014-12-07",
+ "notes": "",
+ "parcelID": "17207",
+ "siteID": "18676",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "441517e2-827d-4516-a3a1-48775245698b",
+ "siteID": 18800,
+ "address": "84551 Alvah Harbors",
+ "latitude": 58.8004,
+ "longitude": -136.4539,
+ "lastUpdated": "2016-03-15",
+ "city": "South Elwinville",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/11347",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1245688,
+ 3921089,
+ 8861545,
+ 7623560,
+ 8690852
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "94989e04-cf62-4cc5-841c-1e7f3a3dafa9",
+ "createdAt": "2021-03-21",
+ "completed": "2017-02-27",
+ "initiated": "2014-01-28",
+ "ministryContact": "HOWE MARIAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "90400052-da5b-461f-a20c-d148d12f418c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b61bee8d-74d5-4309-a87b-e81f3457bde1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "30e031d1-dc1a-41de-b91b-a79d50db17a6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8bd3c850-6992-4be5-ae36-8b418879cb7b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "406ecd66-7b29-46cf-8713-a9284f15b7fb",
+ "createdAt": "2013-12-20",
+ "completed": "2020-12-09",
+ "initiated": "2021-09-23",
+ "ministryContact": "SPINKA HEATH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "905aa6a5-4cd3-438d-8c3b-426fb6b60bef",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "84192e5a-3692-42c2-8700-d3c4530b992a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b8a9912e-f204-48b7-8113-92e6b26449e8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "28b8df5a-23f7-4b69-b8ba-3f0e8c66b70b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4b4534af-5cdb-4fce-9de7-bb19c258e839",
+ "createdAt": "2015-08-09",
+ "completed": "2018-08-16",
+ "initiated": "2016-06-23",
+ "ministryContact": "SPORER SANDY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "70be41bb-5878-4eae-a1ae-87825b48f8da",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "43017801-3cc3-4d48-88fb-615839565238",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "092666cd-d379-4d4e-a161-a096d6da6c78",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b4f8f626-c5a7-418f-86c3-af0cb0263878",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "448f86cd-bd56-41f0-8947-3e6760815df2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8c89fe83-c712-490f-80d1-1d4cc7f15e3b",
+ "createdAt": "2014-01-18",
+ "completed": "2014-07-20",
+ "initiated": "2016-10-11",
+ "ministryContact": "BERNIER RICKY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ea10e394-7f3e-4234-87e1-7dd14877830c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6a24e67f-2eff-4cc1-9293-e0b9d68293b0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e5c75713-182d-45a7-8d5d-da0dfe8339c9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9b5c4406-5e5b-45e0-a330-2098a9cddd71",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e2570ae8-04b8-4fff-a75d-0450b4b9ee95",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a05533e6-b04c-4d16-9c85-38810cb1e403",
+ "createdAt": "2015-05-06",
+ "completed": "2023-01-24",
+ "initiated": "2019-06-07",
+ "ministryContact": "BOYLE GONZALO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e436f399-d62a-4e82-b990-e5d7e0edf9a9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c340a3c9-d647-4348-8cdf-e036a9a8c04f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e313d2b5-2fec-4154-9d4c-af946c1eb0e7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e61fca2b-18c0-46a7-b5a6-b389ff54d0d8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e4452bc3-3c29-4792-b1b1-a7abf5339b6d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "a16ed936-8b58-4205-8db4-a359d06aad85",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-02-27",
+ "startDate": "2017-09-24",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2c3f75b3-54fa-40d2-8782-848fbf20d7f7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-05-24",
+ "startDate": "2017-08-30",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9163c5c9-3187-442f-8064-110f7aaa603d",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2014-01-10",
+ "startDate": "2013-11-23",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ae6b8813-b2ed-4aab-9b07-0aa9391ffe6e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-03-19",
+ "startDate": "2022-10-06",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "a0c129a3-e570-4dbe-aee5-e8a8c61db555",
+ "siteRegistry": false,
+ "documentDate": "2016-11-29",
+ "receivedDate": "2021-09-06",
+ "uploadedDate": "2018-06-03",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "d5fb82df-2e53-4e8d-a562-fd77c2a0114f",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2a22ba78-7f4b-4b6f-ac58-c0dc7698a220",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "c421620c-c413-4458-b4cc-85a02a85ba7a",
+ "siteRegistry": true,
+ "documentDate": "2021-09-18",
+ "receivedDate": "2017-08-12",
+ "uploadedDate": "2015-10-17",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "88c9a16c-cfe5-428f-90d8-66101addd197",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "b98ee928-0f2e-484a-9bb2-4f8f1798f461",
+ "siteRegistry": true,
+ "documentDate": "2023-07-26",
+ "receivedDate": "2021-06-08",
+ "uploadedDate": "2020-07-29",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "c559a6f4-35e7-4708-8d89-2b9f5187460d",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c508802c-a90a-4117-b74f-058a40b3bede",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d6235234-3a54-41d9-8ad5-4f20d663be92",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "a934f350-bcf9-4448-a7bc-62de95f7590b",
+ "siteRegistry": false,
+ "documentDate": "2019-12-11",
+ "receivedDate": "2021-10-04",
+ "uploadedDate": "2020-07-16",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "d6b0ac27-a4ea-47e1-ab9e-b6bf66c970dc",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0977abd7-7cf5-44fc-a92e-c19ffc1a85b1",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "903ee0ae-b33b-4bcf-b72e-17a5b776c3c3",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "508c5a12-4f84-48d2-b2a5-9c30491390a0",
+ "siteRegistry": false,
+ "documentDate": "2014-11-12",
+ "receivedDate": "2022-09-03",
+ "uploadedDate": "2020-09-28",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "9487a807-bc39-45cf-aa27-6eaa3b139864",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4546bb23-c098-4eec-954f-07974a19b81b",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "814f493b-b658-4e16-a472-2b39a7fa4a26",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "c5df5ae4-59f6-4a6e-9eef-968f5b739b18",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-03-26 (described on Site Profile dated 2019-03-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "da973caf-1aee-46da-915c-a757a283ed35",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-08-28 (described on Site Profile dated 2017-08-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "f79d10b1-105e-4c86-ba47-fefd0937abe0",
+ "siteRegistry": true,
+ "dateNoted": "2019-08-05",
+ "parcelID": "17219",
+ "crownLandUsePIN": "18163",
+ "crownLandFileNumber": "18314",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 4 DISTRICT LOT 1 PLAN 5340"
+ },
+ {
+ "uuid": "eaba90b8-6ffe-4002-9eec-c4adfaf52112",
+ "siteRegistry": true,
+ "dateNoted": "2016-01-23",
+ "parcelID": "20506",
+ "crownLandUsePIN": "17983",
+ "crownLandFileNumber": "15425",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 4 DISTRICT LOT 2 PLAN 7878"
+ },
+ {
+ "uuid": "a64e142b-90ca-4c52-a15c-c4982d0de5c3",
+ "siteRegistry": false,
+ "dateNoted": "2018-12-09",
+ "parcelID": "19377",
+ "crownLandUsePIN": "20878",
+ "crownLandFileNumber": "15582",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 3 DISTRICT LOT 5 PLAN 3293"
+ },
+ {
+ "uuid": "aa0274b6-e167-4d40-a49f-dab2040c3560",
+ "siteRegistry": false,
+ "dateNoted": "2021-07-27",
+ "parcelID": "17091",
+ "crownLandUsePIN": "20519",
+ "crownLandFileNumber": "16226",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 2 DISTRICT LOT 1 PLAN 7963"
+ },
+ {
+ "uuid": "bcef4b1c-4ac8-4975-928e-f7235086e677",
+ "siteRegistry": false,
+ "dateNoted": "2018-05-27",
+ "parcelID": "16355",
+ "crownLandUsePIN": "15579",
+ "crownLandFileNumber": "17864",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 5 DISTRICT LOT 1 PLAN 6619"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "26a9a0f3-cae6-40ed-9473-e1168a52752b",
+ "siteRegistry": true,
+ "dateReceived": "2016-06-03",
+ "dateCompleted": "2017-03-19",
+ "dateEntered": "2019-08-23",
+ "dateRegistrar": "2020-11-23",
+ "dateLocalAuthorityReceived": "2016-01-17",
+ "summary": "Doloremque dignissimos quo dolore praesentium eligendi perspiciatis dolorum.\nAperiam id doloribus.",
+ "informationUsed": "Itaque cupiditate quaerat mollitia nisi.\nNeque expedita laboriosam optio eaque voluptate nulla hic.\nSuscipit voluptates doloremque labore.\nA voluptatibus sequi assumenda.\nAut excepturi quis dicta necessitatibus eos nam commodi.",
+ "pastOrPresentOrders": "Sed odit vitae minus distinctio explicabo soluta.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b7459cf1-0970-4aae-8abe-de2d3fbb22f4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0bbdac9c-e6d7-4d96-95b5-9d9028d4073d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e798d362-6ad6-4b00-99aa-bd8daa71adc0",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "0b7b7678-8108-4070-aaab-991353bc91af",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MILLS JAYLIN",
+ "timestamp": "2022-01-13"
+ },
+ {
+ "uuid": "5f24a96a-cfb9-404e-84b5-73fde3bd8cd8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STEHR SEDRICK",
+ "timestamp": "2018-07-18"
+ },
+ {
+ "uuid": "34422bff-3e94-4964-a67a-e5ceb45b3580",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DOOLEY TERENCE",
+ "timestamp": "2021-04-14"
+ },
+ {
+ "uuid": "695a280e-9c69-43aa-9b0a-3d9b8e1f86d8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RENNER MITCHELL",
+ "timestamp": "2018-05-09"
+ },
+ {
+ "uuid": "28047a96-91a1-4315-9d2b-35d9f0a3c3d8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NITZSCHE RYLAN",
+ "timestamp": "2018-10-21"
+ },
+ {
+ "uuid": "99b8543f-5b8d-4230-9e0e-ff33f4de83ec",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TORPHY HANK",
+ "timestamp": "2016-03-31"
+ },
+ {
+ "uuid": "3a74ff5d-d8bf-447f-b444-972fa12d949e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MURRAY VERN",
+ "timestamp": "2018-07-08"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "3d1cefd7-64cb-4471-932c-ba9ce648843b",
+ "dateNoted": "2015-10-07",
+ "notes": "",
+ "parcelID": "19248",
+ "siteID": "16804",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4baa024f-47d7-471a-8fba-735fa16bc313",
+ "dateNoted": "2016-10-06",
+ "notes": "",
+ "parcelID": "16108",
+ "siteID": "15561",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "09302f24-9852-4e00-aa75-23bbddbc70aa",
+ "siteID": 18513,
+ "address": "505 Klocko Isle",
+ "latitude": 52.8904,
+ "longitude": -138.42,
+ "lastUpdated": "2015-07-16",
+ "city": "South Augustaborough",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/12116",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4035059,
+ 1923119,
+ 2822124,
+ 3264733,
+ 3617738
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "cd135eee-0636-4e9c-ab0d-4ccada3fb116",
+ "createdAt": "2015-07-11",
+ "completed": "2014-04-03",
+ "initiated": "2015-08-29",
+ "ministryContact": "CORKERY RENEE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bba8f2ac-4d8c-44bc-99b9-27edae0bd227",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a9a0cb77-c3c1-4f20-9251-290c51e59bac",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b1ad9e7f-9acf-4d3c-b2dc-138c2379ce4e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "96f40a88-b16b-4bb4-9633-56a66a77c89d",
+ "createdAt": "2019-05-24",
+ "completed": "2022-01-03",
+ "initiated": "2014-11-09",
+ "ministryContact": "LOCKMAN DONALD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "618d0a64-e23e-41ba-a65a-aa96b4c14a5c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "09908f57-aea4-44c5-95ff-2dd8e3374c8a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "acf67d10-6c30-44a0-b8b7-07a7fdd1f8ad",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2e4fe56b-ccf9-4a63-b3a1-ae0ff0eb2e86",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ccfaaa0c-165b-49b3-a411-f0fe413b01b0",
+ "createdAt": "2023-01-16",
+ "completed": "2020-01-24",
+ "initiated": "2019-05-25",
+ "ministryContact": "SWIFT LETA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5e7ad960-318a-4009-b078-57a01083a54e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6614f949-19c0-4c0b-80c0-23c32926596e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7cb14091-413f-47b6-abcd-096c88c3d5cb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "740cd93c-0878-4203-9fbb-de09da7cc992",
+ "name": "IPSUM",
+ "endDate": "2018-11-22",
+ "startDate": "2023-02-13",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c4127b3a-37f2-4dbc-aeff-615296608f1b",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-08-14",
+ "startDate": "2014-01-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "3513a314-001a-4c51-99d7-030af186b733",
+ "siteRegistry": false,
+ "documentDate": "2014-06-12",
+ "receivedDate": "2023-08-24",
+ "uploadedDate": "2017-11-29",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "1ce767e8-41b2-4aab-b7a2-be35441394ed",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "20eb9923-db5e-457c-98aa-791d72742349",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "93eb05e2-2dc7-4818-9642-a959e46dbc41",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "1ec0acb0-4b80-40d1-bf12-37a07a19361b",
+ "siteRegistry": false,
+ "documentDate": "2020-10-01",
+ "receivedDate": "2018-02-19",
+ "uploadedDate": "2023-04-03",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "95847f02-4848-4275-8fb5-d92553a0c536",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "531462e3-7b49-4d44-b0d1-4fb92dc9ed72",
+ "siteRegistry": false,
+ "documentDate": "2017-06-15",
+ "receivedDate": "2022-04-27",
+ "uploadedDate": "2016-07-28",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "b346c2a2-05a0-4dae-871b-5c800e66399d",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "75b64bac-2dd5-4ada-88c7-b5b2d497f34c",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "e4a2ce5e-cb17-4696-9672-943f40808a37",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-07-25 (described on Site Profile dated 2018-07-25)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "1490b58e-74fc-4577-9e35-2fcc2144956b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-02-17 (described on Site Profile dated 2015-02-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "1e970538-7a52-4f05-894a-68c8fcd11091",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-08-28 (described on Site Profile dated 2020-08-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "eb50fa54-d42d-46a3-9cae-f1cc98eb4215",
+ "siteRegistry": true,
+ "dateNoted": "2017-01-14",
+ "parcelID": "18374",
+ "crownLandUsePIN": "19203",
+ "crownLandFileNumber": "16085",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 3 DISTRICT LOT 2 PLAN 6141"
+ },
+ {
+ "uuid": "4bd7ec7d-c30f-4d6a-b42f-59b613603fb8",
+ "siteRegistry": true,
+ "dateNoted": "2016-03-25",
+ "parcelID": "17292",
+ "crownLandUsePIN": "20690",
+ "crownLandFileNumber": "18767",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 1 DISTRICT LOT 3 PLAN 5811"
+ },
+ {
+ "uuid": "b93bfc52-154e-4705-b4f0-aca911956cca",
+ "siteRegistry": false,
+ "dateNoted": "2015-11-11",
+ "parcelID": "16400",
+ "crownLandUsePIN": "17362",
+ "crownLandFileNumber": "16239",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 5 DISTRICT LOT 3 PLAN 9727"
+ },
+ {
+ "uuid": "e79bf51b-9593-401f-a16e-766f5157c132",
+ "siteRegistry": true,
+ "dateNoted": "2021-04-22",
+ "parcelID": "17563",
+ "crownLandUsePIN": "17821",
+ "crownLandFileNumber": "15231",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 2 DISTRICT LOT 1 PLAN 8649"
+ },
+ {
+ "uuid": "c5726a31-ac2e-4415-a802-f631088999b1",
+ "siteRegistry": true,
+ "dateNoted": "2018-11-18",
+ "parcelID": "20841",
+ "crownLandUsePIN": "20753",
+ "crownLandFileNumber": "17750",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 5 DISTRICT LOT 1 PLAN 9724"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "dfaa9577-1956-4d3d-b250-3d2bc78a77c9",
+ "siteRegistry": true,
+ "dateReceived": "2021-05-19",
+ "dateCompleted": "2017-01-14",
+ "dateEntered": "2015-07-20",
+ "dateRegistrar": "2016-12-02",
+ "dateLocalAuthorityReceived": "2014-02-12",
+ "summary": "Error repellendus esse animi voluptas illo odio perferendis.",
+ "informationUsed": "Possimus repellendus autem vel.\nQuae placeat vel saepe.\nDeserunt unde ex magnam nulla quod eius soluta sapiente neque.\nAnimi occaecati quidem sint ut quos quae consectetur.",
+ "pastOrPresentOrders": "Accusamus nihil illum ipsum ipsam ipsa.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "1679d753-aee4-4182-aba8-3bf3fbaf8bdb",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4dc49328-b71c-4f76-9c29-600293d9ad37",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "42827731-1920-46e2-a7a2-ae301ae65abc",
+ "siteRegistry": false,
+ "dateReceived": "2022-05-18",
+ "dateCompleted": "2021-05-07",
+ "dateEntered": "2014-12-21",
+ "dateRegistrar": "2023-05-22",
+ "dateLocalAuthorityReceived": "2013-12-23",
+ "summary": "Fuga nisi sunt quam saepe non maiores quae.\nReiciendis velit voluptatem molestiae facilis reprehenderit odio.\nProvident ducimus quibusdam nemo culpa inventore nihil.",
+ "informationUsed": "Assumenda atque distinctio.\nMollitia soluta eos quisquam voluptas sequi corporis ducimus soluta.\nEum ea aperiam nemo.",
+ "pastOrPresentOrders": "Nesciunt accusantium laboriosam deleniti quis alias dolore.\nAd veniam omnis totam.\nEsse magni fugit unde ea aspernatur.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "674b3562-27f3-4df9-9f13-bdfdb3894929",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0b35f60f-119a-4f57-8918-02f9eb4f964a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "da542e7f-ed5c-456e-a2a7-6b7f047e5299",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "c2d16258-8066-4de1-887e-fe177817b7e0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KING DANNIE",
+ "timestamp": "2014-03-02"
+ },
+ {
+ "uuid": "6315530b-9193-4893-8da0-caaf8a491121",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERGSTROM WARD",
+ "timestamp": "2019-03-07"
+ },
+ {
+ "uuid": "0947d0a0-156e-452f-bf10-29fb01f9a16b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SMITH SHAD",
+ "timestamp": "2022-07-05"
+ },
+ {
+ "uuid": "310aac67-f5dc-45ad-8519-657acdf0cb71",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WITTING MORGAN",
+ "timestamp": "2016-09-10"
+ },
+ {
+ "uuid": "37bd5772-c15e-4c10-b551-108ba1c61705",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAUCK TRE",
+ "timestamp": "2021-09-30"
+ },
+ {
+ "uuid": "02b53dec-6c2e-4a0d-bacb-4b62c18489af",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FLATLEY SELINA",
+ "timestamp": "2016-03-27"
+ },
+ {
+ "uuid": "8365b004-dc30-4dd6-a9c2-fe838ff089a9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHNEIDER ERA",
+ "timestamp": "2018-10-10"
+ },
+ {
+ "uuid": "73b27a4e-e805-4225-8581-fff436a57035",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOHLER RHIANNON",
+ "timestamp": "2020-09-21"
+ },
+ {
+ "uuid": "80893c35-4580-4075-bc4e-b6589b443db7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HARRIS CHANCE",
+ "timestamp": "2018-06-08"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "cffa983b-28cf-401d-b868-c8770322331b",
+ "dateNoted": "2015-11-02",
+ "notes": "",
+ "parcelID": "18403",
+ "siteID": "17503",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e27ef097-6237-4c8c-b0e2-84970d7bbadd",
+ "dateNoted": "2017-10-22",
+ "notes": "",
+ "parcelID": "18280",
+ "siteID": "20416",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "96bc36d8-0eaf-4d23-a760-512d3bad0d1e",
+ "dateNoted": "2016-11-12",
+ "notes": "",
+ "parcelID": "15619",
+ "siteID": "20534",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "a4b1c31d-95fd-4377-ad9e-71dc387e9344",
+ "siteID": 15917,
+ "address": "89458 Beth Plains",
+ "latitude": 55.2563,
+ "longitude": -132.9555,
+ "lastUpdated": "2014-09-01",
+ "city": "Schadenchester",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/6952",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5417580,
+ 8840627,
+ 9943445,
+ 544082,
+ 9400633
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "3df3f5f9-2616-4598-9cfe-7f1d8c573e19",
+ "createdAt": "2017-02-26",
+ "completed": "2017-02-19",
+ "initiated": "2015-07-09",
+ "ministryContact": "WEST LELAH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2e5b8a16-0651-4f58-ad24-22350f01750c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "01cde2d9-4165-4b20-876d-99f06765752f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "040f9f55-017b-4c30-a967-2b0ee4bf72e8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b668ab73-042e-45a4-93b1-533d10a039d7",
+ "createdAt": "2022-07-01",
+ "completed": "2021-01-28",
+ "initiated": "2022-11-04",
+ "ministryContact": "FEIL JAIDEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4bd859ab-5291-4686-b4d7-d86ef85e1e23",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f1e478af-5e66-4550-a027-cbdd6ce675ce",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "30d00419-6f50-494f-946a-16e3ab8159b9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c6a3587c-56b6-4541-b8f4-fde33dfbf01b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6989904a-2008-4274-a86d-1b101522c484",
+ "createdAt": "2016-11-11",
+ "completed": "2017-07-06",
+ "initiated": "2016-07-08",
+ "ministryContact": "GERLACH DARBY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "83bac650-4b23-46b0-9ec2-397a952aa27a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a000ca2c-405a-4a36-8be1-b96c8317befd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e08f2cba-a948-4f3c-896d-924b5833d35c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fcf82251-0111-4517-aed0-2bee2e7041d1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e93beadd-031c-4bb1-b1b6-49d3686f81dc",
+ "createdAt": "2015-05-14",
+ "completed": "2014-08-17",
+ "initiated": "2018-10-04",
+ "ministryContact": "SPINKA LEONEL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "0243bdb9-dc7e-4f49-bb6e-f36b00e154ab",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0fc0e6f6-f777-498d-96ae-ba71c19c255e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "15574da5-66e5-4262-afb9-e8266e2ee421",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d765d9a0-ca2a-446e-8fa6-de4c9e0fb2b9",
+ "createdAt": "2017-08-15",
+ "completed": "2022-03-17",
+ "initiated": "2019-10-11",
+ "ministryContact": "BARTELL BARRETT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1c773333-45b4-4711-938b-0fe68ab2ea16",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fcb6cc8d-6512-4859-a200-1bf0009d8ab5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "25c9ebd9-9080-47d0-b02e-f9b0d4fd9d22",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0f85c576-8d58-4978-b647-3591b769883b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0755382f-7e11-474d-bc7c-fc60cdbeb776",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "bea7254e-2546-41a5-b1dc-1a668826c93d",
+ "name": "IPSUM",
+ "endDate": "2020-06-02",
+ "startDate": "2023-02-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4ee5b921-d8ce-4478-ac0f-dd5d9c16152a",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-10-04",
+ "startDate": "2019-06-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "77751286-6d88-4d0c-a800-f769f944167e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-10-16",
+ "startDate": "2017-04-18",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0c6517ab-67b8-4b59-a8c4-ca06f0ceb924",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-08-02",
+ "startDate": "2018-04-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "1306b2f6-e2af-431a-a110-b539484a3941",
+ "siteRegistry": false,
+ "documentDate": "2020-05-04",
+ "receivedDate": "2017-04-10",
+ "uploadedDate": "2017-05-21",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "731783a5-fee4-43ac-9d5c-1ae4861ab2ec",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "8460e863-a678-47a5-b4ac-81e42ff8e53e",
+ "siteRegistry": false,
+ "documentDate": "2023-10-10",
+ "receivedDate": "2018-08-08",
+ "uploadedDate": "2023-07-01",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "8f90d8cd-450e-44bc-a656-e413f4dc897d",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f8067b30-fa54-4e4c-b006-f3da509f3c83",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "a7bfca1f-56c7-41c5-bd51-31194261f2e9",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-10-20 (described on Site Profile dated 2015-10-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "a41db4e8-b66f-4153-9293-e43e977e47df",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-03-15 (described on Site Profile dated 2016-03-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "b8093377-1105-4afe-94e8-f4969ce3387a",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-10-01 (described on Site Profile dated 2015-10-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "e46be877-ded7-4e9a-afab-3f3da330d7cb",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-03-03 (described on Site Profile dated 2023-03-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "099b9a0b-f2bc-4c14-b1f5-d0a8773159a9",
+ "siteRegistry": true,
+ "dateNoted": "2014-11-13",
+ "parcelID": "16020",
+ "crownLandUsePIN": "20543",
+ "crownLandFileNumber": "16218",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 4 DISTRICT LOT 2 PLAN 6946"
+ },
+ {
+ "uuid": "10f9125e-2023-4618-b61d-497dd96f985b",
+ "siteRegistry": false,
+ "dateNoted": "2019-01-08",
+ "parcelID": "15377",
+ "crownLandUsePIN": "20674",
+ "crownLandFileNumber": "19234",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 1 DISTRICT LOT 2 PLAN 8788"
+ },
+ {
+ "uuid": "38aa3f78-60a5-49b0-9a8b-5dd42b02ecb8",
+ "siteRegistry": true,
+ "dateNoted": "2018-02-21",
+ "parcelID": "16418",
+ "crownLandUsePIN": "20605",
+ "crownLandFileNumber": "16041",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 3 DISTRICT LOT 5 PLAN 4741"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "e3df79c7-807e-4660-b762-0a448949a876",
+ "siteRegistry": true,
+ "dateReceived": "2016-11-21",
+ "dateCompleted": "2015-08-07",
+ "dateEntered": "2022-04-05",
+ "dateRegistrar": "2016-05-30",
+ "dateLocalAuthorityReceived": "2015-10-08",
+ "summary": "A mollitia culpa provident quia maiores esse in nemo.",
+ "informationUsed": "Voluptates dolorum hic velit aspernatur est magnam quisquam.\nRem incidunt natus deserunt corporis necessitatibus.\nAtque enim tempora.\nPlaceat perferendis a deserunt cum eos sapiente.",
+ "pastOrPresentOrders": "Aut nobis numquam delectus maxime cumque nostrum.\nEt ipsum eius tenetur vero.\nVoluptates nemo ratione odio officiis molestiae dolorem unde.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "daa1d506-0aad-4b2e-9ad1-6b2c2b1c1633",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f9c02ca8-7bd4-4a32-b0c3-3a18506dca04",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9275c4c4-32a5-4897-afda-b4d7f16130dc",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bc209e1c-11b3-4ed7-af12-fd82158ec3d3",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "5e785834-c868-494e-b51d-ab3fca01a893",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEGROS JERROLD",
+ "timestamp": "2020-09-15"
+ },
+ {
+ "uuid": "6dd20675-74f5-4c5b-95aa-4798e1d2a75b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LITTEL-PROHASKA WARD",
+ "timestamp": "2020-04-16"
+ },
+ {
+ "uuid": "c611f3a8-2c08-4b6e-8da6-6c6ea11a1532",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KRIS CLETA",
+ "timestamp": "2022-07-22"
+ },
+ {
+ "uuid": "c23fab24-2e93-4d93-850b-48e1f4a356f2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROBEL ADRIANNA",
+ "timestamp": "2018-05-22"
+ },
+ {
+ "uuid": "6309712c-485d-4bad-a0f9-0876ab7e8120",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STREICH SILAS",
+ "timestamp": "2016-04-10"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "b8e772bc-8524-4d8f-a45d-374ab99ffcac",
+ "dateNoted": "2020-08-13",
+ "notes": "",
+ "parcelID": "16494",
+ "siteID": "20556",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d04bfa3c-d919-4dc3-9f5f-f192d54340ef",
+ "dateNoted": "2019-07-01",
+ "notes": "",
+ "parcelID": "19835",
+ "siteID": "18588",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ea751961-13f5-4fc0-8bf9-4bc9da56e5f4",
+ "dateNoted": "2017-07-19",
+ "notes": "",
+ "parcelID": "20437",
+ "siteID": "16804",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "8507c897-3a37-4333-b565-3139e9c9b7fb",
+ "siteID": 20556,
+ "address": "5425 Isabel Court",
+ "latitude": 55.2296,
+ "longitude": -136.026,
+ "lastUpdated": "2019-01-09",
+ "city": "Murfreesboro",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/12215",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7963507,
+ 6253286,
+ 783926,
+ 9592755,
+ 4920569
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "47fd05f8-7cd0-44c5-9a91-97715b3d1a4f",
+ "createdAt": "2020-08-30",
+ "completed": "2017-07-02",
+ "initiated": "2020-11-06",
+ "ministryContact": "LAKIN MOHAMMAD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "aa361b57-5143-4d63-819a-847d2c6cc5b0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "33e5106d-72f1-4981-ba5b-1fda75d3618e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f8ca4eff-fbe4-492e-bb76-5337ee58d2bc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "88015260-ea2b-43b9-a66e-eb6e919489ac",
+ "createdAt": "2015-01-10",
+ "completed": "2023-06-05",
+ "initiated": "2019-05-14",
+ "ministryContact": "LITTEL DONNELL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4e43e90d-2e70-4f63-80a1-fa21b0514ea6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e6e95d35-65e9-4335-81c5-86e9b3c6b180",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "33728434-b7c9-49e3-8d3e-b1969486b886",
+ "name": "IPSUM",
+ "endDate": "2018-11-25",
+ "startDate": "2014-01-30",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e2fadc25-54f4-44ba-b794-f7be40670389",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-07-26",
+ "startDate": "2022-12-11",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "787cff6d-f8e3-44db-a724-8f76eded68d5",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-07-13",
+ "startDate": "2015-11-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "67afc123-7524-4ed1-9f0d-ae5803d93e95",
+ "siteRegistry": false,
+ "documentDate": "2019-09-03",
+ "receivedDate": "2023-08-17",
+ "uploadedDate": "2020-10-30",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "9a55770b-c363-4d9d-9aa0-3744e47c21d5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "06ce897d-c95f-4feb-9b95-587e3dc6fadd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b65c5a69-373b-4d9e-9292-9074d098e657",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "c512ca05-2013-495b-914a-1e826ca9b74f",
+ "siteRegistry": true,
+ "documentDate": "2022-04-17",
+ "receivedDate": "2022-01-25",
+ "uploadedDate": "2020-10-09",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "71b60736-a067-445c-863b-2e5f84f104d2",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "8b1a958a-0ba1-4032-a798-504adb195484",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "373a0fa1-8ad4-4621-aef9-6f79e1326cc0",
+ "siteRegistry": false,
+ "documentDate": "2016-03-13",
+ "receivedDate": "2022-08-29",
+ "uploadedDate": "2017-01-19",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "2a846cca-ec9c-4019-a5cc-593dc6d5d4bc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c1091da9-2c0f-416a-a358-bd39212fc1db",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d0735e26-ca61-43bf-bafb-40cdf37dd1e2",
+ "siteRegistry": true,
+ "documentDate": "2020-11-05",
+ "receivedDate": "2015-06-24",
+ "uploadedDate": "2017-05-16",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "c486a682-8180-4bbf-a28b-a176c68b57d0",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "52d80c0d-7116-42c6-b912-11030a85a66b",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9b9913fe-ab6f-446b-94fd-efeb8c9d579a",
+ "siteRegistry": false,
+ "documentDate": "2022-09-06",
+ "receivedDate": "2015-01-19",
+ "uploadedDate": "2017-10-21",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "f3dddf75-7183-4cf8-b53b-4e43740e58fe",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "e77b6096-5b51-4268-b5f7-56e6cac88310",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-07-06 (described on Site Profile dated 2016-07-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "d0948062-5045-4e64-9341-11b323572616",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-10-02 (described on Site Profile dated 2019-10-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "e42de466-c24a-4ff3-8b80-c72283dc9fe5",
+ "siteRegistry": true,
+ "dateNoted": "2015-03-27",
+ "parcelID": "16031",
+ "crownLandUsePIN": "19117",
+ "crownLandFileNumber": "17088",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 2 DISTRICT LOT 4 PLAN 4236"
+ },
+ {
+ "uuid": "9d3f38de-2929-4ed1-83b3-d41d1c92c2b0",
+ "siteRegistry": false,
+ "dateNoted": "2014-10-25",
+ "parcelID": "18703",
+ "crownLandUsePIN": "17512",
+ "crownLandFileNumber": "18340",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 1 DISTRICT LOT 5 PLAN 6818"
+ },
+ {
+ "uuid": "9e4ffa92-da67-4b0a-a065-73855e1517cf",
+ "siteRegistry": false,
+ "dateNoted": "2017-12-10",
+ "parcelID": "18958",
+ "crownLandUsePIN": "20899",
+ "crownLandFileNumber": "18332",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 3 DISTRICT LOT 3 PLAN 7763"
+ },
+ {
+ "uuid": "62b50a0d-3905-477e-9b4e-b6d6d79c8f33",
+ "siteRegistry": true,
+ "dateNoted": "2016-09-21",
+ "parcelID": "16341",
+ "crownLandUsePIN": "17717",
+ "crownLandFileNumber": "17337",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 1 DISTRICT LOT 4 PLAN 3337"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "c93b98f8-d235-4989-884a-7e5df7e081e5",
+ "siteRegistry": true,
+ "dateReceived": "2020-09-17",
+ "dateCompleted": "2021-09-12",
+ "dateEntered": "2018-03-01",
+ "dateRegistrar": "2018-06-13",
+ "dateLocalAuthorityReceived": "2015-09-08",
+ "summary": "Reprehenderit hic quia laborum a amet quaerat expedita.\nUnde amet sunt amet quas deleniti qui excepturi nulla nihil.",
+ "informationUsed": "Non odit dolores dolorem maxime quidem dolor deserunt fuga doloribus.\nSapiente voluptate adipisci asperiores natus dicta.\nTemporibus nulla sed excepturi sit quis quidem fugit.\nReprehenderit voluptatum mollitia facere beatae dignissimos.\nSint similique ab.",
+ "pastOrPresentOrders": "Iusto nesciunt quam suscipit numquam ipsa.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "c3a8196a-e645-480f-b5f5-200f8242a0d7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a633c568-3ef8-4033-a7b7-3c1a2812a6be",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6f7cb225-6197-4861-b7e4-d6b2a2fcafbc",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "4733b0f8-ed71-445f-9774-597298f5fc93",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SHIELDS BENJAMIN",
+ "timestamp": "2016-06-12"
+ },
+ {
+ "uuid": "e385e7a0-8d8e-4003-9f68-970652f958aa",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRAMI JOHN",
+ "timestamp": "2021-07-23"
+ },
+ {
+ "uuid": "a90eda92-4696-415d-b2a4-95f4a192abf2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCKENZIE ANAHI",
+ "timestamp": "2019-02-09"
+ },
+ {
+ "uuid": "d4f4a17e-35f3-471e-9c7a-09d50c4cd7df",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KERLUKE AUGUSTINE",
+ "timestamp": "2022-01-11"
+ },
+ {
+ "uuid": "224bff31-f9f0-43ee-b6ff-b1f0fc21d1cb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "QUITZON NOVA",
+ "timestamp": "2014-04-25"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "083606ef-6cba-4f5d-b87b-4f454baec109",
+ "dateNoted": "2022-06-26",
+ "notes": "",
+ "parcelID": "15528",
+ "siteID": "18600",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "807c0ff1-26ba-4ed8-9407-4d7e04a8cbbd",
+ "siteID": 20744,
+ "address": "74703 Adrian Ways",
+ "latitude": 55.8783,
+ "longitude": -122.668,
+ "lastUpdated": "2016-08-18",
+ "city": "Fort Hazelberg",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/19421",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5301057,
+ 2154240,
+ 2162397,
+ 8866946,
+ 2448923
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "735dd74d-84c6-430c-9cdf-7da19c60d50e",
+ "createdAt": "2017-02-01",
+ "completed": "2022-03-14",
+ "initiated": "2018-01-08",
+ "ministryContact": "BECHTELAR LOUIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f5305f92-42dc-4d30-b0e7-775370e1ccc0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d24f6b06-b774-440d-91fe-17d7b56698ae",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a5cfc8b2-4d8f-4130-9d95-8cc1c8111dd5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fe3d835f-48a6-4510-8b3f-7fd4ff97c8ee",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "69ed3803-9320-41eb-81cb-289c9fa02388",
+ "createdAt": "2017-12-15",
+ "completed": "2020-12-21",
+ "initiated": "2014-10-30",
+ "ministryContact": "SCHMELER GENOVEVA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d4b8fb78-ae7f-4e88-8f02-502aacef7901",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b5f96952-b58b-4300-8ca6-8758f946d83d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5ea7da58-58eb-44a0-856f-9c26ccc53a8f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e2c1de63-f083-4db8-93e8-892c3c9275bf",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b4f88ddc-9f58-4410-bbff-120cd1af87ea",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0e95b09d-a6a9-4e2c-aae7-046a718904d4",
+ "createdAt": "2016-12-23",
+ "completed": "2020-02-19",
+ "initiated": "2015-04-27",
+ "ministryContact": "PFEFFER JAQUELIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "72ba78df-ab64-4a1e-91b2-379179a754d6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6da4b63a-5ffb-4737-ae7d-e885ddd3d6ae",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "7e63bde6-e410-4d87-b7f3-f0e868c0af31",
+ "name": "IPSUM",
+ "endDate": "2018-06-21",
+ "startDate": "2018-05-24",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "70e9e474-7b4d-42d8-9602-82a51b21cc5f",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-03-20",
+ "startDate": "2017-09-18",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "60c407b2-020b-4f82-8f2c-e7abc8ffa709",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-05-07",
+ "startDate": "2023-07-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "943b040e-ede3-42a0-95ed-760346c31f00",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-05-25",
+ "startDate": "2017-02-10",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9fa8f58c-33fe-47ba-9ef2-2a4807063ba1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-07-26",
+ "startDate": "2015-03-25",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "11daea8d-689e-4769-ac37-56ed20b261db",
+ "siteRegistry": true,
+ "documentDate": "2018-04-06",
+ "receivedDate": "2018-01-29",
+ "uploadedDate": "2016-10-12",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "9a00b813-ed54-426d-ac8c-c003a2680195",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f1fc368a-6053-43fd-b614-de7822cea12a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "c7fe867f-8a16-426d-ad86-f79ce1f40ffb",
+ "siteRegistry": true,
+ "documentDate": "2015-05-31",
+ "receivedDate": "2013-12-22",
+ "uploadedDate": "2018-01-19",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "1f7f96a8-5585-4599-8e2d-dbb2298fe977",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c2a328f4-e0fe-406a-9355-aebb67d8e6d1",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4b58bc0b-4b8e-46fe-9bb3-a3b71de6b17c",
+ "siteRegistry": true,
+ "documentDate": "2022-07-02",
+ "receivedDate": "2015-09-21",
+ "uploadedDate": "2022-07-23",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "ab2e6908-31e9-4d86-b986-24e7a1158118",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "56ba3994-982d-41da-868c-5dc0aae2d43c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "8ff8458f-1988-49fa-9c30-e452fae0beee",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "b4d56e68-ab04-4e48-b75e-bcc9ecd87f61",
+ "siteRegistry": true,
+ "documentDate": "2017-01-10",
+ "receivedDate": "2018-02-28",
+ "uploadedDate": "2013-12-14",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "03bff11f-8291-413c-9c7d-f9812fa8bd3d",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e1a995bb-96bc-4ba5-9442-aabb47b73d93",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "032eff12-db86-4164-856e-348a111e6557",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-04-01 (described on Site Profile dated 2015-04-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f171d238-94d7-4bd5-999a-a8dccb23aad6",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-03-18 (described on Site Profile dated 2019-03-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "49272240-b50d-4a83-9c07-d01cc8ebc4fc",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-06-15 (described on Site Profile dated 2020-06-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "f3637627-4c46-4cab-8a87-017c7639fdce",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-11-10 (described on Site Profile dated 2014-11-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "6330b1e5-af80-4856-921b-2bc4c09b3cf1",
+ "siteRegistry": false,
+ "dateNoted": "2022-08-01",
+ "parcelID": "19580",
+ "crownLandUsePIN": "16085",
+ "crownLandFileNumber": "18107",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 4 DISTRICT LOT 3 PLAN 3700"
+ },
+ {
+ "uuid": "89b9cb2e-fbcc-43a5-b0b0-a9fdd1757f5c",
+ "siteRegistry": true,
+ "dateNoted": "2020-05-15",
+ "parcelID": "15653",
+ "crownLandUsePIN": "16931",
+ "crownLandFileNumber": "17894",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 2 DISTRICT LOT 4 PLAN 7241"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "369f561e-fc8c-431f-b82c-bb212bf6fc31",
+ "siteRegistry": false,
+ "dateReceived": "2020-05-08",
+ "dateCompleted": "2023-05-12",
+ "dateEntered": "2017-10-22",
+ "dateRegistrar": "2021-05-04",
+ "dateLocalAuthorityReceived": "2014-11-29",
+ "summary": "Ratione suscipit vel doloremque.",
+ "informationUsed": "Laboriosam quas deserunt illo perferendis nemo.\nError accusantium reiciendis unde eveniet.\nAccusantium minus tempore deleniti recusandae sequi libero dicta eaque.",
+ "pastOrPresentOrders": "Perspiciatis aliquam iure incidunt atque fuga.\nAliquid inventore explicabo suscipit.\nIllum non molestias quibusdam quas dolores accusantium labore ad.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "11bc8608-2e0a-45d3-8bba-66aef39cd0b2",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8ff35b7f-435f-4e59-a81b-93ef0739ae02",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "08b0f7e4-d772-41e8-92d6-96d0fe6b2956",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5de018f2-b783-4b51-9e99-95672f067f13",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "2b601781-811f-4e71-a3fa-c6aa319255eb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KERLUKE VINCENT",
+ "timestamp": "2019-08-06"
+ },
+ {
+ "uuid": "756d51d0-14f4-4e3d-969c-ade5b4bf33c7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FEENEY BRENDAN",
+ "timestamp": "2017-04-26"
+ },
+ {
+ "uuid": "9fe39ae6-c690-4054-8b37-1ae8a684e1a0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OSINSKI CLETUS",
+ "timestamp": "2016-08-10"
+ },
+ {
+ "uuid": "d6ba6be0-2676-47fb-9c33-700117b1b5c7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REILLY RYLEIGH",
+ "timestamp": "2020-12-04"
+ },
+ {
+ "uuid": "f7ed157e-3bcf-46ae-ba3e-f7ef99d4bea5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUHIC PEGGIE",
+ "timestamp": "2018-03-21"
+ },
+ {
+ "uuid": "7a7dbd8a-7eaf-406d-959b-f9e73ffd3ecd",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCLAUGHLIN SONYA",
+ "timestamp": "2022-04-15"
+ },
+ {
+ "uuid": "db6d3978-7447-441d-80f2-880e0ef18c37",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOVACEK VELLA",
+ "timestamp": "2015-05-26"
+ },
+ {
+ "uuid": "d1f6bc05-b1f0-41b1-96f8-84dfba51666a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PARKER TANIA",
+ "timestamp": "2017-06-23"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "54ff568c-877e-47d5-b39b-f883c1eb86fe",
+ "dateNoted": "2020-07-02",
+ "notes": "",
+ "parcelID": "19629",
+ "siteID": "17014",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "faaa1429-a800-4b7a-a03d-34a9bb9eea73",
+ "dateNoted": "2021-11-10",
+ "notes": "",
+ "parcelID": "19123",
+ "siteID": "15422",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "528cebd6-f4b9-4324-a04c-4186380c9ad3",
+ "siteID": 18864,
+ "address": "288 Darrel Trail",
+ "latitude": 56.3925,
+ "longitude": -122.8178,
+ "lastUpdated": "2022-01-26",
+ "city": "Stefanstad",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/1918",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 163269,
+ 9051187,
+ 7885534,
+ 1850662,
+ 5070276
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "19c328d6-bf80-4e0e-b0b2-e9dbae85d597",
+ "createdAt": "2020-07-25",
+ "completed": "2019-10-23",
+ "initiated": "2021-02-08",
+ "ministryContact": "BEATTY SHAUN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "623d877b-82a4-43f4-8563-ae2f4129f37d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ab916b31-4239-4c76-be27-359167cf5136",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4d8b2dbe-5118-43b4-afad-8da98a4e4c11",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c41a8baa-ca9f-4a44-961b-7db547001682",
+ "createdAt": "2023-03-12",
+ "completed": "2017-10-29",
+ "initiated": "2022-08-11",
+ "ministryContact": "ANDERSON REILLY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5d1ca062-9a11-40bc-b505-e4d7f944ecd4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6137771a-9d04-4d35-9b15-9be73f014d7d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f2abe476-eb83-43d8-9c4e-1bd8297f61f9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "f3cb99ad-e19b-4432-8197-a3420446760d",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-03-29",
+ "startDate": "2019-07-25",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "853c695a-b824-41cf-a96e-177002795b09",
+ "name": "IPSUM",
+ "endDate": "2015-09-03",
+ "startDate": "2020-04-01",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9e0ce75e-70d6-45c1-b08a-3020dd44d18d",
+ "name": "IPSUM",
+ "endDate": "2023-02-20",
+ "startDate": "2016-07-14",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "d2c93b77-bf6b-43fb-8dcf-e0f16ca5e86d",
+ "siteRegistry": true,
+ "documentDate": "2017-06-15",
+ "receivedDate": "2023-07-28",
+ "uploadedDate": "2022-02-27",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "019536bc-3319-4b65-88df-8a65918e6583",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "cdf81531-73b3-493e-802d-be43ea2be427",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5ea05c69-5d39-40a3-a7a7-5c3b40f35cbb",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "67b4cb83-6777-4a2d-a7ca-e3eb521b5a3b",
+ "siteRegistry": true,
+ "documentDate": "2020-05-10",
+ "receivedDate": "2017-04-16",
+ "uploadedDate": "2022-08-11",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "e1cb3cd3-3ad5-436a-8689-755b7b06576f",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f16afad0-4e57-4539-88ae-926b7802b1d1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "cf4f552a-6f1d-4b2d-8ceb-eb89ae67185d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "5afbfe6f-cef4-4573-9200-d08a58dd35c8",
+ "siteRegistry": false,
+ "documentDate": "2015-03-02",
+ "receivedDate": "2016-07-05",
+ "uploadedDate": "2020-01-11",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "76f34b90-1061-46e0-a950-f8d207348680",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5ecc16c9-8b98-4aeb-a595-7b5f99f800da",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "03873260-7b58-46a9-ae9a-a8f51701a72f",
+ "siteRegistry": true,
+ "documentDate": "2017-10-06",
+ "receivedDate": "2017-10-12",
+ "uploadedDate": "2018-06-15",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "e3ba6586-fa70-4e53-a272-ea5acad331f5",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "dcf41bc4-c137-494e-ab8a-b5e776a8472a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "26ef40cf-808d-4092-8efc-490015bac8be",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-08-10 (described on Site Profile dated 2016-08-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "fdbd1d4d-ff23-436d-a452-8ec6380317ca",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-11-11 (described on Site Profile dated 2013-11-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "fb0f6e60-cf69-444d-bedd-1ba4e3ed8667",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-03-04 (described on Site Profile dated 2021-03-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "cdccc17b-a1fd-4362-bcd8-1b416dbf96e7",
+ "siteRegistry": false,
+ "dateNoted": "2014-06-04",
+ "parcelID": "19637",
+ "crownLandUsePIN": "18957",
+ "crownLandFileNumber": "15562",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 2 DISTRICT LOT 2 PLAN 5123"
+ },
+ {
+ "uuid": "b836f222-9aba-4a77-bc5b-acca23b680d3",
+ "siteRegistry": true,
+ "dateNoted": "2017-03-04",
+ "parcelID": "18890",
+ "crownLandUsePIN": "17304",
+ "crownLandFileNumber": "17299",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 1 DISTRICT LOT 5 PLAN 3449"
+ },
+ {
+ "uuid": "c89071e2-7bac-42d8-9a45-5077e704143e",
+ "siteRegistry": false,
+ "dateNoted": "2014-08-10",
+ "parcelID": "16249",
+ "crownLandUsePIN": "20320",
+ "crownLandFileNumber": "16799",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 2 DISTRICT LOT 1 PLAN 9383"
+ },
+ {
+ "uuid": "709bde70-5bba-4fb8-b597-cf6380475c4f",
+ "siteRegistry": false,
+ "dateNoted": "2021-08-02",
+ "parcelID": "19305",
+ "crownLandUsePIN": "17772",
+ "crownLandFileNumber": "16207",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 3 DISTRICT LOT 3 PLAN 9092"
+ },
+ {
+ "uuid": "cb425249-c2c1-4477-a371-9cdf4059d41e",
+ "siteRegistry": true,
+ "dateNoted": "2017-02-20",
+ "parcelID": "17224",
+ "crownLandUsePIN": "16652",
+ "crownLandFileNumber": "19116",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 5 DISTRICT LOT 1 PLAN 8309"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "5011fd7d-2ecc-4926-b6db-e51d98b35309",
+ "siteRegistry": true,
+ "dateReceived": "2019-07-25",
+ "dateCompleted": "2018-06-26",
+ "dateEntered": "2018-10-16",
+ "dateRegistrar": "2018-03-01",
+ "dateLocalAuthorityReceived": "2016-02-04",
+ "summary": "Voluptate optio molestiae officiis assumenda labore error ex.",
+ "informationUsed": "Repellendus laudantium aspernatur quae officia nostrum harum nobis dignissimos incidunt.\nQuibusdam tempora optio aperiam tempore consequuntur eius.\nSit magni quae neque neque harum.",
+ "pastOrPresentOrders": "Eligendi officia quia.\nConsectetur est quaerat eos voluptates officia beatae sit.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a292320d-7f60-4330-8a71-f2e5b3d57697",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bcd2a3c5-ec6c-44f3-9930-a9dd4f9b61f2",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6593b91d-a4ba-45f9-9289-db3a407c6e55",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d0425ebe-a0f9-4ccf-b07c-206f3322f02e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "ee3e5dd7-6d07-4168-9682-f38607738002",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HESSEL BONNIE",
+ "timestamp": "2022-06-14"
+ },
+ {
+ "uuid": "308ea1c6-ff8a-4b83-9c3b-65f028ba8ab6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RAYNOR CASIMIR",
+ "timestamp": "2018-12-05"
+ },
+ {
+ "uuid": "4cb7a690-94eb-4a86-9ab0-4561bb0897cf",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DURGAN-HUDSON OTIS",
+ "timestamp": "2018-10-04"
+ },
+ {
+ "uuid": "88cc2833-a241-44b6-982d-400a641853f2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CROOKS CASPER",
+ "timestamp": "2018-04-22"
+ },
+ {
+ "uuid": "a74edd5a-e37c-4ef4-b41a-7be14d9fb0dd",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TOWNE RHIANNA",
+ "timestamp": "2021-12-03"
+ },
+ {
+ "uuid": "fc3f6e3c-4d7f-4a9f-bb15-d8cff2377115",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SMITH LILIAN",
+ "timestamp": "2014-05-02"
+ },
+ {
+ "uuid": "36951f25-6844-4e38-8f82-e3d725229a95",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOSCO KARINA",
+ "timestamp": "2018-06-04"
+ },
+ {
+ "uuid": "d1b2af6c-419d-47b5-9c34-84a37658719a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CARTWRIGHT WENDELL",
+ "timestamp": "2022-03-24"
+ },
+ {
+ "uuid": "82e28cb9-df71-4fd3-9b00-916a202257f0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHROEDER ANSLEY",
+ "timestamp": "2015-12-31"
+ },
+ {
+ "uuid": "b7933b40-88ee-40d2-9b32-8b00c56f7496",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "POLLICH KAMREN",
+ "timestamp": "2017-04-17"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "29ab6b18-8a2b-4800-ba0f-fc4dd736dcfa",
+ "dateNoted": "2022-12-10",
+ "notes": "",
+ "parcelID": "17711",
+ "siteID": "17993",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "a3236af3-3250-4cbd-b3ef-705086bfbf09",
+ "siteID": 19202,
+ "address": "856 Isabella Creek",
+ "latitude": 49.8749,
+ "longitude": -127.8779,
+ "lastUpdated": "2014-03-27",
+ "city": "St. Joseph",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/4197",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3753418,
+ 3411323,
+ 7286837,
+ 8305923,
+ 9988597
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "52ec9f01-f961-4032-8dca-7357f18280ae",
+ "createdAt": "2016-06-07",
+ "completed": "2022-05-14",
+ "initiated": "2015-04-23",
+ "ministryContact": "PARKER HERMINIO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4ebd3cc0-64db-407e-93a0-c4e8d692c0b0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e4ac5abf-048e-439a-a4f6-8f61a6a64002",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9dc45f28-a943-451e-9409-f18f1c1c6d0f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "166689ae-bca7-4d80-88d3-cd299b619128",
+ "createdAt": "2022-11-09",
+ "completed": "2016-10-29",
+ "initiated": "2020-07-24",
+ "ministryContact": "LAKIN WELLINGTON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8d7785fd-710a-4a5c-ab8a-b41244a11dba",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d4dbbe58-b13c-4a13-8652-9204514cefbe",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bc8a0bf1-c055-4ac8-ab0b-1aacbf6c56eb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "08baee45-0929-4ba0-ab89-502e677e4bb1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2b813187-fd9e-4a2e-bfa3-53fa62457a33",
+ "createdAt": "2017-04-10",
+ "completed": "2020-10-15",
+ "initiated": "2016-04-10",
+ "ministryContact": "BASHIRIAN VINNIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "36cfa2c0-0944-4280-a832-7739c29ed91a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d9238fd9-90a8-47ce-a27c-2882cc2e58d0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bba67ef8-b862-4168-83c8-4bf65b8a866e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8bb9a526-4bfc-43a3-99c5-ba8de61c0023",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f8b94790-12b3-43ae-aebe-c7146ec43503",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "eebb450d-35af-4def-9523-aa22561bd949",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2023-07-30",
+ "startDate": "2018-05-25",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "70a17d64-27f2-48ba-ac2f-6e65d1b68568",
+ "name": "IPSUM",
+ "endDate": "2022-11-26",
+ "startDate": "2017-08-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4fbd61ea-e124-4846-a084-68149048ebc3",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-02-09",
+ "startDate": "2023-04-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d544b7e0-9136-49d1-9617-833c8d92e784",
+ "name": "IPSUM",
+ "endDate": "2021-07-03",
+ "startDate": "2019-08-16",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "24c4e5d3-d625-40d6-ba7e-14feeb298ba0",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-09-27",
+ "startDate": "2023-06-30",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "2bb11a27-2845-4f24-8ff7-f4ec46d8f31b",
+ "siteRegistry": false,
+ "documentDate": "2023-05-20",
+ "receivedDate": "2021-04-17",
+ "uploadedDate": "2017-09-11",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "42f8c3a6-f55d-40c4-9ad2-e3e05c7d3cee",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "439b39a6-8993-466e-88e2-8616c8c33c01",
+ "siteRegistry": false,
+ "documentDate": "2020-09-06",
+ "receivedDate": "2023-04-05",
+ "uploadedDate": "2021-03-05",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "65f80651-5380-4fc1-9dec-cc3be315fc86",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "bdd08142-f867-4645-8816-c92c1d0d915e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c50906c2-e952-4041-8af1-fac9743ef1b1",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "07a14ef4-6289-42af-ab56-ee38549d41ec",
+ "siteRegistry": true,
+ "documentDate": "2016-11-18",
+ "receivedDate": "2023-07-04",
+ "uploadedDate": "2022-06-22",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "52a5a2c4-62ba-4888-847f-b4633e65a03f",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "8efb5230-9276-4a32-ab32-bca55c265df6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "80a662cb-b7a9-4d16-a5de-9027db2842ae",
+ "siteRegistry": false,
+ "documentDate": "2018-04-21",
+ "receivedDate": "2018-10-03",
+ "uploadedDate": "2019-12-10",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "814923a1-9e1d-470f-b5db-1a9c21d91a34",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "62a709a8-47e2-40ea-87f5-73a368875aa0",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "2e1f2848-054f-4986-88ec-bbbb21affe4a",
+ "siteRegistry": false,
+ "documentDate": "2014-01-21",
+ "receivedDate": "2021-12-22",
+ "uploadedDate": "2017-12-15",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "6f8d484d-0018-4ff1-ab94-43f8e97e1ee0",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "64a6c1ea-7b1e-426e-a08d-ba10d7174c6c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0e48818a-1e78-4ebc-b7bd-4c3342a796e5",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "e975c0e5-54fd-4e53-971d-9da64df79d8b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-06-11 (described on Site Profile dated 2023-06-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "041592b3-dc65-4058-8905-a25a3cc740f6",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-09-24 (described on Site Profile dated 2020-09-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "64451856-b577-4456-9a8f-77e7f5835c36",
+ "siteRegistry": false,
+ "dateNoted": "2022-12-12",
+ "parcelID": "20600",
+ "crownLandUsePIN": "15633",
+ "crownLandFileNumber": "18318",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 1 DISTRICT LOT 5 PLAN 5894"
+ },
+ {
+ "uuid": "7eb13b5b-638c-42e2-b6e3-4b525eb69128",
+ "siteRegistry": true,
+ "dateNoted": "2014-04-23",
+ "parcelID": "17514",
+ "crownLandUsePIN": "15366",
+ "crownLandFileNumber": "19495",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 5 DISTRICT LOT 3 PLAN 6099"
+ },
+ {
+ "uuid": "3ee14abe-31cd-4ed1-9d2f-ea505447b38c",
+ "siteRegistry": false,
+ "dateNoted": "2023-09-17",
+ "parcelID": "20844",
+ "crownLandUsePIN": "15548",
+ "crownLandFileNumber": "20591",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 5 DISTRICT LOT 5 PLAN 5202"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "dc25cd46-6aa5-4cc9-bf50-c52d7c492dff",
+ "siteRegistry": true,
+ "dateReceived": "2013-11-23",
+ "dateCompleted": "2013-10-19",
+ "dateEntered": "2019-04-18",
+ "dateRegistrar": "2019-11-28",
+ "dateLocalAuthorityReceived": "2015-04-04",
+ "summary": "Eius consectetur explicabo mollitia.",
+ "informationUsed": "Odio sequi saepe.\nPorro magni corrupti modi facilis nisi earum ullam pariatur esse.\nCum assumenda consequatur sunt saepe iste ratione exercitationem fuga eaque.",
+ "pastOrPresentOrders": "Voluptatibus eos nemo sit provident harum repellat illo accusamus perferendis.\nNemo est numquam omnis aspernatur laudantium ad temporibus eveniet quis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "700ded1e-dc0b-41cd-9475-94ac66870521",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4aba9fdb-d810-4c5c-86eb-1f5406c23147",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "00fa22c4-e2e3-45ea-871f-5547f7c4d163",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9ee0e041-233e-481d-9e17-11d3e8e8bf8d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "a7723236-a47b-4f25-aa88-2b4a622ce66f",
+ "siteRegistry": true,
+ "dateReceived": "2019-04-27",
+ "dateCompleted": "2017-08-21",
+ "dateEntered": "2019-05-18",
+ "dateRegistrar": "2016-05-02",
+ "dateLocalAuthorityReceived": "2018-12-17",
+ "summary": "Est odio perferendis quasi laborum vitae tempore nihil.\nConsequatur voluptatem unde.",
+ "informationUsed": "Et libero architecto architecto.\nCorrupti quidem nostrum nam beatae veniam optio asperiores quae.\nQuasi unde rem voluptatem ad repudiandae accusantium.\nMolestias necessitatibus quibusdam at et repellendus nesciunt.",
+ "pastOrPresentOrders": "Nam est accusantium natus dolorem tenetur repudiandae.\nDignissimos eligendi sequi ullam dolore laborum omnis a dolorem.\nA praesentium blanditiis placeat dignissimos est nobis ratione amet ex.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "70550130-04ab-477a-bb5c-b9d23adf321b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bdb44ec8-85fb-47a9-9199-f09ca517163a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a8d2c92c-6924-48f6-bb4d-f4ab96317d43",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "6cdbd39a-5b91-4e9c-aa12-6fd842a8e950",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TREMBLAY NIKOLAS",
+ "timestamp": "2014-10-05"
+ },
+ {
+ "uuid": "49f5bfb1-c433-468f-a714-804f59b0b90a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STOLTENBERG MCKAYLA",
+ "timestamp": "2023-01-24"
+ },
+ {
+ "uuid": "2c482318-4c0b-497b-877a-e4fbeeb3f11a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DOYLE JOSEPH",
+ "timestamp": "2014-05-13"
+ },
+ {
+ "uuid": "38034134-6d3c-4648-9a45-cd3eb2cfc9e7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOEN LARUE",
+ "timestamp": "2022-02-15"
+ },
+ {
+ "uuid": "bcbb3702-8c55-4cdd-ad5e-debe1cd8751b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KIRLIN PRICE",
+ "timestamp": "2018-07-19"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "07e852e6-ee55-4296-82bf-744cd77f817a",
+ "dateNoted": "2017-05-19",
+ "notes": "",
+ "parcelID": "16871",
+ "siteID": "18811",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5f891fa4-24b7-4141-b999-62b57141f890",
+ "dateNoted": "2013-11-14",
+ "notes": "",
+ "parcelID": "15754",
+ "siteID": "19056",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "88e73634-6f1a-4913-bd47-ab765c8b4229",
+ "siteID": 18406,
+ "address": "20566 Littel Trafficway",
+ "latitude": 50.5454,
+ "longitude": -135.3403,
+ "lastUpdated": "2023-09-16",
+ "city": "Rapid City",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/8457",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 673901,
+ 6731216,
+ 3266622,
+ 5114434,
+ 3793122
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "5d193a25-b2dc-4e78-a8b4-500392d1b79b",
+ "createdAt": "2020-11-22",
+ "completed": "2014-10-06",
+ "initiated": "2022-10-14",
+ "ministryContact": "UPTON-DOUGLAS BERNHARD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "6ffe3bc5-43f6-4332-98c3-1da93c5585e1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c470dece-5313-4111-b00e-a0ad43182446",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "16109bb0-1612-480f-8e69-95c075e86bae",
+ "createdAt": "2020-07-15",
+ "completed": "2014-03-19",
+ "initiated": "2016-02-29",
+ "ministryContact": "KOSS ERIKA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "69727ac3-b17b-46d4-bd81-a30fdf787f40",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5aa42be5-3f28-45ee-8364-d97a610955e0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "70d816b1-c1e9-4617-ab94-f70962c90225",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a0acb2f0-6cc3-4022-9cb6-1b11ae9f8da3",
+ "createdAt": "2014-09-29",
+ "completed": "2014-09-19",
+ "initiated": "2017-11-25",
+ "ministryContact": "JACOBI JULIUS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "97b28d62-371b-41dc-95cc-29e8355cf5dd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "69502dcb-8388-4308-9f25-7f3b3e61de9e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d7de3d25-b9aa-4391-9a71-ba3374eb38f4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7301029a-ad1f-48e7-a7b1-62a5f58a41d1",
+ "createdAt": "2014-12-31",
+ "completed": "2023-08-12",
+ "initiated": "2022-12-11",
+ "ministryContact": "HALVORSON KAYLAH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7f71c280-d2ed-4de6-8a1f-6a24a5651899",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d1a7edd5-08df-4831-9c09-d33d54507713",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8b8b056a-a819-4b6c-93ed-941da97c4dfd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "be36b36e-f363-481f-bc86-924fc6485b64",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8be9faf1-7271-403c-ab69-ee3e82f7da1d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "424b5e64-1f53-4988-b55a-84a66227c7d8",
+ "createdAt": "2022-10-27",
+ "completed": "2022-07-30",
+ "initiated": "2022-11-13",
+ "ministryContact": "KEELING MURL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b0bed8f9-9f71-484d-8fc3-73cf7326a95a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "063804c7-d3ba-4f29-9fcc-f73ac067b638",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "46a1c954-7d30-4db4-af49-abb7cb57451b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "0c38f0c6-53c5-4073-a766-4b7c236fc9ef",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-12-18",
+ "startDate": "2016-08-01",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "75b73859-d400-495a-bf3b-6391a7d313c4",
+ "name": "IPSUM",
+ "endDate": "2020-10-21",
+ "startDate": "2013-11-02",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "981dfb22-40db-4de4-b973-49a5cf05723a",
+ "siteRegistry": false,
+ "documentDate": "2014-03-10",
+ "receivedDate": "2015-07-27",
+ "uploadedDate": "2016-12-19",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "cbe1d801-1140-437f-bc65-3e4b96057909",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0091736e-b0e4-497a-861e-118308d39f3d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "fd992071-63bd-470e-aa19-b42689215eb2",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "7a0fc179-3344-48b1-97a8-53a50291617c",
+ "siteRegistry": true,
+ "documentDate": "2018-07-20",
+ "receivedDate": "2014-07-03",
+ "uploadedDate": "2021-07-29",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "9314dce6-4fca-4149-ad85-65887d3f866b",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2f0654d7-9276-4d92-975e-9e56d1c8b9b9",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "20c7c91d-bef3-44db-b87b-80807fe7ef52",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "2cca1267-a09e-48ec-9761-c6c5a524da7d",
+ "siteRegistry": false,
+ "documentDate": "2021-07-13",
+ "receivedDate": "2023-09-07",
+ "uploadedDate": "2020-07-18",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "d28d5c75-bd7f-4db7-90ff-e45eaec0560a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f51eec34-9165-4d65-abdf-557210c7082d",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "51eec048-ed1b-4415-8d48-e36b73c34499",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "73ecb893-aac8-450c-8050-5c8a4fa7d8a1",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-02-15 (described on Site Profile dated 2023-02-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "8bf27281-708a-4db5-ab76-8da6f7c42a1d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-04-03 (described on Site Profile dated 2016-04-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "01217caa-e303-47dc-ac78-cc0611f8e2de",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-10-11 (described on Site Profile dated 2021-10-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "fd4ae2cd-e52b-44ce-ac3c-bd06f1a9f841",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-03-28 (described on Site Profile dated 2020-03-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "48c64258-5301-43e2-9359-f99a0c6233f1",
+ "siteRegistry": true,
+ "dateNoted": "2023-04-03",
+ "parcelID": "17539",
+ "crownLandUsePIN": "16409",
+ "crownLandFileNumber": "20021",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 3 DISTRICT LOT 3 PLAN 4448"
+ },
+ {
+ "uuid": "c6ccffec-6846-4c64-b076-4138c6fd0294",
+ "siteRegistry": true,
+ "dateNoted": "2021-05-28",
+ "parcelID": "19755",
+ "crownLandUsePIN": "15822",
+ "crownLandFileNumber": "19754",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 5 DISTRICT LOT 4 PLAN 8371"
+ },
+ {
+ "uuid": "a8680070-d032-47df-8411-8463e6162ab0",
+ "siteRegistry": true,
+ "dateNoted": "2021-06-02",
+ "parcelID": "20824",
+ "crownLandUsePIN": "16655",
+ "crownLandFileNumber": "17096",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 2 DISTRICT LOT 2 PLAN 7185"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "df02c17b-d5f5-44e7-9d9e-dbfca2398a9e",
+ "siteRegistry": true,
+ "dateReceived": "2015-10-30",
+ "dateCompleted": "2017-09-14",
+ "dateEntered": "2017-03-17",
+ "dateRegistrar": "2023-03-02",
+ "dateLocalAuthorityReceived": "2018-02-12",
+ "summary": "Impedit itaque et.\nDolore asperiores explicabo molestias.",
+ "informationUsed": "Delectus quis tempora porro suscipit blanditiis ipsa.\nNeque corrupti quo dignissimos eius.\nRerum laborum voluptate ea est minima ab beatae.\nVoluptatibus at animi iure temporibus.\nPerspiciatis tempore dolorem quaerat voluptas totam.",
+ "pastOrPresentOrders": "Tempora mollitia quos animi neque repudiandae.\nSapiente laborum eius at earum.\nQuidem molestias beatae maxime assumenda repellendus ipsum earum eveniet quidem.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "795dc54c-a866-4852-9449-80f0758083d2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1b82a39a-ea2b-42dd-b3c4-1e1e5fe57845",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "4158f099-a0b4-4d46-bda4-80d1d7f86b70",
+ "siteRegistry": false,
+ "dateReceived": "2019-07-27",
+ "dateCompleted": "2016-09-04",
+ "dateEntered": "2017-05-01",
+ "dateRegistrar": "2016-09-29",
+ "dateLocalAuthorityReceived": "2019-07-10",
+ "summary": "Accusamus consequatur quaerat laudantium nisi.\nDoloribus ducimus vitae reprehenderit optio nostrum temporibus inventore accusamus voluptas.\nSint vero deserunt accusantium consectetur.",
+ "informationUsed": "Nulla deleniti ducimus veritatis ad magni velit minima.\nMollitia illum praesentium numquam ipsa fugiat.\nMaxime excepturi provident voluptate sed at quibusdam.",
+ "pastOrPresentOrders": "Inventore architecto mollitia laborum incidunt velit sunt.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "caff8f3f-90b4-4fcf-a4d1-81d4eabc52c1",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0b1c1c37-3d8e-4765-865a-ca19886751a4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "d78b8ee6-acc8-4830-ad12-0dfb00e321f7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DACH CHEYANNE",
+ "timestamp": "2015-06-09"
+ },
+ {
+ "uuid": "f9df7bc3-7b12-4baf-8d4d-48a1772399a7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SHIELDS WILFRED",
+ "timestamp": "2016-07-08"
+ },
+ {
+ "uuid": "07d99eda-95ce-4169-bbad-e22670bf964c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CARTER GAVIN",
+ "timestamp": "2020-01-13"
+ },
+ {
+ "uuid": "2189435c-43db-43be-84e0-ecfecff5c913",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TORP HASKELL",
+ "timestamp": "2023-03-02"
+ },
+ {
+ "uuid": "4b66d44c-a2c2-4139-b5c5-f5c48dc17a05",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JONES MADGE",
+ "timestamp": "2015-02-13"
+ },
+ {
+ "uuid": "929544fb-34ce-4ec9-aa93-a019bfceb296",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BASHIRIAN FRANCESCO",
+ "timestamp": "2022-09-05"
+ },
+ {
+ "uuid": "290eaae0-f339-496e-9f11-b19c97c69aec",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JACOBSON-BAUCH KIRSTEN",
+ "timestamp": "2020-07-28"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "d3a0fd34-4b44-46e9-85ed-a8c22e6a715f",
+ "dateNoted": "2020-09-18",
+ "notes": "",
+ "parcelID": "19917",
+ "siteID": "18686",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6c25baa7-bbac-4319-a273-f1da32c6c1d6",
+ "dateNoted": "2019-10-25",
+ "notes": "",
+ "parcelID": "20429",
+ "siteID": "15676",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "09f49c17-6616-448c-9189-d9399cccb14f",
+ "siteID": 19065,
+ "address": "401 Loma Underpass",
+ "latitude": 56.0014,
+ "longitude": -129.752,
+ "lastUpdated": "2021-10-23",
+ "city": "Bentonville",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/9817",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 314120,
+ 6356349,
+ 468804,
+ 5847986,
+ 4369238
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "ec4740dd-ae67-4d9c-a97e-9ed8d72702ab",
+ "createdAt": "2020-10-07",
+ "completed": "2021-02-10",
+ "initiated": "2013-10-30",
+ "ministryContact": "KEEBLER-KOEPP CRAWFORD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d22a792f-8396-4aee-b08f-0fdafdb4346f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6f81f053-b0fd-4482-9e14-4fb77a490322",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "68c8628b-d570-4bfe-ad3d-f228f2b7e59e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "85bbc2c3-5853-4d89-b284-e21886b66206",
+ "createdAt": "2021-07-05",
+ "completed": "2022-09-20",
+ "initiated": "2020-12-04",
+ "ministryContact": "SCHAMBERGER ANAIS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4b928005-e2e3-495b-ad2d-70a5f1c8e630",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0e4472a7-52bf-46f3-be83-90211da4942b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f5299bf9-456c-4d1e-aa56-2f36f6eed124",
+ "createdAt": "2014-12-13",
+ "completed": "2021-11-06",
+ "initiated": "2022-06-07",
+ "ministryContact": "GLEASON RAMIRO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5def83a2-993a-45e7-89ff-d458ac627b46",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "00a827aa-8d18-4901-a82f-e9afed4f6b9e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e433ac29-95db-4db7-92f4-357999fff0d7",
+ "createdAt": "2017-12-31",
+ "completed": "2019-02-18",
+ "initiated": "2018-12-17",
+ "ministryContact": "HEANEY-ABSHIRE GEORGIANA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7a68643a-ce2e-44a6-9454-44f578c0cf59",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0a8d7928-281d-4705-914e-ee66e2c74b4f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3f34231a-6c7d-4943-a23f-e77881869c3d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a1608f60-b1fc-4a74-bfe2-b475fe8dad31",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "ae91607f-8f1f-4cd0-9fb1-16e94607266f",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-10-23",
+ "startDate": "2020-02-04",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cc3ce889-c7f4-423f-b952-8f64a766c30d",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-06-23",
+ "startDate": "2017-11-10",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1089402b-a362-4d89-9339-4e2324bfb733",
+ "name": "IPSUM",
+ "endDate": "2019-11-18",
+ "startDate": "2021-03-31",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "3809fa30-78ed-45b9-bc6f-f65b76f58d19",
+ "siteRegistry": true,
+ "documentDate": "2014-09-09",
+ "receivedDate": "2019-09-29",
+ "uploadedDate": "2016-08-29",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "231f7ff9-c5b0-4566-beb4-0f24987e7f6a",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "682305ed-f261-45f8-9959-c5c2008fb0d3",
+ "siteRegistry": false,
+ "documentDate": "2019-02-20",
+ "receivedDate": "2014-09-24",
+ "uploadedDate": "2014-05-02",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "0873b58b-af24-4c23-8469-eeed76c9d2e6",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "639d69df-4e2d-45cc-bc65-7a5534ea0335",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2dd1716b-2bf3-4d94-8950-9f6d40dabff4",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "bbfc780b-3cd6-4874-ac97-9294576ed8a6",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-07-28 (described on Site Profile dated 2021-07-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "a68f0a39-a7e7-403e-a2c9-b4dfc095c4e2",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-05-11 (described on Site Profile dated 2023-05-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "17c52178-d784-479a-b242-de9827dac4f4",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-11-19 (described on Site Profile dated 2013-11-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "3ef9364d-91fb-4364-8687-368cf5e1266c",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-02-12 (described on Site Profile dated 2016-02-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "a571de67-f454-480b-9def-4ccf821ca7f0",
+ "siteRegistry": false,
+ "dateNoted": "2014-02-01",
+ "parcelID": "15793",
+ "crownLandUsePIN": "20619",
+ "crownLandFileNumber": "17877",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 2 DISTRICT LOT 4 PLAN 9197"
+ },
+ {
+ "uuid": "24d02281-fa55-480b-b206-e30e69402d5e",
+ "siteRegistry": false,
+ "dateNoted": "2021-12-01",
+ "parcelID": "19228",
+ "crownLandUsePIN": "15806",
+ "crownLandFileNumber": "19479",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 2 DISTRICT LOT 1 PLAN 5223"
+ },
+ {
+ "uuid": "c7914a1d-ba0d-49ee-b2d6-8c38d168fbf7",
+ "siteRegistry": false,
+ "dateNoted": "2018-05-13",
+ "parcelID": "16844",
+ "crownLandUsePIN": "15726",
+ "crownLandFileNumber": "17266",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 2 DISTRICT LOT 4 PLAN 5483"
+ },
+ {
+ "uuid": "a58df91c-3265-4b93-9fd1-09245edeee3f",
+ "siteRegistry": true,
+ "dateNoted": "2016-03-24",
+ "parcelID": "17617",
+ "crownLandUsePIN": "17211",
+ "crownLandFileNumber": "20916",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 1 DISTRICT LOT 4 PLAN 9546"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "f9e37b96-39aa-4d4f-8136-22768fc72312",
+ "siteRegistry": false,
+ "dateReceived": "2018-10-08",
+ "dateCompleted": "2017-11-16",
+ "dateEntered": "2015-03-29",
+ "dateRegistrar": "2023-10-04",
+ "dateLocalAuthorityReceived": "2016-03-24",
+ "summary": "Inventore doloribus eos commodi.\nSimilique fuga cum hic harum voluptates.",
+ "informationUsed": "Dolor atque reprehenderit placeat ab alias praesentium deleniti.\nMinima architecto adipisci.\nBlanditiis fugit magnam maxime libero quibusdam.\nOfficiis exercitationem laborum sapiente.",
+ "pastOrPresentOrders": "Eos earum dicta fuga sit expedita modi.\nAliquam illum molestias quia nisi.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "1565d678-eeec-43c0-a4ac-91352249319d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d9670e03-95ed-4746-8d4d-fc8e08142f60",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "a82a6602-5df5-4544-95da-046eab8dfedf",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OKUNEVA KADEN",
+ "timestamp": "2020-08-05"
+ },
+ {
+ "uuid": "b5637dcb-7104-4b1f-ba1b-6023a38b8737",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GUTKOWSKI SHAYNA",
+ "timestamp": "2014-05-13"
+ },
+ {
+ "uuid": "e8feb05f-739d-4322-97ec-b4bde3290e96",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KILBACK SIM",
+ "timestamp": "2016-11-26"
+ },
+ {
+ "uuid": "f2bec4c3-a3ed-4881-8613-ab5698ac3b28",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ARMSTRONG YASMEEN",
+ "timestamp": "2017-03-14"
+ },
+ {
+ "uuid": "c480e0e2-b62b-4fc3-83f6-2fe4ad15ef2d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HESSEL JAMARCUS",
+ "timestamp": "2020-12-07"
+ },
+ {
+ "uuid": "d5c74886-33aa-42cc-a4a3-e18421c9614c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEBSACK ESTELL",
+ "timestamp": "2016-10-30"
+ },
+ {
+ "uuid": "483952bc-76df-40b8-b88e-acab7c2f49da",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WIEGAND IAN",
+ "timestamp": "2020-08-10"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "2fcd93a2-0120-42fe-a033-89d422519baf",
+ "dateNoted": "2021-04-17",
+ "notes": "",
+ "parcelID": "15934",
+ "siteID": "15746",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "d43b702a-b5e6-48c5-985c-a0408cf372c3",
+ "siteID": 17053,
+ "address": "5268 Kiara Estates",
+ "latitude": 49.032,
+ "longitude": -124.8745,
+ "lastUpdated": "2021-08-11",
+ "city": "Ahmedside",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/15086",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 639393,
+ 7710842,
+ 1910032,
+ 2930065,
+ 6571154
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "26ea150c-400b-49ad-a022-446d86f22c89",
+ "createdAt": "2015-03-25",
+ "completed": "2018-08-24",
+ "initiated": "2022-12-18",
+ "ministryContact": "KULAS MARYAM",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "95132168-0cf0-40ba-beed-9ba789279228",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ac76e495-d195-4e4e-83d5-5508ef258262",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d39ae30f-c993-42e7-845c-8d9897f1c1a6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6133580a-196a-4e05-8a00-105ffd4af3cf",
+ "createdAt": "2023-04-12",
+ "completed": "2018-07-04",
+ "initiated": "2017-02-25",
+ "ministryContact": "LITTLE ALEXANDREA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b545019e-7505-4cbd-9923-b0cbba07a64a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4d5a92d5-ffc2-4e3c-9e8c-4cc4a30d1aac",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "972b1aec-4b61-4054-bb4b-5342143c1173",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6a49661c-3a9c-41be-a75f-c54b2423538e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8b1c46cf-bcdd-4324-acea-a9db054b0803",
+ "createdAt": "2017-05-12",
+ "completed": "2023-05-06",
+ "initiated": "2014-03-20",
+ "ministryContact": "DICKI EDA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "de930ffe-f40d-4926-ae57-508a6138f56b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "61e4ef93-3eb8-4636-b139-b835bd6d76e5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ca0eed32-ae3d-43f4-b2bb-21983ed78ed0",
+ "createdAt": "2022-07-27",
+ "completed": "2015-11-19",
+ "initiated": "2020-01-10",
+ "ministryContact": "FRIESEN HAYLEY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a6e8004b-01f8-42a5-8647-f5836cad7f4a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5c72feaa-5621-4e96-af25-d3cf4bfc0d55",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2ed2d45e-e469-460e-a18b-e0b60f749970",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d48b15a1-daa1-4c98-837e-6724ce432dfb",
+ "createdAt": "2023-01-01",
+ "completed": "2021-09-02",
+ "initiated": "2016-09-29",
+ "ministryContact": "JOHNSTON JENNIFER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "6c18c99e-2594-4071-9730-974309e9e893",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b598f82b-5c38-4745-b61d-2da8c0488e16",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "84b6bcf9-8db4-4265-9625-7d91c914c966",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fa65cc08-f438-4831-9f5e-1394639b7984",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "63287f40-c274-430c-82b9-089bb32476e7",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2017-08-20",
+ "startDate": "2023-03-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b8a1fc82-172c-42b0-b420-c4f1a984bf99",
+ "name": "IPSUM",
+ "endDate": "2018-07-14",
+ "startDate": "2020-04-22",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d1b47391-ac35-43a0-a846-ce7fcd4a5a87",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2023-10-02",
+ "startDate": "2019-01-15",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "d16da947-7047-47d5-bfbf-fb02a39634c5",
+ "siteRegistry": false,
+ "documentDate": "2018-10-16",
+ "receivedDate": "2020-08-17",
+ "uploadedDate": "2022-09-03",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "65aece09-a97a-4d42-a3a6-8d0b7ff1c1c9",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "2488e031-d13f-4652-ad39-ce00e6a13867",
+ "siteRegistry": false,
+ "documentDate": "2017-06-12",
+ "receivedDate": "2020-06-28",
+ "uploadedDate": "2021-03-07",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "88020e73-e6b8-4ab7-8eba-bf8ba17203e2",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d588dbcc-16c7-44bf-96c9-cde6bf013858",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f4b8b0e6-b5cf-44f9-9a10-4ef1ab454b9f",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ef2fcd65-fe53-4108-bf09-3ded526ef571",
+ "siteRegistry": true,
+ "documentDate": "2017-11-26",
+ "receivedDate": "2014-09-02",
+ "uploadedDate": "2022-04-12",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "60472acf-e482-453d-9dd8-69e2fd5c280b",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "acb7069b-7d91-4790-9dd8-c70ad9c6790d",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "8b53b369-7ded-4f01-bc8d-e183a08d75a5",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "4aacbc6f-827b-4c98-997c-94e9a061134c",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-01-20 (described on Site Profile dated 2019-01-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "58faa183-9c9e-4e94-ba04-78cd4b033b6e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-09-11 (described on Site Profile dated 2014-09-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "fd00c5f5-e741-49f3-8d32-d25d01ad57f7",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-08-24 (described on Site Profile dated 2015-08-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "736e1b65-887c-4434-8f13-87d936d66b35",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-07-03 (described on Site Profile dated 2019-07-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "70ee8bab-5efd-4e03-b612-04de3f186478",
+ "siteRegistry": false,
+ "dateNoted": "2015-03-10",
+ "parcelID": "16809",
+ "crownLandUsePIN": "19310",
+ "crownLandFileNumber": "16815",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 1 DISTRICT LOT 4 PLAN 4252"
+ },
+ {
+ "uuid": "6cc3a793-38e1-4399-8e8d-d58e7883ba6f",
+ "siteRegistry": true,
+ "dateNoted": "2020-09-12",
+ "parcelID": "18243",
+ "crownLandUsePIN": "18811",
+ "crownLandFileNumber": "17449",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 2 DISTRICT LOT 1 PLAN 6366"
+ },
+ {
+ "uuid": "05363863-36b6-40e4-b486-f59f0cd5407a",
+ "siteRegistry": true,
+ "dateNoted": "2021-08-09",
+ "parcelID": "18659",
+ "crownLandUsePIN": "15317",
+ "crownLandFileNumber": "17225",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 2 DISTRICT LOT 1 PLAN 9606"
+ },
+ {
+ "uuid": "612ac08d-fe36-4e31-a648-3a73a968cfe1",
+ "siteRegistry": false,
+ "dateNoted": "2020-08-13",
+ "parcelID": "17917",
+ "crownLandUsePIN": "20860",
+ "crownLandFileNumber": "17544",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 5 DISTRICT LOT 2 PLAN 4988"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "e376905c-41a4-4e41-8c6f-b450833c2707",
+ "siteRegistry": true,
+ "dateReceived": "2020-11-30",
+ "dateCompleted": "2013-11-20",
+ "dateEntered": "2015-06-26",
+ "dateRegistrar": "2017-03-08",
+ "dateLocalAuthorityReceived": "2018-04-02",
+ "summary": "Natus perspiciatis adipisci autem reiciendis harum.\nEsse illum atque itaque aliquam culpa.",
+ "informationUsed": "Sint eaque reiciendis consectetur eum molestias.\nAssumenda dolor reprehenderit illum cum quos quis quibusdam.\nSed atque dolor tempora.\nIllo inventore quae.\nVoluptate sapiente non molestias explicabo aliquid mollitia facere.",
+ "pastOrPresentOrders": "Atque necessitatibus magni laborum quis quas enim laborum ex blanditiis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "568b6c40-a517-4127-af77-4ae43200d776",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ce3c1394-e99c-479f-a8ab-58b793b62ed1",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f8064843-9be4-4574-a524-f5f0eaa4c70b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1e4f2933-61df-477c-b151-aae52af0c000",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "15124ce3-9232-43db-9b7e-4d5efec11e44",
+ "siteRegistry": true,
+ "dateReceived": "2018-01-24",
+ "dateCompleted": "2016-11-06",
+ "dateEntered": "2018-01-14",
+ "dateRegistrar": "2014-05-04",
+ "dateLocalAuthorityReceived": "2019-11-08",
+ "summary": "At provident dicta deserunt.\nEligendi quo corporis esse.\nOdit ducimus ratione dignissimos ipsa nesciunt exercitationem.",
+ "informationUsed": "Aut voluptates pariatur quia exercitationem veritatis.\nUllam soluta nobis numquam corporis dolore cum est.\nA vero minus eligendi harum corporis.",
+ "pastOrPresentOrders": "Repellat fugit reiciendis mollitia cupiditate sint sunt nesciunt neque quo.\nQuas corporis impedit.\nError suscipit eveniet alias ipsa iste.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "196d16f7-2bb5-4fa8-ad13-323708bb83f4",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6560f072-1203-4210-81b8-9c96f948bc4a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e32d137d-2a3d-4f43-b0f7-99b8922f64af",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "321d8627-b684-4801-b650-f1648c04942a",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "991b498d-0aed-4306-9dc9-e364b873e305",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REINGER GIOVANNA",
+ "timestamp": "2014-02-08"
+ },
+ {
+ "uuid": "a35b311a-4773-48d2-ab79-2f40efdf8c17",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOSS-RYAN JAIME",
+ "timestamp": "2018-10-11"
+ },
+ {
+ "uuid": "e93cf59b-ea03-4636-8425-f0dec3d52de3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REINGER DAPHNEY",
+ "timestamp": "2022-04-21"
+ },
+ {
+ "uuid": "3983c1a9-8133-4499-bea8-7eb71502010c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SHANAHAN-KEMMER HOYT",
+ "timestamp": "2019-12-28"
+ },
+ {
+ "uuid": "6d003018-c5ab-406c-a33f-37606bda093c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LAKIN ALEX",
+ "timestamp": "2022-10-04"
+ },
+ {
+ "uuid": "f224316d-50f8-45a5-8719-7e4d25e1fa2b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUDSON ELAINA",
+ "timestamp": "2019-10-19"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "caa99c7f-5615-4cf5-ae3f-50d51b607028",
+ "dateNoted": "2021-11-06",
+ "notes": "",
+ "parcelID": "20632",
+ "siteID": "20842",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d2f92bbf-ea3f-475d-af98-a234ef8fd78c",
+ "dateNoted": "2022-06-26",
+ "notes": "",
+ "parcelID": "16496",
+ "siteID": "16853",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "781871ea-4ce4-4ce6-9505-a49d96d7033b",
+ "siteID": 17060,
+ "address": "67759 Jana Ridge",
+ "latitude": 55.8757,
+ "longitude": -124.586,
+ "lastUpdated": "2015-12-20",
+ "city": "Schinnerfurt",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/7109",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6579164,
+ 6902208,
+ 411950,
+ 5111676,
+ 6666854
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "b31a9224-282c-43ba-b4fb-dae2744f85c4",
+ "createdAt": "2017-08-21",
+ "completed": "2022-02-24",
+ "initiated": "2016-01-04",
+ "ministryContact": "ORTIZ HARRISON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7499d3fb-8055-41f3-8642-65b275009eac",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bbd0b508-c0ed-40c5-8a49-b73e551288bd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "35996498-043d-4bd6-9801-edf92f724952",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4e41d540-c0af-4008-a200-c1f32d074249",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "563ee9a8-4f2d-4b87-9177-17024e1ec63f",
+ "createdAt": "2015-01-02",
+ "completed": "2015-05-26",
+ "initiated": "2015-09-08",
+ "ministryContact": "ONDRICKA FRANCIS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "de545ada-388f-48fe-85ad-caa4d38e2a57",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e799adbc-b1e8-4c59-9645-4a5a93887d3a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "60e78f11-655a-4098-af23-1b035908fd83",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "94fda6dc-a7bc-4932-80c4-5d050f4d9545",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-04-30",
+ "startDate": "2015-11-02",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "205a692a-f27a-4931-9f4e-a644a34e52c1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-03-09",
+ "startDate": "2018-07-20",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "65a7499b-c596-490b-9483-9039b334d1ba",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-08-26",
+ "startDate": "2019-07-07",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "79548a3d-2bb2-4c94-8f7d-2c45c0cdb640",
+ "siteRegistry": true,
+ "documentDate": "2015-08-22",
+ "receivedDate": "2018-12-10",
+ "uploadedDate": "2016-08-06",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "9f1e1831-cfa4-4a46-ab5e-0e0f8f955c49",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5185aadd-09cc-4de4-9590-9f800bba96a5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e3aa4921-aaae-4f6b-a212-98d890ed2674",
+ "siteRegistry": false,
+ "documentDate": "2023-05-21",
+ "receivedDate": "2021-03-12",
+ "uploadedDate": "2019-06-13",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "0c6dea43-ff04-438d-91a4-431ceaaa62e5",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "47930889-d65e-4e62-91a4-2bae4cb775bc",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "8574ab51-e2ef-467e-8698-982d2f596f80",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-10-31 (described on Site Profile dated 2022-10-31)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "0d602300-a164-4f93-a35f-9a9045aaca07",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-08-03 (described on Site Profile dated 2018-08-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "1f0337b8-54d8-4ad9-80a1-092378bd1bfa",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-08-31 (described on Site Profile dated 2020-08-31)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "ec2d201a-eb24-4480-bb57-5c8105b57116",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-07-26 (described on Site Profile dated 2017-07-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "001332d7-1892-49ee-9aa6-16e38c190baf",
+ "siteRegistry": true,
+ "dateNoted": "2014-06-17",
+ "parcelID": "17947",
+ "crownLandUsePIN": "15232",
+ "crownLandFileNumber": "18215",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 1 DISTRICT LOT 5 PLAN 6768"
+ },
+ {
+ "uuid": "688d56bf-7c26-4e09-939d-ca8f50bc8368",
+ "siteRegistry": false,
+ "dateNoted": "2017-06-01",
+ "parcelID": "17627",
+ "crownLandUsePIN": "16007",
+ "crownLandFileNumber": "18367",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 2 DISTRICT LOT 5 PLAN 8519"
+ },
+ {
+ "uuid": "d0b620e7-a824-4b3c-9d9a-7d14fdabf615",
+ "siteRegistry": true,
+ "dateNoted": "2013-10-30",
+ "parcelID": "20742",
+ "crownLandUsePIN": "16543",
+ "crownLandFileNumber": "20423",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 3 DISTRICT LOT 2 PLAN 9238"
+ },
+ {
+ "uuid": "7f21cd07-486e-485f-94ce-eb33381aedbb",
+ "siteRegistry": false,
+ "dateNoted": "2022-03-05",
+ "parcelID": "16754",
+ "crownLandUsePIN": "20466",
+ "crownLandFileNumber": "17949",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 3 DISTRICT LOT 3 PLAN 3740"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "5e3159e6-2821-4089-8250-78e3c199d3b2",
+ "siteRegistry": true,
+ "dateReceived": "2018-02-01",
+ "dateCompleted": "2022-05-22",
+ "dateEntered": "2018-12-16",
+ "dateRegistrar": "2015-10-24",
+ "dateLocalAuthorityReceived": "2021-05-20",
+ "summary": "Odio suscipit nulla nulla dolor officia inventore.\nRepudiandae ut animi nisi minima minima voluptas.\nA facilis vero quo iure.",
+ "informationUsed": "Qui reprehenderit consectetur repellat eius voluptatum.\nNumquam cumque eius voluptas.\nIure facere tempora.\nNulla est consequuntur quam omnis dicta quod.",
+ "pastOrPresentOrders": "A autem occaecati error.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "1ead0c7c-b612-425b-ae17-5ef44f7fab2e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "210781eb-5f13-49f4-9e3d-fa349eece801",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "aec2aaa7-0b2e-429a-bf44-b1cfe60aa4b2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7bdf6bea-80da-4f29-b898-7b3fcf2d2b17",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "a73e7728-4170-4143-bb75-d9143060d1fd",
+ "siteRegistry": false,
+ "dateReceived": "2021-11-03",
+ "dateCompleted": "2019-04-22",
+ "dateEntered": "2023-03-19",
+ "dateRegistrar": "2019-04-17",
+ "dateLocalAuthorityReceived": "2013-11-03",
+ "summary": "Mollitia quod a.\nAnimi et adipisci incidunt quo tenetur.",
+ "informationUsed": "Cumque fugiat molestias accusamus totam.\nLaudantium molestiae commodi laudantium alias sequi distinctio distinctio praesentium.\nVero quidem id aspernatur.\nDicta itaque ab dolores nam cumque alias dolor.\nVoluptate facilis qui molestias animi laudantium sit dolor id.",
+ "pastOrPresentOrders": "Iure architecto iure possimus quis necessitatibus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "413b5600-8e19-4880-86e7-3c82bb771cc8",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "88d60fc4-9703-4edb-a08b-28c9efadd6c7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "c3efe9bf-891a-4d18-b4ef-db4ddfae00c8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CROOKS-MCDERMOTT MARION",
+ "timestamp": "2017-02-11"
+ },
+ {
+ "uuid": "51cc6004-22c1-4e16-9327-12bda242b117",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHROEDER BETSY",
+ "timestamp": "2015-11-02"
+ },
+ {
+ "uuid": "4868fe2f-c3f7-40a8-b242-e8f7bd6c2bf6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CASPER LEONORA",
+ "timestamp": "2020-12-12"
+ },
+ {
+ "uuid": "97e31171-a2c6-4477-ba95-a7c0f351c173",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GOYETTE CASANDRA",
+ "timestamp": "2021-08-23"
+ },
+ {
+ "uuid": "6c0dcb95-56a9-4026-8fb9-aad01b5c1710",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JOHNS ODIE",
+ "timestamp": "2021-02-12"
+ },
+ {
+ "uuid": "3ccc62b1-0b26-4abc-8367-004c964306ae",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUSSEL SONYA",
+ "timestamp": "2020-11-26"
+ },
+ {
+ "uuid": "78ff4805-3618-486d-8613-3ef053330b40",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHNEIDER MAURICIO",
+ "timestamp": "2016-08-20"
+ },
+ {
+ "uuid": "76afcc04-86fd-4be5-94fa-e68893816ec5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LITTEL LAVINIA",
+ "timestamp": "2021-11-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "9b31bfaf-9962-4cfd-a10a-55332a1ec0db",
+ "dateNoted": "2017-05-15",
+ "notes": "",
+ "parcelID": "20872",
+ "siteID": "18080",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c2ee8987-7764-48a7-8293-acf36f95c0eb",
+ "dateNoted": "2017-11-06",
+ "notes": "",
+ "parcelID": "17342",
+ "siteID": "19389",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "d69f9718-80db-4ea0-9e66-5431fd8d14d6",
+ "siteID": 20542,
+ "address": "633 Witting Views",
+ "latitude": 49.4824,
+ "longitude": -130.6951,
+ "lastUpdated": "2021-06-14",
+ "city": "Bellevue",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/8640",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 2401787,
+ 2515337,
+ 6756027,
+ 1976745,
+ 7511520
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "6caaa1ac-f37a-4ece-a6bb-0c4354832ea7",
+ "createdAt": "2018-08-10",
+ "completed": "2018-01-02",
+ "initiated": "2014-10-24",
+ "ministryContact": "CARTWRIGHT GILBERT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "147b3824-5972-4460-baea-1fc0265de829",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f43841a7-58f7-444f-8b39-0350cef3b19f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "43207852-4a0c-4ab2-bdde-0be6785c37be",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e58e222d-281d-4419-ad84-ac8cd69f1b27",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2e28a05b-3df3-4c1c-a065-40b456386ea1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "06362dfa-897e-4f2b-b80d-07ef33285e86",
+ "createdAt": "2020-08-11",
+ "completed": "2019-05-12",
+ "initiated": "2015-10-21",
+ "ministryContact": "JOHNSON BENNETT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "372a1d16-9383-462d-8a82-52c82a1f5d77",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0782b12d-289a-4ec0-9225-9430a3c160d9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9a78f7f1-72a8-4279-9c7e-772465e04ca7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4e7a5f0b-429e-47ef-a24c-7ba4783f469c",
+ "createdAt": "2021-05-18",
+ "completed": "2015-09-10",
+ "initiated": "2016-07-22",
+ "ministryContact": "BLANDA DIEGO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "715d063a-7f89-4d76-bf47-957e0a1b2738",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cb9f3159-d1ef-4d14-afcb-dcd1680f6363",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "18e90f7e-ab47-4ddf-aac4-3ce531e46b25",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2023-09-15",
+ "startDate": "2014-02-04",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "69324597-4b8c-4422-b5db-bcc0adacac1a",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-04-07",
+ "startDate": "2016-03-04",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0169b189-71c3-497b-b9e7-b750aefcf298",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-11-30",
+ "startDate": "2020-05-02",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8e474998-d006-42e3-939b-931b9cfd105a",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-09-12",
+ "startDate": "2021-06-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "2fb48b7c-d559-4799-b9fc-210293e4c8ee",
+ "siteRegistry": true,
+ "documentDate": "2022-02-11",
+ "receivedDate": "2022-05-16",
+ "uploadedDate": "2022-06-18",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "89b996f8-7c87-4533-ab1e-5da5cb5d578e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ccae3acc-371f-4ab3-a5a4-d3c20d621336",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f26547d1-a2e3-4cba-9cf2-a67353434bc9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "0ca2270e-4a15-4d21-a18e-ec5d4af37d8d",
+ "siteRegistry": false,
+ "documentDate": "2018-11-27",
+ "receivedDate": "2018-03-28",
+ "uploadedDate": "2016-03-23",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "4a6ff182-8fe2-41b0-9ca1-1c29461f81fa",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4eb94cf7-e1d8-4e34-893c-6ebaef96b47f",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "77e4938c-a4d6-4d73-8ae0-ffd863e6eb92",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-01-13 (described on Site Profile dated 2018-01-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "8b3574b5-6d89-4d9c-b47f-9f5bad66629e",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-08-31 (described on Site Profile dated 2014-08-31)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "6d9da083-06b3-44c9-ab05-df0be1e3e38d",
+ "siteRegistry": false,
+ "dateNoted": "2020-09-21",
+ "parcelID": "18574",
+ "crownLandUsePIN": "17767",
+ "crownLandFileNumber": "15395",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 3 DISTRICT LOT 3 PLAN 3397"
+ },
+ {
+ "uuid": "c68ffde5-21e6-447f-aa11-3236fec1ec14",
+ "siteRegistry": true,
+ "dateNoted": "2016-03-21",
+ "parcelID": "16088",
+ "crownLandUsePIN": "18660",
+ "crownLandFileNumber": "15254",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 2 DISTRICT LOT 5 PLAN 7130"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "3d62437b-784a-4fd4-92c1-82b3b5be5fa1",
+ "siteRegistry": true,
+ "dateReceived": "2017-02-02",
+ "dateCompleted": "2018-04-11",
+ "dateEntered": "2015-08-08",
+ "dateRegistrar": "2014-12-18",
+ "dateLocalAuthorityReceived": "2019-01-26",
+ "summary": "Praesentium harum occaecati.",
+ "informationUsed": "Perferendis tenetur numquam perferendis praesentium provident culpa voluptate accusamus fugiat.\nNeque eaque eveniet.\nPraesentium inventore a tempora.\nQuaerat quibusdam ab vel consequuntur tempora et doloremque molestias.",
+ "pastOrPresentOrders": "Molestias asperiores sunt ducimus rerum possimus natus.\nQuaerat magni dolore odit suscipit laudantium commodi atque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "fc8402db-4fdd-41f7-9474-8019c3039cf1",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9ca54c8b-2086-426a-a66b-1a251f53d96a",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c415574a-609c-44d6-afc4-e3bb82dc395e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "04f12819-9a33-4af7-afce-4907ff31f9b1",
+ "siteRegistry": true,
+ "dateReceived": "2019-09-16",
+ "dateCompleted": "2019-10-20",
+ "dateEntered": "2022-08-10",
+ "dateRegistrar": "2016-08-25",
+ "dateLocalAuthorityReceived": "2015-08-22",
+ "summary": "Repellendus et voluptates et praesentium itaque dolorum voluptatem nisi.",
+ "informationUsed": "Aliquam cupiditate in in magnam aut illum.\nIpsa doloribus ea nemo cumque.\nIn culpa hic.\nIpsam quasi expedita quae omnis.\nMinus exercitationem eveniet sequi mollitia.",
+ "pastOrPresentOrders": "Eum necessitatibus illo ipsa.\nTenetur earum ipsam deserunt.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "44fc8907-ebec-4853-ab65-5be92ebccfb3",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "943b524b-4a4c-40b8-b0a7-2ae7dcc487a2",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4c29c1ab-8c49-4d78-80f7-cf4cd8b4f3e6",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "77e1aa69-ea97-478b-8e41-a36f196b3b00",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HERMANN ALIYAH",
+ "timestamp": "2014-04-09"
+ },
+ {
+ "uuid": "0a31c1c3-289e-4c2b-a007-51e95a6509cd",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PROSACCO MARILOU",
+ "timestamp": "2017-10-14"
+ },
+ {
+ "uuid": "21258089-0fd1-426c-913f-dbb8f642b9fc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BINS LILLA",
+ "timestamp": "2015-09-13"
+ },
+ {
+ "uuid": "67fcf55d-3596-4946-bbf1-311317e37eec",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TREMBLAY SELENA",
+ "timestamp": "2021-08-03"
+ },
+ {
+ "uuid": "2635ca11-2b83-44d2-b920-e840ae25c999",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KREIGER SHEMAR",
+ "timestamp": "2023-04-25"
+ },
+ {
+ "uuid": "c116aa8e-40db-4493-a4a2-4ff335394727",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FAHEY ADRIANNA",
+ "timestamp": "2016-01-14"
+ },
+ {
+ "uuid": "ef0e8ded-07d5-41b4-80e9-3c12243507a9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HILLS OBIE",
+ "timestamp": "2015-06-18"
+ },
+ {
+ "uuid": "e65176e7-6f25-43ee-9432-432aba888885",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAHRINGER ADOLPH",
+ "timestamp": "2023-04-17"
+ },
+ {
+ "uuid": "0bcbd22b-97a7-4084-a072-1cd829348115",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MURRAY MICHEAL",
+ "timestamp": "2021-09-21"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "613f8a04-c867-41b7-993b-c7b6e8ec3d9b",
+ "dateNoted": "2021-06-30",
+ "notes": "",
+ "parcelID": "20898",
+ "siteID": "20520",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "50bd6fc2-4eec-4c7b-87e2-1790e57de9c7",
+ "dateNoted": "2019-10-09",
+ "notes": "",
+ "parcelID": "16435",
+ "siteID": "19173",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3f441c87-44d7-4b89-9b9e-79f43827f75d",
+ "dateNoted": "2020-07-17",
+ "notes": "",
+ "parcelID": "16344",
+ "siteID": "20880",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "091ddfaf-0ee4-475e-a4a9-d41ec39e88e6",
+ "siteID": 17498,
+ "address": "5514 Kirlin Rest",
+ "latitude": 55.5249,
+ "longitude": -137.2623,
+ "lastUpdated": "2017-09-06",
+ "city": "Strosinton",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/6639",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6342373,
+ 7309391,
+ 7403167,
+ 9311719,
+ 9157260
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "9cea410d-f844-4fe3-bd62-03c3665dd69c",
+ "createdAt": "2014-06-18",
+ "completed": "2015-01-08",
+ "initiated": "2022-09-02",
+ "ministryContact": "LEHNER ESTELLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "991d176e-7146-4c65-aa65-5e7dc9dbfed5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "23561e71-c100-48e3-8932-2df2d6ff49bd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2837db11-6475-4a54-8b47-10bf157d545d",
+ "createdAt": "2022-11-24",
+ "completed": "2014-02-22",
+ "initiated": "2020-12-10",
+ "ministryContact": "FRAMI MARIANE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "eb598f3d-e474-434b-ba1a-49281ed42d76",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "eb706084-6771-4006-af7a-af71c3336c86",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b26c4b16-2b00-4b2b-81fd-c7a373e84fec",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f67cf1b5-eec4-4aec-aefd-f2c528f5ddb3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "95b49f45-1f58-43f7-a3c0-a97bc14d9e37",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c21a85c8-2dce-4109-9f28-2aad711d5939",
+ "createdAt": "2018-09-05",
+ "completed": "2018-10-24",
+ "initiated": "2016-06-23",
+ "ministryContact": "STOLTENBERG CLIFTON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "79c89f46-cc7d-4c0d-ac61-848b54a52040",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2650dcce-7b5b-43dc-bfe6-2b5eee103640",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "82f5fa72-01d9-45b0-bdf1-1fab4c9b50c0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-05-10",
+ "startDate": "2020-01-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e2b40b03-233e-4083-a95a-8412bad049c1",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-04-12",
+ "startDate": "2022-05-12",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "33679da5-f92c-43cb-9d6a-285e918ef8b8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-08-10",
+ "startDate": "2014-03-02",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b48ce4cc-628f-48f4-8ac7-18f532151a59",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-08-24",
+ "startDate": "2021-06-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "144083dc-ac07-4eff-a79c-28ec49f13e8d",
+ "siteRegistry": true,
+ "documentDate": "2020-07-21",
+ "receivedDate": "2023-08-09",
+ "uploadedDate": "2021-11-04",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "176ce2ed-66e8-4090-b568-adbb241c6c7b",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "acccffa4-4e0a-4782-848f-87b3aaeb7a43",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "075e0c8b-54c9-4d32-acce-e3d205ecbf56",
+ "siteRegistry": true,
+ "documentDate": "2014-03-13",
+ "receivedDate": "2016-07-04",
+ "uploadedDate": "2023-08-30",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "608850bb-2cd7-4b02-a11c-caefb5f2c42e",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5ca9ce12-cbd9-4607-91db-6407c2fb0ea7",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2b273c0c-c243-4967-9c73-388c2228d186",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "034d3ac0-7e7e-43d7-8e75-992ed6d92dbc",
+ "siteRegistry": false,
+ "documentDate": "2016-07-07",
+ "receivedDate": "2022-01-21",
+ "uploadedDate": "2018-02-08",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "8c7bf352-2b7d-485d-b247-8e07eda589da",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "08f3c164-a240-4d6b-a6e0-0dd772e23e51",
+ "siteRegistry": false,
+ "documentDate": "2022-02-02",
+ "receivedDate": "2018-04-18",
+ "uploadedDate": "2014-11-10",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "0ea09d00-2e8e-4e58-be8d-d43df0e53f93",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "5add7856-2988-41eb-a453-02d79ef34799",
+ "siteRegistry": false,
+ "documentDate": "2020-01-10",
+ "receivedDate": "2021-08-16",
+ "uploadedDate": "2021-09-19",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "fa8c3123-ea25-4998-bdad-bd4f05c6a8e0",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "f68dda1d-c2bb-40ea-a81b-b7fa2f21f31e",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-01-03 (described on Site Profile dated 2020-01-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "0f79bbc5-d24e-49d4-be9a-b2817d4e4b6f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-05-19 (described on Site Profile dated 2021-05-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "fc0ac9d5-eb64-4874-bde9-9d9b2fde9fdd",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-08-04 (described on Site Profile dated 2020-08-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "62f8cad4-b497-4930-9b0f-1b298749b420",
+ "siteRegistry": true,
+ "dateNoted": "2015-11-18",
+ "parcelID": "19319",
+ "crownLandUsePIN": "17948",
+ "crownLandFileNumber": "20794",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 1 DISTRICT LOT 2 PLAN 7982"
+ },
+ {
+ "uuid": "b061a88d-f3a1-4683-89b1-f441c8332689",
+ "siteRegistry": false,
+ "dateNoted": "2023-02-12",
+ "parcelID": "18977",
+ "crownLandUsePIN": "15883",
+ "crownLandFileNumber": "17375",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 2 DISTRICT LOT 5 PLAN 3778"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "63a59c3c-4ee5-4b4d-bbc5-99154d97d049",
+ "siteRegistry": true,
+ "dateReceived": "2019-01-22",
+ "dateCompleted": "2018-11-23",
+ "dateEntered": "2014-04-25",
+ "dateRegistrar": "2018-04-27",
+ "dateLocalAuthorityReceived": "2018-01-29",
+ "summary": "Architecto minus quas.",
+ "informationUsed": "Incidunt nulla non nam.\nCum repellendus odio labore quisquam molestias assumenda.\nAdipisci maiores reprehenderit delectus repellendus.\nDucimus nemo facilis corporis.",
+ "pastOrPresentOrders": "Nemo veniam optio voluptatibus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "13ddb3e9-2817-4caf-ae48-2b279e1e1eb2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "96a67923-350d-4543-921d-2fbfd2fa7b44",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "eae03147-9c1c-474f-9695-b181e8652ed4",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "0cdd048d-a0b6-4ad5-8d6d-eebe22a0e460",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEER DAWSON",
+ "timestamp": "2014-07-01"
+ },
+ {
+ "uuid": "c81f2e42-95b5-464d-b09a-624162dd9add",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEGMANN DEMOND",
+ "timestamp": "2022-01-05"
+ },
+ {
+ "uuid": "cb9de6a0-ad05-41b6-ad95-a70c33b39dea",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOVACEK-CHRISTIANSEN MYRA",
+ "timestamp": "2022-08-30"
+ },
+ {
+ "uuid": "9528dd3d-775c-437d-9e9d-484dead5ac6a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PFANNERSTILL ROGERS",
+ "timestamp": "2017-09-23"
+ },
+ {
+ "uuid": "0437df7e-13d5-4b90-904b-ed562847851d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KLING ALEXANE",
+ "timestamp": "2014-03-05"
+ },
+ {
+ "uuid": "82e494c4-662f-4e82-ae9d-d1824a65d569",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DANIEL OTTIS",
+ "timestamp": "2022-02-17"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "18abc6c7-44f4-42c7-a0d3-29c05f0c4a08",
+ "dateNoted": "2023-07-14",
+ "notes": "",
+ "parcelID": "20967",
+ "siteID": "18063",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "8f1da75e-1fb7-49a0-97c8-41c42fd1d74d",
+ "siteID": 16295,
+ "address": "32491 Teresa Run",
+ "latitude": 51.3486,
+ "longitude": -126.2465,
+ "lastUpdated": "2021-10-05",
+ "city": "Erlingborough",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/13792",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6720537,
+ 847104,
+ 4699335,
+ 2783703,
+ 546442
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "fedc96dd-2d7c-4018-9a73-e2597c501625",
+ "createdAt": "2021-02-01",
+ "completed": "2016-05-22",
+ "initiated": "2020-11-22",
+ "ministryContact": "WINDLER FRIDA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d6b27fee-bb4e-4679-9bbd-acff3f6c1ce3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d218fdb9-400d-4b69-86ed-d6e3a4a03912",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d6341b65-1f87-4a4e-bf96-f6b7b9241517",
+ "createdAt": "2016-10-26",
+ "completed": "2022-11-18",
+ "initiated": "2017-05-01",
+ "ministryContact": "CRIST JOSH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "319b400f-db6a-49f1-ad11-c53404432f74",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "08c88995-a5b5-4e2d-9a7a-0173758d69ed",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2b3d1892-95f6-4b34-a0e8-81ccf81f17ed",
+ "createdAt": "2022-12-20",
+ "completed": "2018-08-26",
+ "initiated": "2023-02-27",
+ "ministryContact": "GLEASON LIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "317d5f16-55b4-457f-9dc3-6ee1b53d742a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9bbc7f0d-965b-4a3d-a2fe-d84d9ce1c79f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9dc65de7-dc0c-4cd5-89b0-50a6a62c4921",
+ "createdAt": "2015-10-23",
+ "completed": "2018-08-26",
+ "initiated": "2020-11-11",
+ "ministryContact": "WIZA HANNAH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "dd116035-690a-4032-aac6-1fc122551728",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "96cd3a50-9e70-4111-ac69-ec005feb0d5c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e1b5cbec-c93b-43c7-bf50-969e711a7516",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "38b0c8eb-3ca5-4c72-9fac-908bd7a084ce",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1c65781d-990b-442c-acb3-d4fc7a6b3df9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c83df5b0-f031-44ad-817f-715fad048d28",
+ "createdAt": "2015-05-10",
+ "completed": "2023-01-22",
+ "initiated": "2020-09-24",
+ "ministryContact": "BECKER MABLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5e1de2ad-cf9b-4224-9172-9693613bb08a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1331e54a-5c9c-4cf4-a53c-f7cfed2f8dae",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "aae43420-33d1-4cde-a7db-e40802742e45",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "03bb11c0-1381-42d8-b803-eb56c5186d4a",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-10-14",
+ "startDate": "2019-10-08",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cdd4b79e-2305-4553-a406-505769f6af1d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2013-11-01",
+ "startDate": "2014-05-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8e4b4d7e-0504-4b40-a824-b93b6ca36d1b",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-01-16",
+ "startDate": "2023-04-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "5b536423-76be-4c6d-b6f0-88d1c403c157",
+ "siteRegistry": false,
+ "documentDate": "2018-01-14",
+ "receivedDate": "2022-12-05",
+ "uploadedDate": "2021-11-02",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "8fa1c905-79b0-466e-8de4-b1b5c5d71253",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "6f8f959f-95df-4395-b56e-527f2bb48d35",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f06bf331-6c8d-4a05-8a77-26f75137bcac",
+ "siteRegistry": false,
+ "documentDate": "2017-03-02",
+ "receivedDate": "2020-02-24",
+ "uploadedDate": "2021-04-28",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "125012a5-7ff3-4422-9cc4-de0bd46b2370",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7da6a791-585a-49ab-a215-2718bc5dbe2a",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f3795b49-1241-4a52-8dc9-0ed198137d24",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f4eb0572-29a0-42c5-bb8f-52e639c1a57b",
+ "siteRegistry": true,
+ "documentDate": "2019-09-11",
+ "receivedDate": "2018-09-19",
+ "uploadedDate": "2022-10-25",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "1270d6af-9c06-49d1-bb7f-99278f44d780",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "8963480f-8f76-4feb-afd2-182110afbfc3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "1aa5739e-61f9-4cec-a1d4-13a71d850632",
+ "siteRegistry": true,
+ "documentDate": "2018-05-16",
+ "receivedDate": "2023-04-01",
+ "uploadedDate": "2021-11-24",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "fbe8c385-3f19-49c4-8e66-d4112288a8ad",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "0a60c081-7bb4-4cdb-80b2-6b58536eac29",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-02-15 (described on Site Profile dated 2014-02-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "cd083420-6417-416b-a8b7-e11fa81b74d0",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-08-17 (described on Site Profile dated 2020-08-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "82bde095-2909-4c26-92fb-2f93ee694ba3",
+ "siteRegistry": true,
+ "dateNoted": "2017-12-19",
+ "parcelID": "15738",
+ "crownLandUsePIN": "19486",
+ "crownLandFileNumber": "20529",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 3 DISTRICT LOT 1 PLAN 5997"
+ },
+ {
+ "uuid": "ade7a4d3-6720-4008-bb55-c39394f4f1e3",
+ "siteRegistry": false,
+ "dateNoted": "2017-11-26",
+ "parcelID": "17848",
+ "crownLandUsePIN": "20912",
+ "crownLandFileNumber": "19846",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 5 DISTRICT LOT 3 PLAN 9187"
+ },
+ {
+ "uuid": "e3b94102-8f64-4fca-b788-62ee811e63c1",
+ "siteRegistry": true,
+ "dateNoted": "2016-02-27",
+ "parcelID": "19623",
+ "crownLandUsePIN": "16047",
+ "crownLandFileNumber": "17089",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 3 DISTRICT LOT 1 PLAN 8459"
+ },
+ {
+ "uuid": "a26e63af-03e8-476e-8522-d37f9c58f150",
+ "siteRegistry": false,
+ "dateNoted": "2021-08-09",
+ "parcelID": "17592",
+ "crownLandUsePIN": "18399",
+ "crownLandFileNumber": "20467",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 4 DISTRICT LOT 3 PLAN 3962"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "df21fec7-7aca-456a-b533-19e12ad14d5f",
+ "siteRegistry": false,
+ "dateReceived": "2014-11-10",
+ "dateCompleted": "2016-05-29",
+ "dateEntered": "2023-09-28",
+ "dateRegistrar": "2018-03-17",
+ "dateLocalAuthorityReceived": "2023-01-29",
+ "summary": "Et magni repellendus velit atque.",
+ "informationUsed": "Sint nulla doloribus aperiam harum deleniti cum voluptate.\nDoloribus voluptate consequuntur consequuntur modi repellendus iure dolorum aliquam.\nDelectus aliquam atque iste possimus quisquam ipsam dolore aliquid pariatur.\nMolestiae est corrupti.",
+ "pastOrPresentOrders": "Repudiandae quam officiis alias nisi minima sapiente.\nIpsum laudantium eaque nesciunt suscipit.\nDicta numquam corrupti aut repellendus laboriosam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "665888dc-01a8-422c-bc4e-1d9d1f122c6a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "efe56409-53fb-4f2b-b493-99cb7d919e22",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bdd7d15c-5415-4bcc-bed5-7186626b0094",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f739824d-eea8-44fb-9939-8fbd75638926",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "93846e59-1055-4b7f-966b-ac083f1ea313",
+ "siteRegistry": true,
+ "dateReceived": "2019-01-23",
+ "dateCompleted": "2014-07-05",
+ "dateEntered": "2014-07-08",
+ "dateRegistrar": "2014-10-18",
+ "dateLocalAuthorityReceived": "2020-06-24",
+ "summary": "Soluta aut mollitia.\nVoluptatum aut laboriosam sed ipsa eaque.",
+ "informationUsed": "Quisquam quidem cum impedit adipisci ex ipsum beatae placeat.\nAt voluptates cupiditate officia.\nDebitis quibusdam ut sint sit voluptates.\nSapiente tenetur quidem quod commodi quasi ducimus cum.",
+ "pastOrPresentOrders": "Veniam odit veritatis ex assumenda unde esse.\nAdipisci optio saepe hic perferendis dignissimos quibusdam sunt quod nihil.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "52f826de-83c5-4179-982e-ec7a61e43b27",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "08f9f833-d839-4756-a1f4-ea6efd84e0ea",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "50e0ce7a-18c9-4146-ab69-4dfec639e710",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "8a70df14-2a36-482a-bb9f-2ba3bc9aa120",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CONROY BRADFORD",
+ "timestamp": "2017-09-27"
+ },
+ {
+ "uuid": "ffe57568-9ee4-43e5-a048-9c6c69b14416",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCGLYNN BRET",
+ "timestamp": "2015-05-23"
+ },
+ {
+ "uuid": "65d8f8ae-b7f7-4f53-82a0-eb907e5ee7fb",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LITTLE LEONE",
+ "timestamp": "2022-01-06"
+ },
+ {
+ "uuid": "64b783bb-c7a7-48ae-b6a3-dd97fc774dd3",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DICKINSON JULIANNE",
+ "timestamp": "2017-04-01"
+ },
+ {
+ "uuid": "c167e062-4151-41fc-a053-8e16b90cf42a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOORE SANTOS",
+ "timestamp": "2022-05-16"
+ },
+ {
+ "uuid": "e1e12b4d-fa6f-4240-9985-377025b1968c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KEMMER WILBER",
+ "timestamp": "2019-11-11"
+ },
+ {
+ "uuid": "f31c96af-8893-48da-b89e-b6a0f06a0dd1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TROMP PATIENCE",
+ "timestamp": "2022-02-14"
+ },
+ {
+ "uuid": "1b5e0727-d0e9-4b9b-99a2-55c9d3f389fd",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WAELCHI ALFREDA",
+ "timestamp": "2021-09-26"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "3e4f21b8-4755-4ba4-8db2-8eb11c64951f",
+ "dateNoted": "2022-12-10",
+ "notes": "",
+ "parcelID": "16793",
+ "siteID": "16834",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "a3d903dd-6c05-4e95-ae5a-54f248a3683b",
+ "siteID": 20431,
+ "address": "38853 Yasmine Lane",
+ "latitude": 55.1658,
+ "longitude": -126.6422,
+ "lastUpdated": "2020-03-05",
+ "city": "Kurtchester",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/10379",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5371900,
+ 7067734,
+ 9148432,
+ 6819726,
+ 6499283
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "ffb0ce34-9754-4a55-851f-f5298f1d41f1",
+ "createdAt": "2021-02-04",
+ "completed": "2021-03-07",
+ "initiated": "2015-03-20",
+ "ministryContact": "BARROWS RUBY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8cff934d-9150-459c-8007-fa9589c67125",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6be793c9-0539-4f78-964d-807d8f21ebc8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5a98beec-2e53-418c-9bc8-c9f1e3d9f7c7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c3ab0cab-40e8-4a4a-abde-6b74b7176ca0",
+ "createdAt": "2015-09-24",
+ "completed": "2021-11-06",
+ "initiated": "2023-06-16",
+ "ministryContact": "KOCH CYRUS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7e9c6b89-67ee-40b1-b85e-b7c32f27100b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "27ec9372-22bc-4518-960b-1105a7ac581c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "04c13d62-112b-4eaa-83c6-b61913bf031a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "aec4ff39-1e8f-48c7-ac42-91333c0bcb28",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "abeb54d1-0828-4c5d-834c-c5da3c2c0a20",
+ "createdAt": "2023-08-26",
+ "completed": "2016-03-06",
+ "initiated": "2017-04-14",
+ "ministryContact": "ONDRICKA BELLA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5f3f88dc-7e69-4eb3-9ca9-91875c45be9d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "769c2354-fc52-4b7f-ab43-8788e7b84949",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8a82cba1-db22-4160-8390-bed0cd7df023",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e32c9e10-83ad-49f7-aa18-c6ab7540b2a7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "77c59302-1587-4010-9ed5-aaa5e3f5ff7d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "16a677d0-331f-40ec-9705-e07cce1fb05f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-09-20",
+ "startDate": "2017-07-17",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f130a865-3e7e-406c-a9fb-e3c90c537708",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-02-09",
+ "startDate": "2014-02-14",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "8137f831-4eb3-4a3b-8be9-6b3d0d825455",
+ "siteRegistry": false,
+ "documentDate": "2023-04-18",
+ "receivedDate": "2022-07-14",
+ "uploadedDate": "2021-04-02",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "45585dc4-22d9-45e9-a7e9-e86a807f7d3a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0bc267bc-b6fa-44f0-8112-28eb1f446056",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f34fe4a8-4cda-4ae0-a819-6b0597288feb",
+ "siteRegistry": false,
+ "documentDate": "2014-05-22",
+ "receivedDate": "2019-02-28",
+ "uploadedDate": "2016-02-13",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "8ef4cec6-11a6-4204-a481-f1a5762112a0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "6bdfac44-9572-4d52-9293-4f8c0d72188c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "12901f26-a2e9-4c61-8640-b2caae22383d",
+ "siteRegistry": true,
+ "documentDate": "2017-03-21",
+ "receivedDate": "2021-08-04",
+ "uploadedDate": "2013-11-30",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "488356fe-e25a-4150-a247-3a5df64fd567",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "471b4dab-e5d0-45c1-9e29-87310ab96f8d",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-01-25 (described on Site Profile dated 2021-01-25)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "e738e816-5b42-4c33-a19f-4def52f95a00",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-04-19 (described on Site Profile dated 2021-04-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "2ea18440-8c92-4a4e-b8c6-b4e567d02eab",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-06-02 (described on Site Profile dated 2020-06-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "35a0dcf8-d4b0-4151-a4de-46187de70698",
+ "siteRegistry": false,
+ "dateNoted": "2016-12-13",
+ "parcelID": "17729",
+ "crownLandUsePIN": "17246",
+ "crownLandFileNumber": "20952",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 2 DISTRICT LOT 4 PLAN 3668"
+ },
+ {
+ "uuid": "94b811ca-0593-42a6-ab61-b1a42eb97cc9",
+ "siteRegistry": true,
+ "dateNoted": "2016-10-23",
+ "parcelID": "19574",
+ "crownLandUsePIN": "19466",
+ "crownLandFileNumber": "16749",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 4 DISTRICT LOT 2 PLAN 8790"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "5d7ee0bd-8dd4-4017-9270-70df0310d774",
+ "siteRegistry": true,
+ "dateReceived": "2014-07-29",
+ "dateCompleted": "2020-08-02",
+ "dateEntered": "2022-07-13",
+ "dateRegistrar": "2018-12-16",
+ "dateLocalAuthorityReceived": "2021-07-05",
+ "summary": "Labore consequatur totam velit occaecati totam fugit.\nAd dolores enim tempore minus.",
+ "informationUsed": "Quibusdam nesciunt error in tempore laboriosam.\nQuisquam commodi quos quis laborum nostrum officia.\nPorro natus repellat iste quos error corporis amet explicabo est.\nLaboriosam fugiat atque soluta possimus in neque.",
+ "pastOrPresentOrders": "Dolorem doloribus eligendi eaque ad natus.\nFuga fugit ratione quibusdam beatae debitis.\nEx totam dicta esse.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "cf5305b4-affd-4f1c-97c5-77bb04a1a9d1",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "01936218-7aa3-47e5-8c40-56815d992133",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1f6bda25-c69d-44d0-873d-30cb286a20f3",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5ea90b34-8726-4e9d-9172-b31ea9fc26ec",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "e81053d1-e7d9-4044-81b2-2bf0c5290be9",
+ "siteRegistry": true,
+ "dateReceived": "2020-05-09",
+ "dateCompleted": "2018-09-17",
+ "dateEntered": "2017-09-23",
+ "dateRegistrar": "2014-06-26",
+ "dateLocalAuthorityReceived": "2020-12-14",
+ "summary": "Ullam facilis quibusdam totam voluptatibus officiis excepturi atque aperiam ipsum.\nUt repellat perspiciatis magnam aperiam possimus quia in.",
+ "informationUsed": "Ipsa iure beatae sit ut dignissimos eligendi quae.\nEveniet accusamus quaerat alias architecto omnis voluptate.\nEt accusantium temporibus omnis quas sequi.\nVoluptatibus ab vel illum ea facere voluptatum debitis.\nIncidunt porro repellendus delectus earum blanditiis consectetur omnis.",
+ "pastOrPresentOrders": "Dolor dolorum ipsam tempore qui nam eos.\nHic reiciendis perferendis unde.\nPorro atque fugiat inventore sapiente perferendis assumenda velit quod cum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "ba182c18-d313-4697-bcd5-41f463d5f759",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ebd075d9-3182-4c9c-b500-42bf31637dec",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "9a5fb0ed-5fcf-4a76-8a5c-2f55e97c4a04",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAUCK GARNETT",
+ "timestamp": "2018-07-20"
+ },
+ {
+ "uuid": "4ec81023-75af-4230-af66-3d60b9ac17d2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VOLKMAN ELISABETH",
+ "timestamp": "2019-09-26"
+ },
+ {
+ "uuid": "83111813-3db5-4b78-9277-cd18ec920a97",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOYER ULICES",
+ "timestamp": "2014-02-13"
+ },
+ {
+ "uuid": "e5ea9b9c-a573-4fa8-aadd-59ef5925181d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GISLASON MEGGIE",
+ "timestamp": "2021-12-09"
+ },
+ {
+ "uuid": "ee90d0e1-61a1-40f3-9bb2-3cf60efd3b02",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEDNAR ELSA",
+ "timestamp": "2014-08-17"
+ },
+ {
+ "uuid": "761aff26-62a1-4c26-9771-2068a03beb1c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CONROY D'ANGELO",
+ "timestamp": "2019-12-18"
+ },
+ {
+ "uuid": "15dff15a-dd59-418e-8e66-2541a80efd01",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LITTLE LOWELL",
+ "timestamp": "2019-02-09"
+ },
+ {
+ "uuid": "53dbae05-6e67-4a4e-b276-d586c7981967",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOSCO-LUETTGEN SHANELLE",
+ "timestamp": "2016-05-29"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "3eb80496-81dd-4ce9-be1d-27425eb47c7e",
+ "dateNoted": "2020-05-15",
+ "notes": "",
+ "parcelID": "19833",
+ "siteID": "20880",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d119505c-0d86-4431-a0ca-6aba744d109a",
+ "dateNoted": "2022-03-04",
+ "notes": "",
+ "parcelID": "19468",
+ "siteID": "20039",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a73d7889-652a-46b4-b5df-706ed7d17532",
+ "dateNoted": "2017-10-20",
+ "notes": "",
+ "parcelID": "15819",
+ "siteID": "19485",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "68b6fe23-da47-48fb-8a5b-571aef7cc12f",
+ "siteID": 15607,
+ "address": "9028 Bode Street",
+ "latitude": 54.9188,
+ "longitude": -131.322,
+ "lastUpdated": "2016-09-28",
+ "city": "West Simeon",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/15928",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6204819,
+ 6069810,
+ 2146472,
+ 7578165,
+ 566489
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "75581f43-649a-4e6b-9455-ca52813c272e",
+ "createdAt": "2019-07-14",
+ "completed": "2022-12-29",
+ "initiated": "2021-10-25",
+ "ministryContact": "TOY SERENA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2363dea9-fe9a-436f-a4b4-1bf803acf833",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2181ab76-e988-4de5-8d7d-2dcc2852f989",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9119a294-ee9f-491b-a360-f72c50e31f50",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "461a68dd-73bf-473a-a5f3-fb18f2ca9be7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b6551735-8bc2-4ede-a91b-44dd9e58f9bb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e4c3c781-a10d-4bc0-8a68-a6c1e2ad11ec",
+ "createdAt": "2018-09-02",
+ "completed": "2020-11-18",
+ "initiated": "2018-10-13",
+ "ministryContact": "PREDOVIC GARRETT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "69021ccc-ccbf-42c6-858e-037f9f457976",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "adc21ffe-af90-4cf2-9639-ab206f6db44f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "d6730b0f-b623-40bc-b28c-6859f8101c2b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-02-28",
+ "startDate": "2018-02-10",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9afd5cfe-adcb-4c35-872d-e6509d61a513",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-04-28",
+ "startDate": "2018-05-23",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "963cd8fd-508e-4a2c-a3c0-b6ebf5df5ab8",
+ "name": "IPSUM",
+ "endDate": "2015-05-08",
+ "startDate": "2014-12-24",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "b58ba4f1-a1a6-4213-9e5a-a67753f25b4b",
+ "siteRegistry": true,
+ "documentDate": "2023-02-03",
+ "receivedDate": "2022-03-28",
+ "uploadedDate": "2018-10-29",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "6866c284-2e6f-433d-8855-2a2b08dc50f2",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d22556fc-81a3-4a43-a89f-4be35ace7469",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "169e12e8-acb8-45cc-9da7-eb0dba896c38",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ac62a231-ee32-45b5-baec-8f1a9fc6a162",
+ "siteRegistry": true,
+ "documentDate": "2018-04-02",
+ "receivedDate": "2020-02-06",
+ "uploadedDate": "2014-02-25",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "f806b748-7215-40c0-ba79-b261f1b6fafb",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "89f43bee-6209-464b-b1e4-f2b582abd4aa",
+ "siteRegistry": false,
+ "documentDate": "2014-03-19",
+ "receivedDate": "2023-07-15",
+ "uploadedDate": "2014-09-17",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "b8023f3f-e0bc-46fb-8337-72a0079ec845",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "59a216a5-e718-41b2-aae3-b95ca020e5e7",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "6beaa765-5578-4101-87be-7d509eeca79e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-02-05 (described on Site Profile dated 2021-02-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "ad5bfa1c-9db1-4bb1-b82d-a786a18ff9fc",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-09-23 (described on Site Profile dated 2018-09-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "26734d73-cc93-4269-94ad-3016a50ef047",
+ "siteRegistry": false,
+ "dateNoted": "2021-02-23",
+ "parcelID": "19227",
+ "crownLandUsePIN": "18378",
+ "crownLandFileNumber": "15503",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 4 DISTRICT LOT 3 PLAN 6141"
+ },
+ {
+ "uuid": "07ca882d-074c-4b63-9aa3-e2b2ccb5c546",
+ "siteRegistry": true,
+ "dateNoted": "2016-07-23",
+ "parcelID": "20558",
+ "crownLandUsePIN": "16474",
+ "crownLandFileNumber": "16491",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 4 DISTRICT LOT 1 PLAN 6537"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "2f43e29e-1670-460a-8993-5972064c5c10",
+ "siteRegistry": true,
+ "dateReceived": "2019-11-24",
+ "dateCompleted": "2014-06-28",
+ "dateEntered": "2013-11-18",
+ "dateRegistrar": "2018-08-29",
+ "dateLocalAuthorityReceived": "2014-10-08",
+ "summary": "Cum quo eum.\nEveniet quaerat quasi consequuntur ipsum.",
+ "informationUsed": "Veritatis harum architecto provident.\nAliquam sunt harum cupiditate delectus.\nTenetur quo voluptatibus vitae tempore voluptas natus deleniti dolorum.\nQuas eum nemo odio dolore.",
+ "pastOrPresentOrders": "Natus aliquam suscipit culpa molestiae veniam quae accusamus tempore.\nBeatae autem doloribus nemo qui iure.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "415e9929-896f-43c0-9b8a-42cd7ede8117",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "eff7795b-8187-4851-bc94-d9cc135220ac",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3cc972dc-2a10-4946-a62f-1758c42ea0ea",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ca791808-def6-4f68-ac4e-754fc077f972",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "04c596fc-2f52-4718-8712-069240689237",
+ "siteRegistry": false,
+ "dateReceived": "2016-09-28",
+ "dateCompleted": "2017-12-28",
+ "dateEntered": "2013-12-29",
+ "dateRegistrar": "2023-01-20",
+ "dateLocalAuthorityReceived": "2015-02-09",
+ "summary": "Expedita labore corrupti error distinctio architecto doloribus mollitia.",
+ "informationUsed": "Asperiores ut sequi id nisi iure.\nNam eum rem ipsam tempora facilis atque tenetur explicabo minus.\nUnde optio voluptatum a accusamus.",
+ "pastOrPresentOrders": "Ullam adipisci nihil nemo odio harum sunt.\nFacere aliquam velit facere quidem distinctio magnam pariatur.\nNostrum id ea consequuntur quae blanditiis harum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "87c873ff-8b12-4b62-9df0-0647f5a5f3d5",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6d5d8739-ebeb-4a06-8135-8e01b4724e72",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "98086c29-1b44-4a8b-a288-2e180e2db983",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "a19b237d-27ac-4d1f-9b68-7a5495af00fb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEIER OLAF",
+ "timestamp": "2015-06-10"
+ },
+ {
+ "uuid": "40a137ce-f882-4561-af61-b579d2e05463",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAYES DASIA",
+ "timestamp": "2020-11-17"
+ },
+ {
+ "uuid": "7a437b05-c3ec-4276-8823-90ce3daa08f2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ERDMAN-BOGISICH ZACHARIAH",
+ "timestamp": "2020-08-28"
+ },
+ {
+ "uuid": "eff96935-3ab5-463e-947b-0f640353b932",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OKUNEVA HIRAM",
+ "timestamp": "2022-08-15"
+ },
+ {
+ "uuid": "09a69c41-cb28-42a3-a387-975fa116f48e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DOYLE OLIVER",
+ "timestamp": "2015-05-20"
+ },
+ {
+ "uuid": "8d7453f5-a2e3-4810-8711-7a04b35ee428",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'KON SUNNY",
+ "timestamp": "2022-09-17"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "c7474052-dc32-45b5-8291-fc84351a0b05",
+ "dateNoted": "2020-01-19",
+ "notes": "",
+ "parcelID": "18652",
+ "siteID": "20224",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ee9e4372-dbac-4d5a-9d66-d356603ada5c",
+ "dateNoted": "2020-01-10",
+ "notes": "",
+ "parcelID": "16926",
+ "siteID": "20520",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "a55b4727-b124-48b3-a70f-2bc2ffb0c475",
+ "siteID": 18456,
+ "address": "623 Rahul Mountains",
+ "latitude": 51.1958,
+ "longitude": -135.794,
+ "lastUpdated": "2023-09-24",
+ "city": "Sadyemouth",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/6382",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 501923,
+ 9998945,
+ 6509412,
+ 145071,
+ 856718
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "fe041ea1-3ce1-4f74-9d99-ae9dfd00c1cb",
+ "createdAt": "2021-12-23",
+ "completed": "2021-04-22",
+ "initiated": "2014-02-11",
+ "ministryContact": "O'REILLY-ERDMAN CYDNEY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ee018578-635b-412f-a5b2-16207842dc83",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "55887213-a376-4e44-a73d-4591cb66fe21",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d23e0152-0912-4859-9f09-d4b5f2c42a8e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "92a2a3ef-b06d-45ae-a21d-cdc5cdc70f32",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a4e37c87-156d-482b-ab76-bf7b3154f1f7",
+ "createdAt": "2021-07-10",
+ "completed": "2015-12-24",
+ "initiated": "2018-01-16",
+ "ministryContact": "FEEST LERA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "090d6485-74f2-4232-b221-1fea2e05563d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6771fea1-5a8c-4b16-a88b-eae19b79995a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5cae1273-652b-4bc8-a2d3-963e5844c4ef",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7d59f87d-ad38-4a1a-8c0e-7251f0b20963",
+ "createdAt": "2018-01-23",
+ "completed": "2020-08-27",
+ "initiated": "2016-06-16",
+ "ministryContact": "SCHOWALTER EPHRAIM",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "cd5e43ea-30f0-43e3-ab18-89152f4a9783",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b55ad077-a02e-47c6-b8ca-d9ebe52584f9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4ca5656b-8b15-4c68-a7a2-47a8f0ee4eb4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "922020e1-3470-4c99-9be6-c9c38a7a9d52",
+ "name": "IPSUM",
+ "endDate": "2019-10-12",
+ "startDate": "2015-10-19",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "89ec5433-80dc-4e5d-9d83-7b23948cab2c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-03-12",
+ "startDate": "2020-10-17",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "60641b87-f41e-4f00-a6f1-7a4a630aedf3",
+ "name": "IPSUM",
+ "endDate": "2019-03-03",
+ "startDate": "2016-05-08",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "70cbb2dd-d4a7-4e13-9db9-49800ea4267f",
+ "siteRegistry": true,
+ "documentDate": "2018-06-22",
+ "receivedDate": "2023-06-07",
+ "uploadedDate": "2018-04-04",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "06c9e012-9efb-4f2a-9f5b-c43398345845",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "5e621ae3-3cce-4dec-8c2d-33aec7f21af0",
+ "siteRegistry": false,
+ "documentDate": "2018-12-05",
+ "receivedDate": "2013-12-28",
+ "uploadedDate": "2023-10-15",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "83f17bc5-41e0-46b9-9b89-d3221552a6fb",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "10a5d2cd-2f38-4818-9060-5048fdaf80a5",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9899c3eb-c649-41ed-9945-6b1ae4be1a28",
+ "siteRegistry": true,
+ "documentDate": "2014-05-29",
+ "receivedDate": "2021-05-05",
+ "uploadedDate": "2023-06-07",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "824064ab-bddb-4667-99a1-09f0ea0f64b8",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "2e35b83c-1cd0-4a37-8000-35c07fa923c0",
+ "siteRegistry": true,
+ "documentDate": "2018-01-31",
+ "receivedDate": "2020-02-09",
+ "uploadedDate": "2016-03-19",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "c096edad-f0c0-44b1-95e7-241286bfac51",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4c97985f-399a-492a-88fa-8083fc96ba1c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "85917a2b-f490-4642-9b9f-3b9c0621b21b",
+ "siteRegistry": false,
+ "documentDate": "2020-06-14",
+ "receivedDate": "2021-12-01",
+ "uploadedDate": "2020-06-19",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "15032a5e-5412-431a-ae5a-1fbe7b41aec3",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "567b0956-8724-4ac2-805a-49ffb94bdc5e",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "d86ff2d0-66ba-4bf9-b186-704c8f091bd8",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-09-02 (described on Site Profile dated 2021-09-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "12037b57-0598-43ca-ba27-23f1e5e19eca",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-03-30 (described on Site Profile dated 2016-03-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "008f4fba-2b49-4b9e-9fea-6bc8cd6d69be",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-10-17 (described on Site Profile dated 2018-10-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "a89c5e34-e2ea-4c98-9df0-e25a7fa18d9d",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-03-02 (described on Site Profile dated 2019-03-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "c7e11052-2180-4161-b80a-c86865b6b04b",
+ "siteRegistry": true,
+ "dateNoted": "2017-03-17",
+ "parcelID": "19126",
+ "crownLandUsePIN": "20896",
+ "crownLandFileNumber": "19407",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 1 DISTRICT LOT 3 PLAN 6344"
+ },
+ {
+ "uuid": "00d7f595-cc93-4198-8f1f-b6506e3b258f",
+ "siteRegistry": false,
+ "dateNoted": "2017-05-10",
+ "parcelID": "18646",
+ "crownLandUsePIN": "18866",
+ "crownLandFileNumber": "20172",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 1 DISTRICT LOT 1 PLAN 8354"
+ },
+ {
+ "uuid": "4c5a2ed7-20bd-4f03-a625-21d745981dfd",
+ "siteRegistry": true,
+ "dateNoted": "2020-11-16",
+ "parcelID": "19273",
+ "crownLandUsePIN": "15532",
+ "crownLandFileNumber": "17712",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 5 DISTRICT LOT 5 PLAN 7004"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "2c1474ec-699b-4f01-865a-1bbf3e787c56",
+ "siteRegistry": true,
+ "dateReceived": "2016-02-25",
+ "dateCompleted": "2021-03-29",
+ "dateEntered": "2014-03-13",
+ "dateRegistrar": "2020-11-20",
+ "dateLocalAuthorityReceived": "2015-11-13",
+ "summary": "Consequatur ut laborum nemo accusantium illo assumenda.\nNeque distinctio laudantium sed.\nError assumenda vitae enim iste quia dolores corrupti itaque.",
+ "informationUsed": "Reiciendis aperiam officiis quia optio.\nEligendi adipisci quisquam ipsam voluptas itaque sequi mollitia eaque.\nNecessitatibus nemo facilis voluptate aliquam mollitia mollitia reprehenderit molestias repellendus.\nAliquam et nisi maxime inventore atque corporis.\nDolore dicta repellendus minus possimus sequi id.",
+ "pastOrPresentOrders": "Nostrum nobis quas repellat nulla assumenda iusto voluptates nihil debitis.\nOfficia autem tenetur dolorum explicabo doloribus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "d68cd326-defe-422f-bd1a-40a6955485a4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c8d4e6cb-d55a-46a1-ad35-db6ab1807477",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e020b7c9-8051-48df-9972-3749b7c48f7f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "bb3fcba8-6d15-41e2-8d4a-86f9ffd38cc1",
+ "siteRegistry": true,
+ "dateReceived": "2015-07-18",
+ "dateCompleted": "2014-02-19",
+ "dateEntered": "2020-03-21",
+ "dateRegistrar": "2015-11-26",
+ "dateLocalAuthorityReceived": "2023-03-12",
+ "summary": "Error doloremque est quos minus.\nIpsam dignissimos maxime autem.\nNemo dolor delectus.",
+ "informationUsed": "Repellendus labore impedit asperiores aspernatur placeat.\nInventore et illo assumenda optio quidem eaque.\nFacilis occaecati minus asperiores.\nModi natus a pariatur ut ullam mollitia.",
+ "pastOrPresentOrders": "Possimus nihil sed.\nRem voluptate maiores nostrum quaerat.\nTempore animi voluptas sequi.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "00ded35a-e349-4c9a-a1a6-203dbeaa4364",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fb7c442f-8cfc-49d0-8677-f497c2b13374",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e4a6d7b3-5529-49eb-b7b1-b00974d6dc8d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "5fea264c-98ad-474e-b179-1a11c0f1ebb9",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "THOMPSON LOGAN",
+ "timestamp": "2022-03-16"
+ },
+ {
+ "uuid": "4ce3b4b4-343c-4bd2-ad0e-ead7da6392c2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RAYNOR ROSIE",
+ "timestamp": "2016-10-17"
+ },
+ {
+ "uuid": "af5cb40d-d41c-4cef-921e-d5353362c0a0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KLEIN ARDEN",
+ "timestamp": "2018-10-05"
+ },
+ {
+ "uuid": "1a3078c7-40d1-4e38-8abf-cf74c760624f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KREIGER JILLIAN",
+ "timestamp": "2021-12-17"
+ },
+ {
+ "uuid": "79d999cf-d842-4e38-b287-4d9ede428063",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KERLUKE NARCISO",
+ "timestamp": "2015-11-13"
+ },
+ {
+ "uuid": "35986d03-a62b-4963-90b9-6ae8c6d2f414",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SENGER CAMERON",
+ "timestamp": "2018-06-15"
+ },
+ {
+ "uuid": "f4d2e771-1179-4d58-8808-3b6176ebf577",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SIPES DARRYL",
+ "timestamp": "2022-01-13"
+ },
+ {
+ "uuid": "1874a1a4-a5d3-46d4-ad5f-ada7ff584690",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CUMMINGS VIRGIL",
+ "timestamp": "2018-07-21"
+ },
+ {
+ "uuid": "b098f1d3-fc13-4064-88f1-63f66e165616",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HARTMANN-REICHERT MARIAM",
+ "timestamp": "2022-11-06"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "5b75e0d4-ffe6-4c64-b499-6d638b923721",
+ "dateNoted": "2022-05-18",
+ "notes": "",
+ "parcelID": "18255",
+ "siteID": "18007",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6c367893-d5da-48ec-a7aa-edcbd5be2c06",
+ "dateNoted": "2021-06-18",
+ "notes": "",
+ "parcelID": "17268",
+ "siteID": "20556",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "4bd74c2b-026d-43dc-a20c-e04ca93b972c",
+ "siteID": 20172,
+ "address": "784 Parker Vista",
+ "latitude": 53.1292,
+ "longitude": -123.9834,
+ "lastUpdated": "2020-12-13",
+ "city": "West Marcoscester",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/12498",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4153121,
+ 8510595,
+ 9029910,
+ 5240407,
+ 6395311
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "c680fa55-52f6-4f57-91fe-1887e5ad83a1",
+ "createdAt": "2017-02-20",
+ "completed": "2021-04-17",
+ "initiated": "2018-01-15",
+ "ministryContact": "HOWE ZITA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "94c4969d-4a7e-4eea-8667-718825136cf7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1a324411-49d2-45af-bbc8-3c018b33dabd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8c61e174-d1a7-4239-a5ff-e9ccd3a50ee0",
+ "createdAt": "2019-07-07",
+ "completed": "2020-05-13",
+ "initiated": "2017-01-03",
+ "ministryContact": "SWIFT ANNETTE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4786553f-f092-452d-a2d2-3db4c99afd40",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "46c2c309-9e97-439c-a895-c0fe083bfb3e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "295ce822-8f19-4a5e-92d7-345ea85464ba",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "39c0ecd5-12da-4c22-8fbb-b9dedc468b4a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ea437d64-7aad-4493-9d60-cd61cba22d70",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e7dd8e49-826b-4080-8a6a-b89ecad6a60a",
+ "createdAt": "2017-01-09",
+ "completed": "2023-10-02",
+ "initiated": "2016-04-01",
+ "ministryContact": "MOSCISKI MANUELA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7690f050-ac98-473a-9c60-ee0d3863ab7c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c2f1a28e-b426-4ada-8e70-ea2c3a83d201",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9b81c296-1c13-412d-a92b-91f791bb0022",
+ "createdAt": "2015-08-01",
+ "completed": "2015-06-16",
+ "initiated": "2018-02-12",
+ "ministryContact": "KING-BAUMBACH KENNEDY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "96ed97a6-82b4-4344-b657-e3725a245ef4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "507ad24c-b0c2-449a-878a-efde1090e407",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "b29791c1-1669-48cc-af7b-aead6772c12b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-10-30",
+ "startDate": "2015-05-15",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "493aa366-97a3-403a-b7eb-7bb211906785",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-10-06",
+ "startDate": "2019-07-14",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0fedaac9-40b5-4424-9051-83268f815ed2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-03-05",
+ "startDate": "2014-07-12",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "380fb851-fc3c-49e8-8b02-d192f3911712",
+ "siteRegistry": false,
+ "documentDate": "2015-11-06",
+ "receivedDate": "2017-09-05",
+ "uploadedDate": "2015-08-08",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "48bf7a2d-9b19-42d6-a48f-6394481e9058",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2d1666e4-890a-4dba-85a4-7ac8e945acfb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1ffef289-a6ab-4480-b3c7-5352be35c408",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "1a435c81-5f1e-4491-a07c-7d490b918770",
+ "siteRegistry": true,
+ "documentDate": "2020-06-30",
+ "receivedDate": "2017-06-29",
+ "uploadedDate": "2018-08-05",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "ddb040c1-984c-4c18-938e-b6a5287c55fa",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "20bf478d-cfa3-4a5b-94e9-b83c539f6b94",
+ "siteRegistry": false,
+ "documentDate": "2019-08-17",
+ "receivedDate": "2014-08-22",
+ "uploadedDate": "2019-04-04",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "c4e14b6f-dd77-4d21-b417-7de61041928e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0e276c22-c43f-4be8-9322-ba8fe338a28b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d2041a2e-8a81-4f38-8767-ee0121be8630",
+ "siteRegistry": false,
+ "documentDate": "2014-04-05",
+ "receivedDate": "2014-11-12",
+ "uploadedDate": "2022-08-05",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "2a806fd4-5f92-473d-8586-ee5b0fe35971",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "8875d0a6-b4f8-4396-a7dd-29c63cc03f61",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "899bd79e-cfe1-424e-9e70-a9daac5b77ff",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-09-10 (described on Site Profile dated 2018-09-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "2e63a11f-11ae-4cd8-b5ca-89dfd00144fe",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-04-14 (described on Site Profile dated 2016-04-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "1aa6a766-b8e6-4a83-8b04-60f0d8c64fb0",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-10-31 (described on Site Profile dated 2015-10-31)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "1651c978-3fec-48a2-bf5e-f0294fe56c7b",
+ "siteRegistry": false,
+ "dateNoted": "2015-11-27",
+ "parcelID": "18262",
+ "crownLandUsePIN": "20244",
+ "crownLandFileNumber": "19771",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 2 DISTRICT LOT 2 PLAN 3938"
+ },
+ {
+ "uuid": "f445a649-80fb-4e43-8020-30a6e6b1fa17",
+ "siteRegistry": true,
+ "dateNoted": "2017-02-11",
+ "parcelID": "16623",
+ "crownLandUsePIN": "15356",
+ "crownLandFileNumber": "20047",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 1 DISTRICT LOT 1 PLAN 7502"
+ },
+ {
+ "uuid": "42385bfa-0d52-47b6-854f-3b2e4203cbf0",
+ "siteRegistry": true,
+ "dateNoted": "2015-04-22",
+ "parcelID": "20493",
+ "crownLandUsePIN": "19869",
+ "crownLandFileNumber": "19064",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 3 DISTRICT LOT 4 PLAN 4354"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "4d448fff-af73-4920-ac5d-e6740332d289",
+ "siteRegistry": true,
+ "dateReceived": "2018-03-11",
+ "dateCompleted": "2016-02-17",
+ "dateEntered": "2023-09-17",
+ "dateRegistrar": "2022-03-28",
+ "dateLocalAuthorityReceived": "2018-06-13",
+ "summary": "Nisi quisquam necessitatibus esse.\nNostrum consectetur molestias itaque adipisci sunt animi nemo voluptatem.",
+ "informationUsed": "Iste perferendis dolorum recusandae quaerat omnis ipsam numquam quam.\nHarum voluptatibus voluptatibus.\nQuisquam velit omnis iste praesentium aut quisquam maxime.\nNatus necessitatibus minus amet mollitia non quos.\nAlias eveniet necessitatibus nesciunt delectus exercitationem blanditiis iusto eum ipsam.",
+ "pastOrPresentOrders": "Animi nesciunt eos soluta enim sint molestias voluptas.\nDolore facilis aut earum quia assumenda reprehenderit iusto consequuntur.\nPerferendis sapiente nostrum sunt quaerat.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "4cf4f846-6ee4-4a0f-85e0-ce2ad4a20a63",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "35d22bfb-c76e-42aa-a010-581497bce782",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "787764d5-b642-4e54-988f-300df25fab30",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "fc67dc7d-8bf2-456c-bf79-3b8c0b0cd502",
+ "siteRegistry": false,
+ "dateReceived": "2018-12-12",
+ "dateCompleted": "2021-06-05",
+ "dateEntered": "2015-08-31",
+ "dateRegistrar": "2014-12-14",
+ "dateLocalAuthorityReceived": "2022-01-21",
+ "summary": "Neque repellendus neque alias maiores quaerat suscipit quos expedita nisi.\nOfficia dignissimos illo expedita aliquid nostrum expedita laborum unde praesentium.\nReiciendis quia cum sapiente quia explicabo nemo inventore.",
+ "informationUsed": "Adipisci molestiae minima repudiandae assumenda velit quos dolore.\nMollitia ullam veritatis quibusdam nisi tenetur quaerat.\nNam ab voluptatibus mollitia.\nVeniam vero ab.",
+ "pastOrPresentOrders": "Dolorem voluptatum in.\nEos aliquam vero harum dolore maiores ipsum laboriosam voluptatum laboriosam.\nEt eos earum voluptates cum sequi beatae placeat veniam quam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "bb9740ed-a161-4bde-965f-854cbd57ab7b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ab0d9f9f-4fdb-4fc3-be3c-62f4ec0b595f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "245ab9f7-465d-4b87-9d1f-cad6a05a1cc1",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "fc5543d6-ce66-4273-9820-1eca1ce6c8e1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PURDY DAN",
+ "timestamp": "2019-12-21"
+ },
+ {
+ "uuid": "66c4114f-f384-4f7b-b119-005e994a1829",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MORAR BRET",
+ "timestamp": "2017-09-07"
+ },
+ {
+ "uuid": "a8b8dab2-900a-4b2a-98ad-72d47947651f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAMMES GRAYSON",
+ "timestamp": "2018-06-15"
+ },
+ {
+ "uuid": "259f84e8-a30f-4b83-81c7-a9afecb996a3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "D'AMORE ELFRIEDA",
+ "timestamp": "2020-03-03"
+ },
+ {
+ "uuid": "07904ca8-8f7d-4e73-906c-7e66034c91d9",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "EMARD RYAN",
+ "timestamp": "2019-06-17"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "28dba2d7-b8a6-4360-b40d-c94bc6b633e4",
+ "dateNoted": "2023-05-03",
+ "notes": "",
+ "parcelID": "16855",
+ "siteID": "18600",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "234f08b2-6ea7-4c60-b7bf-5fea2368b612",
+ "dateNoted": "2021-04-03",
+ "notes": "",
+ "parcelID": "16086",
+ "siteID": "19141",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "67d043b1-24cb-47ef-8a65-bd9806683ae8",
+ "siteID": 18132,
+ "address": "3700 Eleazar Extension",
+ "latitude": 50.818,
+ "longitude": -124.6836,
+ "lastUpdated": "2015-02-06",
+ "city": "New Danny",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/5328",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8529176,
+ 6738792,
+ 888054,
+ 8910358,
+ 3456334
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "3567c19d-10b0-4915-91fa-a942574c9c10",
+ "createdAt": "2018-12-24",
+ "completed": "2017-11-24",
+ "initiated": "2023-05-08",
+ "ministryContact": "LANGWORTH NAOMI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5e460fb8-a63f-4473-bfaa-9e95535cc00a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4039aa44-f0ad-4d95-9245-a32ab19eabe6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "21ea419a-e1c3-412f-a0da-56fa7025b76b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4fdc65b2-3927-4c6d-8458-f1475b517e30",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7c06f821-61bc-46dd-9468-1b06db17b715",
+ "createdAt": "2014-04-08",
+ "completed": "2015-10-26",
+ "initiated": "2019-04-13",
+ "ministryContact": "CORWIN RANSOM",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d77d9eb3-3b4f-42b5-bd04-859222dae7fb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c9ae4791-fbc5-42c2-9e02-f96eaf7c5cac",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "56562be6-60e7-4ff3-84f6-cac9842f87b8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cdb613c7-2612-4eb9-bd59-bad32eaeb06e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "a680d087-b854-4e2c-8463-6d663bc33351",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-07-28",
+ "startDate": "2017-10-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "951c218c-3d42-4d58-a25a-43900dd91470",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-08-22",
+ "startDate": "2018-12-22",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "680ed97b-b9ea-4c68-8090-02d738cdc684",
+ "siteRegistry": true,
+ "documentDate": "2018-04-14",
+ "receivedDate": "2019-06-20",
+ "uploadedDate": "2022-08-26",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "d77ffdc3-a289-40c6-8fc9-8db23dad3e69",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "931df152-74f7-4afe-a2c7-974bedac0fdc",
+ "siteRegistry": false,
+ "documentDate": "2018-04-24",
+ "receivedDate": "2016-01-04",
+ "uploadedDate": "2018-07-16",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "a61c4955-dedd-43d5-b705-7fa1a4487002",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2e39faf5-7c2e-4c1e-bdd6-4ef9f7f692f1",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9111844b-3361-4e93-bacf-05c4ca6c467f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "82de6133-dfe4-4386-ab46-b785cf296e46",
+ "siteRegistry": false,
+ "documentDate": "2015-01-19",
+ "receivedDate": "2014-02-13",
+ "uploadedDate": "2018-07-30",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "3fdf232b-6c5c-4336-91e0-a47132370158",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "57486459-1b82-42c6-8169-e2de7196d213",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "24dbd4ae-e152-4e4b-9d9a-f20d2bfd0ed6",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "48f3530a-91d8-435f-80d9-db583a2264b8",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-12-19 (described on Site Profile dated 2019-12-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "fa4219d3-d540-4d72-9da7-896918fdc58a",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-03-01 (described on Site Profile dated 2018-03-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "3d2d37da-0e7b-49b2-b976-dd91b0be9f9f",
+ "siteRegistry": false,
+ "dateNoted": "2021-08-05",
+ "parcelID": "16315",
+ "crownLandUsePIN": "16146",
+ "crownLandFileNumber": "17418",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 5 DISTRICT LOT 3 PLAN 8340"
+ },
+ {
+ "uuid": "0da53c46-6989-45f4-8e0d-045737a80374",
+ "siteRegistry": true,
+ "dateNoted": "2022-02-25",
+ "parcelID": "16888",
+ "crownLandUsePIN": "16002",
+ "crownLandFileNumber": "15476",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 1 DISTRICT LOT 5 PLAN 9265"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "4a69f392-94bd-44b4-bc40-db9778cfca02",
+ "siteRegistry": false,
+ "dateReceived": "2017-08-22",
+ "dateCompleted": "2016-11-22",
+ "dateEntered": "2022-03-15",
+ "dateRegistrar": "2017-07-08",
+ "dateLocalAuthorityReceived": "2017-09-26",
+ "summary": "Ipsam temporibus aspernatur autem.",
+ "informationUsed": "Nostrum sint nobis labore architecto nobis.\nSunt est eum ipsum a commodi.\nCulpa quidem voluptate magni sed aspernatur.",
+ "pastOrPresentOrders": "Quisquam nihil assumenda officia.\nSimilique delectus facere et.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "cb5734a8-6449-43b3-9bc2-925d9dee5807",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f9e20988-c919-4690-9339-f4ccbd01c615",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8f22f301-06c9-4cdf-a606-f05063831f2f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6f3b256f-ad0e-4256-8284-4c383577bfdb",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "f2501332-8403-4ec8-99dd-7ccd29380b4b",
+ "siteRegistry": true,
+ "dateReceived": "2022-03-10",
+ "dateCompleted": "2022-04-18",
+ "dateEntered": "2019-02-04",
+ "dateRegistrar": "2018-03-02",
+ "dateLocalAuthorityReceived": "2021-10-20",
+ "summary": "Nihil placeat tenetur ipsa ipsa omnis.\nIllum quibusdam corrupti quia aliquam earum dolore perspiciatis debitis deleniti.",
+ "informationUsed": "Accusantium maiores adipisci aspernatur accusamus blanditiis molestiae fugit illo.\nMagnam magni veniam aut itaque officiis excepturi.\nAutem cum laboriosam iste voluptas placeat.\nCorporis reiciendis quas voluptates delectus excepturi nisi aut tempora.\nTemporibus pariatur asperiores assumenda dignissimos eligendi hic magni nisi.",
+ "pastOrPresentOrders": "Mollitia vitae in amet libero ad dolorum incidunt ipsa ut.\nAtque quam consequatur tenetur ipsam consectetur accusantium.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "1c422676-2708-4e24-91f4-4bcef06ea053",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d366c401-6a07-40ee-b072-d6f6f67e76bf",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c9f63d6d-936c-4ba9-adcc-9bcf8146dfd1",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d6b04e1c-d29e-4eff-af13-d5975f71dd79",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "7086b24c-2eb6-4f8d-9fcc-fb5f39bb829c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REINGER GILBERTO",
+ "timestamp": "2014-12-01"
+ },
+ {
+ "uuid": "336c4757-cb05-4401-8638-54d7d5ec1bf8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BLOCK MYRTICE",
+ "timestamp": "2020-04-18"
+ },
+ {
+ "uuid": "be3bf891-d9e4-44e6-8ae1-9e41914a7d96",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LESCH ASIA",
+ "timestamp": "2021-07-09"
+ },
+ {
+ "uuid": "c2b83694-3744-4441-bea9-9166b668832c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUBOWITZ NANNIE",
+ "timestamp": "2018-07-08"
+ },
+ {
+ "uuid": "05994671-a8b2-4706-a686-e6ca7f94d831",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUPPE PERCY",
+ "timestamp": "2016-09-23"
+ },
+ {
+ "uuid": "d8f46afc-e77d-45e4-a4ca-aae315609f37",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HETTINGER-REINGER MYRTICE",
+ "timestamp": "2016-10-22"
+ },
+ {
+ "uuid": "c4beee71-ef8a-4430-9902-43cc906469aa",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TORP KASSANDRA",
+ "timestamp": "2023-01-30"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "1565d334-3e39-4ec0-ae39-bb1c876b3070",
+ "dateNoted": "2019-04-02",
+ "notes": "",
+ "parcelID": "18010",
+ "siteID": "17697",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "498b01bf-df3d-48b0-be0a-a50058df83b8",
+ "dateNoted": "2018-09-06",
+ "notes": "",
+ "parcelID": "19439",
+ "siteID": "16457",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9447712b-6185-4e97-8419-5f04ff6aa66f",
+ "dateNoted": "2019-07-21",
+ "notes": "",
+ "parcelID": "15579",
+ "siteID": "18803",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "468cb87d-402a-462d-a953-9419b7d6d539",
+ "siteID": 18670,
+ "address": "4998 Brown Parks",
+ "latitude": 49.9678,
+ "longitude": -122.7709,
+ "lastUpdated": "2015-04-07",
+ "city": "East Marianoside",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/14921",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3931418,
+ 3273626,
+ 6540192,
+ 7389130,
+ 4607495
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "af264e7e-21b7-4d02-aaab-172bed46b5cd",
+ "createdAt": "2021-05-06",
+ "completed": "2018-04-11",
+ "initiated": "2020-12-05",
+ "ministryContact": "HAYES ALBINA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7a7e4358-679a-4f96-ac5c-fcb12f0f5254",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d74ed172-1881-49fb-b32b-19be68d93866",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "44648c02-a924-4b54-912f-730d9f03c0c3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "32b8bd82-99b8-43bb-b882-b9223cf9ee43",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "80d9a77a-16d7-4cb2-808c-8872e0963c09",
+ "createdAt": "2020-02-23",
+ "completed": "2022-10-10",
+ "initiated": "2018-06-24",
+ "ministryContact": "SCHOWALTER MARION",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "364cd066-6090-4e0a-b2a5-7f911770365f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "04d30fed-5351-4489-9baa-baa962b1fc20",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6fd22fbc-b50a-484d-b4c3-543f1990d4f9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5ae9be0a-7f67-44d5-a0f3-c53697be3db5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3548528f-8372-4ec9-8de8-3589e94c3826",
+ "createdAt": "2014-03-21",
+ "completed": "2021-11-12",
+ "initiated": "2019-05-31",
+ "ministryContact": "DOOLEY BRENNA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ef1eefa2-5ba8-4924-818d-961f1bc0ac58",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e5e91542-aeac-46b8-bfbd-7919be0f6637",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1d8a0db4-8ac4-4282-833f-f9a6c3de0cb7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "efeef0d5-2cac-4f9f-9ecb-4513b033c2c1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "419898f6-ab32-4e12-ab87-1f8100b1b9dd",
+ "createdAt": "2018-10-05",
+ "completed": "2016-11-15",
+ "initiated": "2019-05-11",
+ "ministryContact": "PARKER LEONIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "504adb18-a35b-4717-9538-ac7dec940e7b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ec427537-368a-49cb-b855-70220367b326",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a5a92c4f-be8f-401e-aaa4-c5e08065658f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "ffae1e99-4993-4daa-9f84-51d0f6eef07b",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2023-02-07",
+ "startDate": "2016-07-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a3caa906-0ee3-4956-a562-f59e39589e60",
+ "name": "IPSUM",
+ "endDate": "2017-10-02",
+ "startDate": "2018-09-10",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7d72fc80-5dbf-4dd5-9772-821315661cb6",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-09-23",
+ "startDate": "2015-02-25",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "143e18d8-e54a-4d2c-bc88-542139e5054c",
+ "name": "IPSUM",
+ "endDate": "2013-12-04",
+ "startDate": "2014-10-22",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "65fd38e2-d411-45cb-9ab5-9fb5717ab5ed",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-03-17",
+ "startDate": "2016-02-23",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "b3d46f27-c325-4bdf-a21b-dc265459c4f9",
+ "siteRegistry": true,
+ "documentDate": "2021-07-29",
+ "receivedDate": "2023-03-01",
+ "uploadedDate": "2015-10-30",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "86a83be9-e8ae-4c4e-b3dc-8e22d4c2197d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9708854b-d2fb-42db-8a20-22b05aeadbcc",
+ "siteRegistry": true,
+ "documentDate": "2018-02-20",
+ "receivedDate": "2020-06-16",
+ "uploadedDate": "2017-04-09",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "4a06c972-2e7f-4042-bb04-eff63591fecd",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "918a2cd5-4ab1-4a0d-bcb7-8199c2d953c2",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "533caa9a-d1ce-489f-9698-fe6f0641a09b",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "dd5c4cc6-5769-4acd-bca1-c1579dbbe148",
+ "siteRegistry": true,
+ "documentDate": "2016-06-19",
+ "receivedDate": "2016-01-14",
+ "uploadedDate": "2019-06-03",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "84c8846f-31f6-4da1-b01e-bd123296622d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e035f2f3-040c-4005-b0f6-aea24c29058c",
+ "siteRegistry": true,
+ "documentDate": "2017-08-01",
+ "receivedDate": "2021-04-01",
+ "uploadedDate": "2020-01-15",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "682bba2d-c75f-42d1-9e42-d72406a99bba",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "309d3ed9-6df6-4286-bfb8-c699d67574eb",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-11-20 (described on Site Profile dated 2016-11-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "30b308c1-b8b5-469c-8858-f3be414cecc7",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-04-04 (described on Site Profile dated 2018-04-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "3aad515a-f503-40ec-a4d7-88b8af8908d9",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-10-02 (described on Site Profile dated 2017-10-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "8a1ed39a-99af-44f2-b98a-3fedf5e5ce73",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-11-07 (described on Site Profile dated 2015-11-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "8208a081-a41d-47c2-a715-7dfb6f889596",
+ "siteRegistry": true,
+ "dateNoted": "2016-02-19",
+ "parcelID": "20553",
+ "crownLandUsePIN": "15499",
+ "crownLandFileNumber": "20417",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 3 DISTRICT LOT 4 PLAN 9259"
+ },
+ {
+ "uuid": "4dd1a6b1-6974-4b8e-9124-d4f2651274a4",
+ "siteRegistry": true,
+ "dateNoted": "2014-09-18",
+ "parcelID": "17845",
+ "crownLandUsePIN": "18566",
+ "crownLandFileNumber": "18947",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 2 DISTRICT LOT 5 PLAN 9417"
+ },
+ {
+ "uuid": "585be49c-dee6-43d6-9ddd-539bd7a6a722",
+ "siteRegistry": true,
+ "dateNoted": "2022-04-11",
+ "parcelID": "18436",
+ "crownLandUsePIN": "20988",
+ "crownLandFileNumber": "20703",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 1 DISTRICT LOT 4 PLAN 7989"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "3a5ababb-5b85-49c7-8563-25b075b637c7",
+ "siteRegistry": false,
+ "dateReceived": "2022-08-09",
+ "dateCompleted": "2021-08-15",
+ "dateEntered": "2018-07-02",
+ "dateRegistrar": "2019-12-27",
+ "dateLocalAuthorityReceived": "2017-08-24",
+ "summary": "Officia consequuntur quia eum in asperiores.\nQuidem nam enim optio ipsa ea unde cupiditate.\nLaboriosam quidem cupiditate quibusdam animi.",
+ "informationUsed": "Officia tempore consequuntur aspernatur voluptatem nobis.\nMaiores ullam voluptatem molestiae voluptatum dolorum sequi unde reiciendis.\nLaboriosam totam officiis reiciendis id deserunt.",
+ "pastOrPresentOrders": "Corporis tempora atque quibusdam praesentium architecto voluptate.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "8868a0d4-a140-4ce4-bacd-3a6444b45b20",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "de2281b3-d645-4ddc-a9ca-4d5004f67e42",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ae2e6da2-f969-49c6-b125-dbe56d36f860",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "ce2b61d7-21df-4224-90d0-f74aa1e56ac3",
+ "siteRegistry": true,
+ "dateReceived": "2015-07-24",
+ "dateCompleted": "2023-01-18",
+ "dateEntered": "2018-12-16",
+ "dateRegistrar": "2016-12-21",
+ "dateLocalAuthorityReceived": "2017-03-07",
+ "summary": "Est iure aut quod.\nQuidem enim aliquid architecto similique ex.\nPraesentium reprehenderit quis id.",
+ "informationUsed": "Ut exercitationem dolore harum consequuntur ut hic.\nAut enim quo.\nNon saepe maiores nemo.",
+ "pastOrPresentOrders": "Maiores possimus perferendis totam assumenda necessitatibus saepe.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "d2d2e482-abf9-464c-a85c-eb30493bac43",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "53cc87c7-bd4b-4807-8a85-dac24fd149d6",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cf807e48-de95-43a7-8552-5af43c70801c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "1c141d95-f202-4a6e-94c7-9a5230400bc7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "D'AMORE JAIRO",
+ "timestamp": "2023-07-12"
+ },
+ {
+ "uuid": "dd160089-6de3-4c61-abfe-069107303984",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MONAHAN LEMPI",
+ "timestamp": "2015-09-10"
+ },
+ {
+ "uuid": "2e59d35e-444d-4f2d-ad83-73b97b28e2fb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUEL FLETCHER",
+ "timestamp": "2019-01-24"
+ },
+ {
+ "uuid": "d0873d62-9364-40d6-9ee8-a6157dbf783b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DAVIS GEORGETTE",
+ "timestamp": "2015-05-30"
+ },
+ {
+ "uuid": "8fe522b3-c5ea-4aff-80c1-88566dfa2bb4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAUCH BUSTER",
+ "timestamp": "2016-08-09"
+ },
+ {
+ "uuid": "7bf32320-c2de-4683-98c5-01c25b99a64c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RAU ROSINA",
+ "timestamp": "2018-06-25"
+ },
+ {
+ "uuid": "239c3383-a718-4c90-b926-2a98d0b096e5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GRADY AKEEM",
+ "timestamp": "2022-01-05"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "fdf97db7-d442-4bef-81f4-30abd7dd184d",
+ "dateNoted": "2016-09-12",
+ "notes": "",
+ "parcelID": "15275",
+ "siteID": "19298",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "7702d1d8-1a13-49c0-895b-a031129bc2dc",
+ "siteID": 18904,
+ "address": "42560 Aaron Terrace",
+ "latitude": 58.8219,
+ "longitude": -123.4181,
+ "lastUpdated": "2016-01-25",
+ "city": "Lake Murl",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/9503",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1766525,
+ 1004412,
+ 3254155,
+ 1176563,
+ 2272252
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "7ccc27f6-174c-4838-973c-8e9841653431",
+ "createdAt": "2014-04-14",
+ "completed": "2017-12-23",
+ "initiated": "2014-06-25",
+ "ministryContact": "HOPPE REECE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e76490e7-6194-44bc-88e4-62765831a31d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8847d9e4-c91b-4bb4-b702-af00f6de8115",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1ff90036-6c68-42e1-a4f8-58ec79dca693",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bc2ebb9b-cdf0-4949-b099-0b906112f65a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "256c97bb-7bc1-4856-ae08-bc2dd90d97b0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7d9b3d12-ebe0-41b6-bded-a4121eb3321e",
+ "createdAt": "2014-02-16",
+ "completed": "2023-03-13",
+ "initiated": "2019-02-22",
+ "ministryContact": "PFANNERSTILL HENRY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "52ce8d23-8f97-4e7e-a533-0a876460dd86",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b82d3525-5a29-4748-ab9f-ccf5ff1f2bbf",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f6010a6d-e057-4a8c-bb65-b9a04898dd8b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ea85e839-9e73-438e-b4d3-70af020f87f8",
+ "createdAt": "2020-06-02",
+ "completed": "2020-05-31",
+ "initiated": "2016-06-20",
+ "ministryContact": "SCHULIST LON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bfa3f231-4268-4671-9456-f9113492a999",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c4b7f2c5-fb5f-4e32-b59a-0fc359df1142",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cf836417-8792-4719-8107-0c2ec097e8c5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "5f3aa334-f17c-4066-b88d-5c98ed98bb01",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-07-29",
+ "startDate": "2014-07-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "46d11edb-2275-41a7-9cfe-e325404fd0aa",
+ "name": "IPSUM",
+ "endDate": "2022-01-02",
+ "startDate": "2021-10-03",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6e3b1153-f54f-4038-93fc-60123acdd29e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-01-25",
+ "startDate": "2016-04-04",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6cbd5ed2-3277-4ccf-912f-f61ca2698a36",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-08-08",
+ "startDate": "2023-04-25",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "e16ee90c-52b3-4ddb-bbcf-0bcbe9fd908b",
+ "siteRegistry": false,
+ "documentDate": "2019-11-13",
+ "receivedDate": "2017-06-09",
+ "uploadedDate": "2019-03-15",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "38b7a068-2e1d-4edb-98c3-c4d04cd5c755",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "61cab111-96eb-4842-8ea6-a2fc63b25823",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-10-07 (described on Site Profile dated 2020-10-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "7737ca96-803c-4e3a-957f-697c33eceee1",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-12-14 (described on Site Profile dated 2020-12-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "ae8410b1-66b6-4df0-ab62-a6302576876a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-03-16 (described on Site Profile dated 2023-03-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "ad901e31-dc1f-451b-9bbd-9bead60e134e",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-07-26 (described on Site Profile dated 2017-07-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "c787d7ea-8c6e-409f-85db-31a27d9d1d33",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-10-22 (described on Site Profile dated 2020-10-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "b65ff424-9559-463b-9d85-740ac66d65f5",
+ "siteRegistry": true,
+ "dateNoted": "2016-02-26",
+ "parcelID": "18049",
+ "crownLandUsePIN": "19745",
+ "crownLandFileNumber": "17054",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 5 DISTRICT LOT 1 PLAN 9432"
+ },
+ {
+ "uuid": "58612bf7-ab7d-4d32-aa97-2d1668713455",
+ "siteRegistry": true,
+ "dateNoted": "2015-12-10",
+ "parcelID": "17039",
+ "crownLandUsePIN": "18666",
+ "crownLandFileNumber": "19022",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 1 DISTRICT LOT 5 PLAN 6392"
+ },
+ {
+ "uuid": "640de5c7-c0f5-47c7-bf16-59a07adf506c",
+ "siteRegistry": true,
+ "dateNoted": "2015-05-01",
+ "parcelID": "18013",
+ "crownLandUsePIN": "17988",
+ "crownLandFileNumber": "20522",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 3 DISTRICT LOT 1 PLAN 8369"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "21caaf57-ae2f-4e5d-8d0f-b444f0b4f48c",
+ "siteRegistry": false,
+ "dateReceived": "2016-09-12",
+ "dateCompleted": "2019-02-28",
+ "dateEntered": "2023-02-11",
+ "dateRegistrar": "2021-05-18",
+ "dateLocalAuthorityReceived": "2014-09-05",
+ "summary": "Quidem qui recusandae aut incidunt veritatis doloribus sit voluptatem voluptas.\nRerum deserunt sequi.",
+ "informationUsed": "Doloribus unde harum recusandae tempora id atque eveniet inventore iure.\nSunt commodi consectetur repudiandae dolorum accusamus sequi consectetur.\nOdio quia natus nemo nobis nesciunt.",
+ "pastOrPresentOrders": "Dolorem molestiae voluptatum ut ut eum fuga.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e9734ead-8081-4a93-85f1-ee6a05d9b967",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c773d407-7ab6-4c99-bff0-a2e4fdb127cc",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fc0dc9ca-97a1-4a48-99e0-027cb1bf7837",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "67c7ae54-26c3-479f-9fd6-cc66661a833f",
+ "siteRegistry": true,
+ "dateReceived": "2019-07-04",
+ "dateCompleted": "2023-09-20",
+ "dateEntered": "2020-11-01",
+ "dateRegistrar": "2022-09-17",
+ "dateLocalAuthorityReceived": "2016-06-09",
+ "summary": "Consequatur vitae dolorem ullam dicta nulla aspernatur repellat cum cupiditate.\nEt temporibus ipsum eos vitae.\nQuo modi dolorem earum inventore eligendi neque libero reprehenderit aut.",
+ "informationUsed": "Rerum eligendi totam quam similique molestias.\nMaxime fugiat et minus id repellat minima fugit nulla dolorem.\nEveniet ratione doloribus eum facilis cumque temporibus quos accusantium.\nReprehenderit provident repellat.\nSoluta voluptatum fugit.",
+ "pastOrPresentOrders": "Excepturi nihil necessitatibus modi magni sunt delectus consequuntur culpa consectetur.\nNam placeat fugit itaque cumque esse necessitatibus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "16b8e0e7-8ac8-40c3-abd5-97e53f9359f8",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0c73ab02-62fd-4ac0-99bf-2ed25d0b3c83",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7c9b05b8-1489-4624-ab9a-16ff894f90da",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2c9f2d38-d6ce-4c60-b39f-b535a6b13aa9",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "50bc58d5-fe0f-49d9-b7cb-3cc6e7a89ad9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WISOKY HAYLEE",
+ "timestamp": "2015-11-23"
+ },
+ {
+ "uuid": "0243a006-c987-4291-8648-852729015f2d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MEDHURST-SCHULTZ DEANNA",
+ "timestamp": "2014-11-22"
+ },
+ {
+ "uuid": "aa555851-37c6-4cc8-854c-966362f8ad9b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CHRISTIANSEN CAROLINE",
+ "timestamp": "2019-01-23"
+ },
+ {
+ "uuid": "b0cef9af-8db1-40ce-8410-cf099d33a17b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DURGAN AMBER",
+ "timestamp": "2015-11-18"
+ },
+ {
+ "uuid": "12e18ecd-6a47-40d9-b44a-0cd7c2e9ca7e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LOWE DARION",
+ "timestamp": "2019-01-06"
+ },
+ {
+ "uuid": "b568de26-48a1-4946-806a-09074bb665e6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VONRUEDEN-O'CONNELL BERENICE",
+ "timestamp": "2019-07-01"
+ },
+ {
+ "uuid": "5100fca8-ff08-4d12-a759-added2b54048",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MACEJKOVIC MATTEO",
+ "timestamp": "2023-09-07"
+ },
+ {
+ "uuid": "88ed71db-b49f-46c7-afa4-872cfba097f8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEUSCHKE DINA",
+ "timestamp": "2021-03-22"
+ },
+ {
+ "uuid": "0e49edb2-6b49-451a-a663-acc3f0ac2695",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MARKS KENNEDY",
+ "timestamp": "2017-07-08"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "c8762185-cc05-4946-9ac2-eefd5e6c775c",
+ "dateNoted": "2023-01-01",
+ "notes": "",
+ "parcelID": "19844",
+ "siteID": "15231",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8b378b9a-f62c-45b1-8dff-cf0fa98d3597",
+ "dateNoted": "2023-08-04",
+ "notes": "",
+ "parcelID": "19946",
+ "siteID": "17031",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "15d1617b-f05c-4043-b7bb-4c85fbf91c03",
+ "dateNoted": "2016-08-22",
+ "notes": "",
+ "parcelID": "16618",
+ "siteID": "15218",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "ea7ab054-fd7a-48f0-a5c4-32e5e4b0b51e",
+ "siteID": 19762,
+ "address": "37459 Elvie Skyway",
+ "latitude": 49.3691,
+ "longitude": -123.3178,
+ "lastUpdated": "2014-07-08",
+ "city": "Garland",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/1215",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 289938,
+ 2697311,
+ 5748280,
+ 7142935,
+ 6888954
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "97c2d7ac-b6c2-48df-8960-d56461502db5",
+ "createdAt": "2017-01-14",
+ "completed": "2022-05-19",
+ "initiated": "2020-10-29",
+ "ministryContact": "MCKENZIE EUNA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "58e570b0-cc39-4e60-8e40-6fb598bae5b3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7834f185-7347-4c24-b046-b0a93372ed04",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0ad82b6a-e448-4a1f-b03a-d4ae08201fde",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7a77c2de-0751-44ea-9a45-49ccdeb9d678",
+ "createdAt": "2016-09-08",
+ "completed": "2015-11-13",
+ "initiated": "2019-01-11",
+ "ministryContact": "PROSACCO ELLIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "379050ae-34ec-492e-98d5-ff70ca202818",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5f8006eb-cc8c-464e-a3e7-d509ca547d59",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a89b9dd8-ebed-46d5-892e-94e8ff6ab12a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fb1f3ad7-48fd-42c3-982f-569a720cf1e3",
+ "createdAt": "2023-05-04",
+ "completed": "2018-01-13",
+ "initiated": "2017-02-12",
+ "ministryContact": "JASKOLSKI KURTIS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "57d2e0ca-4018-4dd9-b52b-b3779cf87f98",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8211e69d-b8b1-43a2-8e0c-136012a846ce",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6ba57d81-f605-4add-aff6-2617e13b6b39",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c5c53038-2163-40ba-b6f2-d94752953e89",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b60092a7-8fcd-4fcd-a10d-afa24104ec30",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "76c7d156-c50a-4134-b834-54184600fe99",
+ "createdAt": "2015-04-16",
+ "completed": "2016-09-04",
+ "initiated": "2020-07-06",
+ "ministryContact": "MOORE REGAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f4f38394-712a-429e-88f0-5bf1a71b83f6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0f8afb71-74df-48db-8af6-0c0ea7a36044",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "eede2f0a-29a3-4117-ae11-fcac21d9c989",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "6330b373-92a9-42d1-8da3-8a93400ddb77",
+ "name": "IPSUM",
+ "endDate": "2017-08-17",
+ "startDate": "2019-05-29",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "24ac3e31-f614-41af-9025-e7cbd5d946c8",
+ "name": "IPSUM",
+ "endDate": "2019-07-13",
+ "startDate": "2016-08-23",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fe8b8e7e-8b89-4f3c-87cd-4006260a8d64",
+ "name": "IPSUM",
+ "endDate": "2022-08-21",
+ "startDate": "2020-12-27",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "71ede159-2324-4cde-9f78-309fd8e69bef",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-05-15",
+ "startDate": "2016-06-02",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9acf23c4-9779-4981-9b32-ccfb75616f86",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-05-12",
+ "startDate": "2018-07-25",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "1b8d8a5e-a171-4680-abdc-7d0ea8097055",
+ "siteRegistry": false,
+ "documentDate": "2014-03-05",
+ "receivedDate": "2020-09-19",
+ "uploadedDate": "2014-03-04",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "6f0bbc6b-380d-4d16-963e-29a366ac4b9b",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9dcecf73-346f-4543-bfa1-69f5ceaa9c6b",
+ "siteRegistry": true,
+ "documentDate": "2023-07-24",
+ "receivedDate": "2016-10-22",
+ "uploadedDate": "2016-01-27",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "87b1d917-9a00-4782-9b4a-52ff407a60ce",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "23daf02e-a7c0-4101-b15b-b505668c6557",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "564b6619-89bc-4447-b83d-4392a375e7f9",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "85a92b21-9260-478e-a0e1-7f33e6f9a9ac",
+ "siteRegistry": false,
+ "documentDate": "2013-11-19",
+ "receivedDate": "2022-03-26",
+ "uploadedDate": "2022-11-16",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "27ece020-bb21-479c-946a-fdeaf16d635f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b115435f-ca61-4835-a0ec-72c1def13b79",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "3697228a-31bc-4f57-8ef5-c164f63fc2d2",
+ "siteRegistry": false,
+ "documentDate": "2022-04-05",
+ "receivedDate": "2023-06-23",
+ "uploadedDate": "2016-08-31",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "01d64bcb-7aa6-476d-8c27-a28725694013",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "96ad7e5d-d539-417c-9c7e-7c448f39989e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "16bac1a2-9e6b-460a-b417-764c0b1c0058",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "11e76b36-803a-4849-b20f-434b082fa1ea",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-10-21 (described on Site Profile dated 2019-10-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "60359631-7c1b-4191-b6c4-6eb7e23fbfe3",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-08-18 (described on Site Profile dated 2016-08-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "118da06d-bb14-4678-8ec8-f9de59acbcb4",
+ "siteRegistry": true,
+ "dateNoted": "2020-11-30",
+ "parcelID": "15588",
+ "crownLandUsePIN": "19255",
+ "crownLandFileNumber": "17571",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 4 DISTRICT LOT 2 PLAN 5359"
+ },
+ {
+ "uuid": "2ff207ea-7445-4e98-9d73-94ef61a9057c",
+ "siteRegistry": true,
+ "dateNoted": "2017-12-25",
+ "parcelID": "16825",
+ "crownLandUsePIN": "16316",
+ "crownLandFileNumber": "15651",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 2 DISTRICT LOT 4 PLAN 7807"
+ },
+ {
+ "uuid": "5938a4eb-0f2f-44ce-bec4-aba07d087216",
+ "siteRegistry": false,
+ "dateNoted": "2020-04-29",
+ "parcelID": "19549",
+ "crownLandUsePIN": "15319",
+ "crownLandFileNumber": "19913",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 1 DISTRICT LOT 2 PLAN 7826"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "9c40ba6a-e4d2-4438-8295-e1c540eaaa3c",
+ "siteRegistry": true,
+ "dateReceived": "2020-03-04",
+ "dateCompleted": "2016-09-28",
+ "dateEntered": "2016-08-07",
+ "dateRegistrar": "2015-07-19",
+ "dateLocalAuthorityReceived": "2018-11-15",
+ "summary": "Molestiae magni nulla aperiam similique numquam inventore id iusto eum.\nEa minima alias occaecati quibusdam sed delectus.",
+ "informationUsed": "Aspernatur sunt non distinctio doloribus aliquam hic.\nQuia sapiente aut nemo veniam eius amet possimus suscipit.\nEligendi explicabo quo cupiditate esse inventore.\nExercitationem beatae perferendis.",
+ "pastOrPresentOrders": "Fugit neque sed odit iste sunt explicabo assumenda vel fugiat.\nNon aut alias illo inventore accusamus optio similique dolorum animi.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "20f1ff41-135c-4fc1-913b-ab94b6e44b72",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "42f63842-82d8-4108-85ab-c0e2d5e68609",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b07fa5f2-857c-4982-b1b1-454b1f5a23e5",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d42c60fa-f8ac-4f8c-9822-dd7def4584a5",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "c01a3bee-624e-43d2-8377-fb78a1072d6c",
+ "siteRegistry": false,
+ "dateReceived": "2021-11-25",
+ "dateCompleted": "2017-02-23",
+ "dateEntered": "2015-12-21",
+ "dateRegistrar": "2019-02-26",
+ "dateLocalAuthorityReceived": "2014-05-13",
+ "summary": "Magnam officia quae libero voluptates.",
+ "informationUsed": "Esse quam laboriosam quibusdam iusto necessitatibus laboriosam harum incidunt porro.\nSaepe ut exercitationem quia reiciendis dolores illo eum quas nemo.\nAssumenda nihil voluptas mollitia optio quod dolorum earum et.",
+ "pastOrPresentOrders": "Ipsa non quos vero repellat nisi mollitia.\nLaboriosam laborum dignissimos dignissimos velit dolor nostrum labore magni.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "dabf60a1-620a-4a57-87c0-d26375f02383",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7162b4b4-2a88-4ca5-8860-214dde03e331",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "255d593b-2bba-436b-be6b-3b83c262b7eb",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MULLER IAN",
+ "timestamp": "2018-10-01"
+ },
+ {
+ "uuid": "3f8c733d-a27e-4ccc-a722-0ed31cfa40ec",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HESSEL ROMA",
+ "timestamp": "2018-12-01"
+ },
+ {
+ "uuid": "ec53b2b2-8b55-468b-bde3-3e29c81ed978",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUTHERFORD ALESSIA",
+ "timestamp": "2023-05-11"
+ },
+ {
+ "uuid": "d555d9c4-bf7b-44a4-92ac-107eec663420",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOMENICK DARRELL",
+ "timestamp": "2020-05-21"
+ },
+ {
+ "uuid": "8f52e8d1-08e7-4bd2-87c4-e3d8f2aa669e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STANTON TAYA",
+ "timestamp": "2017-07-22"
+ },
+ {
+ "uuid": "362d70f5-d0c7-4df8-8efd-1aaea6a72abc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAHN NICHOLAUS",
+ "timestamp": "2014-10-09"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "3747c68b-8cef-4477-aaf1-bb59fb7fee58",
+ "dateNoted": "2022-08-12",
+ "notes": "",
+ "parcelID": "20353",
+ "siteID": "17060",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f84591ef-95ec-4268-8697-a66c6f00c50d",
+ "dateNoted": "2018-07-11",
+ "notes": "",
+ "parcelID": "17339",
+ "siteID": "16055",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "416dd3e7-3d27-4825-a595-9f78f1adbee0",
+ "dateNoted": "2021-01-09",
+ "notes": "",
+ "parcelID": "17090",
+ "siteID": "18736",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "01669c64-1b86-4a6c-8130-6c176e622122",
+ "siteID": 15352,
+ "address": "14005 Jeff Estate",
+ "latitude": 49.8891,
+ "longitude": -124.3901,
+ "lastUpdated": "2020-05-02",
+ "city": "Fort Doraland",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/7935",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1669027,
+ 1504501,
+ 8375826,
+ 2656041,
+ 4938340
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "7d9e191b-3548-4be3-a78d-6f7984855f6e",
+ "createdAt": "2021-04-02",
+ "completed": "2021-05-27",
+ "initiated": "2020-09-14",
+ "ministryContact": "WATERS WILL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ae7c6a1d-cc68-4039-893f-080af341ebe5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4aa421c6-e45c-43f7-833f-e15cefd9d41d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8b88bc9b-1c96-444e-a8ce-434f795cf1ad",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1a735a74-9e6e-400b-9fa2-f42dc7d720eb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "43644acc-2aa3-47ab-b03c-a23b51097ec8",
+ "createdAt": "2017-02-01",
+ "completed": "2016-03-05",
+ "initiated": "2017-01-18",
+ "ministryContact": "WEHNER FREDDIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "0d98a02a-ae76-4d51-9c1e-0840b1a624e1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "461902bf-679f-48d9-bee1-403f74a25461",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9536318f-3c98-4695-bb76-1703369e59be",
+ "createdAt": "2023-08-06",
+ "completed": "2022-08-02",
+ "initiated": "2017-10-08",
+ "ministryContact": "LIND DIANNA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "95c6b9be-3b9a-42ea-adfc-360eb63a9f7e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "98c9006f-7705-432a-97d3-d0851791c57f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "67fc9efc-c06b-4a30-8b1b-4c2bb70e8a7d",
+ "createdAt": "2020-11-08",
+ "completed": "2019-09-22",
+ "initiated": "2019-01-21",
+ "ministryContact": "NIENOW WILBERT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "06629168-5619-48a7-ab46-b22cf458262e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "471812c0-b3ba-4d87-af82-568794c8e74e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "157f6813-570a-4b4a-ac83-93dc0467c709",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a5f76762-b00f-436d-a056-5536be9c7332",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d3b05e05-217e-411f-b1b4-519057d5e99f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "06d7063c-df79-4bf7-8c99-8b309fcb6dce",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-04-29",
+ "startDate": "2016-07-25",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "090559b6-3bb5-4ea2-947c-de4a159a4607",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-11-24",
+ "startDate": "2015-09-09",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f4c275b0-ae3f-452d-90ff-5137bba6f7cc",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-04-07",
+ "startDate": "2022-01-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e6f95c3d-d739-4285-9ae6-61fdefca9003",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-10-05",
+ "startDate": "2016-05-13",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "7563ac94-030d-4a21-8a5b-32976c1f2bf6",
+ "siteRegistry": true,
+ "documentDate": "2016-03-04",
+ "receivedDate": "2023-03-13",
+ "uploadedDate": "2021-01-26",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "2ee416de-7adf-4753-bab8-4be3c4c6c703",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a07dc7fa-3540-49e5-9738-f040b12fcecf",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "931bcb08-2a29-4847-a2df-0450dba58554",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "47c25ddb-aa93-4dea-809b-6705d8fb9f5c",
+ "siteRegistry": false,
+ "documentDate": "2019-02-01",
+ "receivedDate": "2014-06-28",
+ "uploadedDate": "2017-01-06",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "7b95235e-9f6d-4de7-bd2c-3dc50cfb1613",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4ee8e381-a6d4-4a80-bb6b-952ccc244ea4",
+ "siteRegistry": true,
+ "documentDate": "2023-08-24",
+ "receivedDate": "2021-12-24",
+ "uploadedDate": "2022-11-12",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "89a2d44e-d0ae-461f-b893-0ea2ca9a3321",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "6c759403-15cf-4078-830a-3202503b0228",
+ "siteRegistry": true,
+ "documentDate": "2014-06-17",
+ "receivedDate": "2018-04-23",
+ "uploadedDate": "2023-05-18",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "0ab92efe-895d-4f5e-a995-f5629f7b045e",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7b991e88-e6b8-4722-b7fd-401b5f74b82c",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "c397ac88-38be-4d07-8bdf-da47447a7e69",
+ "siteRegistry": false,
+ "documentDate": "2020-03-01",
+ "receivedDate": "2016-10-31",
+ "uploadedDate": "2014-11-04",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "58ddd274-cc92-4577-81da-333f460dd3a1",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "6b96abd9-33e3-4691-8f55-bb9e6d67266b",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "55846d3c-7ebb-41e5-835c-d64eeb526a59",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-12-22 (described on Site Profile dated 2014-12-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "611dbab4-d897-4c07-9d7c-06fff1df32b0",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-03-22 (described on Site Profile dated 2020-03-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "a2768f6a-a7f9-4647-aa5f-217e65df954e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-09-18 (described on Site Profile dated 2019-09-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "0ced501e-a2ee-456a-87ce-2f30574e9669",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-12-09 (described on Site Profile dated 2015-12-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "92640aa0-6b0a-4635-89a2-f6474f3eed0d",
+ "siteRegistry": false,
+ "dateNoted": "2018-10-02",
+ "parcelID": "16701",
+ "crownLandUsePIN": "16265",
+ "crownLandFileNumber": "20030",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 5 DISTRICT LOT 2 PLAN 3650"
+ },
+ {
+ "uuid": "4949d16b-2457-4f85-b992-d7a6cd8ff8c3",
+ "siteRegistry": true,
+ "dateNoted": "2019-07-27",
+ "parcelID": "20959",
+ "crownLandUsePIN": "16752",
+ "crownLandFileNumber": "15250",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 2 DISTRICT LOT 2 PLAN 9382"
+ },
+ {
+ "uuid": "784728a9-6d0b-4f27-aa03-b2e2a48eff09",
+ "siteRegistry": true,
+ "dateNoted": "2019-03-08",
+ "parcelID": "15813",
+ "crownLandUsePIN": "16558",
+ "crownLandFileNumber": "19207",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 4 DISTRICT LOT 4 PLAN 4314"
+ },
+ {
+ "uuid": "cb65c80b-0c50-4d75-a799-afeece8764a1",
+ "siteRegistry": true,
+ "dateNoted": "2023-10-13",
+ "parcelID": "19355",
+ "crownLandUsePIN": "20742",
+ "crownLandFileNumber": "18122",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 5 DISTRICT LOT 1 PLAN 5036"
+ },
+ {
+ "uuid": "5367cc07-cfa1-4336-b136-89be7f963cb5",
+ "siteRegistry": true,
+ "dateNoted": "2022-02-22",
+ "parcelID": "20039",
+ "crownLandUsePIN": "20280",
+ "crownLandFileNumber": "16557",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 4 DISTRICT LOT 2 PLAN 9035"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "0ea5a0c7-5336-4e70-a555-c0f36e4ca073",
+ "siteRegistry": false,
+ "dateReceived": "2019-01-18",
+ "dateCompleted": "2019-11-27",
+ "dateEntered": "2023-05-07",
+ "dateRegistrar": "2013-10-30",
+ "dateLocalAuthorityReceived": "2016-03-26",
+ "summary": "Mollitia velit doloremque illum vel excepturi.\nNatus voluptas vel officia omnis iusto.",
+ "informationUsed": "A quam deserunt distinctio explicabo hic.\nDoloremque quisquam odit assumenda blanditiis ipsum quam.\nVeritatis mollitia nulla praesentium porro nisi dignissimos minima dignissimos.\nProvident repudiandae dignissimos omnis repellat ducimus.\nVelit blanditiis eius odit dolorum minima praesentium facere eius.",
+ "pastOrPresentOrders": "Sed placeat eius neque nesciunt modi ea voluptates repellat natus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "87cf5282-4711-4044-a3cc-2b01bed79504",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2ce316c5-3094-4416-926b-b68009243e0b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "b164668a-d928-4614-b9d7-7c0e690ea082",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUEL ANTONETTA",
+ "timestamp": "2019-02-15"
+ },
+ {
+ "uuid": "4e23a3cc-638a-4ae7-9ef4-336dcfd2aeb0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JONES CLEMENTINE",
+ "timestamp": "2018-02-23"
+ },
+ {
+ "uuid": "efdd9ed9-7288-46e3-9d45-a0b5260a047d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WIZA ISRAEL",
+ "timestamp": "2014-06-29"
+ },
+ {
+ "uuid": "8cb55c6e-d8ed-4c9a-aded-7a6d145bb3f0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROBEL RUBIE",
+ "timestamp": "2013-10-31"
+ },
+ {
+ "uuid": "8a040f6a-eea5-4e4e-8fe7-85c2c7b548c9",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CONSIDINE WILLIE",
+ "timestamp": "2019-07-23"
+ },
+ {
+ "uuid": "744dc084-4025-4352-8a89-893bc4c64ca2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LYNCH GIA",
+ "timestamp": "2015-02-04"
+ },
+ {
+ "uuid": "dddbecf0-ceda-49a5-9c8a-15b028d565aa",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RAYNOR GILLIAN",
+ "timestamp": "2014-08-12"
+ },
+ {
+ "uuid": "36fc7e1f-7ebf-4714-b369-705498364c18",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WALTER YVONNE",
+ "timestamp": "2016-02-27"
+ },
+ {
+ "uuid": "b5e1d5f3-f191-4f2c-b7a8-f54a6c2670da",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VONRUEDEN CASSANDRA",
+ "timestamp": "2018-03-17"
+ },
+ {
+ "uuid": "ca7784b2-8f64-40e4-a204-1dafe4c952ed",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WINTHEISER GENOVEVA",
+ "timestamp": "2019-04-12"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "d2ff0b9d-ecbc-42cf-8d50-a7f13819b461",
+ "dateNoted": "2022-09-28",
+ "notes": "",
+ "parcelID": "18662",
+ "siteID": "16877",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5fb76b6a-4232-4f81-a8d9-3ce71d80eff4",
+ "dateNoted": "2019-04-25",
+ "notes": "",
+ "parcelID": "16296",
+ "siteID": "15607",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d37b47db-0520-4a91-beb7-df6e3c3c4ea9",
+ "dateNoted": "2016-04-15",
+ "notes": "",
+ "parcelID": "17272",
+ "siteID": "19111",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "a8613bfb-1a57-4dd5-9723-a643bc582069",
+ "siteID": 15402,
+ "address": "25521 Baumbach Views",
+ "latitude": 58.5868,
+ "longitude": -123.1284,
+ "lastUpdated": "2019-10-26",
+ "city": "Port Jaymefort",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/1756",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8932175,
+ 4986212,
+ 3987363,
+ 9410404,
+ 8257422
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "e8a362be-00a9-4b3f-abb8-d6c75e85f65d",
+ "createdAt": "2023-04-04",
+ "completed": "2022-08-30",
+ "initiated": "2015-06-20",
+ "ministryContact": "LABADIE VERDA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "842a80e7-447b-4bfb-bef7-1c07e58d93f9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1ed94a4a-d1c2-45c7-9b38-699ce0d1d448",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9d3778d9-c4dd-424d-926b-75469160800b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "246e7dd0-c816-429a-b4ac-d4f1c728fd47",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8b9b08fe-4ec3-4e81-bce2-1da39acfc001",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "109c14ae-2fd7-4812-a4b8-0e678b5b5a9d",
+ "createdAt": "2016-09-26",
+ "completed": "2014-04-08",
+ "initiated": "2020-06-25",
+ "ministryContact": "GLOVER PRISCILLA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "86460da2-a75f-474b-8981-404fd5c35191",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5a91e93f-89db-465c-8e46-a972837dff53",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "800ee749-ab78-4a4d-b3ea-de818ba197b2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b709cfdf-70f8-4232-8929-5550e739314c",
+ "createdAt": "2020-05-02",
+ "completed": "2019-05-02",
+ "initiated": "2015-09-09",
+ "ministryContact": "CONSIDINE TYREL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "36cdf3e2-cad3-48f3-8954-a5ff3421ef82",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7aa04e7c-3db3-441d-8f15-ad2554811042",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5c3e5ef3-d142-4e01-81ca-895f7045ee23",
+ "createdAt": "2016-09-18",
+ "completed": "2017-06-14",
+ "initiated": "2022-01-22",
+ "ministryContact": "LEFFLER RICHARD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9003da10-1e3e-43e8-b4d6-bd3fc3b88152",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7af3cc33-f8ab-4e85-81ad-2077dad0c6b4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "776dee07-396a-47cb-93a7-a4c171dd0cf7",
+ "createdAt": "2022-03-31",
+ "completed": "2021-04-22",
+ "initiated": "2021-09-27",
+ "ministryContact": "ERDMAN ZOLA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "27a7381e-ed03-464e-ad99-f2bb2c8d28f4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a166dd07-b7b9-4c76-a800-1eff9daef7cc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e856dc2e-f908-468d-a9fe-37061e9397ed",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "fdf04989-16db-43b5-8696-091c83e15c97",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-10-22",
+ "startDate": "2020-12-26",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "86602f37-d786-432a-88ce-8fa8909902c2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-05-19",
+ "startDate": "2020-11-21",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "74eb5e80-14a8-486a-be83-1eddfbc484d9",
+ "siteRegistry": false,
+ "documentDate": "2013-11-18",
+ "receivedDate": "2016-05-21",
+ "uploadedDate": "2019-02-05",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "d4868853-6f7d-4d8e-b13f-9e26034af1d8",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "a8caf4cb-0218-4def-bd10-730e6eca1f73",
+ "siteRegistry": false,
+ "documentDate": "2022-09-26",
+ "receivedDate": "2015-11-24",
+ "uploadedDate": "2016-07-02",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "fecde1d0-6fde-4cfe-8386-c17a79c80eee",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f5257b8b-a15b-49dc-900f-773cb2cd5275",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4ebb4994-fb38-4185-baab-1952aa0ce24c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "60fb815b-823f-496d-81c0-3adb6a9d84dc",
+ "siteRegistry": false,
+ "documentDate": "2015-03-06",
+ "receivedDate": "2021-03-13",
+ "uploadedDate": "2014-09-12",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "f71837c0-c3d3-4b0c-8d9c-718710acb1fb",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "dcd23d8c-0901-4266-a0ca-1acd76defd95",
+ "siteRegistry": true,
+ "documentDate": "2014-01-31",
+ "receivedDate": "2014-02-24",
+ "uploadedDate": "2014-12-06",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "087db75c-cbed-4f38-bfcf-7d5c5aa469cd",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e08fefbd-6bc2-4eda-b395-5652713777e2",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "cf0777a6-8017-44f0-827a-39d5b64ecea5",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "cdfac4ca-dac8-4639-b501-5305f21addf8",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-04-29 (described on Site Profile dated 2015-04-29)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "33e71696-7e8b-48a1-b59e-9e2778294ed7",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-02-06 (described on Site Profile dated 2023-02-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "69c12018-e508-4c4a-963b-e1e23b89f64b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-05-09 (described on Site Profile dated 2020-05-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "63010f07-da84-44fc-81cb-20ac46189a8b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-05-03 (described on Site Profile dated 2020-05-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "4efc7b19-b773-4e94-ba9e-7f4604e912f9",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-04-05 (described on Site Profile dated 2016-04-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "08507534-374e-452a-9e19-d126c15e5782",
+ "siteRegistry": true,
+ "dateNoted": "2019-06-29",
+ "parcelID": "16153",
+ "crownLandUsePIN": "17476",
+ "crownLandFileNumber": "17974",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 1 DISTRICT LOT 1 PLAN 7959"
+ },
+ {
+ "uuid": "e17f1693-65f8-4813-b741-bb9554414861",
+ "siteRegistry": true,
+ "dateNoted": "2023-10-07",
+ "parcelID": "18522",
+ "crownLandUsePIN": "15579",
+ "crownLandFileNumber": "16696",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 4 DISTRICT LOT 5 PLAN 8453"
+ },
+ {
+ "uuid": "9b8cfa06-b0a7-4d83-9c8a-274d7d9266ed",
+ "siteRegistry": false,
+ "dateNoted": "2020-08-03",
+ "parcelID": "20940",
+ "crownLandUsePIN": "19082",
+ "crownLandFileNumber": "17157",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 5 DISTRICT LOT 4 PLAN 8085"
+ },
+ {
+ "uuid": "63d195ab-0b7c-48dc-ad46-5b2539975ff2",
+ "siteRegistry": false,
+ "dateNoted": "2021-08-16",
+ "parcelID": "19173",
+ "crownLandUsePIN": "20692",
+ "crownLandFileNumber": "19475",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 2 DISTRICT LOT 2 PLAN 6640"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "561d4001-47a2-4778-b5ea-b753a6b6dbb5",
+ "siteRegistry": true,
+ "dateReceived": "2017-10-14",
+ "dateCompleted": "2019-07-09",
+ "dateEntered": "2017-10-26",
+ "dateRegistrar": "2014-09-21",
+ "dateLocalAuthorityReceived": "2017-12-25",
+ "summary": "Similique accusantium consequatur.",
+ "informationUsed": "Voluptates nesciunt aperiam deserunt molestiae placeat voluptate occaecati amet molestiae.\nCulpa numquam accusantium provident praesentium amet nulla aperiam.\nVeritatis iusto sequi sed praesentium nihil.",
+ "pastOrPresentOrders": "Praesentium vitae eveniet totam.\nNulla dolore sint ea quasi id expedita officiis.\nVoluptatum fugiat eaque id ipsam molestiae sequi optio.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "8d0b5bd3-fec5-42bc-acb0-a2474e90f2fe",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4ffefa19-79dd-49e7-9535-dd066a5524ca",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "be33e9e0-f1f3-4348-8ba2-4bf802a91536",
+ "siteRegistry": false,
+ "dateReceived": "2023-04-18",
+ "dateCompleted": "2017-08-12",
+ "dateEntered": "2020-11-19",
+ "dateRegistrar": "2020-06-06",
+ "dateLocalAuthorityReceived": "2014-10-21",
+ "summary": "Facilis quam laudantium iure occaecati modi adipisci similique libero.\nAsperiores ad ratione aperiam blanditiis nisi explicabo laudantium autem.",
+ "informationUsed": "Incidunt consequuntur aperiam.\nQuisquam quis iusto eius at aut quae quaerat minus tempora.\nSuscipit eos doloribus qui quas quas.\nAut sed illo placeat esse repellendus.\nIusto quis praesentium temporibus voluptatum.",
+ "pastOrPresentOrders": "Quis vitae animi illum.\nEveniet corporis laudantium quasi.\nPlaceat fugit excepturi dignissimos doloribus voluptates dolorem labore.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "c550ae08-d5ad-49dd-9893-d5d508bed7a3",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "986a7b93-2541-4e00-97f8-a65dd82837cd",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e13d22f7-bddf-4824-aef1-6c5da4167c6d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "077f7d5c-6694-479a-8ac4-b6ffcc70473d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "1f521aee-b963-49ec-a657-5d0cb4ce7f33",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GULGOWSKI NATHANIEL",
+ "timestamp": "2015-11-03"
+ },
+ {
+ "uuid": "119816c0-9b1d-4e49-9e62-240b47e97fc9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUHLMAN DELPHA",
+ "timestamp": "2018-11-03"
+ },
+ {
+ "uuid": "3ce59dba-d35b-497a-8f7a-943e375e6407",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STEUBER KENDRA",
+ "timestamp": "2014-04-07"
+ },
+ {
+ "uuid": "dfbe85fe-18cb-4113-bd90-92496da17314",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAUMBACH HAROLD",
+ "timestamp": "2018-12-17"
+ },
+ {
+ "uuid": "147dac59-72eb-44fb-804d-a70ee45fd4a5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DOUGLAS EDWINA",
+ "timestamp": "2015-02-19"
+ },
+ {
+ "uuid": "f93d61b5-cdbb-4f59-9ebb-15fdc20cfc3a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MEDHURST AUGUSTA",
+ "timestamp": "2014-03-25"
+ },
+ {
+ "uuid": "c7166484-1389-409e-bb74-9b23c64cc352",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JOHNSON MADELYNN",
+ "timestamp": "2020-07-28"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "eadf9691-3256-477a-be22-d9519a6b79bb",
+ "dateNoted": "2015-05-03",
+ "notes": "",
+ "parcelID": "17788",
+ "siteID": "19202",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "664bbdcc-8535-40be-8f97-ac3b417588e4",
+ "dateNoted": "2019-09-30",
+ "notes": "",
+ "parcelID": "20951",
+ "siteID": "15746",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2e23c887-8f6f-4ee5-a2f6-22e0b7205e1f",
+ "dateNoted": "2022-01-11",
+ "notes": "",
+ "parcelID": "19562",
+ "siteID": "18465",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "d7030dc6-1f63-44f0-b7b9-1f5620691975",
+ "siteID": 17993,
+ "address": "45498 Wava Park",
+ "latitude": 57.8291,
+ "longitude": -133.0103,
+ "lastUpdated": "2015-11-09",
+ "city": "North Nasirside",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/12402",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7066922,
+ 4076595,
+ 7409151,
+ 7918673,
+ 4245963
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "6fc9e135-161a-439f-bac9-4d783fca8c80",
+ "createdAt": "2014-10-18",
+ "completed": "2018-09-18",
+ "initiated": "2014-04-30",
+ "ministryContact": "HICKLE ABIGAYLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e93d39ef-8598-49c3-83ab-be0415f7716e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8866da76-a51a-4364-8b43-164204fc1546",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4b21b1de-8596-4c54-8ae2-98e9c995180f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "14bf6e64-6756-4efc-a56f-308f9f4a712f",
+ "createdAt": "2016-12-24",
+ "completed": "2019-02-16",
+ "initiated": "2015-04-17",
+ "ministryContact": "MACEJKOVIC EASTON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "37737146-fe60-4d3c-bad8-8bbf52ae82e4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8bfdc89e-e590-417d-ab1c-b5118520775a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a9255332-ad4e-4ea3-8c12-655c04d3a0e9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4c4c4914-fb25-461a-a484-9cd0032308e3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a6c3d8ff-d433-49e2-aec2-f98ff7cb5bd6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "49fc76cd-c247-4103-ad05-d1e5b95b0dac",
+ "name": "IPSUM",
+ "endDate": "2014-10-15",
+ "startDate": "2015-08-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4fe39775-5109-4622-93af-bcf9d5723b8a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-11-01",
+ "startDate": "2017-09-26",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "8a40f9e7-b79b-499e-9feb-385c579232c0",
+ "siteRegistry": false,
+ "documentDate": "2020-06-19",
+ "receivedDate": "2018-12-30",
+ "uploadedDate": "2018-03-21",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "a6193dc4-b3b5-4ae9-9db8-dd4ac3f03cba",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7684e521-f4df-4641-b756-4e276b1f2e4f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "8da9f93c-0ec1-4e8a-a6e9-5a8e6c2ea4ba",
+ "siteRegistry": false,
+ "documentDate": "2021-11-08",
+ "receivedDate": "2022-09-17",
+ "uploadedDate": "2022-01-05",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "1e517fc6-c0e8-45f2-b1ca-caee01153d70",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "576631a5-723c-44b3-848f-30b25e34113d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d745f3be-6935-42f3-8c31-667234b04362",
+ "siteRegistry": true,
+ "documentDate": "2021-03-30",
+ "receivedDate": "2022-02-26",
+ "uploadedDate": "2017-08-12",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "515d56d3-fae9-49e4-9fa1-8695973608aa",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5f0846ee-9c6f-404e-a2ba-db545d3de380",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "91e2cd5d-d4a1-4aae-8a41-0011cc1b865a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "aca72781-19b3-45fb-a796-9e0125e60e72",
+ "siteRegistry": true,
+ "documentDate": "2015-12-22",
+ "receivedDate": "2017-05-22",
+ "uploadedDate": "2016-10-24",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "d7ecda31-dd54-4816-a9aa-68ca73bb3a2d",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "afc10f00-77bf-4844-bed8-2f746629d4da",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "85fa2c2b-f16d-4eda-a802-79d74e47aaa8",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "15436ae5-94ed-42eb-8966-167f48b7ddd5",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-04-22 (described on Site Profile dated 2018-04-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "0bb9a9b5-a364-4461-9774-76d8332cc61d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-02-24 (described on Site Profile dated 2023-02-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "bfdc5328-5e53-4fbb-8aca-b1ad2da475af",
+ "siteRegistry": true,
+ "dateNoted": "2020-12-24",
+ "parcelID": "18008",
+ "crownLandUsePIN": "20508",
+ "crownLandFileNumber": "15978",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 3 DISTRICT LOT 3 PLAN 9127"
+ },
+ {
+ "uuid": "e21791e1-0715-44da-af78-f7a825c49d75",
+ "siteRegistry": true,
+ "dateNoted": "2022-12-27",
+ "parcelID": "18122",
+ "crownLandUsePIN": "17329",
+ "crownLandFileNumber": "19280",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 3 DISTRICT LOT 5 PLAN 4850"
+ },
+ {
+ "uuid": "cdd69cdf-06db-4dbd-936d-4330bcdc2e79",
+ "siteRegistry": true,
+ "dateNoted": "2020-05-06",
+ "parcelID": "18717",
+ "crownLandUsePIN": "17724",
+ "crownLandFileNumber": "17904",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 1 DISTRICT LOT 1 PLAN 7216"
+ },
+ {
+ "uuid": "2d9a04a0-491e-417b-9a72-84aa7f7f0eff",
+ "siteRegistry": true,
+ "dateNoted": "2020-02-02",
+ "parcelID": "20003",
+ "crownLandUsePIN": "17544",
+ "crownLandFileNumber": "16206",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 4 DISTRICT LOT 3 PLAN 8600"
+ },
+ {
+ "uuid": "b67e2b8c-637e-4c7f-aaa4-4bed73f4a17a",
+ "siteRegistry": false,
+ "dateNoted": "2016-05-05",
+ "parcelID": "18778",
+ "crownLandUsePIN": "17873",
+ "crownLandFileNumber": "19214",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 1 DISTRICT LOT 2 PLAN 6434"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "cd9536c9-30a5-4b25-9390-8c570b63b6d8",
+ "siteRegistry": false,
+ "dateReceived": "2020-07-12",
+ "dateCompleted": "2023-04-09",
+ "dateEntered": "2015-05-19",
+ "dateRegistrar": "2014-04-02",
+ "dateLocalAuthorityReceived": "2022-08-20",
+ "summary": "Iste eaque provident est ullam saepe aliquam.",
+ "informationUsed": "Sapiente laboriosam magni expedita similique tempora quasi iste maxime id.\nUllam fuga nemo.\nMollitia quia cupiditate repudiandae.\nQui culpa ipsam assumenda quas aliquid quibusdam quae dignissimos amet.\nDolores consectetur hic dicta doloremque magnam et ea tenetur.",
+ "pastOrPresentOrders": "Ratione modi corrupti velit sapiente reiciendis deserunt.\nMolestiae alias harum ab numquam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "86f662da-0142-4bb8-927f-769727b08873",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c7634476-1f57-4c6a-94f6-2fb1ef819780",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2f0902ec-7abf-4fdd-8ea7-dc698eac5e13",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "611d8d28-324a-4b5a-8ed0-8d2a9b07ce93",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "ce7ac17e-56d0-4b7f-97fa-869901522580",
+ "siteRegistry": false,
+ "dateReceived": "2015-02-21",
+ "dateCompleted": "2020-12-14",
+ "dateEntered": "2014-10-28",
+ "dateRegistrar": "2013-12-04",
+ "dateLocalAuthorityReceived": "2022-05-17",
+ "summary": "Quo nobis saepe perspiciatis voluptates architecto eum non.\nConsequatur amet veritatis blanditiis voluptates.",
+ "informationUsed": "Modi eos consectetur nam hic.\nAlias facere enim tempora corporis neque velit.\nItaque delectus iure earum.\nRerum accusantium delectus totam mollitia repellendus molestias deleniti deserunt.",
+ "pastOrPresentOrders": "Ipsam porro magni expedita vel laborum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "5182d4f3-e4e8-483f-a2b7-a4bff62bfa11",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3661fee8-b03f-40e4-b5af-aeca90ff1c45",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "adb449cd-b03d-4783-bb62-e2af6e5606fd",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6ef3b2d6-d29b-4fd1-ad90-3483071e93ed",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "333e84c3-0e5c-4ef4-86d3-5073e8cc7d9c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FADEL VINNIE",
+ "timestamp": "2014-08-29"
+ },
+ {
+ "uuid": "0bb27874-5339-4035-967e-c9ca7b10e940",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CARROLL CHEYANNE",
+ "timestamp": "2017-04-29"
+ },
+ {
+ "uuid": "32cf1188-a89b-427e-99db-d2ea11dc80d1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OSINSKI CORALIE",
+ "timestamp": "2022-08-08"
+ },
+ {
+ "uuid": "12ed41e9-8921-4e8e-801c-b9942b7cb3b2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOWE GENNARO",
+ "timestamp": "2014-08-20"
+ },
+ {
+ "uuid": "48e1b4c4-407a-4b76-941e-e03481fca1a5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RIPPIN DILLON",
+ "timestamp": "2021-04-21"
+ },
+ {
+ "uuid": "5f4bb690-3740-4b76-8928-6a3766295045",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ADAMS GASTON",
+ "timestamp": "2019-07-23"
+ },
+ {
+ "uuid": "4b31f08b-5a0b-4165-aa2d-27c30c728a8a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KLEIN ETHA",
+ "timestamp": "2014-10-09"
+ },
+ {
+ "uuid": "2012877b-1fe6-42ad-9f7f-71d3766bd71a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HARRIS MALVINA",
+ "timestamp": "2022-02-21"
+ },
+ {
+ "uuid": "43216462-335d-4fe0-8ace-f50be69a8c25",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WINTHEISER ZORA",
+ "timestamp": "2014-12-14"
+ },
+ {
+ "uuid": "29db3495-42ed-44fd-9a6a-cf65f586e84c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PREDOVIC KAMREN",
+ "timestamp": "2022-02-14"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "ebbf8c62-c9af-434f-8dd4-e476eef022c0",
+ "dateNoted": "2018-03-14",
+ "notes": "",
+ "parcelID": "15249",
+ "siteID": "15676",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "423d84bd-803c-45c0-b7a8-e90430ad8a90",
+ "dateNoted": "2021-04-27",
+ "notes": "",
+ "parcelID": "16932",
+ "siteID": "16012",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d7245f53-3d17-4e0a-839e-c0d6aa4fc1f0",
+ "dateNoted": "2021-03-29",
+ "notes": "",
+ "parcelID": "20793",
+ "siteID": "17033",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "81ab7f8b-5bb7-4804-b048-ee1f5beee902",
+ "siteID": 16531,
+ "address": "471 Lexus Park",
+ "latitude": 56.3192,
+ "longitude": -118.1897,
+ "lastUpdated": "2022-04-10",
+ "city": "Runolfsdottirfort",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/18290",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9110939,
+ 8032059,
+ 4131375,
+ 9775373,
+ 5306441
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "938448c3-c4a2-4b2a-a165-74fe27fcdd74",
+ "createdAt": "2019-01-24",
+ "completed": "2017-12-24",
+ "initiated": "2022-05-17",
+ "ministryContact": "STAMM BROOKS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "927e0a8b-0c80-4a89-ad30-56e329922cf3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "aca6b64c-3fa5-4e01-8b4a-3cd06dd4a1dc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8a5fbb25-45be-4203-acc4-ef9961d850f6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a2515173-927a-4681-8036-41768c6ffef2",
+ "createdAt": "2022-09-26",
+ "completed": "2020-06-03",
+ "initiated": "2016-12-24",
+ "ministryContact": "KUNZE JEFFERY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a5a2482f-8fad-4cd9-9694-a73fcd73af90",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c7284da1-c318-454b-85c6-5d5299324b6a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "586ea5bb-f109-4feb-80ff-fd072e82651e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "47d77ade-7db1-4d76-a968-dda9489bc24c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "ded2b371-27d9-4e90-af42-f1ea9d7599a8",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-09-07",
+ "startDate": "2023-07-06",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f12595a2-da8e-4f11-9370-dad2fc5715aa",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-11-21",
+ "startDate": "2013-11-02",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "36e99792-4679-4c92-a096-4ba2e8a59a00",
+ "siteRegistry": true,
+ "documentDate": "2022-07-25",
+ "receivedDate": "2019-11-16",
+ "uploadedDate": "2022-03-21",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "02ecc59b-cd74-47bb-88d8-ea3153d6adff",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e770a2e5-84d5-4f13-a76f-143ce0cbab08",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f25edf60-034d-4442-a47a-5d7cf1dc013f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "c72016d2-11a6-4778-8346-21185ae9151f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-07-17 (described on Site Profile dated 2022-07-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "77511133-af58-4c67-97e6-77ee359b8d4d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-03-10 (described on Site Profile dated 2014-03-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "546b53b0-5147-400f-8d5e-d2ae11a3eba5",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-01-08 (described on Site Profile dated 2015-01-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "5039f65a-97e8-4939-9148-936841d8a977",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-05-28 (described on Site Profile dated 2021-05-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "5c6b4c91-827e-44c5-95f7-5a2c5c04d25e",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-08-10 (described on Site Profile dated 2023-08-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "8782f318-bdc6-4250-9aaf-b19146d0e196",
+ "siteRegistry": true,
+ "dateNoted": "2018-03-26",
+ "parcelID": "20305",
+ "crownLandUsePIN": "17148",
+ "crownLandFileNumber": "19098",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 2 DISTRICT LOT 1 PLAN 4833"
+ },
+ {
+ "uuid": "3b67716e-7bd2-4d3f-9459-8362ffba4b84",
+ "siteRegistry": true,
+ "dateNoted": "2017-02-02",
+ "parcelID": "18709",
+ "crownLandUsePIN": "19334",
+ "crownLandFileNumber": "16566",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 1 DISTRICT LOT 5 PLAN 9261"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "2206b222-3b7a-49ea-a968-69d39d441679",
+ "siteRegistry": false,
+ "dateReceived": "2019-04-15",
+ "dateCompleted": "2018-01-29",
+ "dateEntered": "2014-07-25",
+ "dateRegistrar": "2023-06-02",
+ "dateLocalAuthorityReceived": "2014-08-03",
+ "summary": "Veniam sint deserunt quasi quam laboriosam quibusdam ducimus pariatur.\nUllam praesentium illo fuga tempore earum adipisci.",
+ "informationUsed": "Ea delectus assumenda.\nSed voluptatem sint occaecati occaecati excepturi ipsum vel incidunt.\nEligendi sit qui dolorum perferendis ratione ut alias minima.",
+ "pastOrPresentOrders": "Molestias alias eius sapiente quos laudantium culpa.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "6aa74307-4bbc-4c82-bdaf-b1cae5da1050",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d5638152-6a74-4e8f-88ca-23c6e4ba5a12",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "c0b54e47-c93e-49dd-9cc5-eb758c4bd251",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BREITENBERG EDMOND",
+ "timestamp": "2016-08-08"
+ },
+ {
+ "uuid": "02e465e5-db03-45b0-8eb2-a02f76f30d4c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RIPPIN KIARA",
+ "timestamp": "2020-03-21"
+ },
+ {
+ "uuid": "af1bbb08-708c-45f3-94ff-a2493c11a722",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEFFLER AMY",
+ "timestamp": "2020-10-07"
+ },
+ {
+ "uuid": "fe332d63-0f37-4474-9fa3-c3604f97b4fc",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WEST PENELOPE",
+ "timestamp": "2015-08-12"
+ },
+ {
+ "uuid": "97d6e10a-44b2-4bff-83a9-a69fa0f301eb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "YUNDT CATALINA",
+ "timestamp": "2015-12-16"
+ },
+ {
+ "uuid": "3220e982-7d31-4625-a52b-8d9ea1fc033b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VEUM JACEY",
+ "timestamp": "2013-12-11"
+ },
+ {
+ "uuid": "6e2c7d32-e880-4b78-bf08-e230ba94998f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RATH GILES",
+ "timestamp": "2018-08-14"
+ },
+ {
+ "uuid": "b41de54f-6ce8-489f-8153-e13d59ce9ed8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FEIL KRISTA",
+ "timestamp": "2022-09-16"
+ },
+ {
+ "uuid": "e59b3df4-9d7f-4b67-b2f8-ad6314352a6d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LITTEL ANNALISE",
+ "timestamp": "2020-10-03"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "7c1f91d5-37ad-419f-9da2-7dbc02a5e2da",
+ "dateNoted": "2016-06-22",
+ "notes": "",
+ "parcelID": "17331",
+ "siteID": "18406",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "a4e8e16e-133f-4b83-b1e2-955044bff7eb",
+ "siteID": 16918,
+ "address": "202 Mertie Greens",
+ "latitude": 49.9244,
+ "longitude": -125.1793,
+ "lastUpdated": "2017-08-08",
+ "city": "New Jabari",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/14328",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9677129,
+ 4412184,
+ 6628039,
+ 1600873,
+ 6359779
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "bc5a41f3-0c18-48c0-affb-8c85af37f704",
+ "createdAt": "2019-01-22",
+ "completed": "2019-07-28",
+ "initiated": "2014-08-01",
+ "ministryContact": "FRIESEN TAMARA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a730b693-f29f-47b1-a127-7991339f06d7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9c7e344c-8887-4491-8942-999f443658b1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c0e0c7ea-418d-4f7e-a0b8-79d3c36083ea",
+ "createdAt": "2022-12-06",
+ "completed": "2019-01-19",
+ "initiated": "2016-06-29",
+ "ministryContact": "FADEL JUSTINE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c840ce50-cc98-4ed2-b7ba-62413c560513",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4aad5d09-8515-4970-9d11-fb7a0d32fc42",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7d7b6308-ef41-4570-83e1-c1ef54d63498",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4ff4130d-8047-4b64-bef0-a2741599dbe3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "b0255fa1-9468-4b72-acc7-10511079b172",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-03-01",
+ "startDate": "2020-04-02",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8f989b18-3879-4e23-8d0e-059edbe6a826",
+ "name": "IPSUM",
+ "endDate": "2023-02-02",
+ "startDate": "2017-05-11",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a0e88711-8200-4b9c-8394-ed62d1b5e17e",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-03-03",
+ "startDate": "2017-05-14",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "2a528474-44cc-41fb-a026-bb98318dd646",
+ "siteRegistry": true,
+ "documentDate": "2020-07-06",
+ "receivedDate": "2015-11-30",
+ "uploadedDate": "2017-04-17",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "da1df1b7-860e-45a4-9199-f72af648ac44",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "3ee861d6-142d-442a-ba71-8388bfec301c",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-05-02 (described on Site Profile dated 2019-05-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "c8ef9303-8b1b-4933-8c79-48741d424cf9",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-05-04 (described on Site Profile dated 2015-05-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "4a32428a-d081-4790-afc1-03999cb7ad56",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-05-25 (described on Site Profile dated 2019-05-25)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "17c403dd-4dbc-4c26-948c-70c4540230c8",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-05-22 (described on Site Profile dated 2020-05-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "8aa6c850-59ae-408c-9c93-31ec562357e0",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-04-03 (described on Site Profile dated 2022-04-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "3f4bbb81-f842-44b4-bc6e-8b943e694005",
+ "siteRegistry": false,
+ "dateNoted": "2015-12-30",
+ "parcelID": "16493",
+ "crownLandUsePIN": "19797",
+ "crownLandFileNumber": "18535",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 5 DISTRICT LOT 1 PLAN 8075"
+ },
+ {
+ "uuid": "eaf9f34b-6083-486c-8dfe-980d1d888a53",
+ "siteRegistry": false,
+ "dateNoted": "2021-08-15",
+ "parcelID": "16079",
+ "crownLandUsePIN": "16812",
+ "crownLandFileNumber": "20341",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 5 DISTRICT LOT 2 PLAN 6948"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "fbefe885-0200-4aae-b772-919a8db3b1c2",
+ "siteRegistry": false,
+ "dateReceived": "2020-07-16",
+ "dateCompleted": "2016-12-28",
+ "dateEntered": "2014-02-08",
+ "dateRegistrar": "2018-06-07",
+ "dateLocalAuthorityReceived": "2023-08-28",
+ "summary": "Velit placeat mollitia ex praesentium est.\nDolorem magnam officiis inventore aliquam.\nAt tempore tempora sit maiores deleniti.",
+ "informationUsed": "Modi adipisci numquam.\nLaboriosam dolorum saepe deleniti.\nEius minus nostrum ipsa minus.",
+ "pastOrPresentOrders": "Aut corporis modi nihil consequatur inventore doloremque laudantium.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "7095f61c-281d-4849-868b-8dc7fb26685d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "27028dcf-9107-4174-846a-3b7f10073cf9",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9ca78cc7-1b1f-4dde-b22e-702d229b33e5",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "56fb56e7-b02b-47b2-b019-30a1bbfd7fe9",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "5f31018a-2daa-43ec-b9ce-1b8a793f4799",
+ "siteRegistry": true,
+ "dateReceived": "2020-12-03",
+ "dateCompleted": "2023-06-23",
+ "dateEntered": "2020-05-02",
+ "dateRegistrar": "2023-08-26",
+ "dateLocalAuthorityReceived": "2013-11-15",
+ "summary": "Quidem excepturi itaque doloremque tenetur nam vel dignissimos.",
+ "informationUsed": "In tempora quae totam dolor possimus in eius.\nDignissimos veniam mollitia sequi eligendi quidem voluptatem aliquam voluptatem ab.\nReprehenderit laudantium aliquam illum quis consectetur excepturi.\nAssumenda quibusdam vel ad animi at deserunt.\nReprehenderit voluptatem dolores dolores rem in.",
+ "pastOrPresentOrders": "Minima occaecati voluptates repellat nobis optio error.\nNumquam aut porro.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "72eb37d4-5060-44f8-8903-ea9b433d826e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4657b1bd-835c-4e52-b7ed-6fd263e9a118",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "458f8111-63db-4133-81f1-86e2bef18130",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "7b00dd43-6505-448a-8fe1-c02c9a8eb26c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KERLUKE ELADIO",
+ "timestamp": "2014-10-24"
+ },
+ {
+ "uuid": "4e04265a-f3b4-4383-833c-6d9e6338e319",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VONRUEDEN-JACOBS WILL",
+ "timestamp": "2021-05-06"
+ },
+ {
+ "uuid": "e9027ed3-3fa7-47ce-b827-86a32cb25aef",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERGSTROM AVIS",
+ "timestamp": "2020-04-22"
+ },
+ {
+ "uuid": "9b265529-cd4a-4177-a81a-b0560b534233",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILL JADYN",
+ "timestamp": "2020-09-14"
+ },
+ {
+ "uuid": "4bf588e8-8aa2-48e5-b447-3df1767cac60",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GRADY ANNABEL",
+ "timestamp": "2021-08-07"
+ },
+ {
+ "uuid": "8c1ef5a2-97d7-47ca-bd8c-6434c3d71274",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCLAUGHLIN MYRTIS",
+ "timestamp": "2015-12-20"
+ },
+ {
+ "uuid": "069e71ea-29e7-4f1b-838f-d15f60133e79",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RITCHIE CURT",
+ "timestamp": "2014-02-02"
+ },
+ {
+ "uuid": "98030ca1-92df-4eee-be8c-4b307df68a6a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOSCO JARROD",
+ "timestamp": "2018-01-04"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "9f842fab-3a62-4174-83ac-d802c726a933",
+ "dateNoted": "2021-07-09",
+ "notes": "",
+ "parcelID": "20800",
+ "siteID": "19202",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "34e5693a-7254-4196-ad19-dacfcb11cdf8",
+ "siteID": 18775,
+ "address": "4221 Schuppe Fords",
+ "latitude": 57.1818,
+ "longitude": -125.3616,
+ "lastUpdated": "2017-12-01",
+ "city": "New Jedidiahboro",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/16335",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1861681,
+ 126240,
+ 1543423,
+ 7083568,
+ 6509547
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "713e064d-cd93-46d1-bf75-3f6d7a7c0861",
+ "createdAt": "2021-02-22",
+ "completed": "2013-12-25",
+ "initiated": "2019-06-16",
+ "ministryContact": "VONRUEDEN MAGNUS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8370d051-2aeb-40f5-93e5-3ed32942d76f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0584e659-c655-4eae-816e-b331ad7a77fb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d24ac69d-d905-4242-8788-8e9dc9f03169",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1b6896d2-5f36-4b03-8677-b6c25839045c",
+ "createdAt": "2019-03-21",
+ "completed": "2018-10-13",
+ "initiated": "2017-10-12",
+ "ministryContact": "DUBUQUE CAROLINA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "79542165-b48f-41f2-8e7a-4032ed33f475",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cac006d3-f100-4870-8da3-6cf1b1e3513c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ddebba36-f82e-4181-998e-5a8d5f39d8db",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c43dd05a-ce8a-489a-ab59-049f34a14202",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "7099728c-6a6c-4109-b482-140a111c0bf0",
+ "name": "IPSUM",
+ "endDate": "2018-03-01",
+ "startDate": "2017-11-26",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c552c3c8-a9be-49e5-83e1-82f8270a1d5c",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-05-13",
+ "startDate": "2013-10-26",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "a44c78a4-1b4f-4a52-8768-423beb76c183",
+ "siteRegistry": true,
+ "documentDate": "2019-08-11",
+ "receivedDate": "2017-05-16",
+ "uploadedDate": "2017-03-18",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "5a684fac-cd79-4477-87d6-b1ae2c53057c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "6ca1cf4c-d692-4a3a-9ad3-c7f49cccb06a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-05-11 (described on Site Profile dated 2017-05-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "544d86b4-686f-4ccd-845b-4348a3a62ef6",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-09-21 (described on Site Profile dated 2020-09-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "35cd279a-9c81-4fad-8dff-800bad280957",
+ "siteRegistry": true,
+ "dateNoted": "2015-03-08",
+ "parcelID": "18432",
+ "crownLandUsePIN": "16968",
+ "crownLandFileNumber": "19149",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 4 DISTRICT LOT 1 PLAN 3406"
+ },
+ {
+ "uuid": "fde7cd0b-bbb2-489f-a0e4-557ef4a0c74e",
+ "siteRegistry": true,
+ "dateNoted": "2019-03-13",
+ "parcelID": "20355",
+ "crownLandUsePIN": "16785",
+ "crownLandFileNumber": "19771",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 2 DISTRICT LOT 3 PLAN 7864"
+ },
+ {
+ "uuid": "94f999b1-71be-49db-84a5-a5f5591d0011",
+ "siteRegistry": true,
+ "dateNoted": "2021-06-28",
+ "parcelID": "15510",
+ "crownLandUsePIN": "17202",
+ "crownLandFileNumber": "18271",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 2 DISTRICT LOT 5 PLAN 6039"
+ },
+ {
+ "uuid": "dbe456a2-2f45-44fe-a82b-6c24e7cc5d3d",
+ "siteRegistry": true,
+ "dateNoted": "2023-09-05",
+ "parcelID": "20509",
+ "crownLandUsePIN": "18727",
+ "crownLandFileNumber": "19517",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 2 DISTRICT LOT 3 PLAN 5406"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "d2300698-a13a-4bee-a98f-355bf305f6b8",
+ "siteRegistry": false,
+ "dateReceived": "2015-02-24",
+ "dateCompleted": "2020-03-16",
+ "dateEntered": "2020-09-14",
+ "dateRegistrar": "2017-05-07",
+ "dateLocalAuthorityReceived": "2018-11-28",
+ "summary": "Occaecati rerum exercitationem veritatis suscipit facilis quidem autem.\nPlaceat quia nisi illum possimus distinctio facere.\nQuia fugiat mollitia aliquid.",
+ "informationUsed": "Vel iusto atque eligendi.\nNemo quas blanditiis consequuntur velit omnis repudiandae autem temporibus.\nOfficia nihil fuga iure.\nInventore architecto officiis velit ipsum.",
+ "pastOrPresentOrders": "Quis suscipit repudiandae saepe nulla.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e73400b4-13f8-4a3c-9785-d84eb071ca3b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "345b1269-05a1-424f-86ea-04d9459802db",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "5775fa76-b748-4c67-8a85-2d96f3637b66",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WINDLER ELMIRA",
+ "timestamp": "2018-02-27"
+ },
+ {
+ "uuid": "2d270641-9e84-4608-8bc3-f35fee2eab59",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MACEJKOVIC KIANA",
+ "timestamp": "2021-09-09"
+ },
+ {
+ "uuid": "dedf4d46-7569-4db9-b99d-ad629425e706",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "METZ JONATAN",
+ "timestamp": "2022-11-09"
+ },
+ {
+ "uuid": "7c29a603-327a-4126-b4a7-ff583962503e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEDNAR DARIANA",
+ "timestamp": "2021-12-02"
+ },
+ {
+ "uuid": "c944c289-e045-4898-bfcb-0bfb78752e4a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STROMAN TAYA",
+ "timestamp": "2016-07-11"
+ },
+ {
+ "uuid": "0b7275a2-afea-4183-aead-1ad4050aa390",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MILLER STEPHAN",
+ "timestamp": "2021-06-06"
+ },
+ {
+ "uuid": "760d68c9-4e4a-4270-b198-114301337efc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KING SYDNI",
+ "timestamp": "2014-03-07"
+ },
+ {
+ "uuid": "2d825fe7-a482-49d3-8dfd-437ff728208c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEANNON MUSTAFA",
+ "timestamp": "2021-04-18"
+ },
+ {
+ "uuid": "1e14b8e1-bd76-4018-8b4b-e9dd70be9757",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BRUEN ROSE",
+ "timestamp": "2022-03-05"
+ },
+ {
+ "uuid": "b4ef7647-e449-4266-a816-c1b397508909",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KIRLIN LAMONT",
+ "timestamp": "2014-07-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "55e1763d-a549-4f77-bfbe-4f82d02ac6a1",
+ "dateNoted": "2015-05-17",
+ "notes": "",
+ "parcelID": "20528",
+ "siteID": "17686",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cd6125c4-6dd8-4532-8b87-c6f58216352a",
+ "dateNoted": "2015-01-22",
+ "notes": "",
+ "parcelID": "15802",
+ "siteID": "17582",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6fa5da17-cc79-4ab4-bae5-d55904a36194",
+ "dateNoted": "2016-07-15",
+ "notes": "",
+ "parcelID": "16030",
+ "siteID": "17454",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "0ff790e5-5134-43ed-a2a8-8749fc58997e",
+ "siteID": 20693,
+ "address": "16754 Kerluke Ways",
+ "latitude": 58.016,
+ "longitude": -125.8139,
+ "lastUpdated": "2016-07-15",
+ "city": "O'Haraland",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/8759",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6488734,
+ 8884145,
+ 4880596,
+ 9340453,
+ 6141852
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "c9e10698-7af2-49e4-b854-f3144f1aa0dd",
+ "createdAt": "2016-12-10",
+ "completed": "2022-10-22",
+ "initiated": "2020-01-02",
+ "ministryContact": "HINTZ MODESTA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f5d28648-3547-45cd-adae-81d7cb2d180a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "42e43e04-894e-4bd4-9647-5495b112ce68",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0bedbc8c-be63-4a60-b09b-cfd69cbcee3f",
+ "createdAt": "2014-03-04",
+ "completed": "2019-10-03",
+ "initiated": "2018-06-01",
+ "ministryContact": "KIHN KHALIL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d6d9783e-0f84-4af5-be16-4f2e4ec055b8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "43a231cd-e673-45d7-975b-347e54b1700b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "655ecd4d-07a9-439c-a1e6-17ec9e4fa84c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d6b3d994-d6c6-4b4e-8482-3bbee8244532",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b576a1b5-29ca-4517-818b-828ffcf154f5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e32babbf-6dd2-4121-b423-412001b295c9",
+ "createdAt": "2019-04-08",
+ "completed": "2021-12-23",
+ "initiated": "2020-02-14",
+ "ministryContact": "GOLDNER NORVAL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "08b9341e-af41-4690-8ee6-21629a2389d4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a93d9a0a-ec5e-4172-a57c-2aff63ce6c8e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2119850c-013c-483f-a094-02e2336dd5d9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "81b3e9de-baf8-44f4-ba94-b78231a7f3ec",
+ "createdAt": "2018-06-15",
+ "completed": "2021-10-18",
+ "initiated": "2015-10-11",
+ "ministryContact": "KERLUKE NYA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "91e8b144-45a6-4006-a001-b12e5fe41fb9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dfe02c03-51f4-4909-9e94-5377c01a0075",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "1bf2c3f6-f500-4e74-be3a-f5528000d468",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-10-14",
+ "startDate": "2019-01-20",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "24687b0a-2ca0-4d89-a7f4-d63f467daa47",
+ "name": "IPSUM",
+ "endDate": "2019-12-18",
+ "startDate": "2015-12-01",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "565588bf-fc1c-4ca4-8693-cce6f3663e1a",
+ "name": "IPSUM",
+ "endDate": "2019-07-15",
+ "startDate": "2018-04-30",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "72210d03-35f7-434d-bd02-aacf962a3918",
+ "name": "IPSUM",
+ "endDate": "2014-05-11",
+ "startDate": "2017-12-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "f513d3be-caaa-4b0c-bc49-9e4288e43bc0",
+ "siteRegistry": false,
+ "documentDate": "2018-07-24",
+ "receivedDate": "2020-06-10",
+ "uploadedDate": "2019-02-20",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "a92f9e6d-6caf-4598-8a45-4775f814187c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9407e367-8f4a-4880-858e-0efa9d2891a4",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "fc993c07-a7aa-430d-8dfa-d12bd2b54338",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-06-17 (described on Site Profile dated 2019-06-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "807fe298-5c54-4e3c-b637-c2b85a6a433b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-05-22 (described on Site Profile dated 2021-05-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "8186aaac-9269-4257-b4f7-6f8f7bcec327",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-12-27 (described on Site Profile dated 2022-12-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "a25ed0ae-ce6e-48dc-a19d-690e95c46bba",
+ "siteRegistry": false,
+ "dateNoted": "2021-10-19",
+ "parcelID": "16455",
+ "crownLandUsePIN": "20278",
+ "crownLandFileNumber": "15554",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 3 DISTRICT LOT 4 PLAN 4607"
+ },
+ {
+ "uuid": "8c4cda93-7516-4ad7-9940-ac34a2d7852b",
+ "siteRegistry": true,
+ "dateNoted": "2015-11-13",
+ "parcelID": "15860",
+ "crownLandUsePIN": "18893",
+ "crownLandFileNumber": "17254",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 4 DISTRICT LOT 1 PLAN 4640"
+ },
+ {
+ "uuid": "250e33da-a623-4795-8ddd-a0934e88f85d",
+ "siteRegistry": true,
+ "dateNoted": "2015-06-20",
+ "parcelID": "20556",
+ "crownLandUsePIN": "16180",
+ "crownLandFileNumber": "16901",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 1 DISTRICT LOT 2 PLAN 9005"
+ },
+ {
+ "uuid": "40d7f58f-c0df-44dd-8123-473a5df626c8",
+ "siteRegistry": true,
+ "dateNoted": "2022-06-25",
+ "parcelID": "20022",
+ "crownLandUsePIN": "18076",
+ "crownLandFileNumber": "19469",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 1 DISTRICT LOT 1 PLAN 6548"
+ },
+ {
+ "uuid": "9a19dea6-422f-4a58-8009-50ed4c9d9604",
+ "siteRegistry": true,
+ "dateNoted": "2013-11-16",
+ "parcelID": "18251",
+ "crownLandUsePIN": "20160",
+ "crownLandFileNumber": "19124",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 3 DISTRICT LOT 1 PLAN 7489"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "4af4c784-b971-498f-b40c-2c2342b1caa5",
+ "siteRegistry": true,
+ "dateReceived": "2018-11-14",
+ "dateCompleted": "2014-12-16",
+ "dateEntered": "2019-12-16",
+ "dateRegistrar": "2015-08-19",
+ "dateLocalAuthorityReceived": "2020-04-14",
+ "summary": "Iure eum adipisci nesciunt debitis unde aperiam perspiciatis ut.\nBeatae error modi mollitia odio rem id placeat facilis.\nA molestias assumenda quisquam laborum.",
+ "informationUsed": "Placeat itaque rem modi quidem voluptatum quisquam consectetur nostrum.\nMollitia delectus suscipit reprehenderit.\nOptio earum ipsam dolorum recusandae.",
+ "pastOrPresentOrders": "Sint sint non omnis vel aliquid soluta.\nOfficiis numquam veniam cumque dolorem nemo.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "ce60bb41-bdb0-4f34-870f-aab0d0e3a645",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bcb4df08-7903-4954-9953-5e8584941cf3",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cf16ac6a-c4a3-456d-a67f-bac7c86937fb",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "9ad250e1-d744-448b-9f30-8e5e36abe191",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOWELL CHAD",
+ "timestamp": "2023-10-06"
+ },
+ {
+ "uuid": "633c615d-9e99-4582-8730-b50051cbcb05",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEATHCOTE BERNARDO",
+ "timestamp": "2017-11-18"
+ },
+ {
+ "uuid": "556e0f1e-0302-4a22-8cf5-f8a0e64cea50",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOHR DAMION",
+ "timestamp": "2015-08-07"
+ },
+ {
+ "uuid": "83c5dd43-384d-45cb-8860-2d893649bef3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SPORER ROSALINDA",
+ "timestamp": "2018-05-04"
+ },
+ {
+ "uuid": "0a8ec310-b02f-4528-a307-4a93a13e5235",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DICKENS PAULA",
+ "timestamp": "2021-04-27"
+ },
+ {
+ "uuid": "faa36cd6-e8a3-45e4-beb2-81f5f9b712e6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CUMMERATA EMMALEE",
+ "timestamp": "2020-04-22"
+ },
+ {
+ "uuid": "48f97219-caa6-44f5-97ba-b341209ad134",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JENKINS QUENTIN",
+ "timestamp": "2023-05-04"
+ },
+ {
+ "uuid": "4a1e913a-ae59-46f0-b0ad-97755a6701f0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GULGOWSKI ANTHONY",
+ "timestamp": "2022-09-13"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "0ecc29ab-79bc-4311-82cf-329ab86fbcb3",
+ "dateNoted": "2021-12-22",
+ "notes": "",
+ "parcelID": "17110",
+ "siteID": "20172",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "6098ae18-fe2b-4078-a3c3-1960ca478643",
+ "siteID": 19298,
+ "address": "2382 Ervin Harbor",
+ "latitude": 52.6931,
+ "longitude": -120.16,
+ "lastUpdated": "2016-11-26",
+ "city": "New Leonel",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/14562",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4745497,
+ 8203123,
+ 295484,
+ 5608317,
+ 8796362
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "ba587493-94e4-4104-89a3-145dcd8cc272",
+ "createdAt": "2018-07-13",
+ "completed": "2017-01-19",
+ "initiated": "2018-08-29",
+ "ministryContact": "PACOCHA CHRIS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "91904692-a717-4425-ab12-3373d54419a7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "18b5e249-d4a5-4dac-a154-e0e6d8ccdbe1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d7ac5a45-3180-4cc3-aac0-e89a626e63f4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1940ae85-d0ca-496a-a15b-a7054deb90fd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fb0e4bc5-6bca-43df-95bd-036bbd4b7f08",
+ "createdAt": "2019-04-10",
+ "completed": "2016-12-15",
+ "initiated": "2015-01-05",
+ "ministryContact": "EMARD HESTER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ed2e01bd-6a25-4812-9f7b-5bf47f9bbe51",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "63839783-5cad-4208-b8fb-0d7073212522",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "98c70715-0ba7-4149-bdf3-64da1d758dc1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e528c0cb-5da7-4360-93d3-b48ec8bd260e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9792a04c-999c-464b-b56b-56b9dadd40b5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "66cf6720-39c4-410b-9457-c914064beb1c",
+ "createdAt": "2018-04-05",
+ "completed": "2020-05-31",
+ "initiated": "2014-02-04",
+ "ministryContact": "HETTINGER SISTER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "95ce08f3-dbc5-4511-9afc-2d1d1ebb1e88",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d21f6ec0-1035-4004-9a43-714406ef7a59",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "502829b0-48ef-4814-8a98-f78216a067b8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "53955415-6980-419c-b512-af43e8eda1cf",
+ "createdAt": "2017-11-05",
+ "completed": "2015-04-07",
+ "initiated": "2019-05-18",
+ "ministryContact": "PAUCEK IMANI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "91835cbd-9f57-48ef-b3cb-f0d0d3568217",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "421abdd8-d480-4c64-b137-6225cade096a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "87e04c56-26b8-4821-9ae3-9916e963a879",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8510c2a3-b93f-47ae-a05a-a340e8b50189",
+ "createdAt": "2021-11-14",
+ "completed": "2022-04-13",
+ "initiated": "2014-10-07",
+ "ministryContact": "CHRISTIANSEN KASANDRA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1e620095-6b41-49c8-b740-358e4b70156b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "90f2c4db-b469-4053-a2ed-0bd3c566bb1a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9150df81-550b-4dd9-8d9f-671a2b4c97ad",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9a6ead00-959b-4fc3-9260-ef3ff5442665",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a2fc7364-2d38-4569-89e1-ceab6d0ecb93",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "34b062c7-e888-48b7-ba96-9fad79357d2d",
+ "name": "IPSUM",
+ "endDate": "2020-04-07",
+ "startDate": "2021-03-19",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fb444cc1-0d7f-4ee5-9c74-2893b1524eea",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-07-13",
+ "startDate": "2023-04-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "95ecf38d-8620-4077-a3af-a1a1c4903518",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-05-24",
+ "startDate": "2016-03-20",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "62371078-6caa-4938-9a4f-3ea8f481f77e",
+ "name": "IPSUM",
+ "endDate": "2019-12-29",
+ "startDate": "2013-12-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "1aa1511b-68c5-41e4-bd58-2b2894a3aeeb",
+ "siteRegistry": false,
+ "documentDate": "2020-08-07",
+ "receivedDate": "2015-03-25",
+ "uploadedDate": "2021-07-03",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "805c259d-fa08-49b9-b349-e07dd7d61477",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "bb7e96c3-c336-4bed-86b2-240930d28948",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "0df5e8bd-56dd-41d7-b3e5-69d0784dc2ff",
+ "siteRegistry": false,
+ "documentDate": "2021-08-26",
+ "receivedDate": "2014-11-18",
+ "uploadedDate": "2021-07-13",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "d5a5c444-ddf0-4a20-95ec-78131c0ba499",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ba264125-03bf-418a-a712-5995f9f4dda5",
+ "siteRegistry": true,
+ "documentDate": "2021-06-28",
+ "receivedDate": "2017-06-05",
+ "uploadedDate": "2016-07-04",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "a0dd6944-72f8-40e0-a13d-66ba03b0e0d3",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1831586b-5924-4cb8-ad08-611da25e2fbc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "765c1eac-c71b-4d3c-abe1-41e1ad7e7008",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-11-03 (described on Site Profile dated 2014-11-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "3a34bdc6-8d0f-4036-b301-bea83ec322bd",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-09-12 (described on Site Profile dated 2014-09-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "8d1bb0b5-ce27-419c-a5b3-83bb9b3f4326",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-12-09 (described on Site Profile dated 2018-12-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "39c7a36a-a1ae-40bf-93df-7a397a441569",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-01-14 (described on Site Profile dated 2017-01-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "c3dfb750-5299-46fa-9829-b37500355887",
+ "siteRegistry": false,
+ "dateNoted": "2018-07-13",
+ "parcelID": "19221",
+ "crownLandUsePIN": "15359",
+ "crownLandFileNumber": "15831",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 4 DISTRICT LOT 2 PLAN 9693"
+ },
+ {
+ "uuid": "0062b829-4900-47ff-b8d0-39daa2cdab98",
+ "siteRegistry": false,
+ "dateNoted": "2020-12-13",
+ "parcelID": "18623",
+ "crownLandUsePIN": "16977",
+ "crownLandFileNumber": "15278",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 5 DISTRICT LOT 1 PLAN 3639"
+ },
+ {
+ "uuid": "7590ca19-135f-43c6-a8d9-e8af40f040cf",
+ "siteRegistry": true,
+ "dateNoted": "2017-10-10",
+ "parcelID": "19197",
+ "crownLandUsePIN": "16499",
+ "crownLandFileNumber": "15613",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 5 DISTRICT LOT 4 PLAN 7278"
+ },
+ {
+ "uuid": "692dc7bf-fbf1-4abf-ae48-06db76f7baad",
+ "siteRegistry": false,
+ "dateNoted": "2017-11-08",
+ "parcelID": "17086",
+ "crownLandUsePIN": "19748",
+ "crownLandFileNumber": "20618",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 2 DISTRICT LOT 2 PLAN 6722"
+ },
+ {
+ "uuid": "b4e1381a-7f53-4edd-979f-6ad067b4a016",
+ "siteRegistry": false,
+ "dateNoted": "2021-09-27",
+ "parcelID": "16258",
+ "crownLandUsePIN": "18178",
+ "crownLandFileNumber": "15614",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 2 DISTRICT LOT 2 PLAN 6410"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "2307124d-a146-4e10-bcc0-43f950d75c11",
+ "siteRegistry": false,
+ "dateReceived": "2018-08-31",
+ "dateCompleted": "2016-12-17",
+ "dateEntered": "2013-12-19",
+ "dateRegistrar": "2018-08-15",
+ "dateLocalAuthorityReceived": "2022-10-16",
+ "summary": "Quo ipsa explicabo ex iure.",
+ "informationUsed": "Ipsum dolorum non.\nError adipisci asperiores perferendis sed quibusdam unde.\nError alias optio repudiandae quae.",
+ "pastOrPresentOrders": "Illo magnam asperiores ipsum facere vitae porro animi.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "9b3a39aa-f826-42ae-823d-921bb2696cdd",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c2c32000-abe5-4016-9f6d-8fd3087f9a60",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3eb5c728-0257-4bc0-80f9-50c31de17d74",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "75853753-d2f8-4721-81a5-ab85a73d04b7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "ab235881-2036-4133-8ae1-fea5fd11932e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ZIEMANN SARAI",
+ "timestamp": "2017-06-30"
+ },
+ {
+ "uuid": "023a4c27-2b07-4183-9562-581edf20fa2f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BREITENBERG KIRK",
+ "timestamp": "2014-12-05"
+ },
+ {
+ "uuid": "f0b39a65-1822-47a2-aa35-26e7329371f4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STROSIN NAOMIE",
+ "timestamp": "2015-07-18"
+ },
+ {
+ "uuid": "6a7520b9-139a-4e18-bf6f-0ea21dff20d5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WYMAN ELTA",
+ "timestamp": "2021-01-22"
+ },
+ {
+ "uuid": "2b81a899-f848-4b98-9106-98a5dd4fad5f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUVALIS BERNADINE",
+ "timestamp": "2019-07-21"
+ },
+ {
+ "uuid": "90f10486-4a28-402f-b552-de41d82c2511",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRIST MACKENZIE",
+ "timestamp": "2018-03-02"
+ },
+ {
+ "uuid": "15100787-be37-4035-8ab0-b9d0c6dab140",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'REILLY ETHELYN",
+ "timestamp": "2018-11-12"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "46a5b288-0416-4412-8b64-06712e761ce8",
+ "dateNoted": "2021-06-24",
+ "notes": "",
+ "parcelID": "17040",
+ "siteID": "16978",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "52e43bc4-84aa-48a0-b688-3f23eba07a31",
+ "dateNoted": "2023-09-18",
+ "notes": "",
+ "parcelID": "15403",
+ "siteID": "17471",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "ffb36863-ba8b-4798-bc4b-fbb852708cd8",
+ "siteID": 18748,
+ "address": "3043 Lauriane Field",
+ "latitude": 57.6247,
+ "longitude": -138.8048,
+ "lastUpdated": "2017-10-07",
+ "city": "Tillmanton",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/9845",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4852447,
+ 5406235,
+ 7721210,
+ 8702090,
+ 2299852
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "1896dc49-9873-43e2-bc92-41ecb3de79c2",
+ "createdAt": "2021-04-21",
+ "completed": "2014-04-27",
+ "initiated": "2021-01-01",
+ "ministryContact": "DUBUQUE GRACIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4c36dec4-88a5-4526-9639-6316a43146de",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e7e47665-8644-4d10-8eba-71a19c217b9d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "082facd3-6094-4719-9639-550812df020a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "42887b9f-2202-4927-9d2f-8f72abf48736",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "78903c7f-9e4b-4681-8dde-a4286dc75aa2",
+ "createdAt": "2020-02-25",
+ "completed": "2022-07-04",
+ "initiated": "2014-05-14",
+ "ministryContact": "BLOCK NORBERT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "dedb447a-a7cb-4a8d-a4ee-653d8c8e5f05",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "64005112-0eee-4db9-9d55-318760ccfbe4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7cc5662b-ac9e-4f24-bf5c-eaff922304dd",
+ "createdAt": "2018-09-22",
+ "completed": "2015-10-27",
+ "initiated": "2016-01-11",
+ "ministryContact": "MORISSETTE GENESIS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "663b48ad-3f9f-4ebb-8773-c9aacad5633e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "befa7d08-5b15-4bff-a120-488cea1709ac",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "223a21c0-8ada-4645-95b7-8c2765745fb4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8e84c7fb-71e6-455d-9c20-ff441a017380",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8e281e96-4201-49f0-ad63-70a3e3a0da46",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "b9148de5-6905-49a9-9a49-7b8168feddca",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-10-19",
+ "startDate": "2021-11-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7214b7bd-0c29-49ed-8f6f-9e15e41b51f2",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-04-04",
+ "startDate": "2017-05-27",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "5d4b38f9-6c21-49d7-b171-45edf08bbeab",
+ "siteRegistry": false,
+ "documentDate": "2015-04-18",
+ "receivedDate": "2023-07-18",
+ "uploadedDate": "2021-03-19",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "983fc023-f3a1-41cc-80e3-dd203c65ffed",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "8a284d36-de98-4f0e-ae43-d647238a3a25",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "7bdff15d-8dd7-41bc-b12e-04af34c07547",
+ "siteRegistry": true,
+ "documentDate": "2021-03-16",
+ "receivedDate": "2015-06-21",
+ "uploadedDate": "2015-10-30",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "f6fb50a3-1354-4d6d-b3cf-73a33fffdd47",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1a507f90-1a41-42ba-8aed-3fc9a2f75312",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e0e89b43-8dde-40a1-9262-635521a8cd9c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d33a5c3b-47ae-4a19-9e91-2adf194860ef",
+ "siteRegistry": true,
+ "documentDate": "2016-06-20",
+ "receivedDate": "2016-10-24",
+ "uploadedDate": "2016-04-26",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "4de52369-086e-427b-a6a7-09d3298aebca",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "43ce670a-da66-41ea-8d60-d9486511811c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "f66dfc24-dcb2-49ce-b442-31b6ffc7d75d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-08-21 (described on Site Profile dated 2021-08-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "afdc9d39-e360-41a9-b1d4-317a1cb5f098",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-03-05 (described on Site Profile dated 2020-03-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "262ee7b3-f005-47bd-8a22-a8e6e7fb9ce8",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-02-19 (described on Site Profile dated 2023-02-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "7a8d0f6e-0f4a-469f-a20d-5c65b2cdb152",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-03-22 (described on Site Profile dated 2020-03-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "3b7c52df-facd-40d6-ae65-75dd80361e2a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-08-17 (described on Site Profile dated 2014-08-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "45b882f0-40a2-4b07-a224-7d221a6eb8ab",
+ "siteRegistry": false,
+ "dateNoted": "2016-04-10",
+ "parcelID": "20742",
+ "crownLandUsePIN": "17800",
+ "crownLandFileNumber": "18114",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 4 DISTRICT LOT 2 PLAN 8822"
+ },
+ {
+ "uuid": "2df3d896-d2a6-4323-8478-94890c60acfa",
+ "siteRegistry": false,
+ "dateNoted": "2015-08-03",
+ "parcelID": "16553",
+ "crownLandUsePIN": "19901",
+ "crownLandFileNumber": "15779",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 1 DISTRICT LOT 4 PLAN 7136"
+ },
+ {
+ "uuid": "3c861c76-ec30-4bde-a3a3-701ca89c1867",
+ "siteRegistry": true,
+ "dateNoted": "2015-04-28",
+ "parcelID": "16184",
+ "crownLandUsePIN": "16362",
+ "crownLandFileNumber": "20616",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 4 DISTRICT LOT 1 PLAN 7425"
+ },
+ {
+ "uuid": "1ad373a6-0c4b-4bfa-93c0-dbdd5fcc8ca3",
+ "siteRegistry": true,
+ "dateNoted": "2023-05-22",
+ "parcelID": "19462",
+ "crownLandUsePIN": "17559",
+ "crownLandFileNumber": "17215",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 3 DISTRICT LOT 5 PLAN 9021"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "7b11c05c-974b-4f6a-95d7-626471a23e34",
+ "siteRegistry": false,
+ "dateReceived": "2022-03-19",
+ "dateCompleted": "2016-01-27",
+ "dateEntered": "2018-05-31",
+ "dateRegistrar": "2022-07-05",
+ "dateLocalAuthorityReceived": "2019-12-05",
+ "summary": "Magnam est optio occaecati quod.\nRem nulla modi eaque.",
+ "informationUsed": "Ducimus ratione laboriosam eligendi quasi hic.\nNulla tempore repellat cumque.\nDignissimos voluptates aut alias.\nNostrum facere hic.",
+ "pastOrPresentOrders": "Dignissimos blanditiis vero impedit.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "fa1d23dc-8338-4c8a-9ad4-59d9e3783c08",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "640be23f-319e-491c-8f60-10611a13e603",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "25a715d3-4d31-4393-945e-d28df615068e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "39be2318-0190-4410-9718-6691ed3f4ad0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "8f5beee5-fea3-41c3-8fdc-8655408e1f76",
+ "siteRegistry": true,
+ "dateReceived": "2023-01-14",
+ "dateCompleted": "2020-03-31",
+ "dateEntered": "2015-09-24",
+ "dateRegistrar": "2020-02-05",
+ "dateLocalAuthorityReceived": "2019-03-30",
+ "summary": "Quidem omnis maxime alias deleniti molestias alias placeat est.",
+ "informationUsed": "Possimus rerum error quia vel quo corrupti pariatur voluptatibus laboriosam.\nPariatur sapiente nam nesciunt fuga quos labore officiis.\nAliquam adipisci praesentium facere quidem rem.\nQuod non enim nobis amet.",
+ "pastOrPresentOrders": "Nesciunt error cumque laborum iusto nisi facilis enim.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "0b944e63-b192-42d3-b7c5-3c123026c756",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "586f145c-a87d-46b1-b1a3-aaa18c2373e3",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "36340de7-cb9d-4047-b9d9-fc7ea4763830",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "23096b8c-ae4d-4039-be48-f620dc46d297",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "YUNDT VERONA",
+ "timestamp": "2020-02-24"
+ },
+ {
+ "uuid": "d3a3a825-f8da-4043-b41e-c55f3b321279",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HERMAN CRAWFORD",
+ "timestamp": "2017-04-06"
+ },
+ {
+ "uuid": "3b9283f7-abc7-4875-9d90-2a24dd411346",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STROSIN DAISHA",
+ "timestamp": "2013-11-25"
+ },
+ {
+ "uuid": "4f321429-dfe1-41b0-88bb-f9cbd31674f4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RYAN JAY",
+ "timestamp": "2022-08-26"
+ },
+ {
+ "uuid": "c3731257-a81e-4c00-80c4-a8e811197d6b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOEPP ZECHARIAH",
+ "timestamp": "2017-05-27"
+ },
+ {
+ "uuid": "aa00402e-5cce-4628-b4d6-dd8c08feee1a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ABBOTT ORIE",
+ "timestamp": "2016-08-28"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "eeb8eb61-fbf3-4552-9ece-243b82dcab5e",
+ "dateNoted": "2016-07-28",
+ "notes": "",
+ "parcelID": "16791",
+ "siteID": "18456",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "7b5f8c4c-68e9-4a98-bc08-2a73a184683a",
+ "siteID": 18435,
+ "address": "902 Hartmann Villages",
+ "latitude": 48.0244,
+ "longitude": -119.3939,
+ "lastUpdated": "2023-05-18",
+ "city": "Fort Leannabury",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/15477",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5251685,
+ 4874427,
+ 9818470,
+ 6532096,
+ 8366361
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "fd02f1d4-5bf3-4ca5-ab02-fc6771b71b13",
+ "createdAt": "2015-03-05",
+ "completed": "2019-07-01",
+ "initiated": "2016-05-19",
+ "ministryContact": "BOTSFORD WINFIELD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "6180bbb7-3ee6-4a73-8550-9d6200268b92",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8ed28fce-43ba-4137-ba3b-bceae5af061f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "890eb8f6-9211-43b2-baa4-eb1dfb3bf38b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "07815659-10ee-44ac-80bf-ad59175322ed",
+ "createdAt": "2020-07-11",
+ "completed": "2021-12-03",
+ "initiated": "2017-12-24",
+ "ministryContact": "REICHERT ADELLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c7817460-1bbc-40fd-b1bd-cf16361b801c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6087ce9d-f4a4-41c7-ba8d-9f8774727f72",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "222fd549-178f-4374-8f2b-a8428b17e2dc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "06a9ce97-74fc-42bc-a090-8c9ac194041c",
+ "createdAt": "2019-01-06",
+ "completed": "2021-10-17",
+ "initiated": "2019-05-02",
+ "ministryContact": "HANE BURDETTE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2757bb07-c203-4c00-99cb-a45680e68e57",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f89caa29-c44d-4857-aa81-7d40c3f4c501",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "800d460f-ac83-45ec-86dc-cb9eac9e3c6c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "00b1581d-4217-417c-bcf7-305ce42e561b",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-06-07",
+ "startDate": "2017-08-22",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "845f989f-f742-4a13-8b6b-a825d612670e",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-02-08",
+ "startDate": "2020-09-30",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "433b98d0-8688-4173-b599-073730a9b7d8",
+ "name": "IPSUM",
+ "endDate": "2016-08-02",
+ "startDate": "2017-07-20",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "58cc0aa9-c0f7-4491-9330-8f6a52ea8fa1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-09-10",
+ "startDate": "2023-06-12",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f113b309-8902-4d64-913d-5c773b138c2f",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-10-29",
+ "startDate": "2014-12-13",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "338b51d8-626e-406e-a729-231d51199094",
+ "siteRegistry": false,
+ "documentDate": "2015-08-04",
+ "receivedDate": "2017-01-05",
+ "uploadedDate": "2017-06-22",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "c235b50f-60b7-460f-be86-32366efec1d4",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b592d9d6-427f-47f4-b6d7-ec9cc999b17d",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "147e8130-ec94-431e-891d-b12f94f86687",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "55f76c44-0246-4d92-8c5b-b511a4328246",
+ "siteRegistry": true,
+ "documentDate": "2016-12-16",
+ "receivedDate": "2022-08-02",
+ "uploadedDate": "2022-07-12",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "81a80798-71d6-4ebe-a6a3-561b51b85dd1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "eb56b8b0-dc4d-4882-9155-6f549af499e4",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "77a2d7f8-5206-44c8-8408-388bc4695602",
+ "siteRegistry": true,
+ "documentDate": "2014-04-28",
+ "receivedDate": "2019-02-23",
+ "uploadedDate": "2018-01-12",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "18cd184d-c6d4-457a-98d4-cc7e954495cb",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ec1c1209-ccbe-4a30-bfdb-6c3490757b4f",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d9b58c79-39b6-4ff6-ae34-1b74ff1ac729",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "4376ce7f-c7bf-4711-b1a7-d905b889856f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-12-22 (described on Site Profile dated 2014-12-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "1289f0cf-64ad-4215-894e-a28d8458581e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-03-01 (described on Site Profile dated 2018-03-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "fea85206-c260-4201-9d2b-7c8f88c87fc1",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-03-24 (described on Site Profile dated 2022-03-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "3dcd090a-78a9-46c5-b562-6c14361c505f",
+ "siteRegistry": true,
+ "dateNoted": "2022-09-08",
+ "parcelID": "16473",
+ "crownLandUsePIN": "18798",
+ "crownLandFileNumber": "15333",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 2 DISTRICT LOT 1 PLAN 7496"
+ },
+ {
+ "uuid": "d1a2cd45-099b-4a61-a4de-c1b697960eeb",
+ "siteRegistry": false,
+ "dateNoted": "2019-06-06",
+ "parcelID": "20162",
+ "crownLandUsePIN": "20246",
+ "crownLandFileNumber": "19383",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 2 DISTRICT LOT 5 PLAN 8087"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "7db2e821-a8b3-45b5-82cd-bb3d18a174ec",
+ "siteRegistry": true,
+ "dateReceived": "2021-04-02",
+ "dateCompleted": "2014-04-06",
+ "dateEntered": "2021-09-08",
+ "dateRegistrar": "2017-01-14",
+ "dateLocalAuthorityReceived": "2019-04-11",
+ "summary": "Unde numquam consectetur ea repudiandae at quod illo repellat nihil.\nRecusandae explicabo sit sed qui.\nNihil quae occaecati magnam quis saepe magni aliquid iste.",
+ "informationUsed": "Quae quam saepe laborum explicabo maxime deleniti odit corporis ipsam.\nAssumenda adipisci autem doloribus doloribus ratione.\nNemo reiciendis corporis consectetur accusantium asperiores.\nRepudiandae error quos iste ipsa voluptatibus dolor ex laudantium consectetur.\nEt sapiente nostrum sed sunt natus numquam.",
+ "pastOrPresentOrders": "Ut optio libero debitis sint facilis consectetur quam excepturi magnam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "c6ad3da8-0072-47a2-80f6-51d7db133b7e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d6f4418e-e84b-40fb-bac3-ccfa038368cc",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b2cbbfa1-aa21-419f-b521-8d7fc77bc8a7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "bf03b253-8dc7-4885-b012-835b36498866",
+ "siteRegistry": false,
+ "dateReceived": "2021-04-03",
+ "dateCompleted": "2013-12-02",
+ "dateEntered": "2023-05-04",
+ "dateRegistrar": "2014-01-31",
+ "dateLocalAuthorityReceived": "2015-04-22",
+ "summary": "Esse architecto praesentium distinctio vel culpa consectetur quidem dicta.\nAlias a voluptate cum sint ut.",
+ "informationUsed": "Voluptate nulla cumque non quam neque in dolorum.\nSequi vitae ut quae omnis aperiam.\nEius sapiente fugiat commodi enim.",
+ "pastOrPresentOrders": "Officiis adipisci aut repudiandae.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "4980a9ca-9e9e-4f5d-ab88-6e3d68e5865b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6bafb558-9fe2-4ca3-85cd-05d44af50293",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0c0a09ad-59a9-47ae-aa17-9f41f1ee7240",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2f14768e-f43a-408d-9ac9-f8528eca4ba1",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "4e8f64c8-c69f-484a-b328-2e577e015f22",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WALSH XZAVIER",
+ "timestamp": "2018-12-21"
+ },
+ {
+ "uuid": "febe639d-f2d6-4542-a63f-d9fad09174d1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WEIMANN SHANNON",
+ "timestamp": "2018-09-18"
+ },
+ {
+ "uuid": "b104327c-83c0-4e81-8433-59ec544747e4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEUSCHKE HEAVEN",
+ "timestamp": "2017-01-11"
+ },
+ {
+ "uuid": "c8bf8bcf-c0f4-4185-b8db-32e65a3a35e3",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRIST ORAN",
+ "timestamp": "2022-10-24"
+ },
+ {
+ "uuid": "fb4778c3-ed0b-4aa3-b951-71e4fb5cc361",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WALSH GAETANO",
+ "timestamp": "2017-03-28"
+ },
+ {
+ "uuid": "ec46a4f1-2f5f-44af-a825-c6ca0bc2d215",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KRIS RHEA",
+ "timestamp": "2023-08-28"
+ },
+ {
+ "uuid": "933324c5-03e4-43ac-ba0c-76bef960ae99",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DANIEL BERNICE",
+ "timestamp": "2021-10-16"
+ },
+ {
+ "uuid": "4ff05b27-d7e7-4d26-8eb4-7a1fc2762a7b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUECKER VINCENZO",
+ "timestamp": "2022-02-15"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "476d641a-ece5-4b35-b900-1388f2777873",
+ "dateNoted": "2018-01-12",
+ "notes": "",
+ "parcelID": "18429",
+ "siteID": "20625",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "71ac99b5-f455-4a96-924a-3201b627e2bc",
+ "siteID": 20146,
+ "address": "6696 Dayne River",
+ "latitude": 58.1675,
+ "longitude": -128.1361,
+ "lastUpdated": "2017-04-06",
+ "city": "West Christopher",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/9089",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4001749,
+ 606020,
+ 9917470,
+ 2843418,
+ 6167405
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "d46ab1b8-c304-401d-9590-99722891e410",
+ "createdAt": "2022-06-16",
+ "completed": "2020-01-15",
+ "initiated": "2019-02-15",
+ "ministryContact": "HOWELL ZETTA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ffac4ea1-ceac-4b67-8278-5c38fc499aa2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e031d231-06be-4073-b698-7a6899d29d8e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2b7a621a-447a-45bc-819f-5f793b017585",
+ "createdAt": "2022-05-17",
+ "completed": "2015-10-18",
+ "initiated": "2014-03-26",
+ "ministryContact": "SCHUMM DANDRE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "0c43ad1e-fdce-428e-82dd-74455610bc87",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "257ede53-61ef-4de9-ac04-c7c8d28889b8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "04c60396-6828-4212-8d76-5babee344d84",
+ "createdAt": "2021-08-22",
+ "completed": "2019-03-13",
+ "initiated": "2018-08-28",
+ "ministryContact": "JOHNSON OTTILIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "912dd8bd-a4f8-4367-beb8-7615cf740634",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6809b268-bf90-453f-9a64-564f86c38773",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "24653c27-35b0-4a11-875a-09e057ff496d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "70b29e02-9b29-4d1b-a0bd-4fd8ae1f9ee3",
+ "name": "IPSUM",
+ "endDate": "2017-05-18",
+ "startDate": "2021-10-26",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bc2c0507-250e-48bd-b933-42618968564e",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2022-06-15",
+ "startDate": "2022-11-14",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4105bf27-a3e5-45b1-9eb5-704b7092bc3e",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2014-04-25",
+ "startDate": "2023-07-10",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "7713fd95-aa95-4489-99f2-683003506370",
+ "siteRegistry": true,
+ "documentDate": "2015-04-02",
+ "receivedDate": "2020-12-17",
+ "uploadedDate": "2020-03-31",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "31647f62-3058-4cb0-8634-b3e1189b781f",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4401f4fe-d931-41d4-b0f2-a19a2755c395",
+ "siteRegistry": true,
+ "documentDate": "2018-10-14",
+ "receivedDate": "2019-02-20",
+ "uploadedDate": "2015-07-21",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "c19dbfac-228f-44bc-b91d-df966ac024d7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "88c58e43-a845-45d4-95e9-7614a01192b7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "92896b0e-e9c6-4499-b196-46decea1fd83",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "5a8227eb-928e-4150-bd3a-32ad8b3c2562",
+ "siteRegistry": false,
+ "documentDate": "2017-10-15",
+ "receivedDate": "2017-01-06",
+ "uploadedDate": "2015-06-26",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "f13e6a2d-792a-484f-8d5e-2426c7d37539",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "fa768e7e-997a-4823-9a6c-71d15670eac9",
+ "siteRegistry": true,
+ "documentDate": "2022-11-08",
+ "receivedDate": "2020-03-14",
+ "uploadedDate": "2023-03-27",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "ef151825-2e3f-4741-8e0b-33ae35efa35c",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "97f52c6a-f4ca-4d6a-8a2e-fc033c0497ef",
+ "siteRegistry": false,
+ "documentDate": "2016-08-13",
+ "receivedDate": "2016-05-21",
+ "uploadedDate": "2015-05-30",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "005ad170-9e0a-4d5e-b330-00f2ec36e17b",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a240ee56-6aaa-454e-8456-a9ed7ba072fa",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "77f4a16d-8265-4837-832a-9fd3eece487a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-03-21 (described on Site Profile dated 2017-03-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "d1db7fdd-2bd9-490c-ba21-5884d8b87dfe",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-03-02 (described on Site Profile dated 2017-03-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "5301f6c2-a191-4afd-8d2e-2817c6b6aaf4",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-07-08 (described on Site Profile dated 2019-07-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "c5c6ab11-1688-45e5-b4c4-7df8b63e3f47",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-09-20 (described on Site Profile dated 2015-09-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "2322c44b-863d-4ffa-a0e4-1e11ac445a17",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-05-16 (described on Site Profile dated 2014-05-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "0c355c23-f73a-42d5-8915-b45a578cccbb",
+ "siteRegistry": true,
+ "dateNoted": "2019-05-11",
+ "parcelID": "16987",
+ "crownLandUsePIN": "16871",
+ "crownLandFileNumber": "17563",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 3 DISTRICT LOT 3 PLAN 3206"
+ },
+ {
+ "uuid": "5b81fd05-259f-4b79-aceb-0b35d370d54b",
+ "siteRegistry": false,
+ "dateNoted": "2018-06-19",
+ "parcelID": "20264",
+ "crownLandUsePIN": "18936",
+ "crownLandFileNumber": "15517",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 2 DISTRICT LOT 2 PLAN 5187"
+ },
+ {
+ "uuid": "dd3a74d2-effc-417c-a47e-4755ae53dbf0",
+ "siteRegistry": true,
+ "dateNoted": "2017-11-05",
+ "parcelID": "15918",
+ "crownLandUsePIN": "17752",
+ "crownLandFileNumber": "19854",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 1 DISTRICT LOT 2 PLAN 4871"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "b090a35a-eeab-488f-8516-d59a763cd928",
+ "siteRegistry": false,
+ "dateReceived": "2020-08-24",
+ "dateCompleted": "2015-09-17",
+ "dateEntered": "2015-02-26",
+ "dateRegistrar": "2015-07-29",
+ "dateLocalAuthorityReceived": "2018-12-17",
+ "summary": "Voluptatem ea quidem tempore.\nOmnis fuga soluta consequuntur hic odio perferendis est consequatur.\nEx eius facilis ipsa alias in itaque officia.",
+ "informationUsed": "Reprehenderit itaque doloremque at velit quas eveniet illum.\nPorro dolorem vero architecto praesentium impedit cupiditate velit.\nReprehenderit cumque dolorem ducimus accusantium recusandae.\nEsse dicta accusantium nemo neque molestiae.",
+ "pastOrPresentOrders": "Possimus expedita magnam facilis facere nisi mollitia.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "25a03716-f632-4946-acc6-7eb271841869",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a2156b5a-9de6-42f8-a720-fc1b270623d0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2049854b-75f0-48ec-8fb1-2df2f7d4c27e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "09fc86c0-441b-4d36-83e7-0d804e3c7355",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "d59298b5-63bb-4a93-aab4-3c19075192ab",
+ "siteRegistry": false,
+ "dateReceived": "2021-02-09",
+ "dateCompleted": "2023-06-10",
+ "dateEntered": "2016-09-18",
+ "dateRegistrar": "2015-09-22",
+ "dateLocalAuthorityReceived": "2017-05-15",
+ "summary": "Harum temporibus repellendus fugiat autem quas id consequuntur doloremque quam.\nNobis ad voluptas ratione.\nNon aperiam minus.",
+ "informationUsed": "Corrupti doloremque eveniet vel.\nAccusamus dolores quos.\nDebitis rem vel quas neque non placeat provident rem amet.\nSunt atque ducimus soluta enim repellat doloremque explicabo excepturi sapiente.\nCommodi ipsum ab.",
+ "pastOrPresentOrders": "Facere ducimus reprehenderit.\nVero sapiente maiores nulla nihil.\nConsectetur veniam reiciendis quas enim qui ducimus a harum atque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "3e7df35e-1239-40d9-9bc3-d0faaa21c8a4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "31857265-ad85-49ea-abed-f7943e9fa956",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "7e7279cc-fc5d-4219-b06f-67191bf43e67",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCGLYNN ARMANDO",
+ "timestamp": "2017-10-21"
+ },
+ {
+ "uuid": "531cf340-8238-4852-b241-dcbde7fccb49",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUVALIS BRENNON",
+ "timestamp": "2016-09-20"
+ },
+ {
+ "uuid": "f8c4b6ce-6435-4356-9d52-00da939f3f0b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ORN MERLIN",
+ "timestamp": "2022-01-12"
+ },
+ {
+ "uuid": "c815518a-8aa6-49ae-9897-6c7c86b50cea",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LANGWORTH CHRISTIAN",
+ "timestamp": "2019-12-12"
+ },
+ {
+ "uuid": "2f1d1230-0500-4d4b-939d-c7cff2d067bc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROBERTS ELENORA",
+ "timestamp": "2018-10-17"
+ },
+ {
+ "uuid": "687c8eb2-70ef-4f55-ab8a-ea00d5f323c0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARTON NOE",
+ "timestamp": "2018-11-21"
+ },
+ {
+ "uuid": "6de72030-be83-4e8e-a3a2-4e9b10e71a16",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HERMISTON KRISTA",
+ "timestamp": "2023-02-20"
+ },
+ {
+ "uuid": "582ec8fd-cc97-44b9-a2b7-400070654f96",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUEILWITZ BRODERICK",
+ "timestamp": "2020-05-14"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "c31acfad-0a73-4584-9d04-10d1d6144730",
+ "dateNoted": "2015-12-02",
+ "notes": "",
+ "parcelID": "18122",
+ "siteID": "17014",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "658dff59-0099-4c67-aee6-90ddb032eca4",
+ "dateNoted": "2020-11-26",
+ "notes": "",
+ "parcelID": "15977",
+ "siteID": "20172",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "751df1ef-ebd4-4752-ac2c-52ebea590ea4",
+ "siteID": 18600,
+ "address": "348 Brenna Unions",
+ "latitude": 48.5681,
+ "longitude": -120.0219,
+ "lastUpdated": "2016-04-04",
+ "city": "Miaton",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/16521",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1482082,
+ 5117319,
+ 4298597,
+ 6070170,
+ 2161369
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "fbb6e5b3-a2be-4322-a26e-f91b4cf40aec",
+ "createdAt": "2022-02-24",
+ "completed": "2021-08-18",
+ "initiated": "2022-06-27",
+ "ministryContact": "GULGOWSKI JAYSON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "841795c9-b6d6-4d2e-8413-46a129d8e5c5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "84a54dc8-9123-4965-9d91-9b4b5323a959",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "26cd6229-0bd8-43be-9ffa-67447c42be4b",
+ "createdAt": "2018-01-02",
+ "completed": "2021-05-13",
+ "initiated": "2022-08-03",
+ "ministryContact": "WEBER ALENE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c7e5b5a3-b173-4fd8-b98e-3be7aee50f09",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5240d100-e867-42a4-ae33-90d1310041e3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8f55d3a7-6864-447a-9fc5-d40a3af26f03",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a28a6b4a-5e2f-4988-8c1f-d4860aa6b93f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "74ad70af-88c0-4caa-a87c-2e64870c94fd",
+ "createdAt": "2017-02-06",
+ "completed": "2021-09-27",
+ "initiated": "2020-07-26",
+ "ministryContact": "REICHEL GUST",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "dfe25b26-b4b5-4e9d-870e-65047dd39fd3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d5318546-e892-440e-baf2-b4baa8957515",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f58f40e3-e61b-483f-8ca7-60ef956feb8f",
+ "createdAt": "2015-01-23",
+ "completed": "2017-02-02",
+ "initiated": "2016-07-18",
+ "ministryContact": "PADBERG AMBER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e8c6f3e7-2c3a-43d5-bfb4-53c6c447c4e1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9129bb96-eba6-41c4-aeac-e6ff30cad862",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "bf849c65-86a7-4056-929e-7b113906dc59",
+ "name": "IPSUM",
+ "endDate": "2021-11-21",
+ "startDate": "2022-12-23",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0e8bd134-4117-4318-9fa9-31b2c749dd7d",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-06-29",
+ "startDate": "2016-08-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1607c671-104d-46fe-956e-1b53e6e7ec33",
+ "name": "IPSUM",
+ "endDate": "2015-06-15",
+ "startDate": "2017-04-05",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "663325d5-88fc-4e29-8588-1abc21dab838",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-01-04",
+ "startDate": "2019-12-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "3e7b8e8a-ee51-4495-84c0-3b8139b07ae9",
+ "siteRegistry": false,
+ "documentDate": "2017-05-14",
+ "receivedDate": "2019-05-13",
+ "uploadedDate": "2018-07-16",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "48c2b2c6-616c-40db-ae5b-154b3b03b179",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "eaf8ef5a-f9a1-4ee1-991a-cf1963b1492b",
+ "siteRegistry": false,
+ "documentDate": "2015-01-17",
+ "receivedDate": "2017-01-27",
+ "uploadedDate": "2019-06-22",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "d702bd86-dc85-40b6-925e-f5d8199f68f1",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "668a4a05-a7ae-4c1b-aaa8-c31081d6ee4b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a614640f-4307-4a9a-8aba-b67d2f0cb0f1",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d5e345f7-a06b-49b7-80d3-23c63e32d23f",
+ "siteRegistry": true,
+ "documentDate": "2021-09-18",
+ "receivedDate": "2018-06-28",
+ "uploadedDate": "2014-10-31",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "3db9ce61-eecc-4fe0-a5cf-1158b2812ba7",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "88bd59b7-9482-43f3-8b21-a8277051ea8e",
+ "siteRegistry": false,
+ "documentDate": "2023-04-25",
+ "receivedDate": "2015-10-04",
+ "uploadedDate": "2015-03-27",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "4513bf79-aa2d-468d-9c06-ecf37bc99790",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "26c0570e-bfc0-49d3-9b63-86e55191cd09",
+ "siteRegistry": true,
+ "documentDate": "2018-02-14",
+ "receivedDate": "2015-11-30",
+ "uploadedDate": "2022-01-02",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "bd6543f5-eaa0-4ef8-8fc1-4eba5bad852f",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "5dfdf6b2-e5fb-454a-b6a0-2a34f9665907",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-12-12 (described on Site Profile dated 2013-12-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "83612e0f-a967-4b34-8c2b-e3ef87a586a3",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-04-24 (described on Site Profile dated 2021-04-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "5e90805f-1463-45c2-87c8-da2fd9b26752",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-10-15 (described on Site Profile dated 2014-10-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "ee83c1ce-80c7-40e6-ac98-465e4feb8044",
+ "siteRegistry": true,
+ "dateNoted": "2020-11-26",
+ "parcelID": "20553",
+ "crownLandUsePIN": "16181",
+ "crownLandFileNumber": "16355",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 4 DISTRICT LOT 2 PLAN 9521"
+ },
+ {
+ "uuid": "7946ecb4-1ba1-457c-bbf7-6d46cdeb01f3",
+ "siteRegistry": true,
+ "dateNoted": "2016-08-21",
+ "parcelID": "19123",
+ "crownLandUsePIN": "19288",
+ "crownLandFileNumber": "20057",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 2 DISTRICT LOT 3 PLAN 4755"
+ },
+ {
+ "uuid": "51b38a41-5b08-4b56-a347-298e088f107d",
+ "siteRegistry": false,
+ "dateNoted": "2018-07-03",
+ "parcelID": "16573",
+ "crownLandUsePIN": "20250",
+ "crownLandFileNumber": "20171",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 3 DISTRICT LOT 5 PLAN 3619"
+ },
+ {
+ "uuid": "1bfaf0f5-ccff-48da-8269-1472b579804e",
+ "siteRegistry": true,
+ "dateNoted": "2023-08-02",
+ "parcelID": "19515",
+ "crownLandUsePIN": "17685",
+ "crownLandFileNumber": "19712",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 4 DISTRICT LOT 2 PLAN 3912"
+ },
+ {
+ "uuid": "b7dad802-3036-493d-9b88-9086a9f89c68",
+ "siteRegistry": true,
+ "dateNoted": "2017-01-14",
+ "parcelID": "16820",
+ "crownLandUsePIN": "20813",
+ "crownLandFileNumber": "15474",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 3 DISTRICT LOT 5 PLAN 3068"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "4ceaa39d-3961-4f6b-8aa4-e1371233c78b",
+ "siteRegistry": true,
+ "dateReceived": "2014-12-04",
+ "dateCompleted": "2023-05-16",
+ "dateEntered": "2019-10-20",
+ "dateRegistrar": "2015-09-14",
+ "dateLocalAuthorityReceived": "2022-07-14",
+ "summary": "Ipsa modi voluptatum iure.\nDeserunt dolorum harum iste facere exercitationem nulla ex.",
+ "informationUsed": "Explicabo distinctio cumque temporibus.\nMolestiae impedit similique possimus itaque veniam natus aliquid.\nDicta a vel vel soluta eos.\nDoloribus omnis recusandae harum beatae quas vel fugit sit.",
+ "pastOrPresentOrders": "Praesentium aspernatur maiores similique quae dolor ea.\nQuis temporibus sit repellat vero voluptate dolore molestiae.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "cd19db43-03b8-43a9-9a72-96bea230a28d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1659c5c9-bbe3-4a59-abed-2abbb00a5b2a",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e34574d2-bec5-40e1-bb94-dc696c6b4ba6",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "45d91067-d75f-4d42-bf7f-8b221bdcea21",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "4786945c-374b-4062-9e00-3124544183c9",
+ "siteRegistry": false,
+ "dateReceived": "2017-10-26",
+ "dateCompleted": "2022-05-18",
+ "dateEntered": "2017-09-18",
+ "dateRegistrar": "2019-12-18",
+ "dateLocalAuthorityReceived": "2014-01-02",
+ "summary": "Tempora voluptatem ad.\nAspernatur veritatis suscipit laudantium hic nihil iusto rem nostrum alias.",
+ "informationUsed": "Omnis ducimus dolores sapiente molestiae dolor.\nRecusandae est pariatur perspiciatis asperiores qui cumque iste rerum voluptates.\nAccusamus similique nulla nesciunt.\nTempore accusantium autem reprehenderit velit aperiam ad neque assumenda.",
+ "pastOrPresentOrders": "Blanditiis maiores incidunt rem laborum dolores amet quas ipsam error.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "7673be7c-d4d3-4768-8c7a-e649658d5901",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "93c6b661-81e2-44cb-ae5c-62da9d9e127b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "25b0fc82-7595-4125-a670-91c8e04fe4d2",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "98dd3396-e179-40a5-9eb2-be7f134b3595",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "42fbfe24-9a57-4fba-addd-ddebd7b4dd2b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCCULLOUGH-TOY ARNO",
+ "timestamp": "2021-12-25"
+ },
+ {
+ "uuid": "13c3cbcf-d839-4d22-99aa-bc0eaa2e16a0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUBOWITZ JAMEY",
+ "timestamp": "2018-09-09"
+ },
+ {
+ "uuid": "e7577c25-f8c2-489c-9754-4688b6e6de0d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MILLER NASH",
+ "timestamp": "2022-06-29"
+ },
+ {
+ "uuid": "2ba35f39-0b86-4c7a-89bc-070a88fa813c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BORER RITA",
+ "timestamp": "2015-11-23"
+ },
+ {
+ "uuid": "b90b155c-f1c9-4a05-8c33-4bbce8d8c9d0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BRAUN EMILIO",
+ "timestamp": "2021-02-22"
+ },
+ {
+ "uuid": "e3e3e3c5-d440-4aec-b5ad-7885fbdb6a6e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ORTIZ CLINT",
+ "timestamp": "2022-07-27"
+ },
+ {
+ "uuid": "de53afc7-c4ca-48cf-9a78-5bcf8b63ffc0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHOEN KENDALL",
+ "timestamp": "2016-03-18"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "d7aa2787-7e34-43a0-be4c-fc0d11a46bc1",
+ "dateNoted": "2020-07-10",
+ "notes": "",
+ "parcelID": "19680",
+ "siteID": "18484",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3505c6bd-970c-417b-87cd-11a1a6016cbb",
+ "dateNoted": "2023-09-10",
+ "notes": "",
+ "parcelID": "18509",
+ "siteID": "18436",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "11a4c605-0dbd-45e9-b759-7ba6811f5154",
+ "siteID": 17100,
+ "address": "1774 Jenkins Motorway",
+ "latitude": 50.8248,
+ "longitude": -129.1743,
+ "lastUpdated": "2017-06-01",
+ "city": "Kansas City",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/13313",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3792327,
+ 8442852,
+ 230747,
+ 8357057,
+ 7651493
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "d733232a-d31b-4a3c-9a99-f5b8614a5c7a",
+ "createdAt": "2021-07-14",
+ "completed": "2018-02-03",
+ "initiated": "2020-10-20",
+ "ministryContact": "TURNER REUBEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "42889839-e78e-4f99-8e41-1bccf377d392",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9567d87e-ad55-40f6-ae52-8ec2e3d0fedb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b3f3a0c4-f6f1-405c-a50f-efd19cc14084",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a8a6aa1b-746a-44c1-91c4-79b0c6f4807b",
+ "createdAt": "2014-10-03",
+ "completed": "2022-10-01",
+ "initiated": "2014-09-17",
+ "ministryContact": "BEIER KYLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "249e1e4a-3a08-4105-b3c8-4577df777667",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "44adfe07-54b7-42d4-8191-66567b4b726e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c4dac91c-12e3-4c52-84ba-7bf14b56f921",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "15397530-c7a3-4433-a718-9a7c36f41582",
+ "createdAt": "2017-02-17",
+ "completed": "2023-05-04",
+ "initiated": "2020-12-27",
+ "ministryContact": "BARTELL RAHSAAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e3373201-8783-4c59-81e7-91fec857ceef",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8fe049aa-5a17-49d1-b7e5-46e0aa4ee771",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bd45bdaf-6657-4231-8abf-3fc5e7d54a75",
+ "createdAt": "2018-04-06",
+ "completed": "2020-05-25",
+ "initiated": "2018-03-30",
+ "ministryContact": "LANGOSH KAMILLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "75c0abbc-e430-41a7-a902-8799c0ea23ec",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5eb7355f-303a-4d8a-9edc-5c2a15a6041c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "596352ad-1a94-40f8-b8bc-8f4f78878fd7",
+ "createdAt": "2014-07-03",
+ "completed": "2020-06-26",
+ "initiated": "2014-03-22",
+ "ministryContact": "LEFFLER ORA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3b916da2-7fe0-4167-a1f7-2b7333e2e48e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a1c25203-5b63-4ef6-88f9-e48361ce3ba4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fea6f1b6-76ba-4d43-9664-ad7468a727e9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "710b4a12-7c99-4110-aa18-7c00e3beb038",
+ "name": "IPSUM",
+ "endDate": "2014-06-24",
+ "startDate": "2018-03-10",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6995fd22-c185-4043-b465-d6be3fd8aa2e",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-10-14",
+ "startDate": "2020-12-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "15dba2e3-7114-4e69-bf56-5a203e675cff",
+ "siteRegistry": false,
+ "documentDate": "2023-02-21",
+ "receivedDate": "2016-02-06",
+ "uploadedDate": "2016-02-05",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "944201cd-dac7-43da-8806-d3b81af85d4a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a0b9a605-9129-45fb-8afa-351c25871b79",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9c0498df-a550-4e0c-a9a9-ff33c91477a3",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "5bebaaaa-5b39-4176-8469-b785ca65e1d9",
+ "siteRegistry": true,
+ "documentDate": "2017-05-13",
+ "receivedDate": "2020-05-13",
+ "uploadedDate": "2022-07-11",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "5131b1fa-792c-45c6-a80d-8020548dae18",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "5163c83c-cc1e-4d48-a4f1-08c6389cc782",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-08-13 (described on Site Profile dated 2015-08-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "cd2a740a-2596-4c81-82e9-a276b10f88e9",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-12-15 (described on Site Profile dated 2019-12-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "ace78072-48b1-455c-a859-c4e3b85b0028",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-05-16 (described on Site Profile dated 2019-05-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "346258dd-4f4e-41e5-81d8-69f4d65ef990",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-06-15 (described on Site Profile dated 2016-06-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "5bc2dfce-8fcb-4745-bd8b-bab0400a3831",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-01-04 (described on Site Profile dated 2018-01-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "6428deec-e72f-4338-b277-a0e3acab62e9",
+ "siteRegistry": true,
+ "dateNoted": "2022-02-06",
+ "parcelID": "16608",
+ "crownLandUsePIN": "20551",
+ "crownLandFileNumber": "17023",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 3 DISTRICT LOT 1 PLAN 9252"
+ },
+ {
+ "uuid": "bf35ee9f-9f4d-41a1-9dd6-c9a89869421c",
+ "siteRegistry": false,
+ "dateNoted": "2017-01-29",
+ "parcelID": "18703",
+ "crownLandUsePIN": "17444",
+ "crownLandFileNumber": "16259",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 3 DISTRICT LOT 4 PLAN 3682"
+ },
+ {
+ "uuid": "a5eda4ce-e094-4671-b6db-ea71425ab3f1",
+ "siteRegistry": true,
+ "dateNoted": "2019-09-14",
+ "parcelID": "17615",
+ "crownLandUsePIN": "18598",
+ "crownLandFileNumber": "17155",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 4 DISTRICT LOT 2 PLAN 9358"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "e20e208f-7abe-4b39-8997-57750314ff66",
+ "siteRegistry": false,
+ "dateReceived": "2017-11-01",
+ "dateCompleted": "2021-10-16",
+ "dateEntered": "2022-06-18",
+ "dateRegistrar": "2019-03-02",
+ "dateLocalAuthorityReceived": "2022-04-06",
+ "summary": "Voluptates necessitatibus aliquid reiciendis enim accusamus consequatur fugiat excepturi sunt.\nLabore eius quidem recusandae sequi.",
+ "informationUsed": "Neque esse illum molestiae architecto.\nDistinctio amet voluptate quos quod iusto voluptatum quam.\nVero architecto laudantium nulla nesciunt culpa quae repudiandae.\nHarum consequatur omnis modi dolore repellat porro maiores veritatis fugit.",
+ "pastOrPresentOrders": "Aperiam dolorum corrupti.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "7484bfcc-c1ab-48ed-8bda-7c86940e4676",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "afb6e698-79db-4512-999c-6c601100c91b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0f40f240-42e3-4ce4-8d72-21a9b5286ab5",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6032a7c0-17ea-4bc9-92d4-2ac620c8814d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "d43fde60-6fd5-4fb8-bd24-e84d3b743e7c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOELPIN NOELIA",
+ "timestamp": "2017-03-12"
+ },
+ {
+ "uuid": "c56bf586-a9a3-4e90-8992-fc79c0c222ef",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MARKS BERTRAND",
+ "timestamp": "2020-08-28"
+ },
+ {
+ "uuid": "14d48af0-fb8b-4afd-9e42-2bed9bf98df5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOYLE SONYA",
+ "timestamp": "2021-02-19"
+ },
+ {
+ "uuid": "83b199f3-3def-4d9f-8b4e-8bf322c8d6f6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUELS WALKER",
+ "timestamp": "2023-02-07"
+ },
+ {
+ "uuid": "82a0764c-10cf-4fad-9e42-d27fc94592dc",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BRADTKE IMELDA",
+ "timestamp": "2015-04-06"
+ },
+ {
+ "uuid": "685c3193-494d-4a3a-b532-8bbe0b7f2785",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NADER-O'CONNER HAYLEY",
+ "timestamp": "2014-08-14"
+ },
+ {
+ "uuid": "7309ed4b-2824-42a0-9888-872bbaafa41a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEBSACK AYANA",
+ "timestamp": "2015-02-16"
+ },
+ {
+ "uuid": "52d94139-3eac-4469-9bdb-a5d0827c3b6b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'KEEFE-DICKINSON IAN",
+ "timestamp": "2015-01-08"
+ },
+ {
+ "uuid": "033d124b-11d5-4570-9267-007ec4fc3416",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TREUTEL JAZMIN",
+ "timestamp": "2015-12-17"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "e894fcc5-1183-4e11-8bca-7a10b268803c",
+ "dateNoted": "2017-12-27",
+ "notes": "",
+ "parcelID": "16144",
+ "siteID": "20450",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b002868f-5119-4f11-bc9a-6343289c5203",
+ "dateNoted": "2015-10-07",
+ "notes": "",
+ "parcelID": "17356",
+ "siteID": "18513",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "b4779fad-baf9-4eb8-aea0-e7c3b669471c",
+ "siteID": 17141,
+ "address": "951 Werner Crescent",
+ "latitude": 55.6724,
+ "longitude": -128.931,
+ "lastUpdated": "2022-09-19",
+ "city": "Fort Elsieport",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/8649",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6976694,
+ 1407002,
+ 8988427,
+ 8459848,
+ 1925425
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "ed331364-69d4-4a71-85e5-97957b7ae033",
+ "createdAt": "2020-01-01",
+ "completed": "2018-02-20",
+ "initiated": "2014-11-09",
+ "ministryContact": "SPENCER AMANI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "cc90260a-9392-4ea9-a42d-1fa728b49372",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "26ca38f8-2fb3-4d5c-b623-795e9c1a96a0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d2b88f91-3843-4fac-a062-d1147483b4e8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9896b2fd-917e-4efc-a06e-c6c68d5f2a73",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ef26e09e-f2f2-4d92-b453-1cf514d01ca6",
+ "createdAt": "2015-04-04",
+ "completed": "2018-10-23",
+ "initiated": "2020-10-01",
+ "ministryContact": "WILLIAMSON MARYJANE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ad2feb81-c22e-472d-8c06-e8720a4b307b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bfe2af8a-4962-48c2-a170-a1357457bc09",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e2d89f1a-a367-41b6-b25f-3dd804548050",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c6893751-f496-4853-b33d-036d51cd91f7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d7cf40c6-7900-42c6-9574-c4d7449b83d1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "2cbdb06f-4eb5-4d4d-bc8a-a6741e3ec3f1",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-05-11",
+ "startDate": "2014-01-24",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b0846dc2-ed35-4ea0-94c4-cc5bfe687875",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-01-06",
+ "startDate": "2016-10-15",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "56d8fcb7-16f8-4aed-ad38-168841212598",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2023-09-26",
+ "startDate": "2019-12-18",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "f7ba8c64-b768-4aca-aa46-d1c9770c779d",
+ "siteRegistry": false,
+ "documentDate": "2022-05-12",
+ "receivedDate": "2016-04-03",
+ "uploadedDate": "2019-01-18",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "669af7e0-36a2-41ae-af38-50bb2b472257",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "595fa663-8f66-468f-87e6-6df5d10caf36",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "89481888-9cde-4476-b0d4-cae6cc87fc59",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d35eae1a-e6be-4dae-9486-2726a69b373d",
+ "siteRegistry": false,
+ "documentDate": "2014-01-28",
+ "receivedDate": "2016-11-20",
+ "uploadedDate": "2018-07-27",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "583a5ffd-d989-41b1-a3b0-f2818abfdf1b",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "719393e6-868a-42a1-b7cb-ea4a05dfc192",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "41023429-2d2f-474b-a4c2-55967ab220b7",
+ "siteRegistry": false,
+ "documentDate": "2021-07-04",
+ "receivedDate": "2021-11-04",
+ "uploadedDate": "2014-09-07",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "fe2915a4-501e-46cc-ab54-c93ddbe90d8b",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "46c4ee72-170f-42ed-a009-c4e7f204c988",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b4080fda-9500-4550-ad80-cc6ee1be2d39",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "c19dddfe-869a-4083-8558-a9b38d6e726d",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-12-24 (described on Site Profile dated 2022-12-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "4ca16c87-18c0-4855-8200-5f9f13162bd7",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-03-23 (described on Site Profile dated 2017-03-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "5ec4b04d-7039-40a7-a33d-ac6449468715",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-07-19 (described on Site Profile dated 2019-07-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "a3f1b1e3-f2fe-4b72-b7ef-21b0d683af20",
+ "siteRegistry": false,
+ "dateNoted": "2018-10-26",
+ "parcelID": "16526",
+ "crownLandUsePIN": "17780",
+ "crownLandFileNumber": "17074",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 4 DISTRICT LOT 2 PLAN 4846"
+ },
+ {
+ "uuid": "ccae68ca-a6e1-4323-bf8a-95bbb7e5d16c",
+ "siteRegistry": false,
+ "dateNoted": "2014-02-27",
+ "parcelID": "17451",
+ "crownLandUsePIN": "20641",
+ "crownLandFileNumber": "18056",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 5 DISTRICT LOT 4 PLAN 9580"
+ },
+ {
+ "uuid": "975c6dc9-1a65-4dc0-a77a-199813527c3c",
+ "siteRegistry": false,
+ "dateNoted": "2015-03-31",
+ "parcelID": "18752",
+ "crownLandUsePIN": "19651",
+ "crownLandFileNumber": "15939",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 2 DISTRICT LOT 1 PLAN 4126"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "dc67868f-0260-4821-839d-af1ef693addd",
+ "siteRegistry": true,
+ "dateReceived": "2016-09-04",
+ "dateCompleted": "2018-04-24",
+ "dateEntered": "2015-01-22",
+ "dateRegistrar": "2022-01-26",
+ "dateLocalAuthorityReceived": "2014-11-24",
+ "summary": "Corporis ad molestiae reprehenderit ea delectus magnam ipsam vero magni.",
+ "informationUsed": "Non vero ipsam error nisi at.\nPlaceat praesentium molestias eius illum impedit.\nNobis assumenda ut soluta fuga.\nDolores possimus cum sed ut voluptas doloremque.\nNulla consequuntur architecto voluptates aliquam numquam veniam ipsa.",
+ "pastOrPresentOrders": "Provident nihil voluptas rem deserunt.\nIncidunt mollitia possimus magnam consequatur adipisci officia mollitia.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "325be340-77cc-41e4-a659-67fe085038a5",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d535d666-a261-4f99-9b97-ed75f2188b4c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "df310c32-945d-417d-8143-0d7e7087f323",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "60bda256-8973-43ae-955c-69129ad1375b",
+ "siteRegistry": true,
+ "dateReceived": "2015-05-05",
+ "dateCompleted": "2021-07-08",
+ "dateEntered": "2021-08-17",
+ "dateRegistrar": "2021-10-25",
+ "dateLocalAuthorityReceived": "2014-01-13",
+ "summary": "Non mollitia totam distinctio enim tempore eius totam.\nRepudiandae nemo repellendus laborum veniam.",
+ "informationUsed": "Quasi dolore ea adipisci voluptas.\nFugiat iure ipsam.\nMinima deserunt magnam odio dolore ut neque.\nAt iusto facere similique hic praesentium.\nQuidem ut voluptatibus consectetur eveniet eum.",
+ "pastOrPresentOrders": "Tempore maxime blanditiis nesciunt temporibus tempore fugit cumque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "4e5799b0-6246-4697-a828-1a2371bd5058",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2d3a0838-dd96-41e0-af39-507f775f9614",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5b7bcf27-9a79-4503-b533-561155e9c4b2",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2cbd0d12-23f5-40fc-8d5c-ddde9c26057e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "049d79c3-e1ee-4072-a4d2-5391eba553a1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUNZE-FERRY JENIFER",
+ "timestamp": "2021-07-07"
+ },
+ {
+ "uuid": "241e6128-0003-4140-a24d-b82ec03af57e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DAUGHERTY ABDIEL",
+ "timestamp": "2014-09-15"
+ },
+ {
+ "uuid": "2b36d2ec-f776-4850-9732-57912e09dd71",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LITTLE WILL",
+ "timestamp": "2015-07-16"
+ },
+ {
+ "uuid": "39ccfc61-9fff-46dc-a5fb-6ecb91b332b8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MANN POLLY",
+ "timestamp": "2021-03-13"
+ },
+ {
+ "uuid": "14348a63-a0e3-4cd4-a186-3aedc7846634",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CORMIER KAVON",
+ "timestamp": "2017-07-22"
+ },
+ {
+ "uuid": "cddb43c6-b328-4b52-ad19-a6a85ec3d2ba",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUB QUINN",
+ "timestamp": "2016-05-25"
+ },
+ {
+ "uuid": "6f46da4a-0764-4965-83d7-4bfd5c5342de",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HODKIEWICZ GIUSEPPE",
+ "timestamp": "2021-02-14"
+ },
+ {
+ "uuid": "cca0e8da-93ef-4bff-b8ce-36083516f474",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERGSTROM MANDY",
+ "timestamp": "2016-07-16"
+ },
+ {
+ "uuid": "fc7ba362-c38c-4969-b16a-29a951a9f158",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MUELLER REYMUNDO",
+ "timestamp": "2022-04-25"
+ },
+ {
+ "uuid": "90ab9628-5caa-4bb1-abd9-1d5d8f01580b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOYLE FREDERIQUE",
+ "timestamp": "2021-10-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "d811f171-b170-439a-8d55-4476fd0a1293",
+ "dateNoted": "2022-06-27",
+ "notes": "",
+ "parcelID": "20150",
+ "siteID": "18484",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7f7b1b41-1d89-4830-a913-10fe984a00db",
+ "dateNoted": "2014-07-30",
+ "notes": "",
+ "parcelID": "20703",
+ "siteID": "20206",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7683e79c-501c-4a5f-a4e2-065c0583f3f4",
+ "dateNoted": "2023-07-14",
+ "notes": "",
+ "parcelID": "18324",
+ "siteID": "19298",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "bddc5449-80a3-48f8-976f-8ffc47b53e77",
+ "siteID": 17592,
+ "address": "645 Brando Route",
+ "latitude": 49.1984,
+ "longitude": -127.2095,
+ "lastUpdated": "2014-04-21",
+ "city": "Borerstad",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/5278",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4445722,
+ 7628197,
+ 3715458,
+ 1729600,
+ 6071703
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "8840a533-2bc2-43f1-8b7a-4efe0eadbd56",
+ "createdAt": "2016-11-02",
+ "completed": "2019-06-06",
+ "initiated": "2018-12-14",
+ "ministryContact": "JACOBSON ABBIGAIL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e269b67f-6051-4a7b-9325-a127362cfe9c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fde291b0-a656-49be-b8a5-504c006cc23f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f1534c57-6a05-49ff-b3d1-74fe0dc1040b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "14b9e15f-681b-49e7-b5b4-348be93e8f6f",
+ "createdAt": "2014-09-13",
+ "completed": "2023-04-06",
+ "initiated": "2017-08-06",
+ "ministryContact": "DAUGHERTY CORTEZ",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "204f5e5a-b4f9-495d-b0a3-ec19bd1ec27a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "65db9c3b-3724-4f68-93d3-081e9fe949c3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2b801873-7b03-4f1b-b4f5-a5f1e4b52d4e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "584241e9-5f32-41c6-8777-726cdfcc14cf",
+ "createdAt": "2014-10-13",
+ "completed": "2023-07-19",
+ "initiated": "2017-10-29",
+ "ministryContact": "MRAZ AYLIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2acde38e-6070-419c-a71b-3b3c517236d9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "35a9df73-d9c0-4d23-bf3e-30658328c76d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9b9513e5-803d-4132-a0c4-fb9aa84acbdb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "18cd7e8a-21e1-428e-b1dc-80ac33e8cffc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "08e4afd6-afa0-453f-bd1b-0a9483f3e3e5",
+ "createdAt": "2023-06-22",
+ "completed": "2017-03-30",
+ "initiated": "2013-10-25",
+ "ministryContact": "LOWE ERICK",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3c84d47e-8fe3-4b7f-b07e-3ee94b25a01f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "113e63ba-0c2f-4b03-b18c-80fa56260732",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1552663c-d6fe-4a4d-99ea-c614a6e63d76",
+ "createdAt": "2021-10-09",
+ "completed": "2022-04-12",
+ "initiated": "2022-07-04",
+ "ministryContact": "GISLASON EMILIANO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f4c69edc-46c1-471c-9ac7-8d2475322495",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b3ff3b3c-c9ce-4e14-bf97-2bc3bd3c3364",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4d3ee42f-fa95-42d6-ac05-03b7d0d4961c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a423e31d-daf4-4787-b1ed-a9c699a6aefe",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "9756880c-dd8f-45cc-955a-49e01f7d23f4",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-09-04",
+ "startDate": "2022-08-15",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ce9a9b6e-8692-4cf3-bdef-b13266d8ef5b",
+ "name": "IPSUM",
+ "endDate": "2016-01-08",
+ "startDate": "2015-03-16",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a1df4c9e-c765-4219-8da8-34d307f0c4f4",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-07-24",
+ "startDate": "2014-08-26",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6b5d2e51-8f31-4e43-824e-ebc11ca2af92",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-02-23",
+ "startDate": "2014-05-19",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "82118787-bdac-4bad-ac27-d7c1492f0671",
+ "siteRegistry": false,
+ "documentDate": "2015-12-07",
+ "receivedDate": "2020-09-28",
+ "uploadedDate": "2018-07-13",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "666232d0-3e45-4d8b-9d08-a36d1293e0ea",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "67808b1d-6a28-45d3-aa59-3cc74c9736c0",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "0d3522da-5311-4e12-ae70-647ee4cfb1fc",
+ "siteRegistry": false,
+ "documentDate": "2014-01-23",
+ "receivedDate": "2021-01-08",
+ "uploadedDate": "2014-03-19",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "02e5be6b-3953-4efa-969b-fe84965e27a6",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c33a9eb4-0830-41b1-8921-a6ebbeebf993",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d6fff02d-8f07-4b98-889a-10513e24bc6e",
+ "siteRegistry": false,
+ "documentDate": "2017-12-27",
+ "receivedDate": "2014-07-27",
+ "uploadedDate": "2022-06-20",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "4b26222d-d4d9-48f1-b9d3-d82270776ce5",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "6ab24915-32a5-4fe7-97b4-2cc977478c68",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-07-20 (described on Site Profile dated 2016-07-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "fb6eab43-3c22-4794-aecf-b269320cd0a7",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-05-12 (described on Site Profile dated 2014-05-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "222eaa09-a5de-41ad-988a-f2d0032da4cc",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-03-08 (described on Site Profile dated 2022-03-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "7809ea57-cd51-47e4-85d3-213f22507d21",
+ "siteRegistry": true,
+ "dateNoted": "2017-04-07",
+ "parcelID": "20863",
+ "crownLandUsePIN": "15569",
+ "crownLandFileNumber": "15834",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 4 DISTRICT LOT 5 PLAN 5570"
+ },
+ {
+ "uuid": "0717c266-b994-40e0-bbb8-dcddbb352a2e",
+ "siteRegistry": true,
+ "dateNoted": "2020-11-14",
+ "parcelID": "20804",
+ "crownLandUsePIN": "16716",
+ "crownLandFileNumber": "20018",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 2 DISTRICT LOT 3 PLAN 6970"
+ },
+ {
+ "uuid": "8434a769-41bb-4285-b6e2-89e0c50e454e",
+ "siteRegistry": false,
+ "dateNoted": "2020-06-14",
+ "parcelID": "17869",
+ "crownLandUsePIN": "17274",
+ "crownLandFileNumber": "19162",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 5 DISTRICT LOT 1 PLAN 4183"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "c06b1104-f6ae-425e-ba6d-695d6bc80cfb",
+ "siteRegistry": false,
+ "dateReceived": "2016-10-20",
+ "dateCompleted": "2022-03-14",
+ "dateEntered": "2021-06-15",
+ "dateRegistrar": "2014-08-07",
+ "dateLocalAuthorityReceived": "2014-02-19",
+ "summary": "Atque omnis fugiat praesentium ullam fugit.\nNobis culpa perferendis labore ullam quisquam facere aliquid.",
+ "informationUsed": "Deleniti enim itaque tempore harum odit quaerat quis itaque corrupti.\nEsse architecto et esse.\nAssumenda odit enim autem veritatis possimus repudiandae consequuntur.\nArchitecto autem quisquam nihil nesciunt.",
+ "pastOrPresentOrders": "Animi eum dolorem repudiandae.\nDucimus omnis quasi adipisci quisquam beatae deserunt ut.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "ede073d6-04b0-4480-9f60-1cca37004b8d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9558b7db-c708-4b5e-aa03-6cecfcdc1668",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f0095ca7-2b2a-465d-8b0d-f53450417914",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bbe79e70-8289-4217-9298-98e7af2719ae",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "42009a68-07e8-4793-951a-ef809905de98",
+ "siteRegistry": false,
+ "dateReceived": "2021-05-07",
+ "dateCompleted": "2022-10-02",
+ "dateEntered": "2017-07-30",
+ "dateRegistrar": "2022-01-05",
+ "dateLocalAuthorityReceived": "2017-10-18",
+ "summary": "Nam blanditiis beatae.\nAliquam alias vel.\nQuia explicabo commodi iusto atque repudiandae magnam.",
+ "informationUsed": "Occaecati totam ducimus quisquam asperiores officiis exercitationem quasi.\nTotam odio perferendis quaerat dolores aliquid autem explicabo id.\nBeatae illo blanditiis facere.\nIure deserunt sequi magni consequuntur deserunt quidem provident ab autem.",
+ "pastOrPresentOrders": "Consequuntur eligendi velit.\nReprehenderit quas quam necessitatibus delectus.\nQuam sapiente sequi quo pariatur laborum sit repellendus est tenetur.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "79de268e-ed3e-4248-81f9-ba3a16589207",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "38382efc-6fae-4671-92ab-0fe63fe7212b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4d14c489-2565-4524-baff-0bf4aa778c47",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f881481b-2186-408a-b873-20cce08ff49c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "4f2d33b2-8378-40fb-901b-cee4bd02efde",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TREMBLAY MONTANA",
+ "timestamp": "2014-02-18"
+ },
+ {
+ "uuid": "71fc88d0-a240-4ff0-9372-e27ac598c759",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KLING DIXIE",
+ "timestamp": "2014-08-31"
+ },
+ {
+ "uuid": "e295a98c-aecc-4c14-995a-0ef7e79a93b3",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRIST ICIE",
+ "timestamp": "2023-07-28"
+ },
+ {
+ "uuid": "fc66c9af-f465-4d36-ad2d-d8516af018b8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MACEJKOVIC HELENA",
+ "timestamp": "2021-08-17"
+ },
+ {
+ "uuid": "92d3e990-148a-4bdc-8162-6412664fba0e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CONROY XANDER",
+ "timestamp": "2019-08-06"
+ },
+ {
+ "uuid": "835decbf-fc79-48a4-9dc6-6c8a3262040d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRANEY MEGGIE",
+ "timestamp": "2018-05-19"
+ },
+ {
+ "uuid": "a8914c5d-d8fb-4420-9964-3f0cfb494922",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEATTY DARRELL",
+ "timestamp": "2020-05-31"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "68285d0b-3309-4b14-9f05-a54ba8a5921a",
+ "dateNoted": "2018-03-10",
+ "notes": "",
+ "parcelID": "15541",
+ "siteID": "19903",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "38424161-8a1a-4c50-9e6f-db79dc256dda",
+ "dateNoted": "2023-03-22",
+ "notes": "",
+ "parcelID": "19683",
+ "siteID": "17503",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "599e7167-1775-4317-ab2b-50b7765de3b3",
+ "dateNoted": "2019-10-07",
+ "notes": "",
+ "parcelID": "17418",
+ "siteID": "16890",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "48135aa1-e3dc-4fd3-9f05-11241319c3a6",
+ "siteID": 17989,
+ "address": "90447 Wilton Canyon",
+ "latitude": 55.0293,
+ "longitude": -128.7773,
+ "lastUpdated": "2023-06-24",
+ "city": "Pollyworth",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/16645",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7653315,
+ 1553539,
+ 5497461,
+ 9914332,
+ 1222169
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "89d21b87-a2cd-4910-a806-267d50594dbe",
+ "createdAt": "2022-09-19",
+ "completed": "2021-11-04",
+ "initiated": "2014-04-19",
+ "ministryContact": "SCHAMBERGER KOLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a62c6fef-6399-497d-b1cf-a674893c1928",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9eb005d3-0691-4bf7-8341-094d91b54e7e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "74a8fbad-9278-46e2-99e7-c756afe91934",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "83a8ebf1-95fa-4871-8b94-32d87f30b12f",
+ "createdAt": "2023-05-14",
+ "completed": "2021-02-11",
+ "initiated": "2019-06-02",
+ "ministryContact": "KOELPIN CARLOS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "0c12dcae-ed55-45fd-a6cd-a3353e7ab095",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a50ee9ff-f8a1-4d10-9ff4-188690c2d1d1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "35c64639-a7cc-4ae5-b62f-e6a4428b1b66",
+ "createdAt": "2015-08-04",
+ "completed": "2019-08-02",
+ "initiated": "2014-04-13",
+ "ministryContact": "SKILES STEPHANY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7fe7c736-ded2-4135-9f66-9797b7302584",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "810eebb4-1a98-4e45-9cbf-bf15132641b5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "649a4781-5c67-4e6d-bbf1-3cd9b4f6efa0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c3173281-ebe6-4558-9cac-fc2f32063a1f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4b5bac45-1cde-4f6a-bcab-0153b06a6e91",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "21d7cb0e-b1ea-4614-a6fe-a058bc55afc8",
+ "createdAt": "2016-01-16",
+ "completed": "2014-06-27",
+ "initiated": "2019-11-15",
+ "ministryContact": "MACEJKOVIC PETE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "57fc2a23-d27d-4d53-ab8b-8ec0b28a28f5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4a870560-d764-4ddd-9956-6a77b8827b35",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d9943c89-2757-42c3-9273-1257134d436a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7a129b26-0d05-4ec3-b8b0-b13bc450837e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1a83e2d9-c30b-4aa8-8bae-dffb2167b692",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "1562ca54-9361-4690-9b97-cc1fa157c32b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-04-20",
+ "startDate": "2017-10-20",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8d1ef889-2750-45e1-9354-ef5fa4d7932b",
+ "name": "IPSUM",
+ "endDate": "2023-06-03",
+ "startDate": "2022-07-04",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b03f4e8c-98ad-48f4-af9a-85c0718be0cd",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-08-17",
+ "startDate": "2017-08-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "59caa7e0-a85a-4baa-993c-45cae155eb8b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-05-22",
+ "startDate": "2015-02-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4b04daff-a934-44db-b5e8-e175e2d5b857",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-10-15",
+ "startDate": "2015-10-01",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "7a754df4-4686-42bb-bc56-22e38b96d041",
+ "siteRegistry": true,
+ "documentDate": "2023-06-19",
+ "receivedDate": "2013-11-26",
+ "uploadedDate": "2015-09-08",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "d691950e-891c-4d19-924d-8dc7dce628a4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3517ada5-882c-421a-a600-3f91dba67d04",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d1724fa6-2152-4e73-bdb4-d6c07f0c785d",
+ "siteRegistry": false,
+ "documentDate": "2020-04-23",
+ "receivedDate": "2017-01-05",
+ "uploadedDate": "2014-10-15",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "bf6d8deb-da7a-470c-850e-16b0a6a7e7f0",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "c4fdcecc-51f4-49b3-a71d-0d51e6e3375a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-06-01 (described on Site Profile dated 2022-06-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "dfccf247-a934-4d37-b065-7b511c1ea536",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-07-27 (described on Site Profile dated 2018-07-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "df3fe81e-ced0-474f-a090-a919cb0c8759",
+ "siteRegistry": true,
+ "dateNoted": "2021-02-25",
+ "parcelID": "17969",
+ "crownLandUsePIN": "18474",
+ "crownLandFileNumber": "16630",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 4 DISTRICT LOT 4 PLAN 6497"
+ },
+ {
+ "uuid": "3a1d2a4d-1b9f-4199-8b0b-c7ef32cd4d62",
+ "siteRegistry": false,
+ "dateNoted": "2020-10-05",
+ "parcelID": "16314",
+ "crownLandUsePIN": "17274",
+ "crownLandFileNumber": "17216",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 4 DISTRICT LOT 3 PLAN 8010"
+ },
+ {
+ "uuid": "95112dd1-da5b-41da-95c2-0d637fba33e0",
+ "siteRegistry": false,
+ "dateNoted": "2016-05-09",
+ "parcelID": "17760",
+ "crownLandUsePIN": "19194",
+ "crownLandFileNumber": "16043",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 4 DISTRICT LOT 1 PLAN 8084"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "b5adf227-c7f4-492a-9370-3715222c9070",
+ "siteRegistry": true,
+ "dateReceived": "2022-11-28",
+ "dateCompleted": "2014-03-31",
+ "dateEntered": "2014-12-01",
+ "dateRegistrar": "2014-12-22",
+ "dateLocalAuthorityReceived": "2019-11-10",
+ "summary": "Eligendi possimus ex doloribus laudantium corporis odio vero consequuntur rerum.\nEius rem perferendis.\nVoluptas culpa labore exercitationem.",
+ "informationUsed": "Assumenda labore sed tenetur quas beatae debitis.\nRem aliquid perspiciatis perferendis in.\nIpsa quae nemo consequuntur veritatis.",
+ "pastOrPresentOrders": "Enim eius quas impedit.\nAspernatur excepturi quo a culpa.\nEt provident itaque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "1828a51c-c5a5-457b-8ea1-3c40b51f05c5",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7fcbfb92-3cb4-48bc-8410-4a072f9825ee",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "b3c8bdac-dca6-40c6-ac49-1ff477180bb2",
+ "siteRegistry": true,
+ "dateReceived": "2015-09-04",
+ "dateCompleted": "2016-07-25",
+ "dateEntered": "2018-07-05",
+ "dateRegistrar": "2021-11-11",
+ "dateLocalAuthorityReceived": "2020-10-18",
+ "summary": "Pariatur aperiam laborum earum optio consequatur rerum ullam illum.\nId debitis enim similique ducimus ex.\nQuas eaque placeat.",
+ "informationUsed": "Enim laudantium mollitia.\nFuga magnam explicabo aspernatur.\nConsequuntur ratione reiciendis optio magni.\nQuas sit aperiam sapiente sed eligendi doloremque voluptas.",
+ "pastOrPresentOrders": "Assumenda perspiciatis omnis animi tenetur atque doloribus.\nHarum voluptatem quibusdam voluptatibus debitis qui.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "bad507d4-d839-4053-afd2-bc44d9ea047a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e76c294c-a8f1-4548-90b1-ad3d7f965bae",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ec7676a6-2a24-4579-bea3-2e7cebbc9ff7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "941a9d0f-8954-4826-b7cb-98abcb387e69",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOHLER SEDRICK",
+ "timestamp": "2022-03-16"
+ },
+ {
+ "uuid": "5801a7d4-4f68-4964-a679-eb72b3892a85",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MURAZIK OREN",
+ "timestamp": "2018-12-03"
+ },
+ {
+ "uuid": "c1e0533d-c6af-47bf-abba-be28360b14ee",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JACOBI DEMETRIUS",
+ "timestamp": "2016-10-09"
+ },
+ {
+ "uuid": "3a92427b-ad47-450f-aeaf-c8fbba341930",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILLMS TAMIA",
+ "timestamp": "2021-06-02"
+ },
+ {
+ "uuid": "5c93aae6-6df1-4b82-b540-165a7f0aba6e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GUSIKOWSKI JESSIE",
+ "timestamp": "2017-05-07"
+ },
+ {
+ "uuid": "85d9f447-cb0f-402b-85b4-aed6a5dcdfa4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SKILES EVELYN",
+ "timestamp": "2022-03-13"
+ },
+ {
+ "uuid": "b6847902-9065-4e84-bc59-630667fe3f86",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SMITH REYES",
+ "timestamp": "2015-08-11"
+ },
+ {
+ "uuid": "9d54e815-b6de-4546-95ec-5cfd8bf04568",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ANDERSON COY",
+ "timestamp": "2021-04-03"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "7fcd8720-dd48-42d8-a8aa-da55d2f2aa9b",
+ "dateNoted": "2017-06-10",
+ "notes": "",
+ "parcelID": "16518",
+ "siteID": "16871",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dc356a61-fb7c-4476-b3df-0f8284804867",
+ "dateNoted": "2019-09-01",
+ "notes": "",
+ "parcelID": "16102",
+ "siteID": "20123",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e6495f48-2822-4a4b-9d56-0f7fcbaa51a3",
+ "dateNoted": "2021-02-01",
+ "notes": "",
+ "parcelID": "18370",
+ "siteID": "19506",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "bbd05d8c-bb31-4bc3-a90b-aae3d0f0799d",
+ "siteID": 17443,
+ "address": "685 Lakin Field",
+ "latitude": 54.18,
+ "longitude": -128.3562,
+ "lastUpdated": "2019-11-08",
+ "city": "Rio Rancho",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/13122",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7609394,
+ 9814449,
+ 1876045,
+ 4506292,
+ 4687778
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "b68b63c2-86c6-420f-9e98-193cd345c387",
+ "createdAt": "2018-09-07",
+ "completed": "2019-06-18",
+ "initiated": "2017-12-04",
+ "ministryContact": "CRONA KEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d97c9279-62dd-487e-8f71-7dd0bd5fd863",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b339e2e3-bbb7-46ef-bf92-d5ccd4de6ea6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b2ac410a-8c13-4d76-8757-0e03779dd9e6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6d398a34-3824-436a-929b-375a95e1743c",
+ "createdAt": "2017-01-04",
+ "completed": "2020-04-28",
+ "initiated": "2015-07-30",
+ "ministryContact": "HANSEN DIANA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bb3638a9-e213-4040-8d12-f4dcd4f07f36",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "43d40478-25cb-4136-b667-fe90c29941d7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "beb4d6d8-f3cd-4b5f-9dd8-c11fb98ef763",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "02456244-e021-46cf-9b06-15cf5723f449",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d29488c1-38bd-4f8e-a5fd-98391f54cd4d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "a0217680-2388-4eb0-8083-0615c932c781",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-01-01",
+ "startDate": "2020-02-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5cd7da2f-7be3-4a50-bbc0-7773b721dd3f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-08-12",
+ "startDate": "2020-02-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "840cd37a-4ee2-4a98-a2d5-26cff8051244",
+ "siteRegistry": false,
+ "documentDate": "2019-12-19",
+ "receivedDate": "2015-07-24",
+ "uploadedDate": "2020-11-21",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "906e5c9b-33a6-4df5-afb3-2f39d6ac0c8c",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "45000b8d-f386-4daf-a13e-0fcf8d01e842",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "4ac83e52-612f-461f-a01c-440f27f2b3c8",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-08-23 (described on Site Profile dated 2023-08-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "daf2a2a1-9d75-421c-aaed-cd60cdd1597d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-08-04 (described on Site Profile dated 2015-08-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "db4c4324-649c-4f40-a4f3-8825628cbe53",
+ "siteRegistry": false,
+ "dateNoted": "2015-04-23",
+ "parcelID": "19800",
+ "crownLandUsePIN": "16158",
+ "crownLandFileNumber": "20675",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 4 DISTRICT LOT 4 PLAN 3931"
+ },
+ {
+ "uuid": "19e23139-747d-4379-b313-f26c4584ddb6",
+ "siteRegistry": true,
+ "dateNoted": "2023-04-28",
+ "parcelID": "17333",
+ "crownLandUsePIN": "16488",
+ "crownLandFileNumber": "16854",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 2 DISTRICT LOT 3 PLAN 3071"
+ },
+ {
+ "uuid": "3ac64212-ed3e-4a50-846e-7e527926d417",
+ "siteRegistry": true,
+ "dateNoted": "2022-05-24",
+ "parcelID": "18604",
+ "crownLandUsePIN": "16689",
+ "crownLandFileNumber": "15566",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 1 DISTRICT LOT 5 PLAN 9054"
+ },
+ {
+ "uuid": "91d14aec-bee8-4f8a-a8fd-a1943a0cdd0c",
+ "siteRegistry": false,
+ "dateNoted": "2017-04-09",
+ "parcelID": "18251",
+ "crownLandUsePIN": "18645",
+ "crownLandFileNumber": "17938",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 4 DISTRICT LOT 1 PLAN 7476"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "8410f48f-69ab-4194-abe1-0874e79593db",
+ "siteRegistry": false,
+ "dateReceived": "2014-12-08",
+ "dateCompleted": "2017-12-18",
+ "dateEntered": "2016-09-21",
+ "dateRegistrar": "2015-04-12",
+ "dateLocalAuthorityReceived": "2016-01-15",
+ "summary": "Voluptates optio et.",
+ "informationUsed": "Quae veritatis recusandae fuga.\nTenetur ratione dolorum nam quam tenetur.\nEum possimus similique sed ipsam ab voluptas animi nobis omnis.",
+ "pastOrPresentOrders": "Eum labore voluptatem natus aliquid cumque qui vel distinctio quaerat.\nQuisquam repudiandae non autem.\nEum tempora corrupti perspiciatis architecto officia magni esse laborum aspernatur.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e919fd09-67e1-48fb-863d-559d09b0cbc6",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0d71748f-191b-4e03-8426-4f16549a7c0f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9e87d600-b969-4c6e-9f1a-d68aa71f64a2",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "1cd7f37e-3989-40bc-b836-c8fcaa7df664",
+ "siteRegistry": false,
+ "dateReceived": "2017-11-20",
+ "dateCompleted": "2021-03-14",
+ "dateEntered": "2017-04-05",
+ "dateRegistrar": "2021-11-26",
+ "dateLocalAuthorityReceived": "2018-01-10",
+ "summary": "Sapiente ipsa laboriosam porro ab ad nemo sapiente reprehenderit recusandae.\nVoluptatum dolore ea natus.\nLaborum adipisci corrupti velit laudantium laborum vitae dicta aperiam.",
+ "informationUsed": "Eos illo labore.\nEius ducimus velit laudantium nobis amet natus accusamus nisi sint.\nId iusto quam optio mollitia asperiores necessitatibus.\nRepellat excepturi modi aut quo eum doloribus numquam.",
+ "pastOrPresentOrders": "Ipsa dolorum odio ullam minus repellendus vitae quibusdam blanditiis modi.\nNisi quis repudiandae hic.\nSaepe maxime adipisci deserunt reprehenderit.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "5db22ca7-97c8-463b-83b8-842e1e26c3b4",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d3c412e2-db68-49db-adeb-5c727a836aee",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "45153458-de7b-4270-a0d0-dd1330cce515",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ba671bd2-7420-4371-ad74-7d099eb7d5e4",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "b3065a5a-5324-4a80-a42c-fc03c42d2eb9",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SENGER CRAIG",
+ "timestamp": "2019-05-08"
+ },
+ {
+ "uuid": "808245c5-cd2a-4ca0-8fb1-7cd9994fb1b7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "QUIGLEY LURLINE",
+ "timestamp": "2018-05-02"
+ },
+ {
+ "uuid": "b545fb21-6a5e-4078-b434-576c1d568451",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HARTMANN LOWELL",
+ "timestamp": "2013-11-19"
+ },
+ {
+ "uuid": "99bd5db5-b8e3-4fe5-b09f-79bcd22fd7c7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LARSON JOANNIE",
+ "timestamp": "2018-03-09"
+ },
+ {
+ "uuid": "57a5c264-bf5d-4a8b-bcd6-27cb50f5c786",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEIDENREICH MUHAMMAD",
+ "timestamp": "2014-01-14"
+ },
+ {
+ "uuid": "ed50ee0e-0230-4e8e-9e81-71410f371473",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCGLYNN-BASHIRIAN HULDA",
+ "timestamp": "2018-12-29"
+ },
+ {
+ "uuid": "6f2df7af-3f37-46b4-a866-60a0f60d387e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WEIMANN GEOVANY",
+ "timestamp": "2016-04-10"
+ },
+ {
+ "uuid": "2bc33933-2c82-44b3-a313-d3f08cd2fb12",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOGAN DARIANA",
+ "timestamp": "2022-09-27"
+ },
+ {
+ "uuid": "1455e928-66fd-4c84-a9cb-94e1af071efb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOPPE MARCELLE",
+ "timestamp": "2021-03-19"
+ },
+ {
+ "uuid": "32030f47-3706-4217-8363-311d8d5637be",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHMIDT-KLING CALI",
+ "timestamp": "2015-06-07"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "fe46228f-b51a-4b61-833d-0ed3a17e42bf",
+ "dateNoted": "2022-10-01",
+ "notes": "",
+ "parcelID": "16069",
+ "siteID": "19692",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b8be5c2b-17b2-4a9a-9b4c-663fdc5957cf",
+ "dateNoted": "2023-09-14",
+ "notes": "",
+ "parcelID": "16204",
+ "siteID": "17584",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "bf95f563-35d0-4717-bfab-dd8f51d724bf",
+ "siteID": 20534,
+ "address": "9843 Malika Lights",
+ "latitude": 52.9083,
+ "longitude": -120.2735,
+ "lastUpdated": "2021-02-04",
+ "city": "Eladioworth",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/10624",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5742692,
+ 1000174,
+ 222734,
+ 8568804,
+ 3855810
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "84d44a3f-f5d2-4fb5-bb33-0134e64e9f21",
+ "createdAt": "2017-12-10",
+ "completed": "2022-07-29",
+ "initiated": "2014-02-02",
+ "ministryContact": "PFANNERSTILL CECILE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f9603bfe-fd81-4541-85c6-f56160afb086",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "88fe7bcf-d6a7-4792-ab22-4dca2d133881",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b9974c1b-af25-4dab-8105-8fe2ce7837fb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "76bb7db4-3c21-4801-aa79-ab1de20d6353",
+ "createdAt": "2014-03-14",
+ "completed": "2020-03-22",
+ "initiated": "2016-08-30",
+ "ministryContact": "RITCHIE TONI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f09bc663-ffc6-4c0d-9f71-81ab0b426e5e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5ce40866-ccc0-43ca-b605-f10a8186f5ae",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3109dec8-aa52-4521-9032-fd2afabc0783",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ee436bff-29e9-401b-9fec-1d2244108e36",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dde4e1ae-fc63-4c4a-9789-ed6fbc776cc3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7ab22bc7-0761-4783-9036-7e2962ad4266",
+ "createdAt": "2017-01-26",
+ "completed": "2021-04-13",
+ "initiated": "2015-12-22",
+ "ministryContact": "HERMISTON YASMIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d1adb86d-2e65-4503-ae1b-b49073765a0b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dcd794c7-091e-43b1-ab2c-a2bacfb09094",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5cde7d7f-3eb6-4851-b5b3-b641df0cb5c8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "33b11860-3e4d-4972-8f4e-71331be3fdcd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "75cf57ab-e9fe-4b7b-a4a6-0f1486802954",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-07-17",
+ "startDate": "2020-07-27",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d06c67a1-7d59-4550-b0a4-356abcdb3b77",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-08-04",
+ "startDate": "2018-05-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "153e4711-ab35-41e4-b92b-b0d2e51d0e37",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-02-22",
+ "startDate": "2017-07-07",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "62621e15-5381-49fb-bb0b-eaa48e03dda2",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-10-13",
+ "startDate": "2016-08-08",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "ee40405a-d2a8-4476-a13b-66352fa939c1",
+ "siteRegistry": false,
+ "documentDate": "2021-08-29",
+ "receivedDate": "2022-06-22",
+ "uploadedDate": "2018-10-01",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "af56f254-9dc8-4ba4-a543-d6639b99f84f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "97918ede-5f9f-4f27-a5ac-e40a33acff8c",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-01-14 (described on Site Profile dated 2014-01-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "95be00e5-fecf-4d7f-9988-a0dfae505225",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-05-26 (described on Site Profile dated 2018-05-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "c8501a3b-bf9e-4748-bcd3-07b65ebde400",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-04-29 (described on Site Profile dated 2019-04-29)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "98f41aaf-42db-45d3-8c68-7dee4f6f71ed",
+ "siteRegistry": false,
+ "dateNoted": "2021-06-19",
+ "parcelID": "18014",
+ "crownLandUsePIN": "19179",
+ "crownLandFileNumber": "18599",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 1 DISTRICT LOT 1 PLAN 5307"
+ },
+ {
+ "uuid": "a5aba904-0663-4240-a1c5-1ab6a1e30625",
+ "siteRegistry": true,
+ "dateNoted": "2013-10-27",
+ "parcelID": "17336",
+ "crownLandUsePIN": "18258",
+ "crownLandFileNumber": "19490",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 2 DISTRICT LOT 2 PLAN 6040"
+ },
+ {
+ "uuid": "b765e1f8-9733-461f-8674-4366e1d56fe0",
+ "siteRegistry": false,
+ "dateNoted": "2017-10-27",
+ "parcelID": "18487",
+ "crownLandUsePIN": "17998",
+ "crownLandFileNumber": "17606",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 3 DISTRICT LOT 3 PLAN 7440"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "f2c5aee2-cc9e-4420-91f5-49f415dbd7e2",
+ "siteRegistry": true,
+ "dateReceived": "2016-12-18",
+ "dateCompleted": "2022-01-28",
+ "dateEntered": "2022-11-12",
+ "dateRegistrar": "2016-07-31",
+ "dateLocalAuthorityReceived": "2022-09-01",
+ "summary": "Eos esse reprehenderit harum harum dolorem nobis tenetur reprehenderit.\nMollitia esse nulla reiciendis sequi quidem itaque voluptatum.\nPossimus iste quam asperiores dicta numquam tempore.",
+ "informationUsed": "Pariatur minus eligendi debitis repellat ad corporis dolor ullam.\nAt quas expedita.\nA quibusdam veniam alias porro assumenda minima expedita.",
+ "pastOrPresentOrders": "Nostrum tenetur debitis iure.\nConsequatur atque cum.\nModi maxime voluptates excepturi tempora atque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "058cc31e-c59c-40ce-a001-a4c180060d7c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4a76c3e8-5220-4ead-9f0d-dd21fc26a840",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "053adc7b-fb6a-4b6e-a746-b7dc99147047",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "1f3cba52-a958-4bcc-8e12-399f37692eb5",
+ "siteRegistry": true,
+ "dateReceived": "2018-08-15",
+ "dateCompleted": "2023-06-02",
+ "dateEntered": "2021-08-19",
+ "dateRegistrar": "2019-02-10",
+ "dateLocalAuthorityReceived": "2021-12-31",
+ "summary": "Corporis aperiam distinctio recusandae eius ratione veritatis.\nRecusandae esse iusto error ipsum.",
+ "informationUsed": "Reiciendis est odit nobis.\nQuod incidunt nam molestias est.\nSunt eligendi ab dolor dolore iste.",
+ "pastOrPresentOrders": "Ducimus adipisci blanditiis aperiam accusantium magni error ducimus qui officiis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "ecc32082-3974-402f-8cc7-1e2d11784623",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ed8ec898-d547-421a-994b-501027e056e8",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "6e7def24-7a13-4928-88bf-ff44b2de4ba6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GREENHOLT DALTON",
+ "timestamp": "2016-04-02"
+ },
+ {
+ "uuid": "f6b738c5-6c1f-4d70-980f-7db9d1ede4af",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DENESIK CLEVELAND",
+ "timestamp": "2021-10-19"
+ },
+ {
+ "uuid": "c92ea9d7-4720-4d39-a3fc-c761bec89e43",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RODRIGUEZ ALVA",
+ "timestamp": "2014-08-12"
+ },
+ {
+ "uuid": "eb2a51c5-7026-4ab8-92fe-44a6f28b9569",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MAYER AUGUSTINE",
+ "timestamp": "2022-02-27"
+ },
+ {
+ "uuid": "e114c2ee-f13a-45ea-a102-bfb7eed68364",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'REILLY ELLA",
+ "timestamp": "2016-03-21"
+ },
+ {
+ "uuid": "4b383de2-f5c3-4610-a4a2-53e0267560fe",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LESCH EWELL",
+ "timestamp": "2019-07-21"
+ },
+ {
+ "uuid": "c58658e9-1095-44da-b45d-a85e8ad20a79",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MARKS STANLEY",
+ "timestamp": "2017-09-06"
+ },
+ {
+ "uuid": "f84bbb46-40b3-4d43-97d5-ceb6a99a9402",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PAUCEK ESPERANZA",
+ "timestamp": "2014-05-20"
+ },
+ {
+ "uuid": "ed40fbd5-b651-4e05-956f-f74f3c2d8d48",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ORN ELISABETH",
+ "timestamp": "2022-03-30"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "95116ae6-8159-44ac-aec2-7744afea9ec0",
+ "dateNoted": "2020-01-24",
+ "notes": "",
+ "parcelID": "16422",
+ "siteID": "20261",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "25e99307-f898-41c4-a16f-4f1a39972eed",
+ "dateNoted": "2015-01-10",
+ "notes": "",
+ "parcelID": "15458",
+ "siteID": "17033",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "b9bd80de-4849-4441-8a9c-3321a8d19588",
+ "siteID": 20630,
+ "address": "8352 Sadie Vista",
+ "latitude": 48.7266,
+ "longitude": -131.0691,
+ "lastUpdated": "2014-08-10",
+ "city": "Lake Virginie",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/17945",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7271382,
+ 2178200,
+ 796972,
+ 967507,
+ 8270006
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "4fb12b5c-8904-453f-ba3a-02ad15823c49",
+ "createdAt": "2018-12-21",
+ "completed": "2018-01-21",
+ "initiated": "2016-07-19",
+ "ministryContact": "RENNER ANNIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "72fc3b28-8c4f-4197-b4bc-98a01cbc2fc4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e22b10c0-f9c4-4b18-9690-29906605e9ff",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6a8a7999-d691-4ddc-bb7d-4a2e5530b28b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cae41e80-6ff4-4155-8376-5596c6d6bb1b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7737e3ef-3e23-4c4f-bbbe-c71925782e25",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d69c2644-6e8a-4842-8562-4c5315fdd362",
+ "createdAt": "2015-09-28",
+ "completed": "2021-08-06",
+ "initiated": "2023-07-14",
+ "ministryContact": "LANGWORTH-LEUSCHKE SALLIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ec03fede-4d69-43a9-af55-a4d0218fc7dd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3ffd4a7e-52ab-478f-8736-658546c2005d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "c93c05f9-485f-4012-969f-239fb5caadf6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-02-11",
+ "startDate": "2015-09-26",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "588483ba-9755-45d6-a0c9-26b0ac8ca445",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-04-21",
+ "startDate": "2019-01-27",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "295a801e-6b6a-459d-af03-28d1d1fda42a",
+ "name": "IPSUM",
+ "endDate": "2023-05-01",
+ "startDate": "2019-11-25",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "7568537f-7591-4d1e-94ec-761adea079c5",
+ "siteRegistry": true,
+ "documentDate": "2020-10-22",
+ "receivedDate": "2021-11-07",
+ "uploadedDate": "2023-07-19",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "1be92804-09f8-4d12-95b3-470581261744",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "6f3e5d28-320e-4eb2-968e-930205391046",
+ "siteRegistry": false,
+ "documentDate": "2017-04-28",
+ "receivedDate": "2019-02-26",
+ "uploadedDate": "2017-08-24",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "72bd239f-1a5c-4fef-9a51-a57c23ab529e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9c9961f6-af80-49d8-bb0d-9585271ed3ff",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "83a97442-b5dc-4735-b17e-f12bf7af12bc",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "832836b4-3984-4b47-be12-c9dfcb3862cf",
+ "siteRegistry": true,
+ "documentDate": "2016-04-05",
+ "receivedDate": "2017-12-03",
+ "uploadedDate": "2015-02-25",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "11c4b3ec-8e95-4a47-8c64-47b76cbf1bba",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7dcd36be-a624-4214-924f-066df0ff75aa",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ab28af36-c56b-48de-b0d1-9ed8b6fe2fae",
+ "siteRegistry": false,
+ "documentDate": "2019-09-14",
+ "receivedDate": "2017-12-27",
+ "uploadedDate": "2017-08-13",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "53dc0e88-1e61-4996-bf02-19478929cb1d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ba1e07c8-28e5-4ce3-984b-861f408b09d8",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c4e66496-bea2-47da-878c-a68d6f539c5f",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d063409c-4856-437b-9df0-12ede87a1422",
+ "siteRegistry": false,
+ "documentDate": "2023-09-16",
+ "receivedDate": "2022-08-17",
+ "uploadedDate": "2017-09-09",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "92ee79c4-53d6-45f9-8750-91fbaec4dbdf",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "1afd7b55-d164-4811-8821-59b560ff134c",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-12-23 (described on Site Profile dated 2019-12-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "4fc4286b-601d-4786-9d17-7af33da9e5fd",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-11-09 (described on Site Profile dated 2017-11-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "5fd0e136-9bed-4ca4-86ad-2f3e64b6a183",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-09-16 (described on Site Profile dated 2021-09-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "cfe9191e-7f88-4010-94fb-f338771dcdbd",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-08-01 (described on Site Profile dated 2016-08-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "0f5a4214-893d-4209-81ac-589f9119e348",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-02-25 (described on Site Profile dated 2016-02-25)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "7afcd5c3-3337-434c-9cdd-7746b0756568",
+ "siteRegistry": true,
+ "dateNoted": "2014-02-13",
+ "parcelID": "16607",
+ "crownLandUsePIN": "16383",
+ "crownLandFileNumber": "18178",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 1 DISTRICT LOT 4 PLAN 6112"
+ },
+ {
+ "uuid": "feb2c6f3-9e15-4aa0-9d5a-c8f484dd2adc",
+ "siteRegistry": true,
+ "dateNoted": "2020-06-27",
+ "parcelID": "16695",
+ "crownLandUsePIN": "18373",
+ "crownLandFileNumber": "20047",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 1 DISTRICT LOT 4 PLAN 7264"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "4361c30b-9e95-4e85-951a-3f0eb0b68de6",
+ "siteRegistry": false,
+ "dateReceived": "2015-11-07",
+ "dateCompleted": "2016-03-01",
+ "dateEntered": "2023-04-13",
+ "dateRegistrar": "2020-03-08",
+ "dateLocalAuthorityReceived": "2017-08-10",
+ "summary": "Esse ullam fugit harum asperiores aspernatur sint vel minima aspernatur.\nDignissimos eum id vitae quisquam alias culpa iusto.",
+ "informationUsed": "Repellat cum quae itaque aliquid.\nQuisquam quae odit saepe modi aperiam placeat.\nAperiam adipisci reiciendis.\nAnimi temporibus vero molestiae consectetur eius incidunt sit voluptatem culpa.\nAspernatur delectus deserunt fugiat corrupti recusandae odio.",
+ "pastOrPresentOrders": "Deleniti quos possimus.\nDoloremque omnis illum rerum quisquam nobis deleniti sunt corrupti eligendi.\nRem suscipit eligendi impedit esse saepe consequatur iusto.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "9d537f36-2f1f-4e63-aad3-3bb65d5205d7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "04039230-f449-496e-b3cb-f3aa66226d5e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1712c869-2657-4807-b393-c4b5c92d5e12",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "e5ac0b45-a811-4237-b74f-68cfebf62dc6",
+ "siteRegistry": false,
+ "dateReceived": "2023-08-26",
+ "dateCompleted": "2016-03-21",
+ "dateEntered": "2015-09-25",
+ "dateRegistrar": "2018-07-23",
+ "dateLocalAuthorityReceived": "2023-10-06",
+ "summary": "Architecto repellat eius itaque est cum mollitia commodi eaque.\nCorrupti veniam illum laudantium ullam.",
+ "informationUsed": "Facere fugiat velit totam eos blanditiis delectus tempora debitis.\nRepellat sequi expedita dolorum delectus quo quasi.\nRerum eveniet earum sequi quia sapiente provident enim dolore officiis.\nNatus debitis temporibus voluptatum commodi.\nCum corporis quasi officiis.",
+ "pastOrPresentOrders": "Laudantium ipsum accusantium illo consequatur non nulla.\nNihil ad suscipit itaque.\nImpedit rerum omnis suscipit cum molestias atque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b3d43742-2c3f-48e2-93bc-c8fece102a5c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9fe1adb3-3c49-4bc0-9514-484256098121",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "930da3fa-9b56-4cad-8f28-a97ee4424f35",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "95e42ac5-b302-4fc6-a6f6-026d2ea6cbd0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "33831a8e-d1e2-4cfa-b830-dccfb5ad6836",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SHANAHAN DILLON",
+ "timestamp": "2016-04-09"
+ },
+ {
+ "uuid": "eb001564-deec-4f0a-82e4-36577eec42c7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WATSICA ANDRES",
+ "timestamp": "2017-01-24"
+ },
+ {
+ "uuid": "4ba86406-3b3f-47f8-9b01-1ba7b7716490",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEUSCHKE RYLAN",
+ "timestamp": "2023-10-08"
+ },
+ {
+ "uuid": "e29ba97a-6c52-4f64-843b-ae9a51987bda",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BODE FERMIN",
+ "timestamp": "2018-05-21"
+ },
+ {
+ "uuid": "419d6355-2c40-4d00-b550-f61b8bb2f5e1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARROWS ROXANE",
+ "timestamp": "2015-02-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "6cac19c8-78c3-47ea-81ce-4fa99302d0ff",
+ "dateNoted": "2020-02-24",
+ "notes": "",
+ "parcelID": "16533",
+ "siteID": "15607",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4c499d32-f7f5-4e7c-a456-358805df22c5",
+ "dateNoted": "2016-01-21",
+ "notes": "",
+ "parcelID": "20810",
+ "siteID": "17433",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e808aff7-0910-4f25-bd6b-e16315db142b",
+ "dateNoted": "2020-06-09",
+ "notes": "",
+ "parcelID": "18058",
+ "siteID": "20978",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "6eadbfa2-a9fb-4b8f-a7e1-04fc1b739256",
+ "siteID": 15676,
+ "address": "234 Luettgen Course",
+ "latitude": 54.7722,
+ "longitude": -133.7063,
+ "lastUpdated": "2021-01-21",
+ "city": "Hoegerton",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/1229",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5564984,
+ 4318909,
+ 6933426,
+ 4253093,
+ 4218843
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "b13af6b5-ebd3-4fad-b86e-80e9253e5609",
+ "createdAt": "2017-10-25",
+ "completed": "2021-09-08",
+ "initiated": "2015-06-20",
+ "ministryContact": "PREDOVIC LUCILE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9350b15d-5d1a-45f4-afd9-e51c45509b28",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "64e96aa6-5ac4-4a93-b034-e43523ac7a51",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "240a9492-9d69-419e-8241-74f6257103f0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "aa7e2441-4ba4-4fae-b86f-ab350cd7da4b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "63b7ca5c-d5a5-44bd-a9ca-c4a4f7c81503",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a5f65668-3129-44df-bd2f-69ba269a6a70",
+ "createdAt": "2016-06-05",
+ "completed": "2018-01-28",
+ "initiated": "2022-01-31",
+ "ministryContact": "BOEHM MOSHE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c4933228-28a6-4f19-93a6-b8ffacc7cc63",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d169bed1-9166-4ce1-b3f6-7d20cd87de6b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "be812af7-26fc-4530-b78a-ab08cba97b83",
+ "createdAt": "2016-09-23",
+ "completed": "2014-01-01",
+ "initiated": "2021-06-28",
+ "ministryContact": "ROSENBAUM PHILIP",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "12ad394d-ba4a-4155-8bdb-e22658d7064a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "09789a43-ef57-40c5-b997-4cd04be9f650",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "772031e6-8550-409a-84db-587ee93a670f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c63be40f-7ea4-4035-839b-f0819f9a2fcc",
+ "createdAt": "2022-02-10",
+ "completed": "2013-11-02",
+ "initiated": "2019-11-15",
+ "ministryContact": "HALEY TORREY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "687fe748-c7eb-4483-8e29-228ded1a3ca6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "69d80442-6f34-4644-a4d5-491ec9bad082",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "1bcb53b3-2edf-490a-b4b3-0fd0b42d8b4f",
+ "name": "IPSUM",
+ "endDate": "2013-11-01",
+ "startDate": "2018-04-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2517571e-aead-4bf7-b72a-79771ee9aa50",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-03-31",
+ "startDate": "2023-03-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cf8e7362-6aad-4e5a-b63d-a873872b0c25",
+ "name": "IPSUM",
+ "endDate": "2019-07-23",
+ "startDate": "2021-09-19",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "0cac6e85-c57a-4d08-be5d-95915a355aa3",
+ "siteRegistry": false,
+ "documentDate": "2020-07-08",
+ "receivedDate": "2017-02-09",
+ "uploadedDate": "2022-07-13",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "51b49652-429b-44ce-8d8d-91d36ea5bd84",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7a0d8496-3936-4857-897e-ce75da3c131f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5e37aaef-0169-4c36-bd52-3b1f6128c6d4",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "0702e19e-464b-4162-9fae-15ed1e804524",
+ "siteRegistry": true,
+ "documentDate": "2022-03-04",
+ "receivedDate": "2014-06-16",
+ "uploadedDate": "2017-05-16",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "65e2fa45-fef5-4456-86bf-38f7a4e79848",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "993bc604-e547-480d-a891-48f4e6364357",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-11-26 (described on Site Profile dated 2017-11-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "c8b2634f-e17e-4553-8f26-d11efdec58b9",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-03-21 (described on Site Profile dated 2020-03-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "35beeb4d-c6e1-412b-903a-14b516ebdef5",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-04-09 (described on Site Profile dated 2015-04-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "188925e7-55fa-40b8-b02f-3cb0a0e16cfb",
+ "siteRegistry": true,
+ "dateNoted": "2017-06-13",
+ "parcelID": "15941",
+ "crownLandUsePIN": "15828",
+ "crownLandFileNumber": "16466",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 2 DISTRICT LOT 5 PLAN 6830"
+ },
+ {
+ "uuid": "2ea1b5ec-e2b9-422c-a65e-c0605dfe44d5",
+ "siteRegistry": true,
+ "dateNoted": "2016-07-11",
+ "parcelID": "20283",
+ "crownLandUsePIN": "20898",
+ "crownLandFileNumber": "15953",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 5 DISTRICT LOT 1 PLAN 9313"
+ },
+ {
+ "uuid": "d6ca6676-31ae-457d-b896-844ed07b0b25",
+ "siteRegistry": false,
+ "dateNoted": "2015-12-25",
+ "parcelID": "20480",
+ "crownLandUsePIN": "18889",
+ "crownLandFileNumber": "19267",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 3 DISTRICT LOT 3 PLAN 6373"
+ },
+ {
+ "uuid": "492dc669-dc3e-4bd2-8b73-b2fe970003d0",
+ "siteRegistry": true,
+ "dateNoted": "2019-11-13",
+ "parcelID": "19589",
+ "crownLandUsePIN": "18074",
+ "crownLandFileNumber": "19783",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 4 DISTRICT LOT 5 PLAN 7393"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "ce9d7d47-a35b-4fc5-a333-becd650ab6cf",
+ "siteRegistry": false,
+ "dateReceived": "2017-03-13",
+ "dateCompleted": "2016-08-13",
+ "dateEntered": "2020-11-10",
+ "dateRegistrar": "2018-08-31",
+ "dateLocalAuthorityReceived": "2014-12-15",
+ "summary": "Doloremque iste quidem cumque deserunt.\nDolorem quibusdam consequatur corporis occaecati.\nVeniam eum soluta.",
+ "informationUsed": "Quasi accusantium veniam blanditiis enim odit mollitia.\nBeatae esse tenetur.\nIusto reprehenderit deleniti ratione architecto.",
+ "pastOrPresentOrders": "Unde voluptatum sint.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "9d2bf7e7-111c-4e75-87dd-97f5d1266528",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1de8a05d-7029-409f-bcfc-2eafc1f087d2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0948d107-8ee4-47df-ac36-aaddd19d4cf8",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a6a28082-ddf9-4d58-9420-50466dd268d9",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "6772f1b6-b9e9-4bec-b8a2-eb7fbf759b34",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUNZE LILLY",
+ "timestamp": "2019-04-10"
+ },
+ {
+ "uuid": "b8527901-2586-4ad0-9232-20e78a86d074",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LARSON JANIYA",
+ "timestamp": "2022-08-23"
+ },
+ {
+ "uuid": "aecede0c-98e3-4647-9861-590f89bdd222",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOORE ASHTYN",
+ "timestamp": "2022-08-20"
+ },
+ {
+ "uuid": "79b99366-7982-4383-a9ca-0be934b48701",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JACOBI TABITHA",
+ "timestamp": "2021-06-01"
+ },
+ {
+ "uuid": "906a9cac-d6c7-47c2-b4b8-ddcfdd420da6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SPORER VIDA",
+ "timestamp": "2016-05-05"
+ },
+ {
+ "uuid": "b6c7d3ce-824d-4b61-9532-970d81a54ed0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BLICK VILMA",
+ "timestamp": "2021-12-30"
+ },
+ {
+ "uuid": "652fe330-ab8b-43be-aad2-a1dd45c5e88c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "COLE ANAIS",
+ "timestamp": "2015-12-31"
+ },
+ {
+ "uuid": "a0dce402-eb5e-4d1f-98da-7f6e2ba296b0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DICKI HELMER",
+ "timestamp": "2022-11-22"
+ },
+ {
+ "uuid": "bd397d0c-431c-4d97-bf18-1383db38cafc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WOLFF JERMAINE",
+ "timestamp": "2017-12-13"
+ },
+ {
+ "uuid": "c10479bf-8de0-4933-b396-540bdc623118",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUPPE OSBALDO",
+ "timestamp": "2020-09-18"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "99710fab-fe41-42b3-b875-e8fc0ee556fc",
+ "dateNoted": "2023-06-27",
+ "notes": "",
+ "parcelID": "18430",
+ "siteID": "15488",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "04e02125-7db4-4bb6-bfa9-6a7262dd2f67",
+ "dateNoted": "2023-08-23",
+ "notes": "",
+ "parcelID": "17204",
+ "siteID": "16579",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1e9a51cb-0f7e-4e84-93ce-1c707c12a589",
+ "dateNoted": "2017-10-30",
+ "notes": "",
+ "parcelID": "18465",
+ "siteID": "17088",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "e926ebc1-4691-4fcf-9f8b-b29d06613458",
+ "siteID": 18872,
+ "address": "2712 Huels Parkways",
+ "latitude": 52.7675,
+ "longitude": -128.4093,
+ "lastUpdated": "2015-01-23",
+ "city": "Giovanifurt",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/12662",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3489513,
+ 8353830,
+ 780956,
+ 3093428,
+ 8422202
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "58b0c397-40fa-4d89-add9-15bdaa00a78f",
+ "createdAt": "2013-10-27",
+ "completed": "2016-01-25",
+ "initiated": "2023-01-01",
+ "ministryContact": "HILLL SARAH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5a139043-24fd-4999-8861-9abee71382d5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "54f90f57-0c22-44d1-b59f-ef5f163baa01",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "eda9f878-1b5d-4e71-a6c2-215816df6046",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "183aecec-7e3a-479d-bd11-f1eacddc2ddf",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "270ee667-8aa6-4e77-8cad-064c27d6012a",
+ "createdAt": "2014-05-10",
+ "completed": "2019-11-02",
+ "initiated": "2021-08-19",
+ "ministryContact": "PARISIAN LAVADA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d35a74ac-2018-4982-8420-d85098aca442",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cdd992f2-ec71-4558-a37a-8203d7c401b9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b7940811-59fb-4afe-9d02-1d3ab52b69e0",
+ "createdAt": "2021-11-03",
+ "completed": "2023-01-18",
+ "initiated": "2019-09-01",
+ "ministryContact": "FAHEY ALEXA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "aabd8a28-8075-431d-b700-bb4f57addfa7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "caa303d6-10f2-4fb0-904d-eeaf606d83fa",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9f5b1f80-8ba0-4816-b8b2-c01568d50305",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "1043ca8b-6aeb-426d-8475-da008244d319",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2017-11-11",
+ "startDate": "2022-04-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0c03edbc-fcab-4e00-8dae-a3724485826b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-12-13",
+ "startDate": "2013-12-15",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c22d88e3-ad7b-40cb-bf17-2dd234da70f0",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-02-04",
+ "startDate": "2018-05-01",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b4833bdb-18de-4dbb-bb66-b713c31245e1",
+ "name": "IPSUM",
+ "endDate": "2017-02-04",
+ "startDate": "2020-04-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "af30d0c8-f203-4892-9886-34a26e0225c9",
+ "siteRegistry": false,
+ "documentDate": "2017-11-26",
+ "receivedDate": "2016-06-05",
+ "uploadedDate": "2014-07-31",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "f9b3be71-16e3-408f-8469-6b75412d51e7",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "8effc3e9-6bb3-48ff-b90d-d600157831b8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7225251b-4beb-4cbd-adb1-a0c296226b03",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "3824efb3-38fc-4150-a755-6a56651ae6d9",
+ "siteRegistry": false,
+ "documentDate": "2016-02-15",
+ "receivedDate": "2023-05-21",
+ "uploadedDate": "2018-07-07",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "781d76b0-d980-45fb-9a24-df48053abc88",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4ce6e8fd-10be-44a2-aa2b-9d6c2f4433fc",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "3b3968a9-7767-4381-a3cc-d67dea6d282f",
+ "siteRegistry": true,
+ "documentDate": "2013-12-02",
+ "receivedDate": "2018-04-19",
+ "uploadedDate": "2017-11-25",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "f45a4693-478a-4a75-a2f1-94058739bf8b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "28fb3070-efdc-4698-911b-db5fc6068f49",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "239518fb-da99-4e32-a573-0494c469b5e8",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-02-23 (described on Site Profile dated 2022-02-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "a0589a2d-b110-4371-a567-8634374df349",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-09-22 (described on Site Profile dated 2020-09-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "127f2ac0-9a99-45fc-a0f4-f4d3ede414a5",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-05-22 (described on Site Profile dated 2023-05-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "01cb10af-54c5-4536-b9cb-f8cde20067a7",
+ "siteRegistry": false,
+ "dateNoted": "2018-09-16",
+ "parcelID": "18760",
+ "crownLandUsePIN": "20871",
+ "crownLandFileNumber": "17946",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 5 DISTRICT LOT 4 PLAN 5898"
+ },
+ {
+ "uuid": "d9279aa9-d643-4f9a-90a0-e6a25273a585",
+ "siteRegistry": true,
+ "dateNoted": "2021-03-27",
+ "parcelID": "19517",
+ "crownLandUsePIN": "17769",
+ "crownLandFileNumber": "16142",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 3 DISTRICT LOT 1 PLAN 7247"
+ },
+ {
+ "uuid": "3a6366e6-97e7-4330-ac57-0956da00d9e2",
+ "siteRegistry": true,
+ "dateNoted": "2014-12-21",
+ "parcelID": "15805",
+ "crownLandUsePIN": "17375",
+ "crownLandFileNumber": "17131",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 1 DISTRICT LOT 5 PLAN 7180"
+ },
+ {
+ "uuid": "7c72750b-7453-4663-bcc7-e0b5c2076f6c",
+ "siteRegistry": false,
+ "dateNoted": "2021-10-14",
+ "parcelID": "19091",
+ "crownLandUsePIN": "17614",
+ "crownLandFileNumber": "18858",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 5 DISTRICT LOT 3 PLAN 5397"
+ },
+ {
+ "uuid": "26f58ee6-a8fe-41e5-ab32-c120c071824e",
+ "siteRegistry": false,
+ "dateNoted": "2017-12-02",
+ "parcelID": "17202",
+ "crownLandUsePIN": "19641",
+ "crownLandFileNumber": "17659",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 3 DISTRICT LOT 5 PLAN 8800"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "f884a2af-0a10-4b84-ab66-e91b430d8bc0",
+ "siteRegistry": false,
+ "dateReceived": "2014-10-10",
+ "dateCompleted": "2014-06-04",
+ "dateEntered": "2016-11-27",
+ "dateRegistrar": "2022-07-29",
+ "dateLocalAuthorityReceived": "2016-05-10",
+ "summary": "Ut itaque praesentium iure repellat.",
+ "informationUsed": "Nemo exercitationem velit optio blanditiis eveniet accusantium vero eius.\nQuaerat optio debitis enim similique fugiat architecto repellendus facere mollitia.\nQuaerat ipsum nam a aspernatur odio earum eum atque.\nAccusantium assumenda asperiores quisquam ipsam veniam.\nRem nisi facilis rem nam praesentium vel.",
+ "pastOrPresentOrders": "Exercitationem et pariatur.\nPraesentium voluptatum delectus nobis quia sunt earum est laboriosam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a80fe683-da47-4a22-a506-46b00e171fc5",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "32f3bf46-35a3-4c51-a98d-44b0008f1ced",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "7056a03a-5805-4b5c-9bf7-1541c756befd",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BODE RAFAEL",
+ "timestamp": "2015-03-05"
+ },
+ {
+ "uuid": "4161711d-ed8e-4fd8-9afa-36fb58c83b35",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NOLAN JUANA",
+ "timestamp": "2019-11-10"
+ },
+ {
+ "uuid": "ac95b0fc-7801-47b5-89bc-377306e2e312",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CONROY DINA",
+ "timestamp": "2021-06-20"
+ },
+ {
+ "uuid": "99b4ae7d-3cce-42aa-9b33-6f4d48379a15",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WOLFF BIRDIE",
+ "timestamp": "2013-10-20"
+ },
+ {
+ "uuid": "2ada13a2-b698-4b67-990e-e6a5c27ad4b7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ARMSTRONG-STANTON STEPHON",
+ "timestamp": "2021-05-14"
+ },
+ {
+ "uuid": "b065d6b3-e1aa-490b-89c9-c8fc2f21e5d6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WARD JUNIUS",
+ "timestamp": "2018-06-07"
+ },
+ {
+ "uuid": "61ec6542-4f03-4528-bb6a-78473257cdc7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRITSCH HOSEA",
+ "timestamp": "2020-08-10"
+ },
+ {
+ "uuid": "4c8f6c55-b56c-4bb1-99e3-3cc84f4566ed",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEMKE ELDRED",
+ "timestamp": "2016-01-14"
+ },
+ {
+ "uuid": "3f1b9291-4f86-4c38-acc9-d6aaa7e289b3",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GRANT SHANIE",
+ "timestamp": "2016-10-14"
+ },
+ {
+ "uuid": "e60f9fe4-5d2d-46d5-8fe4-ebc7f6f3fc05",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "QUITZON CARMEN",
+ "timestamp": "2021-01-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "c06f8bff-9784-49cf-9ea4-c94bf32a0dc3",
+ "dateNoted": "2021-08-03",
+ "notes": "",
+ "parcelID": "18547",
+ "siteID": "18536",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b963d764-955b-4c1d-a91c-4ca817c4895d",
+ "dateNoted": "2020-01-02",
+ "notes": "",
+ "parcelID": "19709",
+ "siteID": "17276",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "89e9c0b3-2399-4c0d-8615-33cb16acf9ac",
+ "dateNoted": "2016-08-21",
+ "notes": "",
+ "parcelID": "18471",
+ "siteID": "18435",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "fe5a4ede-1b7d-4ab4-ba38-8b9c5ab9bc6c",
+ "siteID": 15519,
+ "address": "5935 Shanelle Key",
+ "latitude": 56.2756,
+ "longitude": -130.4647,
+ "lastUpdated": "2015-11-23",
+ "city": "Monterey Park",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/8993",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7276144,
+ 7179858,
+ 1912967,
+ 237259,
+ 8261513
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "43942299-413e-4f18-9ed5-9155f1e6526a",
+ "createdAt": "2023-04-13",
+ "completed": "2013-11-25",
+ "initiated": "2018-07-28",
+ "ministryContact": "HALEY GERALD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e745ed2b-4154-4937-873c-085ca423a502",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6e561bc0-b789-4dce-a911-57fd5085a3a6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d9da725b-aeb5-468c-b73e-5389c0088dbe",
+ "createdAt": "2016-05-17",
+ "completed": "2022-03-09",
+ "initiated": "2016-11-08",
+ "ministryContact": "GUTKOWSKI KODY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f5aa3f8e-f56f-4755-a377-c95e503e369a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "698f7367-5340-450c-93eb-a4fe40422401",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b0d0e742-8e71-441b-a87c-ab53a1abd601",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cfee1f9d-d120-45ff-9fc4-5d6da80f8108",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "bdba54d5-ae2c-43b0-a4cf-2de8633f43f9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-11-24",
+ "startDate": "2014-07-18",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "df40fb26-2380-4f8f-8a14-654ad078428c",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-11-13",
+ "startDate": "2018-01-21",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "a1b06a8c-1e54-4bea-823d-531eac44fa84",
+ "siteRegistry": false,
+ "documentDate": "2022-06-23",
+ "receivedDate": "2018-08-04",
+ "uploadedDate": "2017-05-18",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "a6dc589d-6763-45c2-8891-60e65d6c4dc0",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "8eeacd10-3f77-408f-8c31-152e6e2a54a5",
+ "siteRegistry": false,
+ "documentDate": "2021-02-10",
+ "receivedDate": "2016-01-11",
+ "uploadedDate": "2016-10-30",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "697c0b57-d817-4644-ab78-b770f63c4011",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "1ed31a5c-8035-4ea4-bffd-3d399a4ce2cb",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-03-07 (described on Site Profile dated 2017-03-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "fe90010d-952d-479c-9e80-75646959ead3",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-09-03 (described on Site Profile dated 2022-09-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "d897b1cf-a5cb-4c7f-ace0-87372235b9e0",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-02-10 (described on Site Profile dated 2019-02-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "67c15005-0bf7-4db5-9bf7-297527dd79f7",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-08-30 (described on Site Profile dated 2014-08-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "00c76073-2a80-459d-8834-2ca69da765cf",
+ "siteRegistry": true,
+ "dateNoted": "2023-09-18",
+ "parcelID": "16713",
+ "crownLandUsePIN": "15693",
+ "crownLandFileNumber": "17556",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 2 DISTRICT LOT 5 PLAN 4613"
+ },
+ {
+ "uuid": "0a7338a9-bdc1-448b-b711-a9431053ee68",
+ "siteRegistry": false,
+ "dateNoted": "2014-08-15",
+ "parcelID": "17402",
+ "crownLandUsePIN": "17158",
+ "crownLandFileNumber": "17878",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 4 DISTRICT LOT 2 PLAN 6897"
+ },
+ {
+ "uuid": "889b7485-953a-4e85-9db9-1bf72150d751",
+ "siteRegistry": false,
+ "dateNoted": "2015-09-21",
+ "parcelID": "20870",
+ "crownLandUsePIN": "17551",
+ "crownLandFileNumber": "18208",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 4 DISTRICT LOT 1 PLAN 5349"
+ },
+ {
+ "uuid": "ed6f45e8-a12b-48b6-9351-2f1e28a1682c",
+ "siteRegistry": false,
+ "dateNoted": "2019-02-24",
+ "parcelID": "18008",
+ "crownLandUsePIN": "19799",
+ "crownLandFileNumber": "16572",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 3 DISTRICT LOT 2 PLAN 6720"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "45ba1578-fcde-48c5-9bfc-72efc85c0a07",
+ "siteRegistry": true,
+ "dateReceived": "2016-02-02",
+ "dateCompleted": "2018-02-04",
+ "dateEntered": "2015-03-27",
+ "dateRegistrar": "2021-01-28",
+ "dateLocalAuthorityReceived": "2018-02-23",
+ "summary": "Eum animi error esse sed nisi doloremque omnis delectus fugit.",
+ "informationUsed": "Quod cum ducimus quibusdam facere.\nOptio hic officiis maxime similique quibusdam molestiae quidem.\nVoluptates magni odit officiis porro repellat omnis.",
+ "pastOrPresentOrders": "Ipsam dolorum quae debitis id ab eos magnam.\nNemo impedit tempora error aspernatur nisi consectetur unde numquam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "32c5874c-1b0e-4358-9a03-70194855bb9c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b1031296-c378-4c1d-8319-d60a4af29bbe",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "c0e110db-34e1-4f10-96ea-ee093a04db4b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "EFFERTZ TWILA",
+ "timestamp": "2023-08-31"
+ },
+ {
+ "uuid": "95354785-cc01-44a3-b7e6-028fbb2a4cb8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ABBOTT ALAN",
+ "timestamp": "2021-05-23"
+ },
+ {
+ "uuid": "b47800fa-26e3-43fb-9b63-40716c325850",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUPPE MARQUES",
+ "timestamp": "2016-10-15"
+ },
+ {
+ "uuid": "01a22371-67ee-4573-8b48-56e5be7dd94b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "YUNDT-DENESIK DEVANTE",
+ "timestamp": "2023-10-14"
+ },
+ {
+ "uuid": "6cb90cf6-79c8-4d38-8dbb-69b599ae960c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROLFSON ANSEL",
+ "timestamp": "2018-06-13"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "82911b9d-2794-4621-b154-aaebb3ec919d",
+ "dateNoted": "2014-03-05",
+ "notes": "",
+ "parcelID": "17278",
+ "siteID": "16978",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d127f00c-9ce1-4a0b-af40-49b20b8d62cb",
+ "dateNoted": "2023-04-14",
+ "notes": "",
+ "parcelID": "18903",
+ "siteID": "18063",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "477aaa82-a1bf-43d3-a044-6f8e0111bff7",
+ "dateNoted": "2016-01-23",
+ "notes": "",
+ "parcelID": "19670",
+ "siteID": "17454",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "f0b891cb-e003-4ff1-b8dd-f784eb2f5e59",
+ "siteID": 17088,
+ "address": "6935 Elmer Oval",
+ "latitude": 50.4261,
+ "longitude": -126.6187,
+ "lastUpdated": "2019-01-31",
+ "city": "South Alda",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/13273",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6952324,
+ 6676962,
+ 2603908,
+ 1191110,
+ 7785671
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "e31d79b0-9c6c-482e-a786-99445afbcc22",
+ "createdAt": "2022-06-08",
+ "completed": "2021-05-15",
+ "initiated": "2017-10-02",
+ "ministryContact": "BARTELL-HIRTHE CLARA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b6093883-815c-4e9d-b8a8-c1d15fe6cc60",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0f0cc22d-ffab-410d-a265-f8903500bced",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6cfb087d-0f04-4199-8080-83584d6bffb6",
+ "createdAt": "2021-04-08",
+ "completed": "2020-01-27",
+ "initiated": "2014-02-23",
+ "ministryContact": "KSHLERIN LILLA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "eb396fc4-8c93-4332-b925-4b91541224e6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e714fae6-4f82-45e1-8e58-66dab1033f86",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "133b3220-2896-4c76-84e3-51e95b224e98",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "46c4bf4c-e298-4590-a037-2487a06f9b99",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0438583e-c3ca-4abc-a852-de3966ece7b4",
+ "createdAt": "2022-05-04",
+ "completed": "2014-05-07",
+ "initiated": "2014-08-07",
+ "ministryContact": "WILL MAYA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "652d6e9c-edee-44d0-babf-a980a7be9a26",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8fc5c0f5-824e-4650-8452-7c453b4b0d2b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "168802ed-3156-4e5a-8571-e53c7d6f2a84",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "62d5385f-3751-4ce8-86f9-6e0d1f635804",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "484f14a7-c339-448b-8024-d7e99c192041",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "aa71f6a7-884d-4a49-a21c-2cfbdf269bd6",
+ "createdAt": "2022-12-06",
+ "completed": "2023-05-31",
+ "initiated": "2021-11-14",
+ "ministryContact": "WIEGAND TORRANCE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "cd949731-8a41-4385-b48e-2d20ba7fea70",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a5610a20-9858-42a4-8ad8-6d3a933a6963",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "07e0288d-4a66-4d11-a8b9-981f73905830",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5e5ffe13-94ad-4c9f-964c-d50f3ef2d02c",
+ "createdAt": "2017-01-31",
+ "completed": "2021-04-07",
+ "initiated": "2016-07-23",
+ "ministryContact": "CHRISTIANSEN ERICKA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8e829aef-a098-4c97-be70-c3a608800547",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2fb8ae96-f252-4b1d-880b-22b34061016e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4bdeb1cb-0d6b-47d0-9086-832afaf1a15c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "abdec954-f878-4e4f-af97-0856966bb0ac",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2014-11-29",
+ "startDate": "2022-09-16",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9723f5a4-5500-464d-98a3-d27685b10816",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-07-24",
+ "startDate": "2014-07-10",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "75dbc955-8cbc-436d-8b38-6fd343d70f28",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-09-06",
+ "startDate": "2015-06-03",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e2fc45f4-9338-40a8-9434-bd4014b44cc4",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-01-26",
+ "startDate": "2022-05-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "2cec238b-4f3a-4f33-a681-2c4f50312f2d",
+ "siteRegistry": false,
+ "documentDate": "2019-03-17",
+ "receivedDate": "2020-03-04",
+ "uploadedDate": "2022-11-26",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "885636fc-7973-41d4-98da-34aa92785c67",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "37eef502-ff16-4dd9-bde9-013ed16a1476",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-10-19 (described on Site Profile dated 2015-10-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "ced62e2a-b382-4fc9-9c4d-77637be6c6d2",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-12-15 (described on Site Profile dated 2021-12-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "d3bc6ed0-4cae-46a1-b4fd-82ac64638741",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-10-24 (described on Site Profile dated 2013-10-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "c96da8c7-9565-4dc9-b39d-174b1991b7a8",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-07-19 (described on Site Profile dated 2015-07-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "18ea0662-48b7-4aef-bd4b-475cd5e61056",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-09-30 (described on Site Profile dated 2019-09-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "0ca8c064-ede0-4bbc-868d-c79d08932f4a",
+ "siteRegistry": false,
+ "dateNoted": "2017-11-17",
+ "parcelID": "17101",
+ "crownLandUsePIN": "19934",
+ "crownLandFileNumber": "20529",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 4 DISTRICT LOT 3 PLAN 8927"
+ },
+ {
+ "uuid": "edcb441d-aede-4e25-af45-1c0758998efe",
+ "siteRegistry": true,
+ "dateNoted": "2018-08-09",
+ "parcelID": "19728",
+ "crownLandUsePIN": "18243",
+ "crownLandFileNumber": "19828",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 3 DISTRICT LOT 4 PLAN 8953"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "fbc07c28-5309-4b5a-b0ac-81a09d572a89",
+ "siteRegistry": true,
+ "dateReceived": "2023-01-06",
+ "dateCompleted": "2015-04-30",
+ "dateEntered": "2017-01-22",
+ "dateRegistrar": "2017-05-26",
+ "dateLocalAuthorityReceived": "2018-07-28",
+ "summary": "Inventore commodi occaecati praesentium officia quae excepturi.\nAssumenda quod magni sit.",
+ "informationUsed": "Cupiditate maxime corporis.\nFuga nam accusamus molestiae nesciunt perferendis id rerum cupiditate.\nQuibusdam suscipit distinctio velit.\nOmnis molestias sit architecto iste.\nDoloremque sapiente tempore id accusantium animi sapiente velit.",
+ "pastOrPresentOrders": "Molestias recusandae libero excepturi sint magnam expedita odio deserunt commodi.\nNam dicta eos atque voluptatem ipsam eos vitae.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "01c75a98-796f-4c16-97bb-28ea51967fd8",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7a2c1f28-6518-4bad-8bf8-bd80370ae8b2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "de5e538f-9046-4e8e-a153-310a6bc8aa7e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "716ee259-44cd-41c1-93cb-3923d61edd7b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "a102d0f2-4670-4bcc-865c-a02ca77dddc9",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEHNER HOWARD",
+ "timestamp": "2017-01-10"
+ },
+ {
+ "uuid": "cf03ac98-5480-49d7-9fa3-35807a6c21e2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROLFSON ANTONIETTA",
+ "timestamp": "2019-03-27"
+ },
+ {
+ "uuid": "b3307d7f-f2bd-4a79-86d4-1114c6835422",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SAWAYN BRANDO",
+ "timestamp": "2021-10-02"
+ },
+ {
+ "uuid": "5d5e2d9e-e9ca-48c7-8795-fca3afb0482f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GORCZANY ALEXYS",
+ "timestamp": "2018-02-27"
+ },
+ {
+ "uuid": "7ac60576-ffb2-47da-9b46-3ad460e3d1f7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'CONNELL MARLEY",
+ "timestamp": "2019-12-04"
+ },
+ {
+ "uuid": "e6636b6d-d84e-4cbd-bb15-94998f53f820",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MURPHY GWEN",
+ "timestamp": "2016-11-19"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "bc59eab2-c785-4ae0-be30-b212fa6300e7",
+ "dateNoted": "2016-02-07",
+ "notes": "",
+ "parcelID": "16699",
+ "siteID": "15352",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "9fd0e541-03ec-46da-aef0-5635ab88748e",
+ "siteID": 19119,
+ "address": "2740 Naomi Groves",
+ "latitude": 51.5948,
+ "longitude": -124.6307,
+ "lastUpdated": "2021-03-17",
+ "city": "Port Mollieside",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/14964",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8006331,
+ 7370001,
+ 1360668,
+ 1290515,
+ 5301604
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "5cb097b8-6e69-4ca9-b7fe-e8d34d4b5ea6",
+ "createdAt": "2020-08-18",
+ "completed": "2023-03-08",
+ "initiated": "2019-01-06",
+ "ministryContact": "BARTOLETTI NAOMIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b78be8b5-ad32-4493-9b15-b4246198e358",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fcec5018-d7a3-40b1-be3b-83afad9c4156",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ff939db8-95a1-4bb1-86f7-a94f983147a6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f9c7ea9a-563b-4adc-b3f9-2590a7e5718d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e3c72bbc-6f5d-491c-8d16-f6b77e493714",
+ "createdAt": "2014-02-03",
+ "completed": "2016-06-19",
+ "initiated": "2015-10-10",
+ "ministryContact": "SCHAMBERGER KRYSTINA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ecaec019-3faa-4360-bc5a-e3f64b31eacf",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "11f1f353-7f5c-47fd-97fd-2e698d1fa9bf",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b3fbc44b-65f2-4481-b280-d82801972c67",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "95f332ce-6460-49d4-aa74-8b43ea773bbe",
+ "createdAt": "2023-05-26",
+ "completed": "2017-09-07",
+ "initiated": "2019-03-03",
+ "ministryContact": "TREUTEL PATRICK",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e6b2d6e5-0bd5-476f-b625-e9208a4bb048",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f4d2efc2-8c2c-418d-b337-393dea2eeb05",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d1ec6637-bb5e-42f2-bc1b-57ab2088374e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8632d66d-2e5e-43b8-9d6a-555d80cd8328",
+ "createdAt": "2020-12-16",
+ "completed": "2022-07-15",
+ "initiated": "2021-04-08",
+ "ministryContact": "MCCLURE LARON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bd5f9457-4ddb-4e14-a6e7-532bcf47f89e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "90821102-64c8-49fb-841e-dcc1564c54e8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e90027cd-3931-4617-ba66-098e25b18a8f",
+ "createdAt": "2018-07-20",
+ "completed": "2013-12-20",
+ "initiated": "2016-12-10",
+ "ministryContact": "BOSCO ANDRES",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b9511451-2720-4532-b093-b894b3495339",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "abc57962-afc3-44a6-938e-971bc19af26d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "1304c0c7-63eb-4925-98ae-ca651e190397",
+ "name": "IPSUM",
+ "endDate": "2015-12-14",
+ "startDate": "2014-02-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "08b19ad9-9c01-4a6b-8357-8afaf7f1e87f",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-11-07",
+ "startDate": "2016-10-24",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5db139e2-1542-46c7-8c39-67c9aa96d7f4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-08-15",
+ "startDate": "2022-09-12",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "832d603e-24af-4955-bd27-d93ff15504a9",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2022-04-08",
+ "startDate": "2022-09-20",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "00f548c3-5734-47cd-8e4a-ff860664eff6",
+ "siteRegistry": true,
+ "documentDate": "2022-09-03",
+ "receivedDate": "2022-02-05",
+ "uploadedDate": "2019-01-11",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "78633dea-4e3d-485e-b032-2a2500eff410",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f57d0dff-9a15-43e0-be73-998000048723",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "88335452-3789-4b48-bb7a-024def7a1b70",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9b034e2a-96d6-4b2f-b481-9305b1714664",
+ "siteRegistry": false,
+ "documentDate": "2023-01-14",
+ "receivedDate": "2019-07-02",
+ "uploadedDate": "2014-07-04",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "2c3198cf-ab0b-43b4-aa91-7fc138957a7f",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "bf7f7a41-a723-4542-9899-5bbf7be0d62c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "0c35f3aa-6d4e-456b-a838-7b3ac13b7047",
+ "siteRegistry": false,
+ "documentDate": "2019-12-06",
+ "receivedDate": "2018-08-08",
+ "uploadedDate": "2017-12-05",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "96b6e34f-07fe-4885-bab3-32c1f7205ff2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e5b0ba39-9f48-4b60-b221-db56fdceadbd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "f0fe5923-a1fb-4214-83e5-695f5ce2f06f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-07-23 (described on Site Profile dated 2015-07-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "6ee7f16e-c6e8-4f84-b320-39f7c8d14918",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-05-04 (described on Site Profile dated 2020-05-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "88306d99-f2a1-40dc-bebb-54a5696582eb",
+ "siteRegistry": false,
+ "dateNoted": "2019-06-21",
+ "parcelID": "20158",
+ "crownLandUsePIN": "15686",
+ "crownLandFileNumber": "17838",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 2 DISTRICT LOT 3 PLAN 5858"
+ },
+ {
+ "uuid": "b1c59b8a-08e4-419e-9ed9-36312dffcd4a",
+ "siteRegistry": false,
+ "dateNoted": "2018-03-01",
+ "parcelID": "18924",
+ "crownLandUsePIN": "17437",
+ "crownLandFileNumber": "16866",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 5 DISTRICT LOT 3 PLAN 5474"
+ },
+ {
+ "uuid": "f00ced8e-3585-4726-876f-acdfd37548c5",
+ "siteRegistry": true,
+ "dateNoted": "2019-05-20",
+ "parcelID": "20549",
+ "crownLandUsePIN": "16191",
+ "crownLandFileNumber": "19327",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 3 DISTRICT LOT 4 PLAN 7561"
+ },
+ {
+ "uuid": "b7dc4981-7f89-47f3-9d0c-fca01673beec",
+ "siteRegistry": false,
+ "dateNoted": "2015-10-27",
+ "parcelID": "18258",
+ "crownLandUsePIN": "18104",
+ "crownLandFileNumber": "18158",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 2 DISTRICT LOT 3 PLAN 2941"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "29b576ee-9385-401c-950e-321af43f66d8",
+ "siteRegistry": false,
+ "dateReceived": "2018-02-22",
+ "dateCompleted": "2015-08-13",
+ "dateEntered": "2016-05-14",
+ "dateRegistrar": "2014-12-25",
+ "dateLocalAuthorityReceived": "2014-11-24",
+ "summary": "Deserunt assumenda quod unde.",
+ "informationUsed": "Repellendus nihil saepe saepe eligendi voluptate aut aliquam perferendis.\nOdit quos fugiat molestiae vitae saepe eaque odit.\nAlias dolorem fugiat placeat voluptatum nostrum.\nNatus eveniet perspiciatis provident consequuntur cumque non adipisci aliquam.\nVelit reprehenderit corporis fugit reiciendis unde perspiciatis laudantium reiciendis.",
+ "pastOrPresentOrders": "Velit autem itaque.\nQuia hic modi qui quaerat dolores sint.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "4cbf8598-f61f-4790-9acc-13566484b83c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6f68e393-c5f7-4fb5-ac47-f4a81792d472",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "22432135-1fcb-40fc-a3fe-7d8838c6e2a8",
+ "siteRegistry": true,
+ "dateReceived": "2021-09-28",
+ "dateCompleted": "2019-05-08",
+ "dateEntered": "2019-07-28",
+ "dateRegistrar": "2017-03-31",
+ "dateLocalAuthorityReceived": "2020-05-08",
+ "summary": "Quibusdam illum necessitatibus velit tenetur similique rerum beatae odit sint.\nVoluptatum consectetur porro ex.",
+ "informationUsed": "Quia odio repudiandae asperiores corrupti nesciunt nulla nostrum sunt nam.\nIllo dolorem voluptates odio sunt debitis quos dolorum dolorum.\nVoluptatum praesentium cumque architecto maxime optio voluptatem tempora quia quibusdam.",
+ "pastOrPresentOrders": "Nihil placeat adipisci inventore laboriosam velit nihil error labore.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b7e832a5-2f46-4dd9-b803-4f890d0baba8",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "93ec3d1b-638a-41e8-b011-98ea7aaac37e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b52474d8-9008-4962-944f-fdc33169e875",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c1ebaa54-94c2-4456-a126-0940bd974662",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "3dc29e90-3fe1-4c09-a7e2-0ba1e067657d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'CONNELL EWELL",
+ "timestamp": "2017-09-16"
+ },
+ {
+ "uuid": "eae4cc2b-ec8f-40a5-9c5e-4c6136a8a0de",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TROMP KARELLE",
+ "timestamp": "2016-03-18"
+ },
+ {
+ "uuid": "7c9e6e52-c309-4d7a-a6d0-e34f2a871984",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUSTER EARNESTINE",
+ "timestamp": "2019-03-16"
+ },
+ {
+ "uuid": "392306c6-3dc5-4c60-9e60-cd3366ec4e1b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROBERTS ZANE",
+ "timestamp": "2021-09-21"
+ },
+ {
+ "uuid": "ae140420-486d-4488-9a3a-078385a2248f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DANIEL ANTONE",
+ "timestamp": "2018-10-26"
+ },
+ {
+ "uuid": "36b87e30-a963-42c6-a2e0-6182ca8b2085",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WAELCHI BRISA",
+ "timestamp": "2023-04-02"
+ },
+ {
+ "uuid": "46d5ed58-990f-4fbe-935f-e1deb074c12a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAYES SAMARA",
+ "timestamp": "2023-01-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "70a68709-6491-4b12-94ef-dce18233f8a1",
+ "dateNoted": "2015-08-26",
+ "notes": "",
+ "parcelID": "18757",
+ "siteID": "19588",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "76af2418-7920-4e68-9e6a-053e20d32436",
+ "siteID": 16344,
+ "address": "110 Stehr Land",
+ "latitude": 48.6346,
+ "longitude": -121.889,
+ "lastUpdated": "2015-01-29",
+ "city": "Evangelineport",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/2853",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 118805,
+ 4497946,
+ 5684901,
+ 9082724,
+ 4308316
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "21240ae9-2a53-4fb1-bc42-328fd35e6efa",
+ "createdAt": "2021-07-28",
+ "completed": "2019-03-18",
+ "initiated": "2018-02-20",
+ "ministryContact": "MAGGIO ART",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "30f4601a-5489-4719-be72-f6ac72bdb646",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e60d0aef-8580-45ed-8802-623e186ca54b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b099be65-eaba-4679-88f8-0d4fc509ccf1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "04cc4e43-edc2-47ab-80e3-8c4ccda60ff0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d4d0b1ea-bc8f-46bc-9e2d-11cacc6de2f5",
+ "createdAt": "2018-06-18",
+ "completed": "2020-06-10",
+ "initiated": "2017-12-21",
+ "ministryContact": "GOLDNER AGUSTIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "eaf82c4b-9119-432e-beba-591dd0fc8fb9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1b9da4fe-cb7c-4c44-9f0c-8ff8e32853be",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3113dbce-63d8-4b23-8aa2-477aee8b1a02",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "761f9cf9-540f-4f4e-b24f-4d9d6cd82986",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4bb6d653-2821-4fcd-abd3-176223e5d510",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4e058a02-1ac3-4072-972d-e4e15ebfaddc",
+ "createdAt": "2021-02-01",
+ "completed": "2016-08-18",
+ "initiated": "2021-07-26",
+ "ministryContact": "D'AMORE MARA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bc6fbb64-6942-4bf8-8ee7-28ae18243e91",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9d62c697-c349-48dc-9063-ab5d2b2747d0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "f953a109-8b83-4f45-a307-972b41b731a9",
+ "name": "IPSUM",
+ "endDate": "2020-08-11",
+ "startDate": "2014-03-10",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "482a2f65-1d0b-4268-899d-1406def9c319",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-04-04",
+ "startDate": "2018-09-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "380927fc-740e-4a9b-ae23-bf900f8c2db1",
+ "siteRegistry": true,
+ "documentDate": "2018-03-16",
+ "receivedDate": "2022-10-21",
+ "uploadedDate": "2022-05-04",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "6eabd0a9-d88e-4cc9-a538-cc890d2af0cd",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "730620b9-fc5b-417b-883e-b18faee7b5f8",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e2bc7f77-d532-435b-af56-955b908bde1a",
+ "siteRegistry": true,
+ "documentDate": "2015-08-28",
+ "receivedDate": "2016-12-09",
+ "uploadedDate": "2022-10-22",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "f296e37c-4eaf-4141-bf9c-1239f06317a3",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "146410f6-5e0d-469b-a1d3-715ec30a4ffd",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "82ed75a0-dc01-4476-8e78-538313e88255",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-06-22 (described on Site Profile dated 2018-06-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "3e72eee7-5cc7-4faf-92a4-41caafb3a8b2",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-08-05 (described on Site Profile dated 2018-08-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "073543b8-67b2-4a08-adbc-39a6f2a88a5f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-04-02 (described on Site Profile dated 2019-04-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "2bbf9312-3a72-43e1-add7-017797b49e94",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-07-10 (described on Site Profile dated 2022-07-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "04977d2e-d906-4e54-a66c-256d4306bf48",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-10-18 (described on Site Profile dated 2020-10-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "4dd4422c-75ef-440c-97da-9ccbc3813ea8",
+ "siteRegistry": true,
+ "dateNoted": "2015-01-14",
+ "parcelID": "20430",
+ "crownLandUsePIN": "17419",
+ "crownLandFileNumber": "15954",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 5 DISTRICT LOT 2 PLAN 9572"
+ },
+ {
+ "uuid": "66898cd6-f670-40d9-bd3d-d56c5dbf343a",
+ "siteRegistry": true,
+ "dateNoted": "2020-04-10",
+ "parcelID": "15738",
+ "crownLandUsePIN": "18113",
+ "crownLandFileNumber": "17613",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 3 DISTRICT LOT 1 PLAN 5809"
+ },
+ {
+ "uuid": "1b32a4b5-15ca-434d-b205-cabe7dbf1175",
+ "siteRegistry": true,
+ "dateNoted": "2014-06-07",
+ "parcelID": "18200",
+ "crownLandUsePIN": "20861",
+ "crownLandFileNumber": "16538",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 5 DISTRICT LOT 4 PLAN 3221"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "7fc674ee-629c-486a-8878-a5108b8f8028",
+ "siteRegistry": true,
+ "dateReceived": "2022-12-28",
+ "dateCompleted": "2018-07-05",
+ "dateEntered": "2017-07-30",
+ "dateRegistrar": "2022-12-26",
+ "dateLocalAuthorityReceived": "2023-04-29",
+ "summary": "Esse nam excepturi porro quasi nihil.",
+ "informationUsed": "Officiis veniam earum nulla assumenda natus fugiat ut ratione.\nEaque deleniti consequuntur accusantium eius deleniti.\nNulla ea vel laudantium sapiente voluptates temporibus quidem animi.\nAsperiores fugiat dolor at.",
+ "pastOrPresentOrders": "Eligendi aliquid delectus sunt vel neque.\nAsperiores exercitationem mollitia impedit recusandae saepe ipsa possimus commodi dolorem.\nVoluptates quos vel neque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "c19e11d7-33b3-4272-931f-58d321231edc",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f0198cde-6f27-42a9-857c-3d71459acd59",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f472f2aa-1434-4b69-9141-04defe9e8c7e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "332a1ae8-1911-4dd0-a18e-77d5320dc4a4",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "841fb8b9-4860-47c5-9c9c-705eca4ea547",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GULGOWSKI ALTA",
+ "timestamp": "2018-03-14"
+ },
+ {
+ "uuid": "4352b01d-e16c-4b06-890e-1f84e1d59864",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MANTE WYATT",
+ "timestamp": "2019-12-14"
+ },
+ {
+ "uuid": "5bbbdd79-d55a-4fa7-861e-dd0d28fb5439",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FAHEY JEROME",
+ "timestamp": "2018-08-24"
+ },
+ {
+ "uuid": "d9c39a89-53e0-4074-9c6e-81b7afadd5f3",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRONA ARACELY",
+ "timestamp": "2023-08-07"
+ },
+ {
+ "uuid": "51da138a-8f86-4b16-a76f-4e655f5e42f6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "COLE ISABEL",
+ "timestamp": "2015-02-22"
+ },
+ {
+ "uuid": "bbe8ed80-2a61-4945-b70b-faef0a36bc6b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GRAHAM NORWOOD",
+ "timestamp": "2023-05-02"
+ },
+ {
+ "uuid": "87af9b01-4cb9-460c-80d7-12afd861693a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HANE LINWOOD",
+ "timestamp": "2017-08-03"
+ },
+ {
+ "uuid": "a40e4ecd-b493-4012-9459-191b8d64848e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KLEIN BRANDT",
+ "timestamp": "2015-02-19"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "5c963118-84ee-4a13-b1bd-9fa8a1d420d0",
+ "dateNoted": "2022-11-16",
+ "notes": "",
+ "parcelID": "20905",
+ "siteID": "20786",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "29946053-e9bd-42e1-b5aa-fecbd6494273",
+ "dateNoted": "2022-02-02",
+ "notes": "",
+ "parcelID": "16937",
+ "siteID": "18229",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "465aa68a-5537-427d-a779-6c4f888fe75c",
+ "siteID": 16834,
+ "address": "59225 Willms Parkway",
+ "latitude": 49.7849,
+ "longitude": -124.2027,
+ "lastUpdated": "2019-07-22",
+ "city": "Spencerstead",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/3125",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 2363548,
+ 2336776,
+ 7187990,
+ 9723917,
+ 2479146
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "d6c54598-6329-4104-90ca-078f2ca52a9f",
+ "createdAt": "2014-10-17",
+ "completed": "2023-09-06",
+ "initiated": "2021-11-03",
+ "ministryContact": "KOEPP FRIEDA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9dca2e7c-9fe3-4667-8630-62d90fe1327f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e7172b93-974a-4104-a265-ff0c1edfe1ef",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f17a47d7-2410-4f5f-9de1-2fd0409d1198",
+ "createdAt": "2019-02-01",
+ "completed": "2020-10-12",
+ "initiated": "2018-02-19",
+ "ministryContact": "SCHUSTER ZION",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1d842b4a-97a1-4e67-a5bd-0137ef4b329d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "178bede5-bbec-4229-8f70-505a1d69af79",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "79323f92-b5ac-4224-9bd5-0682402afb82",
+ "createdAt": "2018-04-23",
+ "completed": "2018-04-02",
+ "initiated": "2016-08-09",
+ "ministryContact": "WINTHEISER ROSS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "db3ca00b-6af9-4f4f-9e7f-6af339047a20",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b7c2af64-8a67-4681-a93f-ce17357dcc2d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1ef59571-d4dd-4290-9c80-09b4c5bfc33d",
+ "createdAt": "2018-12-06",
+ "completed": "2020-10-22",
+ "initiated": "2014-05-20",
+ "ministryContact": "DUBUQUE-LEFFLER ENOLA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "05a95811-6dc8-4354-955a-3228ef2d5c85",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e1274508-709d-48f6-8158-4c7682a8b64d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "965baba0-a240-476a-9fce-55b28fe4e64b",
+ "createdAt": "2022-02-03",
+ "completed": "2019-08-31",
+ "initiated": "2017-03-12",
+ "ministryContact": "LOCKMAN NYA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "870432b1-8de1-4092-8108-ae806fa1dcd3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "10fdbf6f-dc73-48a4-bab7-c6fba80bf925",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "263568f3-2b94-46c0-8589-4d7b8758b468",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c005926e-9893-49f1-9db2-4c2cb5f67901",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0613aad7-9bc4-48e5-9272-f50535319030",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "6dc8d373-658b-4fac-8309-5e1713382b89",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2017-05-24",
+ "startDate": "2022-09-07",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "87fe3eff-b62d-440c-bdff-1bdc07f3b0cc",
+ "name": "IPSUM",
+ "endDate": "2020-04-10",
+ "startDate": "2018-03-11",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "23afd976-7f74-449f-b194-4dfd7b647044",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-11-01",
+ "startDate": "2023-09-05",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "35b72ff6-552e-4d2c-8085-8dea9bade9c5",
+ "name": "IPSUM",
+ "endDate": "2017-02-15",
+ "startDate": "2020-12-21",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "5839466e-f315-4f64-8e21-e4e04362f4b0",
+ "siteRegistry": true,
+ "documentDate": "2015-02-18",
+ "receivedDate": "2018-08-25",
+ "uploadedDate": "2019-08-18",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "b93181f2-c2c0-4c4a-804c-b5f4d302f4cb",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d4977a6e-eb84-4ffe-a23f-063cb88a0b6f",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "aefaaa38-ba66-48bd-b136-3af58e64c8a6",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "45cc7f10-2a88-4b23-8434-079d4b81b772",
+ "siteRegistry": false,
+ "documentDate": "2021-06-02",
+ "receivedDate": "2016-02-15",
+ "uploadedDate": "2022-10-24",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "30be4316-3eb4-4d1a-b994-8c8731531b11",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "40803635-f591-42c5-ac8a-abd0885968b6",
+ "siteRegistry": false,
+ "documentDate": "2015-09-15",
+ "receivedDate": "2017-05-01",
+ "uploadedDate": "2019-01-14",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "d2352640-66ad-4c62-848c-6b78ad273390",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "c34d5f28-80c9-4a41-b030-ab597e658e93",
+ "siteRegistry": true,
+ "documentDate": "2015-03-05",
+ "receivedDate": "2015-06-29",
+ "uploadedDate": "2019-11-17",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "61025b6c-d469-416e-8996-b179a78c4b46",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "d4bbf037-1569-422b-9c91-7a5b161644be",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-12-23 (described on Site Profile dated 2018-12-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "bf9cc00d-a6f4-48cc-af5d-0987d7dc376d",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-03-21 (described on Site Profile dated 2018-03-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "9cf8208c-b73e-4eca-b844-4c45eb9ffe37",
+ "siteRegistry": false,
+ "dateNoted": "2014-09-17",
+ "parcelID": "19167",
+ "crownLandUsePIN": "20242",
+ "crownLandFileNumber": "20837",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 3 DISTRICT LOT 4 PLAN 9511"
+ },
+ {
+ "uuid": "34e2256d-a021-4d4e-bc2b-7e0ad5a5f637",
+ "siteRegistry": false,
+ "dateNoted": "2021-06-30",
+ "parcelID": "18329",
+ "crownLandUsePIN": "20983",
+ "crownLandFileNumber": "18427",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 3 DISTRICT LOT 3 PLAN 7244"
+ },
+ {
+ "uuid": "9d7994ba-9c6a-4f2d-859f-e24aa024a7dd",
+ "siteRegistry": false,
+ "dateNoted": "2022-01-08",
+ "parcelID": "15216",
+ "crownLandUsePIN": "17750",
+ "crownLandFileNumber": "18832",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 5 DISTRICT LOT 3 PLAN 6893"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "1edf2082-95e8-448f-b6ff-65a6989a9ea1",
+ "siteRegistry": false,
+ "dateReceived": "2020-08-28",
+ "dateCompleted": "2021-05-15",
+ "dateEntered": "2014-07-20",
+ "dateRegistrar": "2017-12-02",
+ "dateLocalAuthorityReceived": "2022-09-07",
+ "summary": "Doloremque aperiam facilis quam.\nCulpa libero assumenda et reprehenderit delectus ipsa.\nEius eaque animi fuga.",
+ "informationUsed": "Exercitationem omnis nemo quisquam atque perspiciatis saepe veritatis.\nNisi suscipit placeat officiis autem atque quibusdam veritatis molestiae nam.\nIpsum optio modi.",
+ "pastOrPresentOrders": "Facilis ex quo impedit in aliquid atque voluptatum enim.\nQuisquam consequuntur enim quia occaecati illo.\nReiciendis eos modi earum ab odit ducimus culpa distinctio.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "5bf7b670-c88f-422e-bae9-e2ca6ca80b09",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "af4638c8-f4e9-493a-9975-14e064084889",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "89a9ec62-8b35-46ee-8fa1-a3fd5ea2f449",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "93a4b83a-2744-4643-933f-7b5a82779e3c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUVALIS LUCIENNE",
+ "timestamp": "2015-01-31"
+ },
+ {
+ "uuid": "64cea53e-310a-40ed-bda5-0b4ebe1d0419",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VEUM SCOTTY",
+ "timestamp": "2018-10-10"
+ },
+ {
+ "uuid": "b07ef364-4db4-467c-a278-47966e0b80e4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TORPHY JOANIE",
+ "timestamp": "2022-06-26"
+ },
+ {
+ "uuid": "f35380f3-1616-4da2-b07f-9737e573e774",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CUMMINGS VELVA",
+ "timestamp": "2018-12-02"
+ },
+ {
+ "uuid": "336ddfda-9285-4e1c-bd71-aaf84db07d4f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MURRAY ANGELITA",
+ "timestamp": "2018-01-14"
+ },
+ {
+ "uuid": "28285930-86a9-43e0-950c-d8a07e80b52a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HILLL JUNIOR",
+ "timestamp": "2015-07-23"
+ },
+ {
+ "uuid": "235b7e99-26c1-4f1e-a928-4586f3eb1da7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SAWAYN MARIETTA",
+ "timestamp": "2015-03-10"
+ },
+ {
+ "uuid": "77ac0e77-f8da-4913-a2fa-a8b380f33384",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SATTERFIELD PIERCE",
+ "timestamp": "2020-12-16"
+ },
+ {
+ "uuid": "6fc72113-a8ad-4aa0-9cd0-21d4f0d31f76",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "COLE MAKAYLA",
+ "timestamp": "2017-09-21"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "68989fc9-753f-4316-bd9f-4c1e7676bff0",
+ "dateNoted": "2013-10-29",
+ "notes": "",
+ "parcelID": "20667",
+ "siteID": "15587",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a9fd4f8d-3212-4df4-bc05-75f2d7918a24",
+ "dateNoted": "2015-06-24",
+ "notes": "",
+ "parcelID": "19507",
+ "siteID": "20343",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "99de5272-3fa3-40b1-8ccf-f97e9200ddac",
+ "siteID": 20234,
+ "address": "849 Gregoria Throughway",
+ "latitude": 50.0978,
+ "longitude": -128.8016,
+ "lastUpdated": "2018-08-16",
+ "city": "West Mckenna",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/19892",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4737010,
+ 9674465,
+ 7152655,
+ 892251,
+ 4396861
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "75d799ff-1d94-44a2-859c-b0f6b636b811",
+ "createdAt": "2015-01-31",
+ "completed": "2019-08-29",
+ "initiated": "2020-10-10",
+ "ministryContact": "DARE ARDELLA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "61f35393-d8ce-4a1e-81fb-3ebd14356771",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8687ef9c-6d72-4c7e-a549-38314802f4cb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7bf8ed71-697c-4e99-9f03-639a1c232eb3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "570bc32d-f08d-4e2a-9658-6e16a7511cf5",
+ "createdAt": "2018-10-28",
+ "completed": "2015-02-17",
+ "initiated": "2014-01-19",
+ "ministryContact": "MUELLER BRIAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ef5b55e1-9d93-43a9-9ad8-a68adbe8bb06",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ea55a9c2-2ada-4d35-8bcd-d426ca9a321d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "12f9dafd-8a51-49e8-a050-afc5d5ea8e15",
+ "createdAt": "2014-07-02",
+ "completed": "2022-02-11",
+ "initiated": "2020-02-04",
+ "ministryContact": "RYAN GIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e6eac458-c2b4-420b-8e6a-fb310667ed6a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "623867d5-1957-4c77-ade2-5f533c236664",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1ac8ffcb-105c-4df1-8480-e09ff5592ae4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ac38df03-8888-4ab5-87a3-8b5d8f85d7d0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fe4f151c-36a0-493c-b4f1-84580aea1651",
+ "createdAt": "2023-05-12",
+ "completed": "2021-09-22",
+ "initiated": "2018-10-28",
+ "ministryContact": "GRANT ALISON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c90a97c8-161a-44a4-96f4-052ca407f25a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8440196b-3743-4e80-a32c-9e37462bc7ec",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "da378230-a209-4717-8052-a6200e788a18",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2e78a425-d378-4e86-a8d5-ee3e3c459c6c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2edd7aec-21d6-4606-bd4f-b596755e601f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d272e408-484a-46b3-bc94-1985d882a652",
+ "createdAt": "2016-01-23",
+ "completed": "2015-03-02",
+ "initiated": "2021-02-01",
+ "ministryContact": "BRUEN RAINA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e17a9d06-1600-4495-a542-204fcebc9800",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "460cd6fd-9d30-46a6-96c9-641194c4030f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ca4a9563-4c5b-4794-86b6-25e9400fa462",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "0682f11f-354e-4b5c-bdf6-9ed9ef91d7fd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-07-28",
+ "startDate": "2014-08-04",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "058cbafd-a206-41ad-b8b6-9bdb8769d9c8",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-03-22",
+ "startDate": "2020-11-05",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4bdf8041-6193-40a9-9e84-644827091657",
+ "name": "IPSUM",
+ "endDate": "2017-07-13",
+ "startDate": "2019-07-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "61ad211e-4b1b-4e59-b08b-020465c03b13",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-09-09",
+ "startDate": "2016-05-04",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4cb598f7-f517-4df2-a2e3-774c50ed0a57",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2023-01-05",
+ "startDate": "2015-07-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "9f51d49b-f0bd-46f9-a9e4-186db589431a",
+ "siteRegistry": false,
+ "documentDate": "2021-07-08",
+ "receivedDate": "2014-09-18",
+ "uploadedDate": "2021-03-16",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "cafd0e48-bd2a-42fd-b69d-fd47eaaf4fb4",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "79afa443-94c3-45ae-be4f-e1918460ec1b",
+ "siteRegistry": true,
+ "documentDate": "2014-06-08",
+ "receivedDate": "2018-01-09",
+ "uploadedDate": "2017-08-26",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "f06729a3-c6df-4f69-bbd9-ff6e8da5d476",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b9ae3bdf-370c-4f15-ad62-4119c7002903",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "1f691b16-b553-40a3-b9fe-750f96bf982c",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-07-03 (described on Site Profile dated 2019-07-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "64db3cef-4f06-444a-8477-2c8a512d9967",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-03-26 (described on Site Profile dated 2021-03-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "8ec2f6f0-841f-4c60-ac88-38d084d3ac8f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-11-26 (described on Site Profile dated 2021-11-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "28af77b8-5859-4b40-9845-4f0c72b0902d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-11-13 (described on Site Profile dated 2018-11-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "e53f427b-57d3-49ea-8d50-6c8be062efee",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-07-20 (described on Site Profile dated 2014-07-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "d3b9e408-44eb-4a4f-b029-83de27eb6ec6",
+ "siteRegistry": false,
+ "dateNoted": "2015-06-19",
+ "parcelID": "20519",
+ "crownLandUsePIN": "17612",
+ "crownLandFileNumber": "18255",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 3 DISTRICT LOT 1 PLAN 3077"
+ },
+ {
+ "uuid": "7e7f96ea-eb4a-4389-ac15-e284f5fbf96e",
+ "siteRegistry": true,
+ "dateNoted": "2014-10-08",
+ "parcelID": "17970",
+ "crownLandUsePIN": "17880",
+ "crownLandFileNumber": "20474",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 3 DISTRICT LOT 2 PLAN 6487"
+ },
+ {
+ "uuid": "e9db7753-fb59-43c6-9986-bf5f5ffee31f",
+ "siteRegistry": true,
+ "dateNoted": "2015-02-06",
+ "parcelID": "18707",
+ "crownLandUsePIN": "20286",
+ "crownLandFileNumber": "16145",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 4 DISTRICT LOT 3 PLAN 6006"
+ },
+ {
+ "uuid": "44e45354-0906-4b6a-8093-a5a58b80577c",
+ "siteRegistry": true,
+ "dateNoted": "2017-09-22",
+ "parcelID": "17695",
+ "crownLandUsePIN": "19664",
+ "crownLandFileNumber": "19757",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 5 DISTRICT LOT 5 PLAN 4677"
+ },
+ {
+ "uuid": "c21ffaa9-84b3-4026-9657-aa3e083260b9",
+ "siteRegistry": true,
+ "dateNoted": "2017-09-22",
+ "parcelID": "15911",
+ "crownLandUsePIN": "20160",
+ "crownLandFileNumber": "19341",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 3 DISTRICT LOT 3 PLAN 7606"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "b4586f5a-823d-40c2-8f15-9a7b97675530",
+ "siteRegistry": true,
+ "dateReceived": "2018-01-04",
+ "dateCompleted": "2018-01-19",
+ "dateEntered": "2020-05-01",
+ "dateRegistrar": "2021-11-26",
+ "dateLocalAuthorityReceived": "2021-02-09",
+ "summary": "Eum eveniet dicta qui corrupti esse ullam molestias ipsa.\nDolorem ipsa exercitationem id iusto voluptatem perferendis magni minima.",
+ "informationUsed": "Nemo asperiores vero mollitia perspiciatis fuga aut voluptates eveniet eligendi.\nLaborum velit assumenda reprehenderit libero minima ad quos maiores dignissimos.\nNobis ut autem aliquam rerum.\nNam quam quaerat aut aspernatur repellendus.",
+ "pastOrPresentOrders": "Deleniti voluptatem quia.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "57310edb-becb-43a7-8031-0ca8e30b0f59",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "daa20f27-0858-4c53-9113-5def37aa4952",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d21632b1-b029-4220-b161-aa5ac5d2f9df",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "86ccec86-247e-45e7-8e08-179d617f457e",
+ "siteRegistry": true,
+ "dateReceived": "2019-07-09",
+ "dateCompleted": "2014-06-05",
+ "dateEntered": "2019-11-21",
+ "dateRegistrar": "2017-07-23",
+ "dateLocalAuthorityReceived": "2019-09-30",
+ "summary": "Inventore vel similique recusandae amet soluta.",
+ "informationUsed": "Ullam corrupti aut at quia.\nFugiat fugiat sed quas ab rem nostrum.\nQuo pariatur sint reiciendis.",
+ "pastOrPresentOrders": "Ratione exercitationem harum expedita nihil dolor molestiae repellendus.\nIpsam non nostrum veniam odit.\nVoluptatem occaecati tempore soluta nihil adipisci.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "addacaf6-7802-4443-a86d-7f2000f6a687",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8bd69d3a-7ce4-42dd-a844-799e035365c2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "70eedc1a-8cd4-4f8f-badb-b515d5510bee",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "7c5f54e8-cd82-4275-8f71-2595fe9297fc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CHRISTIANSEN MADYSON",
+ "timestamp": "2019-12-27"
+ },
+ {
+ "uuid": "2fdf45d8-6d12-49bd-8d1e-e535bae37d3d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FEENEY THURMAN",
+ "timestamp": "2019-01-09"
+ },
+ {
+ "uuid": "01366160-cf1b-44e2-94dc-0a4e7bcf650b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CROOKS OREN",
+ "timestamp": "2019-10-20"
+ },
+ {
+ "uuid": "803ee2ee-f853-4c5b-9568-1df6418e09b1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ADAMS ALBERTA",
+ "timestamp": "2020-10-21"
+ },
+ {
+ "uuid": "9929ecbe-0ffa-4420-acce-ae7ef2779439",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SPINKA EMERSON",
+ "timestamp": "2017-06-08"
+ },
+ {
+ "uuid": "07ae6512-9cbf-4d20-a9a7-110fc30eef1c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ANKUNDING BRYCE",
+ "timestamp": "2019-11-30"
+ },
+ {
+ "uuid": "8d42e26c-69bf-49fd-a6a6-bfac0c5afd82",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NADER MAGALI",
+ "timestamp": "2016-04-15"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "2540896a-2992-4681-a615-857538b71ee7",
+ "dateNoted": "2018-01-15",
+ "notes": "",
+ "parcelID": "20421",
+ "siteID": "15519",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5b0ef365-0eb5-4b97-b249-bc453b5dc405",
+ "dateNoted": "2021-11-21",
+ "notes": "",
+ "parcelID": "19382",
+ "siteID": "19921",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "ec75c2c3-b7f0-4448-b4d1-9fe82461149f",
+ "siteID": 17114,
+ "address": "61728 Vivianne Cove",
+ "latitude": 49.9698,
+ "longitude": -127.6364,
+ "lastUpdated": "2016-01-02",
+ "city": "Gulgowskimouth",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/3224",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 944703,
+ 3118434,
+ 6424990,
+ 5164242,
+ 3908696
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "5e283913-bfa0-4d77-9059-2176c24713a0",
+ "createdAt": "2015-12-12",
+ "completed": "2017-12-13",
+ "initiated": "2021-12-02",
+ "ministryContact": "O'CONNELL VERN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d2488ffa-f8f8-4686-b047-139072876d59",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5299af78-d30a-45b8-8858-28d561f54714",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "103fb526-b916-4cac-8e82-e229012f57ee",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1e83044b-80a4-40b8-a18c-1b921fe09c0f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "43baa69e-5e1b-4e0c-b6de-0f065db6f00f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "11851352-d239-4a3a-a124-d570cc15c412",
+ "createdAt": "2019-06-11",
+ "completed": "2018-07-08",
+ "initiated": "2021-01-03",
+ "ministryContact": "REILLY FLORENCE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "49ee3128-74b5-41b8-8bd5-f3771f9eb065",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "096308eb-d51f-48c5-b216-bd8fe065dc19",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "14eb9116-aa38-4d8c-b82c-6ef5d44d2d43",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cc904e63-a7a5-461c-b3bc-9490327cb28a",
+ "createdAt": "2021-05-14",
+ "completed": "2023-03-27",
+ "initiated": "2021-01-08",
+ "ministryContact": "JACOBSON LOWELL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d2dcf77e-0384-438c-929b-e751e6dc5c28",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c9bcde0c-b8c9-4518-b0b5-f065c8d62275",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "37dfa95b-8f8a-4aac-ad9b-e45f4bdc4285",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9418fe77-cb7d-45ea-979e-35f221772ec9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "24e45f02-f19a-4163-af20-52620245bd2d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0410dc14-ad2d-4237-a8ac-639173505170",
+ "createdAt": "2014-02-02",
+ "completed": "2015-11-03",
+ "initiated": "2019-01-21",
+ "ministryContact": "KRAJCIK BERNADETTE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "0c466e97-a17f-4764-8c9d-ca3f3699340d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b1e3927b-ece4-4eb3-bcd9-9e80f8773335",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "db5a522a-7cec-4f3b-9db5-20301f5df8c7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a632b9ef-174b-44a9-a011-e5f6d1cefaef",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "d8590181-d556-4f26-991b-65f5f4f84806",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-08-22",
+ "startDate": "2023-07-02",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "107e3db9-136e-487f-94e4-26fdf6dc23f1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-06-18",
+ "startDate": "2022-04-20",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ca8b8cd1-2751-44d3-b1fe-a5f3f7fdb1cd",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-08-05",
+ "startDate": "2014-07-01",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "5cd580fc-b17f-4f4d-a266-5d48558aaa6d",
+ "siteRegistry": false,
+ "documentDate": "2022-04-21",
+ "receivedDate": "2019-01-09",
+ "uploadedDate": "2017-03-21",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "4f5d3c86-cf9a-4fcf-b096-90325bdfb587",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3a256fc9-7b22-411c-88d3-a79b2b04316a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d09f491d-4bd7-440d-96cb-739855692ea7",
+ "siteRegistry": true,
+ "documentDate": "2016-08-24",
+ "receivedDate": "2021-03-03",
+ "uploadedDate": "2017-03-07",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "f8742a55-6b07-4303-afe8-aea3604ff189",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "5c1d327d-b731-4a35-bf79-33e72cf68584",
+ "siteRegistry": true,
+ "documentDate": "2018-12-03",
+ "receivedDate": "2014-01-21",
+ "uploadedDate": "2019-02-16",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "bd0c2ccd-c182-453f-8756-e96ac60b8081",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "edaf33fa-fa76-4737-bcbb-9e91d8032744",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "bee5d8cd-162c-4e35-aca4-69b33c73f0cf",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-11-18 (described on Site Profile dated 2019-11-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "5823b0df-d6a4-4b53-8343-72d6415eeea2",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-02-22 (described on Site Profile dated 2020-02-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "8be4a0be-6600-445f-ae6e-4b639a2d59d9",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-02-03 (described on Site Profile dated 2015-02-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "afa2bbde-7808-4ab0-9076-8863fb5e5573",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-07-23 (described on Site Profile dated 2019-07-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "c7df87d0-4b00-4d6c-b06f-882eec942395",
+ "siteRegistry": true,
+ "dateNoted": "2023-05-11",
+ "parcelID": "20263",
+ "crownLandUsePIN": "20709",
+ "crownLandFileNumber": "15245",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 5 DISTRICT LOT 5 PLAN 3699"
+ },
+ {
+ "uuid": "2ff3a085-7170-45e1-a11c-9e4e51754d4f",
+ "siteRegistry": true,
+ "dateNoted": "2019-12-06",
+ "parcelID": "15695",
+ "crownLandUsePIN": "20065",
+ "crownLandFileNumber": "15944",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 4 DISTRICT LOT 5 PLAN 9598"
+ },
+ {
+ "uuid": "c125c3e0-0d6c-444b-9200-10bbffd447ac",
+ "siteRegistry": true,
+ "dateNoted": "2015-08-12",
+ "parcelID": "15790",
+ "crownLandUsePIN": "17746",
+ "crownLandFileNumber": "17808",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 2 DISTRICT LOT 5 PLAN 4386"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "42321116-5e7f-4217-aa91-3a7755097d0b",
+ "siteRegistry": true,
+ "dateReceived": "2016-04-01",
+ "dateCompleted": "2023-06-02",
+ "dateEntered": "2017-08-01",
+ "dateRegistrar": "2019-07-02",
+ "dateLocalAuthorityReceived": "2020-11-26",
+ "summary": "Rem rem quisquam accusamus optio aspernatur accusamus consequatur.\nDolore earum esse similique optio earum repellat amet.",
+ "informationUsed": "Praesentium impedit quae nisi provident.\nPlaceat reiciendis dignissimos.\nAccusamus sunt culpa suscipit quo consectetur aspernatur provident.",
+ "pastOrPresentOrders": "Dicta laboriosam temporibus reprehenderit iusto cum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "1ed755a9-434d-455e-8604-98a5e78186fc",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "40cf3cac-7fc5-46b4-b228-ca424f06565a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "e4d4c487-e965-4e36-a9fc-a448119c5e22",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PACOCHA LEDA",
+ "timestamp": "2020-12-04"
+ },
+ {
+ "uuid": "d55f64d8-d46c-4c6a-8f9e-489b833a8023",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KONOPELSKI MARGARITA",
+ "timestamp": "2023-01-23"
+ },
+ {
+ "uuid": "c584d937-07ff-4cd4-a70f-8bcd2f67c6d6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WISOKY MADDISON",
+ "timestamp": "2014-04-20"
+ },
+ {
+ "uuid": "5df0b247-5f1d-4989-91de-2c77af4940ed",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SMITHAM LUCIANO",
+ "timestamp": "2020-09-19"
+ },
+ {
+ "uuid": "ef982a54-d2c8-4f8b-8654-9d20b83759c2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MACGYVER RAYMOND",
+ "timestamp": "2016-04-05"
+ },
+ {
+ "uuid": "bc44b049-0b50-4201-bf25-990587d39c5f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUHIC MONA",
+ "timestamp": "2022-11-30"
+ },
+ {
+ "uuid": "05b6d8b3-51b9-4e1c-800f-f4344de1bfed",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHIMMEL MATTEO",
+ "timestamp": "2020-10-13"
+ },
+ {
+ "uuid": "96a5fd22-8dba-4746-b2ae-6fc5ef5588a9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VOLKMAN TREVION",
+ "timestamp": "2019-01-06"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "35e8db5f-93e1-4bed-a151-30839943a7e6",
+ "dateNoted": "2015-04-17",
+ "notes": "",
+ "parcelID": "18907",
+ "siteID": "15587",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "744b93ff-a04e-4495-9142-34130d261e2d",
+ "dateNoted": "2014-09-09",
+ "notes": "",
+ "parcelID": "18379",
+ "siteID": "17060",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d3bb4a85-cdf7-474c-a39a-28cfa400441c",
+ "dateNoted": "2022-07-23",
+ "notes": "",
+ "parcelID": "15995",
+ "siteID": "16012",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "01a97263-cd9e-4638-912f-defe78f0769e",
+ "siteID": 19262,
+ "address": "87533 Cameron Mall",
+ "latitude": 57.2517,
+ "longitude": -132.5926,
+ "lastUpdated": "2019-09-29",
+ "city": "Dorothychester",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/5344",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9817586,
+ 7924105,
+ 9489081,
+ 6886932,
+ 335030
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "894bba27-e25a-4d63-924b-bfc7e3d4e25b",
+ "createdAt": "2020-05-23",
+ "completed": "2019-08-20",
+ "initiated": "2018-01-14",
+ "ministryContact": "BOGISICH MABLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "80dfefe4-d61b-41f2-a350-62575cd267f4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "94aead88-c8f6-44ad-a5de-048e4bb24258",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d8ddcd49-50bc-4af5-8e5c-f1f5d27ae489",
+ "createdAt": "2019-06-20",
+ "completed": "2016-06-30",
+ "initiated": "2020-08-07",
+ "ministryContact": "POUROS SADIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3cd53a5f-8d17-4a3d-9f61-164e78f6f977",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ad4a89f3-ce9c-4ba9-8a9b-23afd8cbb97e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fb9bbc28-f80d-457c-88f8-748565d08a62",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e5cfde9a-f722-47e5-a082-3efcb9af0984",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "f305f668-efc6-4b87-8433-85b48bb61f79",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2017-02-21",
+ "startDate": "2015-10-27",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bca87f48-c0ce-49ec-acef-21a154e182e6",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-08-15",
+ "startDate": "2020-07-15",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "68729c5e-9ceb-4bb1-94ec-12bfde02e71a",
+ "siteRegistry": true,
+ "documentDate": "2017-04-29",
+ "receivedDate": "2018-03-14",
+ "uploadedDate": "2016-02-29",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "860a8944-eb93-4bb9-b4d8-63f507ab6747",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "a4f862b1-d800-4d12-8d75-cfa57c19cf38",
+ "siteRegistry": true,
+ "documentDate": "2015-08-24",
+ "receivedDate": "2019-03-21",
+ "uploadedDate": "2021-02-24",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "76012f50-414a-4b2b-9d65-aa622f8278a5",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "052a2dfe-17e4-4c10-80d7-eedb49decf00",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "854b76a5-2ff7-41e6-a932-0bd4286fd9bb",
+ "siteRegistry": false,
+ "documentDate": "2016-04-20",
+ "receivedDate": "2017-12-29",
+ "uploadedDate": "2021-03-16",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "5ad06a7a-1aab-45c4-8b44-ec05097d77de",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0ea002b3-56c4-4f12-b695-2949007fe9c0",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5ab04082-9b7f-414b-ac3b-84918864f7ac",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "0849b97b-b70d-4280-9d3d-b6e75afe6901",
+ "siteRegistry": true,
+ "documentDate": "2019-06-04",
+ "receivedDate": "2022-12-04",
+ "uploadedDate": "2023-01-26",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "bf9fdc4f-5b14-4951-b0fb-e7bfd6d75ddf",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "cc92691c-44e5-4ed9-94fb-5cccdb8d76b8",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c65f6c3f-e53d-42de-894e-1ed1e8670d23",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4333a678-d6d0-47a8-86fd-c578f3592152",
+ "siteRegistry": true,
+ "documentDate": "2017-12-12",
+ "receivedDate": "2020-05-30",
+ "uploadedDate": "2017-01-19",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "0e1449e5-63d1-43ff-ab34-33c1ffa1d702",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "db116c24-f9b4-40f6-ab16-ade99b8b5e82",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "84949bc4-cf6a-4c3e-95f6-bc94e3b2cd05",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-01-31 (described on Site Profile dated 2015-01-31)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "15fa65f0-86f7-4962-8b41-0638518e3ad2",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-10-10 (described on Site Profile dated 2017-10-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "3f3bc109-7ff1-4a5f-9ed5-edfb8e1d3e1b",
+ "siteRegistry": false,
+ "dateNoted": "2020-01-22",
+ "parcelID": "17253",
+ "crownLandUsePIN": "17242",
+ "crownLandFileNumber": "19656",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 3 DISTRICT LOT 1 PLAN 7470"
+ },
+ {
+ "uuid": "b87a2783-e885-4f06-b38f-d766d2c2135e",
+ "siteRegistry": true,
+ "dateNoted": "2018-10-29",
+ "parcelID": "17475",
+ "crownLandUsePIN": "17925",
+ "crownLandFileNumber": "18926",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 4 DISTRICT LOT 2 PLAN 7281"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "e8463e23-8338-4d7b-8b90-f8ababbaee3a",
+ "siteRegistry": true,
+ "dateReceived": "2014-06-12",
+ "dateCompleted": "2017-12-05",
+ "dateEntered": "2017-07-20",
+ "dateRegistrar": "2014-10-30",
+ "dateLocalAuthorityReceived": "2016-08-21",
+ "summary": "Nostrum doloribus voluptates.\nRepellendus totam maxime cupiditate dolor.",
+ "informationUsed": "Culpa quaerat mollitia laborum sequi magnam nemo incidunt minima itaque.\nEligendi autem mollitia quia magni amet.\nQuis optio consequatur repudiandae.",
+ "pastOrPresentOrders": "Vitae quis ipsam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "42a055ab-0dbc-47a1-864f-a144df537446",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "79fe3a43-9302-4981-be1f-4cc75cd5062b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b2e680a2-d231-4c88-aa76-91ad924dcdfe",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "503701dd-422e-44ca-828d-d4199ef272ed",
+ "siteRegistry": true,
+ "dateReceived": "2017-09-27",
+ "dateCompleted": "2022-04-23",
+ "dateEntered": "2017-03-01",
+ "dateRegistrar": "2019-02-18",
+ "dateLocalAuthorityReceived": "2019-07-21",
+ "summary": "Sunt sint ducimus enim commodi excepturi.\nUt nostrum beatae harum.",
+ "informationUsed": "Vitae inventore rem enim totam.\nAut hic fuga architecto aspernatur praesentium sed dolorem dicta minima.\nOmnis eum veritatis.",
+ "pastOrPresentOrders": "Ducimus animi ipsa.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "4552b569-15e1-4c19-ad3f-639669e5c5f4",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a7341f24-164f-402d-94e8-145363b1f97a",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f1678df9-3d95-4f27-94b5-5d465baccff9",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "59e49cf9-2c63-4b28-a6d2-bc059ec5d64b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRONA TRENTON",
+ "timestamp": "2019-11-08"
+ },
+ {
+ "uuid": "cef3e38a-1381-4e98-9ebe-e70051f80d6d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HICKLE DELANEY",
+ "timestamp": "2017-11-12"
+ },
+ {
+ "uuid": "5a814a7b-bed2-4f3f-94c2-0f7b315f15cd",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GERHOLD ZACHARY",
+ "timestamp": "2016-06-23"
+ },
+ {
+ "uuid": "011c8fd7-65ec-41e8-8a75-1b13727e4b69",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PROSACCO ELIJAH",
+ "timestamp": "2020-04-08"
+ },
+ {
+ "uuid": "3b1c9a32-a61e-4105-a4bb-2022272865d5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PROHASKA JAMIE",
+ "timestamp": "2021-09-09"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "3f54cef9-9e67-414c-9fd9-cd182c8e3d2f",
+ "dateNoted": "2022-05-21",
+ "notes": "",
+ "parcelID": "16318",
+ "siteID": "19745",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "193229fc-c5fc-4643-b3da-1e437065f538",
+ "dateNoted": "2018-03-26",
+ "notes": "",
+ "parcelID": "18780",
+ "siteID": "19399",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "d831a04a-1b50-4b79-9b1c-294c3d377d90",
+ "siteID": 19453,
+ "address": "956 Desmond Square",
+ "latitude": 55.2052,
+ "longitude": -128.1063,
+ "lastUpdated": "2019-05-27",
+ "city": "Littelshire",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/7939",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6931922,
+ 3905902,
+ 586093,
+ 7996482,
+ 2698764
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "603bf6cf-9580-4208-aa17-08eddfe9f04a",
+ "createdAt": "2015-12-29",
+ "completed": "2022-01-15",
+ "initiated": "2022-12-13",
+ "ministryContact": "STAMM SHAKIRA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5d984c8b-e308-4d6b-8e1c-ad671487e8df",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "486a093f-bf41-43d9-ba5e-f4aa33924767",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "17c9f8bc-cc2d-47d3-9a19-9f8eb355debc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6bb7a570-bb38-406c-8f6d-700259079de8",
+ "createdAt": "2017-10-04",
+ "completed": "2017-04-12",
+ "initiated": "2021-09-13",
+ "ministryContact": "DOYLE CHRISTINE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5311e0ae-3c53-415a-a95b-30139a9971b7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f2e92500-683d-4fb5-aa03-daf0c9664aae",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1735ce25-eb43-4c0b-9899-2a8a1028f0a5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8fb3872e-11ba-4dc4-a201-ca55edc41141",
+ "createdAt": "2018-11-12",
+ "completed": "2017-12-05",
+ "initiated": "2013-11-02",
+ "ministryContact": "ZIEMANN VESTA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2f4753cf-f1d7-4184-8bee-04023ab8dbee",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "71005eb6-09d5-4ffa-b870-b8c2dadcaea8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d4b032ad-4715-4dcc-a77f-676a488625a1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "a4915eef-5c4a-40bb-ae65-e9208d84ec05",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-07-06",
+ "startDate": "2015-06-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e5d22f54-c1c9-48ab-a20c-f6dc243ebed4",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-08-24",
+ "startDate": "2014-11-06",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0383a54b-5df9-4910-87e3-5fd512ea95bf",
+ "name": "IPSUM",
+ "endDate": "2016-11-19",
+ "startDate": "2022-07-21",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ab8a952c-8f65-4642-b834-ac93e48e51f0",
+ "name": "IPSUM",
+ "endDate": "2015-01-17",
+ "startDate": "2022-03-01",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e6c71df4-8a79-4c57-bfbd-eac70e1743ee",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-01-04",
+ "startDate": "2020-02-17",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "aa07d073-5e05-43b4-9c56-9d2975488741",
+ "siteRegistry": true,
+ "documentDate": "2015-12-28",
+ "receivedDate": "2014-01-17",
+ "uploadedDate": "2018-09-19",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "4b53a7bc-1089-4583-af39-d916947a2c7c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "742692d4-4fbd-4cda-aede-dd206af0a81b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-04-16 (described on Site Profile dated 2018-04-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "a3f763ed-2f95-4662-8c1a-0f7e3b117ca3",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-11-03 (described on Site Profile dated 2021-11-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "21d7284d-cb70-4834-8f31-24776483bee8",
+ "siteRegistry": true,
+ "dateNoted": "2017-01-25",
+ "parcelID": "19959",
+ "crownLandUsePIN": "18953",
+ "crownLandFileNumber": "19073",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 3 DISTRICT LOT 1 PLAN 9493"
+ },
+ {
+ "uuid": "65b359a3-ba59-4a9e-bcb1-b4b1c41a759f",
+ "siteRegistry": false,
+ "dateNoted": "2015-08-02",
+ "parcelID": "17811",
+ "crownLandUsePIN": "20859",
+ "crownLandFileNumber": "15906",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 2 DISTRICT LOT 5 PLAN 3959"
+ },
+ {
+ "uuid": "d0974f1b-a1c1-4cb0-85f0-8d179e4b7be6",
+ "siteRegistry": true,
+ "dateNoted": "2020-11-13",
+ "parcelID": "16846",
+ "crownLandUsePIN": "17833",
+ "crownLandFileNumber": "19567",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 1 DISTRICT LOT 2 PLAN 3902"
+ },
+ {
+ "uuid": "578ca452-2652-4d7c-a263-0b0fce52588a",
+ "siteRegistry": true,
+ "dateNoted": "2023-08-25",
+ "parcelID": "16966",
+ "crownLandUsePIN": "18602",
+ "crownLandFileNumber": "15476",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 4 DISTRICT LOT 4 PLAN 9261"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "50cdd3c7-a566-4c39-8a2d-9d792a0084ab",
+ "siteRegistry": true,
+ "dateReceived": "2022-07-02",
+ "dateCompleted": "2019-02-08",
+ "dateEntered": "2020-12-15",
+ "dateRegistrar": "2019-04-12",
+ "dateLocalAuthorityReceived": "2017-12-31",
+ "summary": "Maxime eligendi soluta adipisci fuga sunt.\nLabore eveniet animi cupiditate.",
+ "informationUsed": "Perferendis molestias dolorem reprehenderit maiores fugiat dolorum.\nQuisquam magni saepe distinctio numquam dignissimos nesciunt similique.\nId magnam corporis labore quam qui.\nOdit earum molestiae odio illo sit pariatur tenetur assumenda eveniet.\nArchitecto voluptas odio.",
+ "pastOrPresentOrders": "Iure sequi ex praesentium reiciendis nemo.\nIpsam quaerat officia harum.\nPerferendis dolores repellat ipsum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "dcefa5b1-06d4-4b63-b3f6-0a45df5be544",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a937299a-60e3-48d9-b070-6f409a9643a1",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3d606f24-9ee8-4be8-ab8f-15a5a5fcde90",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e8e1b6e0-1ac3-48f9-be14-f1432f3243ef",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "336f211a-bc1a-493b-86f0-c85d78f1c4de",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUETTGEN BRANT",
+ "timestamp": "2017-04-17"
+ },
+ {
+ "uuid": "5aebc668-3c91-4690-bd73-e38f6c908d59",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KSHLERIN GILBERT",
+ "timestamp": "2018-02-16"
+ },
+ {
+ "uuid": "cb23dc36-2c8d-4d8d-be0a-479a2b19c2cc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DAVIS ZACKARY",
+ "timestamp": "2016-09-08"
+ },
+ {
+ "uuid": "ecbfdf54-d60b-4068-8b47-e9128c1a19e8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOGAN MISAEL",
+ "timestamp": "2015-11-21"
+ },
+ {
+ "uuid": "f7c7a069-2708-46d8-80a4-82639ab388c5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WISOZK ABDUL",
+ "timestamp": "2022-04-14"
+ },
+ {
+ "uuid": "54279bee-9883-4ad8-808b-be998a99c833",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRUICKSHANK WYMAN",
+ "timestamp": "2016-10-03"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "8d7b8390-8bea-4f04-92f1-747f66f89a73",
+ "dateNoted": "2020-06-22",
+ "notes": "",
+ "parcelID": "20984",
+ "siteID": "20880",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "28754cc7-875a-44b4-8463-f45a63c91f23",
+ "dateNoted": "2021-03-24",
+ "notes": "",
+ "parcelID": "19936",
+ "siteID": "19262",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "92524016-5e94-417a-b503-5f2ec8b0dfd9",
+ "dateNoted": "2022-11-02",
+ "notes": "",
+ "parcelID": "16376",
+ "siteID": "17443",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "09bceb7f-9603-4d6a-9b2a-ec1f80165b30",
+ "siteID": 16877,
+ "address": "7494 Baby Knolls",
+ "latitude": 56.6259,
+ "longitude": -123.9698,
+ "lastUpdated": "2017-08-03",
+ "city": "Port Amanichester",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/4839",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8337835,
+ 3632235,
+ 4043999,
+ 3621566,
+ 6313207
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "7c48f0e2-962c-4c7c-9473-8d88f266e888",
+ "createdAt": "2015-07-02",
+ "completed": "2021-01-16",
+ "initiated": "2023-07-28",
+ "ministryContact": "MCCULLOUGH FLETCHER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "99fe1f13-cde8-42fc-b682-f8b6221eb716",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9d2265e0-4128-4104-9cf1-a6f4644ddc6b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b2e8324b-6de8-4ea9-8450-fe246c6928b4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b118aa2f-9ebe-4d8c-a4ff-8d53e0c3a9b5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3f05d0b8-206c-491b-b4fe-1c454cca5664",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "edd0277a-819e-474b-9220-14732a0628a9",
+ "createdAt": "2019-02-02",
+ "completed": "2022-02-21",
+ "initiated": "2022-03-10",
+ "ministryContact": "MOEN VERDA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5ffef475-82c7-4327-b5d5-d1303b17bbf4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8a7531cb-3760-4804-ad03-dbde40feb131",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6783c6e7-02a2-4724-ba17-6dd798b53945",
+ "createdAt": "2020-07-20",
+ "completed": "2022-02-18",
+ "initiated": "2017-04-18",
+ "ministryContact": "BERNIER RYLEE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "15ae8dfc-86e4-4437-9139-9dafbd8f9699",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bf431859-5e0c-4d81-b199-2caf51344a17",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8b3ef259-bdd1-4d3c-8bf4-b591597fc43c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4d89b5ac-503e-45a7-81f6-4b0828641e12",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e89e7318-ff87-4dc7-9c97-5b19901070dc",
+ "createdAt": "2018-10-04",
+ "completed": "2023-08-12",
+ "initiated": "2014-01-24",
+ "ministryContact": "KOHLER HOWELL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8e7dcd51-acf8-4c00-be0c-ed69a1cadd56",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d7a35d6c-0d33-4502-9136-37cd4a4f5c86",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "252856e3-aefd-4d8f-8ade-71f948839d33",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fab7ba47-e3a4-4fa5-ad53-c7627ed17fef",
+ "createdAt": "2020-03-07",
+ "completed": "2019-03-07",
+ "initiated": "2019-04-19",
+ "ministryContact": "WUCKERT HASKELL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "10f4d2b7-f7e2-42f0-91fc-3261b5fefd78",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3536df85-5a44-43ac-a2cf-70375576b7b9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "394f66b3-5498-4d50-a6f4-bf2c7a4fc123",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "ce4fc5ca-591d-4187-9fd0-ed2ad35383d5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-09-27",
+ "startDate": "2021-05-04",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a8ff22d5-862f-41da-842e-5a6fb1c63b9b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-12-31",
+ "startDate": "2017-09-27",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "112c94ff-05c8-4432-add8-bb4f505d4df5",
+ "name": "IPSUM",
+ "endDate": "2019-03-08",
+ "startDate": "2016-03-31",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "23e11545-74c5-47e4-8071-c61cbd09a314",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-03-04",
+ "startDate": "2020-08-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "54222b5c-390e-4b57-acd4-1e111995b62f",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2022-07-24",
+ "startDate": "2017-04-14",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "13aa3fab-178e-41ab-9504-6eba92973486",
+ "siteRegistry": false,
+ "documentDate": "2014-02-02",
+ "receivedDate": "2020-05-01",
+ "uploadedDate": "2019-04-03",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "151c3cec-2969-416f-8a37-a679493e0d32",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "feedccc0-4cb8-4545-af3d-4ac6fabd44dd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7b52b76c-c0f3-4faa-8bfb-50a76b6e0145",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "da2d0dcf-3fba-4965-9533-0e0b810f1545",
+ "siteRegistry": false,
+ "documentDate": "2022-05-28",
+ "receivedDate": "2020-07-27",
+ "uploadedDate": "2020-10-19",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "6878a2cf-7704-4c5f-bcf3-72a1aac77adb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0710e006-d7f8-4f95-87d1-1192a0460ca5",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "54380fc9-6bc3-4c11-bc78-7bd21b8fc623",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d6b02c02-7ec0-4d29-9133-29ae9472d19e",
+ "siteRegistry": true,
+ "documentDate": "2022-11-30",
+ "receivedDate": "2021-05-17",
+ "uploadedDate": "2017-04-04",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "15347eaa-288e-4884-92bb-8cfacc95d412",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "702cbf7a-7bae-4e77-8f0d-7593b144d5b9",
+ "siteRegistry": true,
+ "documentDate": "2023-05-24",
+ "receivedDate": "2022-08-03",
+ "uploadedDate": "2018-06-15",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "b00ba00d-b4da-43e0-a10d-95a11c4f26c3",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e49cbe57-0372-40c8-a155-f1dd63596c6f",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "6d0a6cce-6a17-4506-b7c9-7269dc9336ae",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-06-21 (described on Site Profile dated 2016-06-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "65f84162-b0b9-41c7-8205-1db75f77fa22",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-10-24 (described on Site Profile dated 2016-10-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "672b7dd7-38fc-4f06-b5a0-91d9e4e4fdb7",
+ "siteRegistry": true,
+ "dateNoted": "2017-08-14",
+ "parcelID": "18577",
+ "crownLandUsePIN": "15524",
+ "crownLandFileNumber": "18858",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 1 DISTRICT LOT 5 PLAN 6279"
+ },
+ {
+ "uuid": "f6773223-d472-4da0-89d1-4e0558e41ce3",
+ "siteRegistry": false,
+ "dateNoted": "2017-12-20",
+ "parcelID": "17784",
+ "crownLandUsePIN": "20114",
+ "crownLandFileNumber": "19983",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 4 DISTRICT LOT 1 PLAN 3114"
+ },
+ {
+ "uuid": "a3f81ba9-d34f-418a-988b-593c18023e6c",
+ "siteRegistry": true,
+ "dateNoted": "2022-10-03",
+ "parcelID": "18101",
+ "crownLandUsePIN": "16207",
+ "crownLandFileNumber": "20242",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 3 DISTRICT LOT 3 PLAN 5942"
+ },
+ {
+ "uuid": "43d6f97f-cadc-4711-8fbd-e2d2d34b6103",
+ "siteRegistry": false,
+ "dateNoted": "2022-06-28",
+ "parcelID": "18908",
+ "crownLandUsePIN": "15771",
+ "crownLandFileNumber": "20327",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 1 DISTRICT LOT 5 PLAN 9236"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "86fe4d05-1862-4769-9bcf-9a381f8b6ffb",
+ "siteRegistry": true,
+ "dateReceived": "2020-12-10",
+ "dateCompleted": "2015-09-19",
+ "dateEntered": "2015-09-09",
+ "dateRegistrar": "2017-10-31",
+ "dateLocalAuthorityReceived": "2018-12-07",
+ "summary": "Neque laudantium dolorum laudantium consequatur enim iste.\nDolorum itaque expedita quam voluptatibus libero quae officia est.\nImpedit pariatur sit aperiam praesentium dolore sapiente officiis debitis minima.",
+ "informationUsed": "Necessitatibus voluptatibus dolorum repellat.\nFugit similique harum dolor est qui facere.\nAspernatur nesciunt animi omnis error veritatis modi.\nAccusamus tenetur hic.\nCommodi modi exercitationem.",
+ "pastOrPresentOrders": "Minima cum eveniet debitis nam ex.\nNatus optio labore vel.\nAd voluptate modi veritatis iusto ut ut optio.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "c355fa0b-3c0f-4eab-9505-2d4e865951da",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f214878b-1c26-4f66-baf7-140fc9618dd9",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4ff9bc2d-2406-41eb-867c-8e7d884603da",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e20145ba-7c3d-4dcf-9a00-f842dc82715a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "24ff4e82-6941-4163-8713-0ca10e14d7e7",
+ "siteRegistry": false,
+ "dateReceived": "2022-11-14",
+ "dateCompleted": "2016-06-10",
+ "dateEntered": "2016-08-03",
+ "dateRegistrar": "2014-11-25",
+ "dateLocalAuthorityReceived": "2018-10-26",
+ "summary": "Aspernatur rerum error.\nOfficiis necessitatibus eligendi eum dolores maiores fuga cumque.",
+ "informationUsed": "Deleniti assumenda optio nesciunt pariatur repellat iste totam nisi.\nOdit quisquam quis cupiditate modi occaecati.\nIpsum ex in molestiae voluptatem eius.\nId esse iusto sequi cum ducimus repudiandae laboriosam asperiores.",
+ "pastOrPresentOrders": "Ex quae provident sequi iure quis assumenda deleniti.\nLabore cupiditate ratione necessitatibus inventore nesciunt nobis suscipit architecto.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "9dece62d-1101-4a8e-b9fc-386cb839395d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cfc268ef-aef8-4258-866b-5f86df555240",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "44614e7d-f1d6-4338-8cc9-6ddec39c471d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "1b73888d-9ac7-492e-ac55-578b402c0fc0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRONIN SAIGE",
+ "timestamp": "2021-11-15"
+ },
+ {
+ "uuid": "64ae47d5-733e-4c58-9421-c66dc52b9daa",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KIHN ANGELINE",
+ "timestamp": "2019-08-11"
+ },
+ {
+ "uuid": "3264f6ca-3d48-4e73-9510-9adf57d39f39",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JACOBI REYNA",
+ "timestamp": "2018-05-10"
+ },
+ {
+ "uuid": "1b8e5768-cb37-47a5-b453-167d8e2b77b7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PADBERG PRINCE",
+ "timestamp": "2015-08-05"
+ },
+ {
+ "uuid": "016319c6-9124-4e5a-a13f-64099a88ea83",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUEILWITZ JUNE",
+ "timestamp": "2016-05-13"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "7ba93db9-db48-4880-a998-d21935ca3fe7",
+ "dateNoted": "2020-05-17",
+ "notes": "",
+ "parcelID": "18271",
+ "siteID": "18872",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "30c871fb-8c32-4878-8988-562931fd4fcf",
+ "dateNoted": "2016-12-14",
+ "notes": "",
+ "parcelID": "16416",
+ "siteID": "15747",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f8c62f08-b0b4-4d22-955b-d4020f57c30e",
+ "dateNoted": "2014-08-24",
+ "notes": "",
+ "parcelID": "19545",
+ "siteID": "19111",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "bf2bf548-caf2-4e8f-b988-a8211f4dcd0d",
+ "siteID": 17454,
+ "address": "450 Morissette Junction",
+ "latitude": 48.6966,
+ "longitude": -125.8011,
+ "lastUpdated": "2021-08-31",
+ "city": "New Efrain",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/6104",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7871564,
+ 7999463,
+ 7736518,
+ 418643,
+ 5076594
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "ba5965a7-bcd2-4ea5-b6c0-3f9fe445c217",
+ "createdAt": "2017-11-08",
+ "completed": "2021-08-24",
+ "initiated": "2021-11-24",
+ "ministryContact": "LAKIN ANNIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b167fe48-e21d-4510-9ded-96dd0aa6b2e7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "347d4073-7f79-4cd4-98ce-fa946a6bc79f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "74f30f77-cce7-4e90-a8e0-3bf32c53f77e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "97911b63-1a1a-42c0-a4ed-ea3a7d29db57",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2c797978-4e0e-4d8a-bb63-c6fe2f333c57",
+ "createdAt": "2015-03-10",
+ "completed": "2022-10-02",
+ "initiated": "2021-09-16",
+ "ministryContact": "MRAZ LEMPI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "34bc9f15-377f-4d73-8e9f-aa8c35dd50bc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "60acd584-11b0-4b35-ba19-a9242509ae36",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d00957da-15e8-4045-a64c-b0f46124f32d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ad75f8c8-a0f8-49fc-80e3-c117103cf48d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3b225208-ec44-4b54-878f-140af3ee9a7a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d7df6497-1b98-464f-aa88-31adb3f7fa36",
+ "createdAt": "2015-11-26",
+ "completed": "2019-08-26",
+ "initiated": "2021-02-24",
+ "ministryContact": "HERZOG PETER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bebc17f2-3d55-4fac-9372-6cad30cdd843",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ad080efe-e5dc-4303-8bd8-7ac11338fd3f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1ead0079-ab38-4215-a020-47be7e756b37",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "92fbe217-b577-48c6-8af5-32a390cebe1e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "72222a18-a931-4a76-a9a2-2224ef346506",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "785ee1ab-6ad6-45d4-948d-29e3c9b54772",
+ "createdAt": "2023-03-16",
+ "completed": "2023-09-22",
+ "initiated": "2021-11-24",
+ "ministryContact": "ZIEME ROXANNE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c268bf61-611b-490a-885f-228ab4e4aa3b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cc921e8c-4440-4c7b-a047-3dcb1a90d819",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "74c0448e-729a-4e84-9921-07deb8eb71b3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d7d23f2f-5061-4a9f-bcd9-b08a25026aea",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "80e39f66-361b-449f-a118-ec18e9cf16cd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2501f715-a2d4-4e6b-abf7-4b1bbcd370b4",
+ "createdAt": "2022-03-28",
+ "completed": "2020-11-30",
+ "initiated": "2015-09-20",
+ "ministryContact": "BARTELL EMMITT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7fc3f7f8-6774-4b3f-86ed-80e3cb9435ca",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ee66588a-1e55-40f5-9f38-8a9ee4e92a68",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7e18b041-8f83-4553-bfc3-984a2505f75f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fdccf62f-7686-484b-8ea8-6e50e5611148",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "18cf7637-7c03-4d52-8ab4-fa24476e745c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "91159b9f-1e2e-458e-970a-f6b145464932",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-06-04",
+ "startDate": "2014-03-06",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9064503d-c141-4743-8ccc-0aa686bac0ae",
+ "name": "IPSUM",
+ "endDate": "2023-03-26",
+ "startDate": "2014-08-06",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "b65af844-31ad-4ec5-a829-318c05beb8bd",
+ "siteRegistry": false,
+ "documentDate": "2015-11-05",
+ "receivedDate": "2019-02-19",
+ "uploadedDate": "2014-05-28",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "0566b2b3-4f40-486b-ba3b-278be66b828e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9bf40581-b151-4255-b30b-c30fbf960687",
+ "siteRegistry": true,
+ "documentDate": "2015-10-08",
+ "receivedDate": "2023-08-30",
+ "uploadedDate": "2021-01-30",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "335949e5-c979-4597-8032-ae7a0b627954",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f69469e1-f0a8-48d9-b597-4b0d46b92e32",
+ "siteRegistry": true,
+ "documentDate": "2019-08-18",
+ "receivedDate": "2015-11-14",
+ "uploadedDate": "2019-11-28",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "37bb9ab9-f66a-4ab6-a926-c7c1dd5c5e88",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b37fe368-f759-4acd-8472-a1d5143adc03",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "22857bfa-b176-41d4-aa3f-2134ceb0c5f0",
+ "siteRegistry": false,
+ "documentDate": "2018-10-21",
+ "receivedDate": "2015-08-12",
+ "uploadedDate": "2023-04-15",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "a34a1458-37cd-4af3-9868-4cc7a4d73070",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "0cd482d8-c840-4f73-9118-c986436172ac",
+ "siteRegistry": true,
+ "documentDate": "2019-12-18",
+ "receivedDate": "2022-12-17",
+ "uploadedDate": "2020-10-23",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "db714663-b801-4ec1-a5bb-f750224762ee",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3cfb0c47-9a5c-4ab6-8ac3-a60b79116bbe",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "6cdfbe22-05ad-40f7-be84-da7f430fdef6",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-05-30 (described on Site Profile dated 2016-05-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "ced99a75-0eb5-4f68-967b-f34a64fc5ebe",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-08-17 (described on Site Profile dated 2022-08-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "b1b15620-9e70-4748-b480-4d80e31be3a2",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-07-31 (described on Site Profile dated 2019-07-31)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "03c48eea-a563-40d5-ac62-f7a1ca85ae78",
+ "siteRegistry": false,
+ "dateNoted": "2017-08-21",
+ "parcelID": "16267",
+ "crownLandUsePIN": "17515",
+ "crownLandFileNumber": "20328",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 5 DISTRICT LOT 4 PLAN 9101"
+ },
+ {
+ "uuid": "5ffe73ea-fdcf-438c-bcca-907c9930ad9f",
+ "siteRegistry": true,
+ "dateNoted": "2023-04-20",
+ "parcelID": "17294",
+ "crownLandUsePIN": "18009",
+ "crownLandFileNumber": "20427",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 2 DISTRICT LOT 5 PLAN 6175"
+ },
+ {
+ "uuid": "5be2fc21-ee8e-4948-a357-ea34375abd92",
+ "siteRegistry": true,
+ "dateNoted": "2018-11-26",
+ "parcelID": "20487",
+ "crownLandUsePIN": "19168",
+ "crownLandFileNumber": "16707",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 4 DISTRICT LOT 5 PLAN 3207"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "06df0a5c-44ca-42b4-8c5c-cc766d18626b",
+ "siteRegistry": true,
+ "dateReceived": "2021-11-13",
+ "dateCompleted": "2016-11-01",
+ "dateEntered": "2017-11-03",
+ "dateRegistrar": "2015-08-17",
+ "dateLocalAuthorityReceived": "2020-02-02",
+ "summary": "Praesentium sit fuga iure quaerat soluta molestiae autem quibusdam mollitia.\nAnimi voluptatem sunt doloremque dolores eum nisi.",
+ "informationUsed": "Quas ipsa natus a natus totam pariatur ducimus.\nConsequatur eos error repudiandae recusandae perspiciatis eligendi hic officia.\nEnim nostrum unde laborum sequi explicabo.",
+ "pastOrPresentOrders": "Ipsa incidunt voluptatum.\nFugit earum omnis totam sequi ad cumque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "878d539d-3c9a-4fa6-93fe-b067a047c2f3",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "35bcce20-2cb3-44a5-8b8b-27d4740aeb59",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "bee5e83d-2b51-4ddc-a3e6-83c9aeee0512",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHILLER MAGDALEN",
+ "timestamp": "2021-10-23"
+ },
+ {
+ "uuid": "994223b6-7199-46a1-a50e-c6dd417b51df",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEBSACK SANTINA",
+ "timestamp": "2017-08-05"
+ },
+ {
+ "uuid": "62df9b58-97e9-46bf-897b-71a1c0b332ec",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOSS EULAH",
+ "timestamp": "2023-04-09"
+ },
+ {
+ "uuid": "b428c052-699c-479f-b6fc-32b1d067d5da",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAGENES KORY",
+ "timestamp": "2023-10-15"
+ },
+ {
+ "uuid": "666ba1f6-706b-498c-8e82-f66d4be8dc1b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROHAN MARKUS",
+ "timestamp": "2017-02-23"
+ },
+ {
+ "uuid": "bdea055a-cc1d-4fd7-86b7-8cdd46d418a3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BUCKRIDGE IVAH",
+ "timestamp": "2013-11-17"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "16deaf43-2927-41f4-82b0-2a5aae01281b",
+ "dateNoted": "2017-12-17",
+ "notes": "",
+ "parcelID": "18114",
+ "siteID": "15231",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "b76ca81e-597d-4a70-8619-66fe66ed0561",
+ "siteID": 19173,
+ "address": "8585 Monahan Extensions",
+ "latitude": 52.9488,
+ "longitude": -123.4484,
+ "lastUpdated": "2022-03-12",
+ "city": "South Andreanneside",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/13542",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3086107,
+ 1967181,
+ 5433066,
+ 4352389,
+ 3190042
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "ba4f89b8-4dba-4ce1-af50-a320715be110",
+ "createdAt": "2014-09-18",
+ "completed": "2017-09-29",
+ "initiated": "2015-08-03",
+ "ministryContact": "RODRIGUEZ EVANGELINE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "32acabb0-f08b-42ef-99b9-a459b4b81226",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2c2a66e0-ad77-4899-ba20-66b90a6c1c1c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "45065ead-b45f-4bcb-9371-ff5b4eae9d1e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "225912cd-2650-44f8-b780-ff4bac19e0d0",
+ "createdAt": "2023-01-03",
+ "completed": "2014-05-11",
+ "initiated": "2015-04-11",
+ "ministryContact": "BEIER ALYSA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "486f8e8f-401e-47b0-a7cf-d85305900024",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c77e9598-486c-4a42-8e32-5233af99d2b8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4eec061f-caeb-4875-9ad8-68030a30af1b",
+ "createdAt": "2017-07-14",
+ "completed": "2016-04-16",
+ "initiated": "2019-11-29",
+ "ministryContact": "RITCHIE VICENTA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ebd41051-0261-416e-a529-b690269e2c1e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "629c45db-0038-45e0-9737-c9640490e99a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f1c3942f-3fbb-4a9d-8aac-98c90b74c2f2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1cbf1de2-4e9c-4eda-a1db-5f19a3026c43",
+ "createdAt": "2019-09-06",
+ "completed": "2023-04-10",
+ "initiated": "2015-02-13",
+ "ministryContact": "SPENCER OTTIS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2a52630d-4ee4-4c3f-b646-4611150d306a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "502e1e77-998d-45f8-9b92-39a47c9cb5fa",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "64d0aab4-14ae-42e7-bc28-713f51e5d8ee",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7695d0c4-618a-4a12-8ee8-ca709e4f3e3a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b77fe865-3ea3-4300-a243-8a9613652945",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "27c898fe-191d-4d35-9723-5f96176fa98f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-09-07",
+ "startDate": "2020-10-02",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "44d98f77-2d50-431d-9b5d-b3d1b28d5e7c",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-07-07",
+ "startDate": "2014-05-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "50127c2d-f3ad-40ae-b80e-67a090fa100e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-05-30",
+ "startDate": "2020-12-18",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "1817e8de-5fdf-4d4e-a78e-f9a6579bdeb7",
+ "siteRegistry": true,
+ "documentDate": "2013-11-22",
+ "receivedDate": "2018-02-07",
+ "uploadedDate": "2021-09-17",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "8628bf8d-9e68-4346-97f2-47e52f01d74a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4e30f8da-8ce5-4264-91af-699adf1644a2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "acc639b2-3373-427c-8da4-be835909a96d",
+ "siteRegistry": false,
+ "documentDate": "2020-03-16",
+ "receivedDate": "2018-08-02",
+ "uploadedDate": "2022-12-27",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "39a1cbb5-8184-4e56-ab5d-aaee170b5d47",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "221fd585-052c-49cd-80e4-3d73ce390ca6",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4534707d-3bde-4ed2-9829-0e352425dfc1",
+ "siteRegistry": false,
+ "documentDate": "2013-12-17",
+ "receivedDate": "2014-12-02",
+ "uploadedDate": "2015-06-24",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "631b914a-e46d-4772-ad30-5d813005e07b",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "93d6067f-dc9a-400c-8966-7a46acc4af61",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "e3e53de6-a275-44b8-b926-b613eaff499d",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-12-03 (described on Site Profile dated 2020-12-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "92f51022-0509-4c75-be0c-975dcb5160cf",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-10-17 (described on Site Profile dated 2019-10-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "e928c02c-4bca-45d6-b229-35ff3e5adeb4",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-12-08 (described on Site Profile dated 2020-12-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "ba52d616-fce6-43b7-9145-dbd83ea9dad5",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-09-20 (described on Site Profile dated 2023-09-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f01be246-19ed-43fb-b9e1-88c3466c3b78",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-11-05 (described on Site Profile dated 2019-11-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "5b214892-d137-4169-8fd4-c6102b244f8b",
+ "siteRegistry": true,
+ "dateNoted": "2015-05-29",
+ "parcelID": "20177",
+ "crownLandUsePIN": "18683",
+ "crownLandFileNumber": "19537",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 1 DISTRICT LOT 1 PLAN 3166"
+ },
+ {
+ "uuid": "66605f95-28ab-4900-8235-1a164dbabc1f",
+ "siteRegistry": false,
+ "dateNoted": "2021-12-10",
+ "parcelID": "17892",
+ "crownLandUsePIN": "15548",
+ "crownLandFileNumber": "16101",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 1 DISTRICT LOT 4 PLAN 7620"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "3dd421e4-66c6-4c88-814e-8b69f1f64d1f",
+ "siteRegistry": true,
+ "dateReceived": "2020-10-02",
+ "dateCompleted": "2014-12-10",
+ "dateEntered": "2020-08-29",
+ "dateRegistrar": "2017-05-21",
+ "dateLocalAuthorityReceived": "2016-05-20",
+ "summary": "Ad dolorum cum nulla.\nHarum aut delectus.\nMinus quae ipsam dolorem quam perferendis debitis corrupti.",
+ "informationUsed": "Voluptatibus nobis ex beatae.\nSed impedit assumenda quis nesciunt reiciendis id.\nDelectus sint illum nobis veritatis iste sapiente.\nUt temporibus natus neque occaecati aperiam natus.",
+ "pastOrPresentOrders": "Maxime nesciunt nostrum voluptas magni.\nQuos laudantium aperiam eveniet laboriosam reprehenderit recusandae impedit.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "4739f0e3-844d-4dfd-bfef-1f796d13a7b0",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8442cd9b-27d8-4526-8b0a-59177a1d990c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "65d35d18-8524-4b74-b950-713b7aa214ca",
+ "siteRegistry": true,
+ "dateReceived": "2018-02-13",
+ "dateCompleted": "2014-09-15",
+ "dateEntered": "2023-04-25",
+ "dateRegistrar": "2020-02-22",
+ "dateLocalAuthorityReceived": "2017-03-24",
+ "summary": "Eos vero suscipit et distinctio voluptas.\nModi animi repellat dolore aspernatur.",
+ "informationUsed": "Rerum impedit quidem asperiores aliquid tenetur nobis non.\nEx quae iusto quas aliquid ducimus tempore.\nAt modi adipisci.\nCumque maiores itaque ducimus.\nExpedita ipsam inventore aperiam hic quo qui commodi corrupti omnis.",
+ "pastOrPresentOrders": "Expedita soluta unde amet maiores accusamus quia.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a38302c1-5a07-40af-9e63-c67bbd1a826e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "253910d2-f58e-4851-a1c8-13705d2c37b5",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c6e8dec9-4e31-4ecd-9479-aaa9a1dcc368",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "0b95bcad-b983-4f9e-b91d-3eb8214d6701",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUNDE MADISEN",
+ "timestamp": "2018-03-17"
+ },
+ {
+ "uuid": "374b32b3-d938-42cc-9314-edb43bd0abf1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHADEN WARD",
+ "timestamp": "2015-09-11"
+ },
+ {
+ "uuid": "a080de4e-74bc-44da-b84a-a52683b1c4c1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAAG LEONARD",
+ "timestamp": "2017-09-11"
+ },
+ {
+ "uuid": "ecdc1eb5-f7a6-4941-957f-a6afee285d39",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HILLL DESMOND",
+ "timestamp": "2014-03-11"
+ },
+ {
+ "uuid": "35914a2b-e506-4e1d-9a91-9adcd8fa3b44",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BROWN KAILEE",
+ "timestamp": "2014-06-30"
+ },
+ {
+ "uuid": "9bd689bc-9a1e-453f-bb8d-824357134bbe",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUETTGEN MANUEL",
+ "timestamp": "2018-12-02"
+ },
+ {
+ "uuid": "dc5645c5-500e-4d4a-bd7f-d4a3119b1b30",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEANNON DELILAH",
+ "timestamp": "2016-10-27"
+ },
+ {
+ "uuid": "e9604567-d621-4ec8-af0b-f33068845c61",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HINTZ BRENNON",
+ "timestamp": "2023-02-24"
+ },
+ {
+ "uuid": "174ea463-a2d4-4301-9618-41204b70542a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SPINKA ELROY",
+ "timestamp": "2021-11-17"
+ },
+ {
+ "uuid": "3f16544f-a2b6-4b1c-866a-9ba2b354b150",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HARVEY SETH",
+ "timestamp": "2016-03-22"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "0364565d-5e40-4dac-93ed-e18dee660e58",
+ "dateNoted": "2014-10-03",
+ "notes": "",
+ "parcelID": "17977",
+ "siteID": "17845",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "597a77ee-490d-409d-9cb9-e4a62cda2900",
+ "dateNoted": "2022-08-24",
+ "notes": "",
+ "parcelID": "20162",
+ "siteID": "19512",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e3f99b76-6e46-41e6-b2e1-174636d6d468",
+ "dateNoted": "2015-02-20",
+ "notes": "",
+ "parcelID": "20143",
+ "siteID": "18824",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "c1dafe23-47df-497c-addf-1a24b74e72dd",
+ "siteID": 15971,
+ "address": "9478 Leannon Inlet",
+ "latitude": 55.7918,
+ "longitude": -124.6736,
+ "lastUpdated": "2020-02-09",
+ "city": "Judyville",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/13950",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3110022,
+ 3021752,
+ 5799274,
+ 9771516,
+ 4193664
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "3ab84981-6e83-46b5-93c4-d8ca1a3eb2ae",
+ "createdAt": "2015-07-21",
+ "completed": "2020-11-09",
+ "initiated": "2023-02-25",
+ "ministryContact": "ABERNATHY OLIVER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "90f6f271-ce9a-41a7-bfd7-79f0674da981",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a2a1099b-77d9-44fc-b44d-4abcfd6ff9a6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e9c57e7b-a40c-489f-b531-27152538bb73",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "700a6f11-be24-454a-a391-e367f7cac2ff",
+ "createdAt": "2019-09-14",
+ "completed": "2017-05-16",
+ "initiated": "2020-11-05",
+ "ministryContact": "BLICK JAMIR",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "cbafa44b-c33a-454d-99a1-0eb6f0a73e34",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0a30fd75-327f-418c-8876-f437e9ddde8a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9a6703a4-117b-47d7-9285-002f3b1f0cee",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1e23ca73-8b0b-4cd1-8525-a2268b7b6df3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a2378508-6c24-47d2-bf6f-fdf5d41452e6",
+ "createdAt": "2023-06-18",
+ "completed": "2023-05-09",
+ "initiated": "2019-11-03",
+ "ministryContact": "SMITH RASHEED",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "59cf2558-b677-4f41-be7c-e6428e2b4a0a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d464b61a-d0e5-4824-8f80-6f95ac748d1a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "753b7ae1-4193-4775-994c-5c7b8fa4f296",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3c23a7c3-654d-45e8-bed8-75b777616a92",
+ "createdAt": "2023-04-10",
+ "completed": "2019-03-16",
+ "initiated": "2022-06-21",
+ "ministryContact": "TURCOTTE DARWIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8bc49dc6-29f0-4506-a22f-8c1897748553",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8184e9ac-d87e-487f-97e2-c7991c9eae10",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7b7b2593-166f-4ceb-a3da-caed497c3cf1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1ed0f77f-9a39-4dc1-ba5f-b7d9b46f5404",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f65eb799-01dc-4b43-a701-3fc9f0b2c610",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e9620dd1-d746-4e51-a175-53ea39735414",
+ "createdAt": "2022-09-16",
+ "completed": "2023-06-02",
+ "initiated": "2021-08-26",
+ "ministryContact": "BLANDA CELESTINO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "61f915b6-2284-4052-afe7-836ee4ceb080",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cdb22276-725e-47a9-92c6-a5bc8af9ecf3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d0fcd06f-f8aa-4aee-b470-5bd3641c8496",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7caec105-6c00-4f00-988c-4f4ab8b45508",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "c743fcbe-24e4-4166-a875-8501da7b8658",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-12-02",
+ "startDate": "2021-06-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "95880495-2a2d-463f-8b67-15100eab1ff4",
+ "name": "IPSUM",
+ "endDate": "2017-09-30",
+ "startDate": "2013-10-25",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d9c5fbf2-b961-4abc-80bc-1f0b87ff2d49",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-09-03",
+ "startDate": "2018-06-26",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8f6aaf53-3cbe-48cc-8d1c-db0da460b62b",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2022-07-01",
+ "startDate": "2017-05-15",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "26e3ec43-afbf-4204-a72c-da571ab01f9d",
+ "siteRegistry": false,
+ "documentDate": "2014-03-31",
+ "receivedDate": "2019-03-12",
+ "uploadedDate": "2023-05-11",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "16d20bdf-c472-4365-a8c0-d9defff5160c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "472e78b7-bdfb-4b7c-8386-3a9b1a3040e9",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "bc97f89c-1812-43b7-a416-28a543fa572f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-11-22 (described on Site Profile dated 2014-11-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "a91708ac-aef7-43f5-9c49-a9eb5ab31daf",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-06-21 (described on Site Profile dated 2018-06-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "49d3d345-35af-459a-a889-04e1ce861787",
+ "siteRegistry": false,
+ "dateNoted": "2018-11-24",
+ "parcelID": "19467",
+ "crownLandUsePIN": "20590",
+ "crownLandFileNumber": "15928",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 3 DISTRICT LOT 2 PLAN 9243"
+ },
+ {
+ "uuid": "554c0bf0-d0ee-4e3b-b53d-6cae9773bd0e",
+ "siteRegistry": false,
+ "dateNoted": "2016-01-22",
+ "parcelID": "19417",
+ "crownLandUsePIN": "20624",
+ "crownLandFileNumber": "16850",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 3 DISTRICT LOT 3 PLAN 9732"
+ },
+ {
+ "uuid": "d63519e3-feff-434a-9284-5a5918dce019",
+ "siteRegistry": true,
+ "dateNoted": "2018-07-17",
+ "parcelID": "19671",
+ "crownLandUsePIN": "18025",
+ "crownLandFileNumber": "20349",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 4 DISTRICT LOT 2 PLAN 5029"
+ },
+ {
+ "uuid": "b2465b29-1c43-49b1-893b-b771ac96dd7a",
+ "siteRegistry": false,
+ "dateNoted": "2016-10-14",
+ "parcelID": "16882",
+ "crownLandUsePIN": "16897",
+ "crownLandFileNumber": "20986",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 4 DISTRICT LOT 5 PLAN 8971"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "3cf01c00-8eed-4a79-977d-deb0eccf9ac0",
+ "siteRegistry": true,
+ "dateReceived": "2021-06-18",
+ "dateCompleted": "2017-08-04",
+ "dateEntered": "2016-01-01",
+ "dateRegistrar": "2015-03-19",
+ "dateLocalAuthorityReceived": "2022-11-05",
+ "summary": "Exercitationem commodi sint iure odit.\nAliquid excepturi ad nesciunt accusantium nemo numquam voluptatem eveniet laudantium.",
+ "informationUsed": "Iure enim libero.\nDolores possimus sed iste enim occaecati.\nUllam aliquam odit.\nNisi dolores maiores.",
+ "pastOrPresentOrders": "Eaque eos totam odit tenetur tempore quo at officiis.\nBeatae consequatur veniam recusandae expedita aliquid.\nError nihil consectetur earum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "2787e659-202e-4ffc-acf7-dde2a7563264",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2bafb4fe-3be7-48b9-a264-f57274be1079",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "eeff789d-5af8-49ce-8bb4-f900310eb164",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "388d4c1a-31df-4986-b4c8-af385fb5952f",
+ "siteRegistry": true,
+ "dateReceived": "2014-05-25",
+ "dateCompleted": "2021-05-31",
+ "dateEntered": "2019-12-14",
+ "dateRegistrar": "2022-08-06",
+ "dateLocalAuthorityReceived": "2020-09-06",
+ "summary": "Odit debitis odit porro qui deserunt non ratione.",
+ "informationUsed": "Aspernatur hic saepe ipsum suscipit minus sapiente ratione repudiandae minima.\nOccaecati dolores qui.\nEt quaerat corporis autem est magnam ab.\nEos aperiam reprehenderit magnam ipsa ipsa earum.",
+ "pastOrPresentOrders": "Laboriosam minus doloremque officia architecto totam.\nCorrupti quibusdam odio voluptates quisquam ipsam nihil iste corrupti rem.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "54a5aaba-b6ae-42c2-b4b1-e42e34d7a840",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fb47e161-943f-4b6e-9ecd-b18c627b644c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3df8361d-dd76-400c-966a-8c0be018b963",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "b8712a89-369f-46e7-abc8-6fe07015bb66",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HELLER MARVIN",
+ "timestamp": "2022-01-20"
+ },
+ {
+ "uuid": "39ced4a6-cc74-4742-96f8-224dc35fabf7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LARSON ANTONETTA",
+ "timestamp": "2017-08-15"
+ },
+ {
+ "uuid": "49865332-58ee-43d5-85df-4388aefced78",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LAKIN ELEAZAR",
+ "timestamp": "2021-05-26"
+ },
+ {
+ "uuid": "d7151dfb-11da-4a17-8f12-b8f439c6bf2c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PFEFFER WILTON",
+ "timestamp": "2014-10-01"
+ },
+ {
+ "uuid": "4826fd81-b291-4311-a3db-3295687d4248",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUECKER JONATHON",
+ "timestamp": "2017-03-06"
+ },
+ {
+ "uuid": "c8569fb9-04cc-4fb3-8809-bca0022d35c1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GLOVER DESTIN",
+ "timestamp": "2023-01-22"
+ },
+ {
+ "uuid": "da0b7c85-9395-452c-b2e2-676ef711db7a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PREDOVIC MARLENE",
+ "timestamp": "2018-03-21"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "53a4b6a0-b7c0-4f88-bdb6-ec16b1d1fc8d",
+ "dateNoted": "2019-11-10",
+ "notes": "",
+ "parcelID": "16535",
+ "siteID": "17114",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "31a10ab3-7a2d-452a-ab3f-8a50145e895e",
+ "dateNoted": "2019-04-28",
+ "notes": "",
+ "parcelID": "17298",
+ "siteID": "15519",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "723da2ba-36c8-4c9f-a55e-04a13bcf3f05",
+ "siteID": 20039,
+ "address": "16308 Aidan Street",
+ "latitude": 51.3709,
+ "longitude": -119.7407,
+ "lastUpdated": "2019-03-26",
+ "city": "Angelafield",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/17195",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3366248,
+ 9080728,
+ 9764555,
+ 2565044,
+ 6873627
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "73d4cd5e-dd3a-4aae-9a9b-2e36bee32e49",
+ "createdAt": "2018-11-03",
+ "completed": "2019-10-14",
+ "initiated": "2015-05-02",
+ "ministryContact": "FLATLEY MUSTAFA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "6dba3814-0b0c-486e-bfdb-fd784ee644ba",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "18dbee32-5ff2-4209-be8f-43844e552f21",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9fddb626-4318-4981-a655-e877df172672",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e3324612-8db7-4284-b77d-d710c3372715",
+ "createdAt": "2022-03-25",
+ "completed": "2018-11-10",
+ "initiated": "2023-03-19",
+ "ministryContact": "POUROS NATHANIAL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "6557b41a-6ec9-41bb-b3c9-67d8028d67a6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d4b160d0-8c28-4975-b131-180fea9e23e8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4eb3cffb-75fc-4f0d-9a32-ea04d99fd974",
+ "createdAt": "2016-09-21",
+ "completed": "2018-06-21",
+ "initiated": "2022-02-19",
+ "ministryContact": "THOMPSON ORIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d4f8b43b-8fc9-42b6-b4ba-aefb7c891fb8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0e993887-affc-40e8-931d-3c0839f63778",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "80f46441-3fd9-4ffe-87b0-99a2ac740b42",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "5382066d-9e09-4891-b9fe-84b57db3e391",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-02-20",
+ "startDate": "2018-05-18",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6a7508dd-a184-468f-a66a-ea1d3ec6b228",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-10-08",
+ "startDate": "2013-12-04",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "9f5a416d-fa4d-4df7-b5c1-cc96c200d396",
+ "siteRegistry": true,
+ "documentDate": "2021-08-22",
+ "receivedDate": "2018-01-06",
+ "uploadedDate": "2013-12-17",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "cb4ac03a-e17b-489e-b2cc-4242e399fdd3",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "52e15cd6-a8ad-4aa3-9080-2146d304f130",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "39122ada-f958-418b-8578-8df86f659fcd",
+ "siteRegistry": true,
+ "documentDate": "2020-09-03",
+ "receivedDate": "2016-02-28",
+ "uploadedDate": "2019-06-17",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "5003d4d2-97eb-4348-9cc7-b554d877c354",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "39d0eb65-fa7e-4d6f-b274-6d026f019abc",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9875567b-d360-4f8d-8444-4d13c0cc3ead",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "05abdf27-6f65-4e7d-a3d5-e8ec09c784e3",
+ "siteRegistry": false,
+ "documentDate": "2018-07-26",
+ "receivedDate": "2022-07-19",
+ "uploadedDate": "2023-02-06",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "6860a6f7-f16e-4781-9c0a-89edce6d8006",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "28c7b24d-85a8-4aa2-9952-90c275baa58e",
+ "siteRegistry": false,
+ "documentDate": "2019-02-23",
+ "receivedDate": "2023-08-10",
+ "uploadedDate": "2014-06-27",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "43e0c98f-d32f-4853-a099-9a780094c75f",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "df4a6d74-15f3-4d6c-96bd-1286c4d1ffa8",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9e97edbc-4753-4d29-bc41-8060faf2ab1f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "6e140dc8-1308-487f-9f68-c23ec662a48b",
+ "siteRegistry": true,
+ "documentDate": "2021-12-28",
+ "receivedDate": "2018-11-21",
+ "uploadedDate": "2015-02-01",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "eea7a938-9394-475c-b196-119d36e4dcc0",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "6eb08753-b4fd-4c61-886f-696676bed632",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "31b3b89c-6a3e-4a62-8653-f565206d5a85",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-01-17 (described on Site Profile dated 2016-01-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "9890b177-9e0a-45ba-afb7-cabd9db07552",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-12-24 (described on Site Profile dated 2015-12-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "190e7c58-b27b-45f2-8a26-6962df4301b9",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-07-11 (described on Site Profile dated 2020-07-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "1d82119b-8e70-45b9-8c26-7463dc002e7e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-09-29 (described on Site Profile dated 2018-09-29)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "3c6b1f77-7b8a-441e-b8e5-a87835d30801",
+ "siteRegistry": false,
+ "dateNoted": "2016-12-08",
+ "parcelID": "19156",
+ "crownLandUsePIN": "17155",
+ "crownLandFileNumber": "18874",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 2 DISTRICT LOT 3 PLAN 8360"
+ },
+ {
+ "uuid": "9612d22a-c5c0-4c5d-b045-ddee6f725a02",
+ "siteRegistry": false,
+ "dateNoted": "2022-07-15",
+ "parcelID": "15637",
+ "crownLandUsePIN": "19706",
+ "crownLandFileNumber": "16586",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 5 DISTRICT LOT 5 PLAN 2995"
+ },
+ {
+ "uuid": "4eea9040-5446-4ee9-83ff-473a324c5d83",
+ "siteRegistry": false,
+ "dateNoted": "2015-03-30",
+ "parcelID": "20374",
+ "crownLandUsePIN": "19182",
+ "crownLandFileNumber": "20754",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 1 DISTRICT LOT 4 PLAN 7020"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "b7e7718b-ef59-4c7e-9d6f-afd152008c2c",
+ "siteRegistry": true,
+ "dateReceived": "2023-06-01",
+ "dateCompleted": "2016-10-27",
+ "dateEntered": "2020-09-26",
+ "dateRegistrar": "2022-12-30",
+ "dateLocalAuthorityReceived": "2019-08-02",
+ "summary": "Officiis quam debitis quibusdam odio molestiae amet.",
+ "informationUsed": "Fugit porro corporis dolore praesentium magni commodi labore minima.\nOccaecati adipisci atque eos a dignissimos.\nTotam consectetur illum necessitatibus.",
+ "pastOrPresentOrders": "Quam atque exercitationem.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "9d4e68e0-3f2c-4bfc-93c8-72377bf6e241",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "38e775f3-6cd0-47ae-b8e5-504bd1a62cea",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "421b6666-b1fd-4ffa-ab8b-ad159ef423eb",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEATHCOTE WILBERT",
+ "timestamp": "2021-10-05"
+ },
+ {
+ "uuid": "356a8b7a-77a6-401c-9b64-066a9ad7762d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TERRY JACQUES",
+ "timestamp": "2019-02-14"
+ },
+ {
+ "uuid": "779f9eab-0b63-4a92-b85e-3a21dd9781af",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUETTGEN SHERMAN",
+ "timestamp": "2020-02-05"
+ },
+ {
+ "uuid": "a9607045-8e12-49c4-9e43-69e350fdeae6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRIST JUNIUS",
+ "timestamp": "2021-08-03"
+ },
+ {
+ "uuid": "48e60efd-69c4-4115-b218-8d9ae654bb59",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUNOLFSSON-TURNER FELICIA",
+ "timestamp": "2022-06-04"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "0d6311cb-9236-463d-9b47-4c552708ae8e",
+ "dateNoted": "2015-08-28",
+ "notes": "",
+ "parcelID": "20360",
+ "siteID": "19173",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "197710c3-d0d2-413c-9d68-b3397f4d5150",
+ "dateNoted": "2014-01-19",
+ "notes": "",
+ "parcelID": "18561",
+ "siteID": "20224",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "9de1cdef-96c7-4726-a1d1-73ce581645e8",
+ "siteID": 16084,
+ "address": "648 Reichert Haven",
+ "latitude": 51.7917,
+ "longitude": -129.2403,
+ "lastUpdated": "2015-04-24",
+ "city": "Lake Anne",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/2547",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6943272,
+ 9759670,
+ 5395237,
+ 8245064,
+ 5212151
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "b1227741-41a5-4510-b4e7-a4df11a3480c",
+ "createdAt": "2022-06-14",
+ "completed": "2017-09-01",
+ "initiated": "2022-10-30",
+ "ministryContact": "CONROY SAVION",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "773ca052-7129-45e4-a755-cbf3f66771f9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "08cb419c-dce3-44ad-ab22-382633280c7c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ac217d01-bf64-4e50-8352-69e1a9c6bd3b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bf5e4f43-c949-4178-a87e-fe74fb3a3b47",
+ "createdAt": "2016-01-05",
+ "completed": "2017-10-15",
+ "initiated": "2014-08-12",
+ "ministryContact": "FEENEY ADA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "008b0a0e-01c4-4d7a-8eaf-ba863e70168f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bbc0b03d-615c-445b-971d-bac02ae1be61",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d8244e62-dbb7-48f5-a2eb-c7f3776fbd32",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c1c5873b-44b5-4dc3-9e49-75ef916f9adf",
+ "createdAt": "2015-07-02",
+ "completed": "2022-10-03",
+ "initiated": "2023-03-09",
+ "ministryContact": "HOMENICK JUANA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "994377cc-c1ad-40bd-bd0f-aae59890580c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cc7a0d1d-d502-4fed-8caa-d36e939e32d9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c5654ee2-90ce-414f-a7a0-8f1545613a7d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f19964c5-fa47-4239-a279-3e6eb929338b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "61794ea1-f97f-4d4e-a030-945770f39fb1",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-02-27",
+ "startDate": "2019-12-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c3bfb7ff-eee5-4be9-b20f-ca9c9b10ed9c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-06-06",
+ "startDate": "2015-01-01",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "39d5ea08-4d79-4604-94cd-52b113cdcd1b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-02-18",
+ "startDate": "2019-09-14",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6be42de6-c75d-4264-bb18-dad7e9405b45",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-06-19",
+ "startDate": "2018-06-30",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "6afc822d-b21d-4ddc-9800-4ea2eba258d7",
+ "siteRegistry": false,
+ "documentDate": "2014-03-15",
+ "receivedDate": "2016-01-01",
+ "uploadedDate": "2019-10-10",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "2e09b732-a8fd-422f-9caa-51ff0b46b58c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0b0eac69-77e8-44c5-88b8-23721e06d650",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "0b676a93-690b-4909-a477-a66771761f75",
+ "siteRegistry": true,
+ "documentDate": "2022-01-30",
+ "receivedDate": "2015-12-06",
+ "uploadedDate": "2016-04-04",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "db8f47f2-a47a-42c1-9a7d-6f14156f0de6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ed6c8b7c-6091-4713-9542-47ab1d5cff74",
+ "siteRegistry": true,
+ "documentDate": "2023-05-19",
+ "receivedDate": "2018-11-05",
+ "uploadedDate": "2019-06-09",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "838031f7-9faa-4274-8c63-107456a5d88e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "30e09a3c-65de-41c9-ae1c-c809b2d392cc",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-03-22 (described on Site Profile dated 2019-03-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "741ea211-2842-4cef-9a56-b6595b219ce0",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-08-18 (described on Site Profile dated 2022-08-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "b477bee1-13e1-4658-a997-c855a5e73754",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-08-03 (described on Site Profile dated 2015-08-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "56c770b1-8eab-4d53-9fd6-71d2af2100af",
+ "siteRegistry": false,
+ "dateNoted": "2022-06-27",
+ "parcelID": "15420",
+ "crownLandUsePIN": "18679",
+ "crownLandFileNumber": "19026",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 5 DISTRICT LOT 1 PLAN 7235"
+ },
+ {
+ "uuid": "93cf0516-d56a-4b23-aab0-7005d7a3ace7",
+ "siteRegistry": true,
+ "dateNoted": "2014-08-12",
+ "parcelID": "19440",
+ "crownLandUsePIN": "15630",
+ "crownLandFileNumber": "20929",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 1 DISTRICT LOT 1 PLAN 7318"
+ },
+ {
+ "uuid": "b79bdff0-b467-4b4d-a033-a43b30f47c67",
+ "siteRegistry": true,
+ "dateNoted": "2018-01-16",
+ "parcelID": "17291",
+ "crownLandUsePIN": "16392",
+ "crownLandFileNumber": "17690",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 1 DISTRICT LOT 4 PLAN 6136"
+ },
+ {
+ "uuid": "ffaba3cd-1d66-4649-a4c8-c93b44376daf",
+ "siteRegistry": false,
+ "dateNoted": "2014-07-01",
+ "parcelID": "18440",
+ "crownLandUsePIN": "19842",
+ "crownLandFileNumber": "19443",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 3 DISTRICT LOT 1 PLAN 9416"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "eabd19b6-3fbc-4ae8-bf5e-fb6d99e46b4f",
+ "siteRegistry": true,
+ "dateReceived": "2021-10-02",
+ "dateCompleted": "2020-04-22",
+ "dateEntered": "2017-11-25",
+ "dateRegistrar": "2018-12-13",
+ "dateLocalAuthorityReceived": "2021-12-03",
+ "summary": "Ex architecto et doloribus harum.\nAmet natus quae vero ea blanditiis mollitia.",
+ "informationUsed": "Sequi iure harum voluptates optio non ullam aliquid.\nTotam ullam officiis officia voluptas.\nQuae distinctio corrupti ratione.\nAt dignissimos veniam minima molestias aut velit eveniet.\nDoloribus error blanditiis sapiente impedit.",
+ "pastOrPresentOrders": "Rerum natus reiciendis iure totam occaecati voluptatem fugiat dicta inventore.\nIncidunt repudiandae quas debitis hic quasi tempore.\nFacere officia vero harum aliquam ratione est cupiditate illum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "64d73e79-dcc7-494d-b33e-a0398653c805",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4db4d811-b58a-4144-8512-922dd7b9c0cb",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "92dff260-1164-40c8-870b-7cd69cc23e84",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUEL PAUL",
+ "timestamp": "2020-07-31"
+ },
+ {
+ "uuid": "966ac6db-fd91-4b5b-85f5-d6751be29448",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RIPPIN CONSUELO",
+ "timestamp": "2018-09-17"
+ },
+ {
+ "uuid": "8f0cc8b8-4fe6-4738-926d-d819f1aaec46",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BINS CAMYLLE",
+ "timestamp": "2015-05-31"
+ },
+ {
+ "uuid": "6da71492-cdc9-4f07-85af-6c55c0f32189",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "COLLIER TRESSA",
+ "timestamp": "2021-10-24"
+ },
+ {
+ "uuid": "9ddffac1-63a4-4557-8f27-b64e14484d87",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FEENEY DEANNA",
+ "timestamp": "2021-03-06"
+ },
+ {
+ "uuid": "46655156-ff5d-42ea-adb0-e9f6fcc2ab85",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHROEDER CHRISTIAN",
+ "timestamp": "2020-12-21"
+ },
+ {
+ "uuid": "c4755d9b-24d2-48c8-b966-6f0ee51e1192",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HALVORSON MELVIN",
+ "timestamp": "2018-06-08"
+ },
+ {
+ "uuid": "1a54f608-ab51-4361-97be-7d3f3b86a26f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STREICH SOLON",
+ "timestamp": "2021-03-16"
+ },
+ {
+ "uuid": "363f7824-1a79-48aa-a189-336dc84c2a39",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "POWLOWSKI BRANT",
+ "timestamp": "2018-09-25"
+ },
+ {
+ "uuid": "d2c1e804-889b-4214-965a-7c58727555aa",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PAUCEK BARBARA",
+ "timestamp": "2021-01-04"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "b7ca91fb-ab56-4fa7-b7a8-67b708604b41",
+ "dateNoted": "2019-10-24",
+ "notes": "",
+ "parcelID": "18209",
+ "siteID": "18351",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "1d146d9c-8252-46b2-ae48-afa2962b359a",
+ "siteID": 18229,
+ "address": "481 Scot Green",
+ "latitude": 54.3496,
+ "longitude": -127.5704,
+ "lastUpdated": "2022-01-23",
+ "city": "Satterfieldmouth",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/16675",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 931301,
+ 3274962,
+ 3905196,
+ 6205684,
+ 7313932
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "4fca5cc1-553d-4277-8254-704abe0442ba",
+ "createdAt": "2023-01-09",
+ "completed": "2021-12-09",
+ "initiated": "2020-06-14",
+ "ministryContact": "BLANDA MIKE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7fe7d3d2-d5ea-4678-b022-a1c540f79e1d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "52d70e1d-2cb7-440d-9b66-c2183744c8f4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0ea2788b-77ac-406e-b97b-935714bab7e8",
+ "createdAt": "2022-11-22",
+ "completed": "2015-11-29",
+ "initiated": "2014-10-27",
+ "ministryContact": "KERLUKE MERRITT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "68253e6d-01cd-4c3b-afde-29262af4bd27",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fe29e533-9769-4c86-b5df-9572509041f7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "02eb11cb-81a7-4c60-9459-9c341999e961",
+ "createdAt": "2020-04-08",
+ "completed": "2020-02-29",
+ "initiated": "2020-04-11",
+ "ministryContact": "MERTZ ANGIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ac78daa3-b9b6-4d30-95f8-c78379d728df",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "58d32edf-9ce0-42d2-a66a-03ad2733d595",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c744bec2-886e-4740-bcef-d3df4bea0f45",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bc6aa790-4982-4f5d-829e-3a4aae4e984a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "03c83c82-f9f6-42c1-b519-a49814722f9d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "37a8d293-f156-4585-9dc5-826631a805c5",
+ "name": "IPSUM",
+ "endDate": "2017-11-30",
+ "startDate": "2019-06-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3ae8ab89-1093-457c-a4ae-897ae2c9bab1",
+ "name": "IPSUM",
+ "endDate": "2018-06-20",
+ "startDate": "2020-03-26",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "cf0a0614-9a83-48ef-ace3-67719b10deb2",
+ "siteRegistry": false,
+ "documentDate": "2015-11-04",
+ "receivedDate": "2015-02-01",
+ "uploadedDate": "2014-03-15",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "c4cdcafd-d84f-43c4-9060-2f3269300071",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "a65ad094-9e81-4cbc-b1e4-d9857f3f3cc1",
+ "siteRegistry": false,
+ "documentDate": "2017-11-29",
+ "receivedDate": "2022-02-05",
+ "uploadedDate": "2022-04-18",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "958de0be-e142-4900-9557-732821d95cd3",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1e62abb3-04dd-4345-baf2-96139540abaf",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "a931ce43-149f-4f4a-97be-fd178d29d306",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-03-30 (described on Site Profile dated 2020-03-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "04a84378-7ba2-46f7-b8a7-8b14bc7c3fb3",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-07-08 (described on Site Profile dated 2018-07-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "b1d060a6-1801-4846-92f2-28978a901cca",
+ "siteRegistry": true,
+ "dateNoted": "2021-01-09",
+ "parcelID": "15996",
+ "crownLandUsePIN": "17821",
+ "crownLandFileNumber": "17117",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 3 DISTRICT LOT 5 PLAN 9424"
+ },
+ {
+ "uuid": "37146295-370c-4ed6-a033-b09ddc91e067",
+ "siteRegistry": true,
+ "dateNoted": "2014-11-21",
+ "parcelID": "17266",
+ "crownLandUsePIN": "19178",
+ "crownLandFileNumber": "16672",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 1 DISTRICT LOT 5 PLAN 4082"
+ },
+ {
+ "uuid": "d02ca5d0-d60b-480b-89b1-f13ead698fc8",
+ "siteRegistry": false,
+ "dateNoted": "2022-07-09",
+ "parcelID": "18578",
+ "crownLandUsePIN": "16796",
+ "crownLandFileNumber": "19093",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 4 DISTRICT LOT 5 PLAN 5832"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "98df30d5-28fe-4658-9ad9-e172325c2d82",
+ "siteRegistry": false,
+ "dateReceived": "2017-04-09",
+ "dateCompleted": "2022-12-10",
+ "dateEntered": "2016-01-23",
+ "dateRegistrar": "2021-03-25",
+ "dateLocalAuthorityReceived": "2023-08-05",
+ "summary": "Libero vitae placeat aliquid vitae nihil.",
+ "informationUsed": "At necessitatibus aliquam esse quis eos voluptatum molestiae.\nVelit illum doloremque hic iure facere.\nNeque maxime voluptatibus et culpa cumque tempora quo eos quidem.",
+ "pastOrPresentOrders": "Placeat magni fugit sed fugit odit iste.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b05c4e0b-8fda-4a72-a569-5125a1fee5ed",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dc6a973b-6b02-4dad-a061-594e15baf325",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "822643e7-5094-4795-be89-5e5b1fb2eaa4",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "e04ebd3e-e9c7-4f8b-b249-a5183affd851",
+ "siteRegistry": false,
+ "dateReceived": "2016-10-20",
+ "dateCompleted": "2014-08-23",
+ "dateEntered": "2021-12-11",
+ "dateRegistrar": "2019-06-06",
+ "dateLocalAuthorityReceived": "2022-09-06",
+ "summary": "Ullam unde nobis nostrum iusto ipsam atque.\nOdio reiciendis dolores minima.",
+ "informationUsed": "Nam omnis tenetur blanditiis suscipit minima facere.\nEligendi id ipsum quam accusamus autem sit animi consequuntur.\nRem nemo exercitationem.\nTenetur amet voluptates ratione eos.",
+ "pastOrPresentOrders": "Praesentium neque alias illo voluptates eius quae autem nostrum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "5d7fb335-cc90-41d1-9224-2ff44a9d1fd4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bb59b2df-5a9b-4fe5-b53b-50e76c9a10b1",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "93f61c1d-e553-4dfe-8669-090465b693ff",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "61e6abdf-b3f3-44b5-885a-f33ac22caacf",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "b3a4e13c-e08f-49a0-985d-80f2ec9834f7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WOLFF AUBREE",
+ "timestamp": "2014-07-29"
+ },
+ {
+ "uuid": "6fbd0e65-774f-4a5c-ba8c-cf5e14ee3d8c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STEHR MAURINE",
+ "timestamp": "2016-08-28"
+ },
+ {
+ "uuid": "41ab0f33-aaeb-4273-961c-9a7bc8f91909",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WARD MAUREEN",
+ "timestamp": "2020-06-25"
+ },
+ {
+ "uuid": "51b2b28f-2f35-43e0-aeb1-e42381c96a9d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WISOZK PEARL",
+ "timestamp": "2015-04-30"
+ },
+ {
+ "uuid": "0736f340-a098-43b7-9ba0-edd814fe49a7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KASSULKE MELANY",
+ "timestamp": "2019-11-24"
+ },
+ {
+ "uuid": "a2febb02-249a-4c8e-b7a6-d1b2eadab220",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ORN BERTA",
+ "timestamp": "2017-06-03"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "bc5837b3-0398-4398-b1ff-7dc33cc2943b",
+ "dateNoted": "2019-07-08",
+ "notes": "",
+ "parcelID": "20181",
+ "siteID": "16012",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "f9109635-ee4c-4053-a406-e378251efc50",
+ "siteID": 20698,
+ "address": "872 Velda Corner",
+ "latitude": 53.7155,
+ "longitude": -136.0524,
+ "lastUpdated": "2022-05-02",
+ "city": "Fort Briana",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/12506",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1946081,
+ 3603877,
+ 5864567,
+ 6416987,
+ 5482208
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "611e8b09-ca1a-4bbb-a419-1920d91e876c",
+ "createdAt": "2018-09-08",
+ "completed": "2022-03-15",
+ "initiated": "2016-01-11",
+ "ministryContact": "MARKS TANIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b87bd35e-bd83-450a-8a6f-30f8e778b08b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a2f8a12c-ac7e-47c1-a0d9-2e1a5b262aed",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a2b87e56-6a51-4786-ba66-b7fdb5e2d6f0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "aecc496b-7340-4890-8a72-a38fda8ded3f",
+ "createdAt": "2020-05-28",
+ "completed": "2017-06-18",
+ "initiated": "2022-04-30",
+ "ministryContact": "STOKES LARUE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1874a2ad-95a0-49bb-8852-0f506ac12311",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fbaac8be-6be2-434f-a6a5-48747510aefd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b9806d16-fb3e-4e6a-aced-3c3448dee8cc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "f1ca377d-51fb-4b9b-b71e-cc983ec3aaad",
+ "name": "IPSUM",
+ "endDate": "2015-02-27",
+ "startDate": "2018-01-24",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7654e6c5-abc5-4d70-a42f-5a93e5ebe9a2",
+ "name": "IPSUM",
+ "endDate": "2022-10-19",
+ "startDate": "2018-12-05",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1a2e2532-25b8-48c6-8591-7295578d1e59",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-08-15",
+ "startDate": "2014-08-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0fc4eb4c-8401-4bbd-9b17-34ecc7647b26",
+ "name": "IPSUM",
+ "endDate": "2018-11-11",
+ "startDate": "2015-03-03",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "0ba83ada-7516-4748-a8b1-3e1efe555eb9",
+ "siteRegistry": false,
+ "documentDate": "2020-05-05",
+ "receivedDate": "2015-10-30",
+ "uploadedDate": "2017-01-15",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "01077a00-667a-45a9-bbc2-1c5119dc3ad6",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "74ba94bf-58b4-457b-81dc-63d3419ab654",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "161b8880-4b04-43c7-97d1-cc7cf586a353",
+ "siteRegistry": false,
+ "documentDate": "2023-09-27",
+ "receivedDate": "2021-11-01",
+ "uploadedDate": "2016-09-02",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "26d6fbf2-0c1b-43d5-980a-2422f29794cc",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "c34df91c-57af-42e8-8375-50cc6c3dc5b4",
+ "siteRegistry": true,
+ "documentDate": "2021-08-23",
+ "receivedDate": "2015-05-28",
+ "uploadedDate": "2020-11-26",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "114312c2-8643-4d8a-815b-1a269b2e8eb3",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "392fd7e4-b9f3-4f7c-9c6a-c61b744ee22b",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "9b017808-4906-4cad-9de6-37945d9eaca7",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-11-01 (described on Site Profile dated 2019-11-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "ceae6218-d6cb-4b26-bc75-d7059e1c357f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-10-09 (described on Site Profile dated 2020-10-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "0c0fb4cb-d182-4388-9bbb-57f3d167f360",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-07-31 (described on Site Profile dated 2014-07-31)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "313e88a1-0e91-4002-9210-76fad53dee27",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-01-10 (described on Site Profile dated 2017-01-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "3daf6a30-e0c3-46a4-8f62-4b55df390f22",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-03-19 (described on Site Profile dated 2019-03-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "27a5a1c5-08cc-4f6a-9307-4be3ada91d84",
+ "siteRegistry": false,
+ "dateNoted": "2019-09-08",
+ "parcelID": "17307",
+ "crownLandUsePIN": "19095",
+ "crownLandFileNumber": "16976",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 3 DISTRICT LOT 2 PLAN 4292"
+ },
+ {
+ "uuid": "d19dfc87-ee00-41ad-9a32-bd1a2dc07d31",
+ "siteRegistry": false,
+ "dateNoted": "2020-04-17",
+ "parcelID": "20029",
+ "crownLandUsePIN": "19907",
+ "crownLandFileNumber": "18413",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 5 DISTRICT LOT 3 PLAN 6976"
+ },
+ {
+ "uuid": "003b2ba3-4b7e-4953-9b79-2601cf479c61",
+ "siteRegistry": true,
+ "dateNoted": "2023-06-01",
+ "parcelID": "16047",
+ "crownLandUsePIN": "20076",
+ "crownLandFileNumber": "16794",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 5 DISTRICT LOT 3 PLAN 5437"
+ },
+ {
+ "uuid": "24d90d0a-6209-481b-a112-33e0e3ce3f7e",
+ "siteRegistry": false,
+ "dateNoted": "2016-02-25",
+ "parcelID": "15446",
+ "crownLandUsePIN": "17048",
+ "crownLandFileNumber": "20559",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 2 DISTRICT LOT 3 PLAN 9748"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "42c9e32b-cf79-4a32-b5f3-a4177355941c",
+ "siteRegistry": true,
+ "dateReceived": "2018-12-03",
+ "dateCompleted": "2023-05-19",
+ "dateEntered": "2018-07-25",
+ "dateRegistrar": "2019-09-27",
+ "dateLocalAuthorityReceived": "2016-08-11",
+ "summary": "Vero repellat eos optio dolores.\nOptio ut quidem et eos officia.\nPerferendis temporibus corrupti rerum reprehenderit sequi delectus.",
+ "informationUsed": "Unde in excepturi.\nConsequatur laborum nulla corporis ea consectetur fuga.\nDolore dolorum assumenda exercitationem commodi laudantium.",
+ "pastOrPresentOrders": "Animi commodi ab quos quo voluptatem expedita qui.\nEius ipsum iure nam asperiores dolorum.\nEius dolorum tenetur possimus quidem debitis porro officia nesciunt sit.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e435970b-d00b-438a-9623-bce481afc486",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dec1be9b-42af-4633-b75d-301f0d673ab3",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9c304ae3-3502-4fc4-83bc-1c246f7f9aab",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "4e8f81eb-9517-468a-82f6-608ef10cb96e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "METZ BRISA",
+ "timestamp": "2017-05-01"
+ },
+ {
+ "uuid": "63426af6-6a38-4876-ad13-c9f1ad1347bf",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PURDY RALPH",
+ "timestamp": "2016-11-06"
+ },
+ {
+ "uuid": "1d5901c5-92c7-4182-a526-8bf3323aa792",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TOWNE CORINE",
+ "timestamp": "2021-06-26"
+ },
+ {
+ "uuid": "1e48cb20-5d17-42d1-beb1-7174505214a1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NIKOLAUS-VEUM GAYLE",
+ "timestamp": "2017-12-19"
+ },
+ {
+ "uuid": "e396d695-5da4-4554-8c9c-7fec01c77aba",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FAHEY LULA",
+ "timestamp": "2022-04-16"
+ },
+ {
+ "uuid": "1a0743ed-9479-47e6-a484-942d787655a8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEER CHAD",
+ "timestamp": "2016-05-10"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "6223d77f-a725-4bb1-8565-4c2ec8ed7787",
+ "dateNoted": "2014-02-05",
+ "notes": "",
+ "parcelID": "18941",
+ "siteID": "19330",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "dcae3983-4568-42c4-8c83-b58332f69a34",
+ "siteID": 19149,
+ "address": "330 Lauren Path",
+ "latitude": 50.6818,
+ "longitude": -126.5109,
+ "lastUpdated": "2023-05-14",
+ "city": "West Madgeside",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/16963",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 977410,
+ 520103,
+ 2337012,
+ 9693579,
+ 8832651
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "8e2031ab-fbfd-4708-aab4-0ab977201abe",
+ "createdAt": "2020-05-17",
+ "completed": "2021-05-14",
+ "initiated": "2018-01-22",
+ "ministryContact": "FRANECKI MARA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7dcb7cf5-45f4-42ab-b593-b80e9cbcbfbf",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5e0ffa70-1dcb-4658-8091-57ddf23f5b81",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8bfc319a-ab63-4ea6-b367-9921da136a5b",
+ "createdAt": "2019-07-24",
+ "completed": "2016-12-10",
+ "initiated": "2021-06-23",
+ "ministryContact": "LAKIN KENNY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f93054e4-2623-4fe1-971e-8605fa312eed",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "20611dc1-62a9-4f0f-999c-555e2b38739c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5efc2f07-263f-4191-bc4e-a6301d7d7479",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ccc00ddd-b889-449c-aeb7-855afedf52ed",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8ec29d1e-ed03-440c-8cee-212ff04fb474",
+ "createdAt": "2016-01-05",
+ "completed": "2017-11-25",
+ "initiated": "2020-07-14",
+ "ministryContact": "KONOPELSKI MADDISON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "57140b9a-538d-4fe6-8ce8-f88f17733677",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ad1d8a2c-a09d-4c52-82b5-aa42bbeca550",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c82d2b9a-a970-463a-81ee-c81414e8bda4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4cbd66b4-86ab-4ec1-8b41-727c1344e4a9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "97b821e8-f84a-4db9-aa26-025ade626130",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "acb93ceb-38c7-44c9-95e2-2fcc371e8007",
+ "createdAt": "2021-04-04",
+ "completed": "2016-03-10",
+ "initiated": "2017-01-02",
+ "ministryContact": "THIEL COLBY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "06b10b2f-c586-46ef-8b98-a10f2fed8bba",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cb5f2c78-f437-46ac-bdc6-1bc77a2194bc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ea70b697-d186-4723-805b-b953b2a27698",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4830b200-5c82-48f6-b2b4-ae3a0c2094a3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7f28b9ef-7551-45c6-93e6-041a2122229d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "de485b7d-cc36-43fe-8cc2-3b786e511986",
+ "createdAt": "2017-01-17",
+ "completed": "2019-12-16",
+ "initiated": "2019-03-06",
+ "ministryContact": "KUHIC KIRSTEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "67ab08df-a4e5-478e-a88e-df811793839e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "94df4ec0-53ca-4020-afff-d0a3c6131450",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "620f81cc-24af-4dd3-a5c0-e3c7375172c0",
+ "name": "IPSUM",
+ "endDate": "2020-09-06",
+ "startDate": "2014-10-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fff6e1de-9677-4424-b186-b35960b9c135",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-11-22",
+ "startDate": "2021-07-26",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9816974a-7ed7-4daa-8b6b-dd9cabf770e5",
+ "name": "IPSUM",
+ "endDate": "2019-02-02",
+ "startDate": "2020-07-16",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "98613bb6-6bd6-4a8d-880e-8542c2f3575c",
+ "siteRegistry": true,
+ "documentDate": "2019-08-05",
+ "receivedDate": "2018-07-21",
+ "uploadedDate": "2016-09-14",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "b1c9c2c6-47bc-4998-8160-07cb3a513898",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "981cd136-655a-4a0a-b072-10e0bc88e20e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "6c7448e7-b714-4d50-ba24-364503942f31",
+ "siteRegistry": true,
+ "documentDate": "2019-07-28",
+ "receivedDate": "2020-05-06",
+ "uploadedDate": "2023-03-08",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "293e4780-81e5-431d-99fc-1926c3c20357",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a767bd5c-f572-4641-bf53-979bd71eedc7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "adfd936e-f4df-4211-b352-705832542d3d",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-09-03 (described on Site Profile dated 2019-09-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "1a38879f-62ce-4e71-89f2-0d8b97453565",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-12-01 (described on Site Profile dated 2020-12-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "56d30f51-2c0c-497f-a079-8ea30880ed8f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-11-07 (described on Site Profile dated 2017-11-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "12f08598-47ff-46c1-9c38-2db1794122c9",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-01-27 (described on Site Profile dated 2023-01-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "210a0470-3c65-4ffe-897d-388cf63f3ddb",
+ "siteRegistry": false,
+ "dateNoted": "2018-09-04",
+ "parcelID": "19835",
+ "crownLandUsePIN": "17536",
+ "crownLandFileNumber": "18443",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 3 DISTRICT LOT 5 PLAN 6553"
+ },
+ {
+ "uuid": "f27e4a5d-dde0-467a-a7a4-ab10ce855471",
+ "siteRegistry": true,
+ "dateNoted": "2016-02-09",
+ "parcelID": "19004",
+ "crownLandUsePIN": "16028",
+ "crownLandFileNumber": "19801",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 5 DISTRICT LOT 1 PLAN 7556"
+ },
+ {
+ "uuid": "07d49ed3-5c00-4917-bac7-cf64b9b85dad",
+ "siteRegistry": false,
+ "dateNoted": "2017-09-10",
+ "parcelID": "15653",
+ "crownLandUsePIN": "17334",
+ "crownLandFileNumber": "16425",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 5 DISTRICT LOT 3 PLAN 5088"
+ },
+ {
+ "uuid": "034eabdf-76b8-43a5-9380-1d79fd7546b0",
+ "siteRegistry": true,
+ "dateNoted": "2016-02-28",
+ "parcelID": "19605",
+ "crownLandUsePIN": "16271",
+ "crownLandFileNumber": "17214",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 5 DISTRICT LOT 5 PLAN 6451"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "8e1e1e3d-44cf-4c8a-85a8-9dfe0d7b14df",
+ "siteRegistry": true,
+ "dateReceived": "2019-10-15",
+ "dateCompleted": "2019-05-21",
+ "dateEntered": "2022-09-09",
+ "dateRegistrar": "2018-11-30",
+ "dateLocalAuthorityReceived": "2020-09-11",
+ "summary": "Laborum quam optio maxime voluptas.\nCorporis beatae earum laborum quo assumenda maiores error rem dignissimos.\nAmet tempore sint animi voluptatem.",
+ "informationUsed": "Eveniet quod libero necessitatibus illum deserunt.\nFacere culpa omnis ipsa minus odio magni fugit.\nAutem pariatur asperiores incidunt omnis sapiente.\nNatus voluptate incidunt deleniti laborum nisi corporis.",
+ "pastOrPresentOrders": "Adipisci quis quaerat fugit esse deleniti deserunt autem id fugiat.\nVoluptate repellendus delectus quae est iure atque libero cumque.\nBlanditiis vitae minima debitis fugit sit ipsum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "be467934-836b-4887-a571-8f08d6dfb25f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b197fa66-7c8f-47b8-aafe-6f0afb0fa51f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8656c9c7-9050-4490-bc18-27fd81ccf44e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "7cffc96f-bcb3-4e79-9e7b-bf907512c7cb",
+ "siteRegistry": true,
+ "dateReceived": "2014-12-20",
+ "dateCompleted": "2020-02-26",
+ "dateEntered": "2013-10-27",
+ "dateRegistrar": "2018-09-17",
+ "dateLocalAuthorityReceived": "2021-11-07",
+ "summary": "Similique ipsa esse dolores quam nesciunt.\nNulla autem non optio minus.",
+ "informationUsed": "Quos quos quaerat blanditiis libero eum ratione natus.\nTenetur occaecati corrupti tenetur.\nConsequuntur cupiditate repellat optio eum rerum saepe laborum.",
+ "pastOrPresentOrders": "Eius est temporibus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b382183f-63f1-4ba3-a763-f877a4ef6dea",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "abaa0d9a-13c2-4352-870a-2b34cab52c24",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d1f4f4e9-2cd3-4bef-88bc-dda1b0a8f20c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "10ba96d9-5822-4151-abc9-aa5e5e6592e2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEER NATHANAEL",
+ "timestamp": "2021-02-13"
+ },
+ {
+ "uuid": "55a5164a-44d2-4051-8177-9ffb5bbb7022",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BROWN THALIA",
+ "timestamp": "2017-06-23"
+ },
+ {
+ "uuid": "86dd18e0-5336-4290-8dfa-2fb35fdba8dc",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEANNON ZION",
+ "timestamp": "2023-05-05"
+ },
+ {
+ "uuid": "905fa03a-d334-4362-98f3-1d63aeb389b7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MAGGIO HASSIE",
+ "timestamp": "2023-06-10"
+ },
+ {
+ "uuid": "5eac1bab-3f9e-4ab4-9f6d-4a1bb503ab84",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SAUER CLOVIS",
+ "timestamp": "2023-05-11"
+ },
+ {
+ "uuid": "125ce6da-a47d-4679-a7bb-47a49e86c339",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LOCKMAN LAUREL",
+ "timestamp": "2015-01-22"
+ },
+ {
+ "uuid": "28cc74e3-8d82-4ceb-996f-723d4e0443de",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRONA HAILIE",
+ "timestamp": "2015-01-25"
+ },
+ {
+ "uuid": "e9d74cd9-7c52-426c-90f5-44c541de32bd",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUSSEL GLADYS",
+ "timestamp": "2014-05-27"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "96846f39-9aad-4ad2-80d6-624cd2bde086",
+ "dateNoted": "2018-10-05",
+ "notes": "",
+ "parcelID": "19115",
+ "siteID": "18981",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "12263cb0-fab4-4ea1-9708-7ed711eace89",
+ "dateNoted": "2014-03-15",
+ "notes": "",
+ "parcelID": "18293",
+ "siteID": "18365",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "546ab45e-6a62-4b3e-a876-6fbfe9d1fadb",
+ "dateNoted": "2021-12-12",
+ "notes": "",
+ "parcelID": "16716",
+ "siteID": "18824",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "c410bfcf-3959-4e98-9ce2-ba93dca4ee7a",
+ "siteID": 19619,
+ "address": "37954 Israel Place",
+ "latitude": 58.9302,
+ "longitude": -136.0838,
+ "lastUpdated": "2014-07-26",
+ "city": "Brekketon",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/5453",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6553799,
+ 7440620,
+ 4774490,
+ 3747746,
+ 3696741
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "24d6025a-9855-4cbf-9dce-7cd95dc5d173",
+ "createdAt": "2023-03-31",
+ "completed": "2015-05-03",
+ "initiated": "2023-05-18",
+ "ministryContact": "WITTING TREMAYNE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e11a3795-d554-4af0-a7f4-d455a805e737",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "815a5d7c-8e1d-420c-98a9-c91105b99156",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8c9e76dd-c940-4c53-bdaa-157a3e716dd4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6a7e4649-1b45-4be6-b864-f729044a759f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a8d6c419-32d6-4809-b8fc-9609201e888b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4a1d0de6-da4f-482c-bee4-4e31b1f75a6c",
+ "createdAt": "2019-11-11",
+ "completed": "2018-02-21",
+ "initiated": "2021-12-21",
+ "ministryContact": "HEGMANN GEORGIANNA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e7ff3835-a9de-4f6b-ad4f-c6de164ac8e9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c4a9fedf-9081-4564-9e6f-032640074111",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "59288350-19e0-49a5-8f16-e05c8df3e758",
+ "createdAt": "2023-01-21",
+ "completed": "2020-11-10",
+ "initiated": "2021-10-06",
+ "ministryContact": "RENNER CATALINA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c054bc62-2c3a-4d4d-b906-047a2147fff2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "35bb09a9-fcb2-4756-85cf-1304e5a75a7b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "267d4539-63c8-4add-bb9c-821dff41c379",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "31137587-1901-4c7a-bb59-e446850c2d0d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6b21c1a1-a3f4-4521-ae5e-7e9eaeba001b",
+ "createdAt": "2017-11-06",
+ "completed": "2015-07-03",
+ "initiated": "2019-11-05",
+ "ministryContact": "SWANIAWSKI ERVIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7fe2e2d8-f6d6-4c74-8d7f-01451158db3a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "52a557e6-ad99-4073-9e48-074a4e7dc9f0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1d743919-84d0-4b8b-bdc9-4123fa7c86de",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "72f9251a-12e2-4534-b4f2-c7a76f7604e5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8ef5cddb-11dc-4e70-8aa9-7e6d8207186f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "023fef47-beef-4c43-be78-88ab63f48e55",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-06-22",
+ "startDate": "2019-04-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "626dfd87-f15c-4f5b-a18a-bce75e833ccc",
+ "name": "IPSUM",
+ "endDate": "2021-11-14",
+ "startDate": "2022-06-07",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b145969e-df02-496a-b0dc-d7f369a9685a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-06-05",
+ "startDate": "2023-08-05",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "881fa44c-b615-4f0d-a110-7001de5fd46e",
+ "name": "IPSUM",
+ "endDate": "2017-02-11",
+ "startDate": "2015-07-23",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "48a77cb3-e643-480a-83ba-6ba16db46ad0",
+ "name": "IPSUM",
+ "endDate": "2021-11-11",
+ "startDate": "2019-03-01",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "63df3ae6-9af8-43c5-8deb-27b38c5f7d46",
+ "siteRegistry": true,
+ "documentDate": "2021-12-11",
+ "receivedDate": "2016-09-05",
+ "uploadedDate": "2020-09-06",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "13358e44-e064-4786-bb2d-c6b203f8c240",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ef6220fc-0c6c-417f-8e36-8e2a0c36393b",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "433d7709-b390-49cc-b5b2-7e04f28aa140",
+ "siteRegistry": false,
+ "documentDate": "2023-10-07",
+ "receivedDate": "2023-06-24",
+ "uploadedDate": "2017-06-03",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "a9739e35-5d36-498b-8028-ae79b45280da",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "723087be-9e10-4bfb-8b35-5e5013622619",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "93d4ba5c-0474-4f92-8872-232324c1a3e4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "304af015-b77d-43fc-936d-6ee071a121aa",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-03-26 (described on Site Profile dated 2021-03-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "bc53dd62-fe17-4b35-bb0a-f57fe71fe8a6",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-01-14 (described on Site Profile dated 2017-01-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "85aec1f6-70f0-4efd-b9a1-b432b28ea031",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-02-27 (described on Site Profile dated 2015-02-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "6cd3ddab-89d2-4ccf-9cfd-6f9d2c205ebe",
+ "siteRegistry": true,
+ "dateNoted": "2021-07-31",
+ "parcelID": "19926",
+ "crownLandUsePIN": "20387",
+ "crownLandFileNumber": "20315",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 1 DISTRICT LOT 5 PLAN 5536"
+ },
+ {
+ "uuid": "2cde1a20-8f54-483b-984f-ab8b232cb12f",
+ "siteRegistry": false,
+ "dateNoted": "2014-11-30",
+ "parcelID": "19431",
+ "crownLandUsePIN": "19538",
+ "crownLandFileNumber": "16207",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 3 DISTRICT LOT 5 PLAN 3937"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "60a7f4d7-892c-43da-8af3-b6446154b7e2",
+ "siteRegistry": true,
+ "dateReceived": "2021-07-05",
+ "dateCompleted": "2014-08-21",
+ "dateEntered": "2020-08-03",
+ "dateRegistrar": "2017-04-09",
+ "dateLocalAuthorityReceived": "2014-09-28",
+ "summary": "Alias numquam distinctio maxime culpa nihil amet quod.",
+ "informationUsed": "Aperiam eos eos voluptatem iure ex quo.\nQuae autem id quam ab.\nSuscipit omnis aut hic ratione.",
+ "pastOrPresentOrders": "Minus error velit omnis quibusdam optio sapiente ipsam iusto.\nTempore odit velit consequatur.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "7412e136-f688-4050-b63f-5a7a1ed2d12c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "abc1244e-456e-4c6b-96a9-caf2b427ad04",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b45a93f9-20c4-4a38-b8e3-bd7382701d6e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "aa0bbeb3-5c1d-4c0d-9d10-e62950d227d8",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "de261c95-11ff-4dfe-9bf1-15141448c997",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GLEICHNER ROSLYN",
+ "timestamp": "2022-02-21"
+ },
+ {
+ "uuid": "9f479d26-f5f6-496f-97e9-01603f52a8a7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HINTZ DARIEN",
+ "timestamp": "2015-07-20"
+ },
+ {
+ "uuid": "03593644-4f4c-4ea1-a8e6-0a4ef3ee3f3f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SIMONIS GUST",
+ "timestamp": "2018-05-16"
+ },
+ {
+ "uuid": "e1ad72f2-25f7-4c6d-b607-9859f41408ec",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERGSTROM ROBIN",
+ "timestamp": "2019-10-09"
+ },
+ {
+ "uuid": "4b069b12-3b35-4b48-94e9-2f5808d2cc26",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HERMAN VEDA",
+ "timestamp": "2018-11-30"
+ },
+ {
+ "uuid": "33b9f4e9-8da9-43a9-b960-b3c1113dcef7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NADER JAMAAL",
+ "timestamp": "2015-03-21"
+ },
+ {
+ "uuid": "04e82a7f-3cde-407e-98e7-39081e09f698",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRITSCH BLAZE",
+ "timestamp": "2021-10-07"
+ },
+ {
+ "uuid": "f492e860-af1e-458b-b66c-0c23b5e071e1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BORER COY",
+ "timestamp": "2023-01-24"
+ },
+ {
+ "uuid": "565013fd-f2fe-477d-aefa-672f8672f603",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WOLF HERBERT",
+ "timestamp": "2016-08-03"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "89cb8664-4fa5-4892-8473-949358a0e02a",
+ "dateNoted": "2016-12-02",
+ "notes": "",
+ "parcelID": "16749",
+ "siteID": "18436",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8014fcef-2124-42ff-9ef5-76fd0437d471",
+ "dateNoted": "2019-08-15",
+ "notes": "",
+ "parcelID": "18599",
+ "siteID": "15931",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "26fa93b7-2fac-4260-9824-5fd1978d5b16",
+ "siteID": 16579,
+ "address": "25628 Eleanora Green",
+ "latitude": 55.6118,
+ "longitude": -126.3908,
+ "lastUpdated": "2015-02-05",
+ "city": "North Jessy",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/1378",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6162684,
+ 3082909,
+ 8473154,
+ 1223108,
+ 9502743
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "d07a7b5c-5af2-47e1-8cc2-4380414098bb",
+ "createdAt": "2020-02-27",
+ "completed": "2021-01-02",
+ "initiated": "2018-09-20",
+ "ministryContact": "MOEN OLA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "cde095ff-9980-488e-b145-c25afa0f033a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "17a2dbd7-a372-4097-81df-53c757506656",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0a406211-3596-4752-9795-e053e61d0fcc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "de98d002-01e7-467f-82f9-a14db97f7d44",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f4c40251-499b-4193-b527-cdff374807ba",
+ "createdAt": "2017-02-01",
+ "completed": "2019-11-09",
+ "initiated": "2023-09-12",
+ "ministryContact": "MORISSETTE ERLING",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a69157e7-19ad-4504-9034-dbf5a6b86e53",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fb5c0142-6b9b-46ff-95a6-8adc493f050a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2b0a9f8c-8cec-477c-bf5a-4ede3fb6542d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1cdd1934-b308-4e93-b00f-2e326a9246ab",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a4f9afca-ccc8-4916-b350-5bc98a314920",
+ "createdAt": "2015-11-16",
+ "completed": "2022-05-31",
+ "initiated": "2016-09-27",
+ "ministryContact": "TILLMAN KRISTOFFER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d2651813-1cf9-4015-8bb4-9d1e9de815bb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "33da9eb1-d753-4c02-9ee4-fa53397d5bea",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1e4c38e6-7ff0-460c-b99a-33b41119ba2d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c38ccc0d-6aa0-4e64-a774-179905267318",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "4aea2255-accb-4614-8481-568951fc6ceb",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-12-16",
+ "startDate": "2019-08-24",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f2305749-8651-43a1-b82f-a5135e9390d4",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2017-07-12",
+ "startDate": "2017-08-24",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a6a2a8be-096e-4f9a-befb-7cd3253a309d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-06-28",
+ "startDate": "2017-12-19",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "b94ec7d9-8f9a-4dc7-be33-0c5917528365",
+ "siteRegistry": true,
+ "documentDate": "2019-05-27",
+ "receivedDate": "2016-01-10",
+ "uploadedDate": "2019-10-31",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "bed769a7-66ca-436d-9347-e5a60960a0a1",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "819174fa-2ea4-4ffe-bfbf-14394477a495",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "5384893c-bae5-4ae9-a13d-96940c88b28a",
+ "siteRegistry": true,
+ "documentDate": "2014-02-06",
+ "receivedDate": "2019-02-10",
+ "uploadedDate": "2018-08-18",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "4914d81e-a5fe-440d-8c19-fca2e0571e8b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "6f81b8ef-5356-4b39-a6fc-7a98c858edcd",
+ "siteRegistry": true,
+ "documentDate": "2015-07-27",
+ "receivedDate": "2020-10-27",
+ "uploadedDate": "2021-02-22",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "93bd4088-2cf3-41ff-803d-9b05e4167aa4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ec0b64d5-771a-494b-917d-9b8f5a010bbe",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "564a5e3c-89bc-485c-b888-cbe9fac67870",
+ "siteRegistry": true,
+ "documentDate": "2019-09-22",
+ "receivedDate": "2023-08-04",
+ "uploadedDate": "2022-11-11",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "37093203-e607-4628-9eab-fba83a8678b3",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "c3a78cb0-14e6-4546-8601-14a407b7809c",
+ "siteRegistry": true,
+ "documentDate": "2019-10-11",
+ "receivedDate": "2020-09-15",
+ "uploadedDate": "2016-02-27",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "aec08144-3594-4de9-81d5-527f8f7ea954",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a5de2bbf-106a-4c39-b0ab-a47e66ebf7d4",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "1423a44a-b558-4d10-a667-b1a3ae29c4f0",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-06-11 (described on Site Profile dated 2021-06-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "3b1ac380-fda3-46f8-bd56-ddddfd54d336",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-07-04 (described on Site Profile dated 2019-07-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "a1aff66a-fb4e-4036-b3c9-85f6084d08fb",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-05-01 (described on Site Profile dated 2017-05-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "6c804701-0e0a-4a8e-9b09-d00ea10df90e",
+ "siteRegistry": false,
+ "dateNoted": "2019-06-17",
+ "parcelID": "19454",
+ "crownLandUsePIN": "18377",
+ "crownLandFileNumber": "15881",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 2 DISTRICT LOT 2 PLAN 7243"
+ },
+ {
+ "uuid": "0c25fc63-d028-4ae8-a7fe-51edd2333f8c",
+ "siteRegistry": true,
+ "dateNoted": "2020-10-24",
+ "parcelID": "18898",
+ "crownLandUsePIN": "18070",
+ "crownLandFileNumber": "16616",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 3 DISTRICT LOT 1 PLAN 4517"
+ },
+ {
+ "uuid": "ac89af34-cc16-4f2b-b039-8b89a4b7082a",
+ "siteRegistry": true,
+ "dateNoted": "2014-04-20",
+ "parcelID": "20125",
+ "crownLandUsePIN": "20771",
+ "crownLandFileNumber": "19558",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 4 DISTRICT LOT 3 PLAN 8361"
+ },
+ {
+ "uuid": "f5efd05d-8b99-4d3a-8611-c1fc7f781e60",
+ "siteRegistry": true,
+ "dateNoted": "2018-03-25",
+ "parcelID": "15272",
+ "crownLandUsePIN": "17057",
+ "crownLandFileNumber": "16617",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 3 DISTRICT LOT 1 PLAN 9247"
+ },
+ {
+ "uuid": "20546d09-2d38-448c-b033-7663bfe8c2b6",
+ "siteRegistry": true,
+ "dateNoted": "2019-07-23",
+ "parcelID": "17871",
+ "crownLandUsePIN": "20580",
+ "crownLandFileNumber": "17768",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 2 DISTRICT LOT 5 PLAN 6526"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "b89815de-2f76-4a61-a1a2-ea561ed933ea",
+ "siteRegistry": true,
+ "dateReceived": "2020-02-08",
+ "dateCompleted": "2018-08-28",
+ "dateEntered": "2015-11-03",
+ "dateRegistrar": "2014-07-05",
+ "dateLocalAuthorityReceived": "2019-05-19",
+ "summary": "Cum quo alias pariatur necessitatibus quidem sunt libero.\nOfficiis dignissimos aspernatur aspernatur repellendus laboriosam harum sint officiis.\nSed soluta eos.",
+ "informationUsed": "Repellendus tempora ab distinctio.\nDistinctio quam nulla illum rem aperiam excepturi in voluptatibus.\nIllum sapiente perspiciatis.\nVelit rem fugit veritatis qui rem voluptates sapiente.",
+ "pastOrPresentOrders": "Rerum error aliquam impedit aliquam eos dolorem totam consequuntur.\nMollitia voluptas quo doloribus sed asperiores labore.\nInventore sequi magnam accusamus excepturi itaque repellat voluptatibus consequatur.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b8ae77ed-7b1f-4abf-a3bb-a29d069d60c7",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f838097f-fc87-46dc-8d3e-918313149d6a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4b80bd41-3551-46af-9560-3859ab3b775f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "5dec07d5-ceb9-4fee-aae3-1451d3d4f2cd",
+ "siteRegistry": false,
+ "dateReceived": "2020-11-03",
+ "dateCompleted": "2018-10-21",
+ "dateEntered": "2017-04-23",
+ "dateRegistrar": "2021-10-04",
+ "dateLocalAuthorityReceived": "2017-07-17",
+ "summary": "Accusantium dolorum ab maxime hic doloremque ullam.\nEst quo voluptatem expedita consectetur veniam minima et esse expedita.\nQuae unde laboriosam dolorem optio alias hic.",
+ "informationUsed": "Consequuntur quos deleniti laborum.\nNon eaque quas molestiae quis.\nPerspiciatis nobis quis enim dolores sunt perspiciatis.\nMolestias inventore repudiandae vitae totam mollitia sed.",
+ "pastOrPresentOrders": "Libero blanditiis labore id provident vitae laudantium earum sunt aspernatur.\nVeniam dolorem sit totam dolorem.\nEx quis iure tempora.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "f1d4c211-0970-4b61-bdc7-122798b3ba50",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b2ab7b31-c106-40c3-aed7-d4ff1b636c31",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2164b762-6ed8-437c-be13-12f5cb96d831",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "9092521f-5f1d-4db7-bf63-2341f52f6430",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRONA FEDERICO",
+ "timestamp": "2022-05-05"
+ },
+ {
+ "uuid": "f6324526-ea5f-46b9-90c6-3746aa4633f9",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BECHTELAR CALE",
+ "timestamp": "2014-10-18"
+ },
+ {
+ "uuid": "4dba31b8-ca7c-4f0a-87be-ad403952e2ae",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DICKINSON EMELIA",
+ "timestamp": "2016-10-16"
+ },
+ {
+ "uuid": "061310ad-adf1-4847-9ef3-635088f546a8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRUICKSHANK ABEL",
+ "timestamp": "2019-04-23"
+ },
+ {
+ "uuid": "7f156d69-39c2-4676-9615-be495c348228",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SAWAYN WILHELM",
+ "timestamp": "2019-11-13"
+ },
+ {
+ "uuid": "627b980e-cf60-4b53-bf74-5632788dd3f5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MAYER OPAL",
+ "timestamp": "2015-07-30"
+ },
+ {
+ "uuid": "d413d705-ec44-48c5-94c1-8a5f58a90132",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ABBOTT CANDIDO",
+ "timestamp": "2015-09-18"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "78a089dc-6408-430b-a403-bd23e389ab9f",
+ "dateNoted": "2021-08-22",
+ "notes": "",
+ "parcelID": "19577",
+ "siteID": "20045",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fdeef5f4-d24a-4af6-9c0a-33b96411e336",
+ "dateNoted": "2017-02-02",
+ "notes": "",
+ "parcelID": "16457",
+ "siteID": "17031",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "586cd72e-6413-4bd5-bb0a-4bb68452bf0f",
+ "siteID": 20833,
+ "address": "1592 Rolfson Burg",
+ "latitude": 57.0998,
+ "longitude": -123.5466,
+ "lastUpdated": "2022-03-07",
+ "city": "East Vivienview",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/19471",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4669982,
+ 4925559,
+ 5468299,
+ 4464965,
+ 4508510
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "df915fb7-f787-42a9-a9a9-fa8afd4ef9a0",
+ "createdAt": "2022-06-03",
+ "completed": "2014-03-02",
+ "initiated": "2020-08-29",
+ "ministryContact": "REILLY ESMERALDA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8fcb5207-f972-4e1f-b33d-0da2819cb393",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5bfdd06b-0a3c-4828-bfad-d6040c970756",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "92837345-5d02-4303-bdfa-b08ca69fe851",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a9087070-5e1a-49e9-9886-3ef06903b3e5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1c1b3325-cdb4-47de-9be4-3c27324f68ba",
+ "createdAt": "2021-09-21",
+ "completed": "2017-05-26",
+ "initiated": "2023-10-05",
+ "ministryContact": "HESSEL THERON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ace8c664-06d4-4854-8d7a-2870bb915e4e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c2d367ea-3d8c-4704-a0b2-17800fd09063",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "897422e5-3833-45e1-b436-5d96abb26982",
+ "createdAt": "2013-11-02",
+ "completed": "2020-01-31",
+ "initiated": "2017-10-18",
+ "ministryContact": "DENESIK OREN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "92af8513-38cc-4e78-a597-e06b5fd52360",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e4d42d40-d3fc-43e6-9f58-9228044a656f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "ad087444-a4ae-458c-a8a0-96758b6b8554",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2014-12-24",
+ "startDate": "2023-05-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1080a6e8-7076-4c4b-9dd3-77f83b298224",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-06-18",
+ "startDate": "2017-06-29",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3c897129-9ed4-4f00-a937-abf87d0937d2",
+ "name": "IPSUM",
+ "endDate": "2021-06-28",
+ "startDate": "2019-06-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "b982daf7-2006-467e-8160-64648b7c81a3",
+ "siteRegistry": true,
+ "documentDate": "2015-04-20",
+ "receivedDate": "2017-11-06",
+ "uploadedDate": "2016-01-25",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "73d1467e-e56b-45b6-8390-f1fcd4558202",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "27c3ee7e-ac14-4784-a9b1-9033e412147b",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "b8a82bc3-efa1-476c-909a-04e52bf59f73",
+ "siteRegistry": true,
+ "documentDate": "2015-06-01",
+ "receivedDate": "2021-09-18",
+ "uploadedDate": "2019-12-01",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "9a733922-172b-4f73-9752-1c1fc8834688",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d295e562-ecb2-470e-bdaf-cf337284562a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "13d2fb66-8b26-47ba-bf1d-2bedc4cbe8bc",
+ "siteRegistry": true,
+ "documentDate": "2019-06-16",
+ "receivedDate": "2017-04-19",
+ "uploadedDate": "2014-09-22",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "933fcd26-1a5c-42f8-8910-df5fc08bca19",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0ae0f60f-d2dc-42b8-a1a4-29ae452745e4",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "fdcd2966-b8bf-47ce-ad61-5ae4bc213094",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "d074d3fd-f1cd-4797-a6f8-ca101d30d464",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-08-09 (described on Site Profile dated 2014-08-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "63919a4e-1d93-4dd0-9df2-261b337332c9",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-12-06 (described on Site Profile dated 2018-12-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "c2f5538c-ed0e-4597-ba86-7ce37895e406",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-10-31 (described on Site Profile dated 2017-10-31)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "bff3f310-9819-4326-8ced-826fcdff7f6b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-01-11 (described on Site Profile dated 2015-01-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "34245307-e4bd-4161-93b5-dd7a6ec6646c",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-10-23 (described on Site Profile dated 2020-10-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "cdba3b50-1cbc-482d-92a5-5204ae00b4ca",
+ "siteRegistry": false,
+ "dateNoted": "2019-03-04",
+ "parcelID": "15629",
+ "crownLandUsePIN": "17450",
+ "crownLandFileNumber": "16354",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 3 DISTRICT LOT 3 PLAN 3799"
+ },
+ {
+ "uuid": "3af04ade-ace2-4e1e-a1f8-10a839e7cca2",
+ "siteRegistry": true,
+ "dateNoted": "2016-04-17",
+ "parcelID": "20026",
+ "crownLandUsePIN": "16035",
+ "crownLandFileNumber": "16530",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 3 DISTRICT LOT 2 PLAN 7824"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "9e0f9aea-89aa-48bf-9f7b-dab2d9752812",
+ "siteRegistry": false,
+ "dateReceived": "2014-07-04",
+ "dateCompleted": "2019-02-01",
+ "dateEntered": "2018-05-31",
+ "dateRegistrar": "2018-04-27",
+ "dateLocalAuthorityReceived": "2020-05-06",
+ "summary": "Dicta suscipit natus consequuntur sit error ut laudantium optio doloremque.",
+ "informationUsed": "A unde placeat ipsum ad blanditiis beatae ipsa cupiditate recusandae.\nCum natus autem.\nOptio nam quisquam inventore reprehenderit saepe sapiente.\nMagnam laudantium repudiandae necessitatibus numquam eius animi possimus quibusdam.\nImpedit aliquid corporis ratione ullam quae odit consequuntur corporis.",
+ "pastOrPresentOrders": "Eos hic occaecati exercitationem laudantium eveniet.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "127f1a41-a16a-43de-829e-950d59147a80",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b323fc26-d4cd-4076-8fa3-f62e1a8e6ab1",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "170d1f96-1417-426e-983e-6387f3ce78fd",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "3278b5d4-e8c8-4c9f-a786-8105972563f5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAND PIETRO",
+ "timestamp": "2014-09-17"
+ },
+ {
+ "uuid": "2c54d47a-70f2-41c5-8d06-f789ec983840",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRANECKI MINERVA",
+ "timestamp": "2017-10-12"
+ },
+ {
+ "uuid": "a1210384-d94d-45a0-b9a7-3784456bcf53",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GIBSON PASQUALE",
+ "timestamp": "2016-08-17"
+ },
+ {
+ "uuid": "53493d77-6cfc-4ea4-bcc1-ce8d63a9a9d4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GLEASON ADELINE",
+ "timestamp": "2019-05-13"
+ },
+ {
+ "uuid": "d25a9933-8e94-4575-bc37-53e792030c60",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NADER BREANNA",
+ "timestamp": "2014-05-14"
+ },
+ {
+ "uuid": "d56c3389-8ebc-4ca3-bd32-b9d86aeb75ed",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HILLS BRADLEY",
+ "timestamp": "2018-03-24"
+ },
+ {
+ "uuid": "059cbfc6-2856-48fa-949d-5f8253eae383",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CASPER BREANNA",
+ "timestamp": "2017-05-23"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "aac7fd6d-4383-4c7d-bb13-4fee74f7a39f",
+ "dateNoted": "2018-09-25",
+ "notes": "",
+ "parcelID": "16812",
+ "siteID": "15231",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a569c2e2-3e9f-408f-97ff-51fa5b5270c6",
+ "dateNoted": "2018-03-12",
+ "notes": "",
+ "parcelID": "15496",
+ "siteID": "20842",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "69e2361d-3cb7-4030-bca6-9f305c319801",
+ "dateNoted": "2015-09-08",
+ "notes": "",
+ "parcelID": "19029",
+ "siteID": "19497",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "c0fd3ff2-2f6c-402d-ba15-a6d2b065f2d9",
+ "siteID": 18080,
+ "address": "60261 Ariane Road",
+ "latitude": 50.8662,
+ "longitude": -128.8205,
+ "lastUpdated": "2016-10-21",
+ "city": "Herzogshire",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/15798",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3526424,
+ 177644,
+ 5419084,
+ 8637955,
+ 3014611
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "b389f213-9229-4232-8779-5c21bef9f782",
+ "createdAt": "2018-11-01",
+ "completed": "2020-08-26",
+ "initiated": "2021-06-07",
+ "ministryContact": "ROBERTS GLENDA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a46cce2c-d3a8-449d-a373-f4803bf1e658",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c9fec8e5-99ed-43b4-b068-948a33168dca",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ebd8bbb6-9ab5-4f3a-bbb2-3dbce14aecb2",
+ "createdAt": "2020-03-09",
+ "completed": "2013-12-13",
+ "initiated": "2013-12-29",
+ "ministryContact": "KESSLER ELYSSA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bcb601d8-b88d-4688-ad3f-3b4b7d40b95f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c3897615-43a8-405b-a9f6-f208c81247e2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1fd70b18-bc97-4689-89a9-5682a2ebbf35",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b3a90260-411a-429b-aa5f-5f1f1d21cca2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "be07b2e5-4298-4281-8a37-278e0551a73f",
+ "createdAt": "2023-04-15",
+ "completed": "2015-01-17",
+ "initiated": "2018-07-22",
+ "ministryContact": "WEHNER BURDETTE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f19841f6-0a14-4553-8589-b6f2018b4e5a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d94484df-925e-482e-a405-f8806b445702",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "049f911d-7910-4d93-bd82-d22007cf2a4f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "c321f942-96e9-48c9-8958-6cb8ad169407",
+ "name": "IPSUM",
+ "endDate": "2020-03-14",
+ "startDate": "2021-08-31",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7aafa947-76af-4659-ac5a-89510829e459",
+ "name": "IPSUM",
+ "endDate": "2023-06-28",
+ "startDate": "2020-09-18",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6b142f73-549b-4f2d-b878-c94d8aad806c",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-05-06",
+ "startDate": "2018-08-16",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b1aeb8a8-6f43-4e0f-934a-f22d82427aa6",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-12-04",
+ "startDate": "2023-10-11",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f6eca611-2659-49b2-aa55-b947904adab5",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-12-02",
+ "startDate": "2016-06-02",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "65a33757-6e1f-4ac0-8698-3f2161000dad",
+ "siteRegistry": false,
+ "documentDate": "2015-04-02",
+ "receivedDate": "2019-05-02",
+ "uploadedDate": "2014-03-01",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "d7402ffa-70eb-4a7e-8f0d-198d6a681d55",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9a9ad60a-30e4-4f86-8b02-3fc22ee392bc",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7e75557f-3488-4d7d-866d-84178cbfc206",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "d0a6c65c-5845-4cb5-a5ea-e3698a4956b2",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-04-17 (described on Site Profile dated 2018-04-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "f68f2cda-f70c-491d-8469-552dc72924e7",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-02-09 (described on Site Profile dated 2015-02-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "639d4a85-bb04-40dd-9c2c-52c5439e2e6a",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-06-30 (described on Site Profile dated 2016-06-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "adae9e5b-51d5-447d-afa3-cc42699ab37d",
+ "siteRegistry": false,
+ "dateNoted": "2023-03-02",
+ "parcelID": "16121",
+ "crownLandUsePIN": "15281",
+ "crownLandFileNumber": "20212",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 3 DISTRICT LOT 3 PLAN 3536"
+ },
+ {
+ "uuid": "e068eb4d-d9bd-4ca7-b2d5-a81491fb656a",
+ "siteRegistry": false,
+ "dateNoted": "2013-12-31",
+ "parcelID": "17774",
+ "crownLandUsePIN": "19915",
+ "crownLandFileNumber": "18891",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 5 DISTRICT LOT 2 PLAN 4036"
+ },
+ {
+ "uuid": "f884f590-2159-432d-b895-49f18d233015",
+ "siteRegistry": false,
+ "dateNoted": "2014-09-05",
+ "parcelID": "19066",
+ "crownLandUsePIN": "20207",
+ "crownLandFileNumber": "19724",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 2 DISTRICT LOT 3 PLAN 4872"
+ },
+ {
+ "uuid": "7349aadb-82ab-4f53-83c6-9ed89917130c",
+ "siteRegistry": false,
+ "dateNoted": "2015-07-24",
+ "parcelID": "17826",
+ "crownLandUsePIN": "16617",
+ "crownLandFileNumber": "17501",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 3 DISTRICT LOT 5 PLAN 3026"
+ },
+ {
+ "uuid": "bee497aa-ee56-4764-ac5c-1e8cf32bdbf6",
+ "siteRegistry": false,
+ "dateNoted": "2015-07-19",
+ "parcelID": "19293",
+ "crownLandUsePIN": "17118",
+ "crownLandFileNumber": "17457",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 2 DISTRICT LOT 3 PLAN 8958"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "889fe09e-9af2-4ade-9097-a93fd8b6a8a3",
+ "siteRegistry": true,
+ "dateReceived": "2015-12-08",
+ "dateCompleted": "2014-06-21",
+ "dateEntered": "2019-09-01",
+ "dateRegistrar": "2021-02-08",
+ "dateLocalAuthorityReceived": "2022-01-22",
+ "summary": "Vero nesciunt ipsum autem ad sapiente provident.\nFacilis voluptates velit vitae.",
+ "informationUsed": "Asperiores veniam explicabo quod perferendis odio blanditiis cumque et repellendus.\nNisi sunt nemo fugit quae repellendus commodi eius harum.\nSuscipit quibusdam reprehenderit quas.\nFacere ad beatae.",
+ "pastOrPresentOrders": "Sapiente labore quos assumenda deserunt soluta laudantium qui sunt.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "96cfa982-d7e1-4199-9731-e68ab9850ca2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ee7d0934-1e64-476f-93b6-f8a8b46e3240",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "6c46df55-4d92-4f16-8918-c06639156f2c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DURGAN CLINT",
+ "timestamp": "2016-07-17"
+ },
+ {
+ "uuid": "2ae8ee84-308e-4d2f-a74d-35937fa1bb06",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GULGOWSKI MANLEY",
+ "timestamp": "2014-07-05"
+ },
+ {
+ "uuid": "1001de7b-2d9b-480e-8b4f-d627ffca66db",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LARKIN JULIET",
+ "timestamp": "2023-07-10"
+ },
+ {
+ "uuid": "8999a9f6-199e-46c5-b2ab-7b548f938d83",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOSS ADITYA",
+ "timestamp": "2023-04-14"
+ },
+ {
+ "uuid": "f508f743-25bc-4a37-8296-2ed82dc8d4af",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JACOBS COBY",
+ "timestamp": "2023-05-03"
+ },
+ {
+ "uuid": "919799ab-01a5-413a-9a0d-2fd5d7f9a0a4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MAYERT LESTER",
+ "timestamp": "2018-11-18"
+ },
+ {
+ "uuid": "6795b086-d9a1-46d3-86c9-803687c4de44",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LANG MARGIE",
+ "timestamp": "2020-05-05"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "64c7db7b-b40f-44df-b7d6-4f913100c799",
+ "dateNoted": "2021-06-25",
+ "notes": "",
+ "parcelID": "20714",
+ "siteID": "18797",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "90569dbd-d54a-4980-92cd-02366a7f68cb",
+ "siteID": 16871,
+ "address": "528 America Branch",
+ "latitude": 48.6785,
+ "longitude": -123.2163,
+ "lastUpdated": "2023-07-23",
+ "city": "Stoltenbergview",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/9475",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 2216827,
+ 7798933,
+ 9038923,
+ 7125427,
+ 3698313
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "210a7f2b-a4fb-4460-acef-ed23115b3624",
+ "createdAt": "2014-03-23",
+ "completed": "2021-07-03",
+ "initiated": "2015-09-22",
+ "ministryContact": "CREMIN LESLEY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ca14855e-65a9-4d90-aed8-77e6cdd01ab8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b81794b1-c353-4423-b6d0-4777e5122a0b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ec328410-a1aa-4e48-a223-56d3c17b11d8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9d01d695-167b-4163-a55a-2991a0473d50",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "171fbc08-b5ad-49d0-a36a-970521c26c41",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cec4fd77-0bb0-48ea-86ca-f0ae4888d8df",
+ "createdAt": "2014-08-01",
+ "completed": "2019-12-08",
+ "initiated": "2018-05-07",
+ "ministryContact": "ROWE EDWIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "da2b46b4-32ca-4a86-809a-0492a1964eb5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bdbad4b2-7c5b-4dd6-841a-9e1b73e364dc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "762a061b-01d0-4440-a77f-a37a182ceab8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d7fc6ae5-d252-438f-a871-7f1a3755309c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "8840f796-7c0c-4b7e-8e64-e85b41dbc29e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-08-04",
+ "startDate": "2021-01-30",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dc807352-2e0a-43f3-aecb-347ef07b26c9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-08-03",
+ "startDate": "2022-01-24",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b00f6670-8b18-4ea0-998a-825180856825",
+ "name": "IPSUM",
+ "endDate": "2023-03-20",
+ "startDate": "2017-03-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "27a4eae4-df81-4b14-908f-ed81c03a140b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-08-20",
+ "startDate": "2018-08-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "3d4986bc-5016-4306-8bb4-999ba8c27a25",
+ "siteRegistry": false,
+ "documentDate": "2015-05-04",
+ "receivedDate": "2015-05-26",
+ "uploadedDate": "2021-08-29",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "10f875a1-8b73-4a2c-bf6d-526ac38b5895",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "b1e26fc5-3b5d-417d-bc8c-7b7bea7cfa60",
+ "siteRegistry": true,
+ "documentDate": "2018-11-20",
+ "receivedDate": "2020-08-21",
+ "uploadedDate": "2014-07-07",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "3ade4127-1e7f-40f0-a21e-d9cafdd7e972",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "45570aec-f2a0-42ba-b7d3-47d3620ae2ab",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "89f2e4ac-8b8f-4d27-9f06-c192a6d0f71e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "0b97837b-cd3a-46d4-a7d9-f7365a658c8b",
+ "siteRegistry": true,
+ "documentDate": "2020-09-21",
+ "receivedDate": "2021-12-11",
+ "uploadedDate": "2015-07-21",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "4ab6f8c5-a091-4b40-95a2-cd4094e17414",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "2875f6f3-2311-4942-90d8-895f346c1e96",
+ "siteRegistry": false,
+ "documentDate": "2022-03-30",
+ "receivedDate": "2019-12-15",
+ "uploadedDate": "2022-06-13",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "28512da7-08d6-4652-9cc1-f19336a0946d",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ca19f063-9668-41b3-ace4-0af9b93f37a5",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "eccf2d21-2bc1-476f-801a-92278f703dc1",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "fa8e2d12-11f2-4ebc-8c8f-cef884e0357c",
+ "siteRegistry": false,
+ "documentDate": "2023-03-17",
+ "receivedDate": "2023-03-09",
+ "uploadedDate": "2016-04-04",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "3accaa85-bb38-472f-92cb-069ead3dee39",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "baed7a07-6643-4d7c-9d15-e97070c650fc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "56dd3dc4-b7e2-4568-95af-fe932fb50211",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-04-16 (described on Site Profile dated 2017-04-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f5157c88-793b-42a4-ad29-5fd9359d0611",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-12-27 (described on Site Profile dated 2021-12-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "6fda4291-f021-4ce6-8409-d15d4d29bc7b",
+ "siteRegistry": true,
+ "dateNoted": "2015-12-05",
+ "parcelID": "17528",
+ "crownLandUsePIN": "20003",
+ "crownLandFileNumber": "17628",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 5 DISTRICT LOT 2 PLAN 7799"
+ },
+ {
+ "uuid": "06b1f58d-0bca-46a7-98cf-76b8b8889d8f",
+ "siteRegistry": true,
+ "dateNoted": "2014-02-08",
+ "parcelID": "18258",
+ "crownLandUsePIN": "15347",
+ "crownLandFileNumber": "20620",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 1 DISTRICT LOT 3 PLAN 5894"
+ },
+ {
+ "uuid": "c1809bae-0580-4a77-b646-3193315eead9",
+ "siteRegistry": true,
+ "dateNoted": "2021-10-24",
+ "parcelID": "18190",
+ "crownLandUsePIN": "18105",
+ "crownLandFileNumber": "15343",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 1 DISTRICT LOT 4 PLAN 8153"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "40acd8da-f6b0-435f-8b41-a9ea04c3e025",
+ "siteRegistry": true,
+ "dateReceived": "2020-06-05",
+ "dateCompleted": "2014-01-17",
+ "dateEntered": "2019-12-01",
+ "dateRegistrar": "2020-10-30",
+ "dateLocalAuthorityReceived": "2019-12-22",
+ "summary": "Dolore maiores aperiam.",
+ "informationUsed": "Voluptate quaerat itaque inventore ipsam fuga officiis sequi.\nAperiam ullam soluta quas vero ipsum unde consequuntur asperiores.\nQuia accusantium recusandae eos nesciunt vel officia ducimus facere enim.",
+ "pastOrPresentOrders": "Architecto et ipsam molestias.\nOmnis nesciunt doloremque maiores error vel neque pariatur.\nNostrum eum vero blanditiis beatae perferendis molestiae dolorem.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "ed2b863d-b9d3-4b52-8a38-2a83f788e566",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "945629c1-207f-420d-889b-cf9822c4e5f9",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "174ca856-411f-4b4d-b735-59a9548c7862",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a8843362-3f39-412d-a244-316ef45a430f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "475aae04-9fcc-477a-ac3d-abc2827dc815",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOGISICH ELEANORE",
+ "timestamp": "2017-07-05"
+ },
+ {
+ "uuid": "ef2df911-84b8-42f9-8c7e-f13a838c6733",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DAUGHERTY ADELINE",
+ "timestamp": "2021-04-26"
+ },
+ {
+ "uuid": "a71341a8-2f94-43c2-8172-f8334d69ecbd",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHAEFER GERMAN",
+ "timestamp": "2020-02-29"
+ },
+ {
+ "uuid": "4d6cecea-f6ec-4c38-829d-dc957a0aefb8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LARKIN WENDELL",
+ "timestamp": "2019-09-29"
+ },
+ {
+ "uuid": "1607fb6b-57ae-4302-a51e-7f5a03fb658a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROBERTS MARLENE",
+ "timestamp": "2017-12-13"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "06123d63-5ee5-4e17-adae-352ffc15de1a",
+ "dateNoted": "2014-10-12",
+ "notes": "",
+ "parcelID": "19442",
+ "siteID": "18676",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "17d5aa87-dd5e-4402-9fa3-64c491c3edd7",
+ "siteID": 18228,
+ "address": "791 Witting Pine",
+ "latitude": 57.8358,
+ "longitude": -129.8806,
+ "lastUpdated": "2017-08-22",
+ "city": "Conroyport",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/13725",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 342572,
+ 3093834,
+ 6160824,
+ 6042429,
+ 1720486
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "67bb9b5a-f00a-4a86-a026-1f81d81eba8c",
+ "createdAt": "2017-08-09",
+ "completed": "2019-06-06",
+ "initiated": "2023-06-19",
+ "ministryContact": "POLLICH KEVON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ad0d8790-84ad-4b44-b3ea-4c0ec5edd083",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "27137139-73a7-4c82-b814-df3d6966c791",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4262ea7a-6096-41bb-9636-ef5f2f54fa65",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2b8be8ea-9c31-4c9d-af88-76cd91bda2b7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d0b4c7b8-1785-430d-9dc2-a4d205a0d8c7",
+ "createdAt": "2023-08-27",
+ "completed": "2014-09-08",
+ "initiated": "2014-09-29",
+ "ministryContact": "LARSON DAREN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8f3c51cf-1b3f-47d2-b91d-0c3b389bfd83",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9a5beacc-0b16-4f7d-ab6a-c92cc189688b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cdeb9d8a-152a-4346-b1fe-8cade452994f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "96916a1c-6064-4050-a8ed-82360d1dd7d4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "00e615e7-7e1e-489c-9e13-66d71af8f518",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a8423193-9859-492b-837d-ded971c30b67",
+ "createdAt": "2018-11-09",
+ "completed": "2019-01-13",
+ "initiated": "2016-07-28",
+ "ministryContact": "BAHRINGER-LITTEL DORA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "0ade596a-05a8-40c6-afc9-9c6cf65a3bca",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "087631c7-217c-474c-9d68-807f4d5112ce",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "98219775-f1d8-4d0d-8206-05006d82e173",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3a57255e-26be-486a-a7c5-da47fcc6ea64",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a1dbcd14-0ac3-4b75-9524-5fe8aea03090",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "67475bff-b51e-45c0-8439-379248ef92fb",
+ "createdAt": "2022-07-16",
+ "completed": "2020-07-06",
+ "initiated": "2015-11-21",
+ "ministryContact": "BOSCO CATHRINE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a6af6c14-c09f-48ca-84b2-fe7d79aaeab3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3d620cdd-f905-416b-8635-f3b81bab6083",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e05fe323-348e-4af6-a753-52a204061ce2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1e964206-c21a-4964-9582-44e1da03dfa5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "897eab0c-3737-4e44-b079-5c23b761d575",
+ "name": "IPSUM",
+ "endDate": "2017-10-06",
+ "startDate": "2020-06-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6f082dc1-4fbf-40b1-be8c-9b25d33d79d6",
+ "name": "IPSUM",
+ "endDate": "2017-03-25",
+ "startDate": "2021-12-30",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "658ba276-48a3-40f3-b480-3f1358131adc",
+ "siteRegistry": true,
+ "documentDate": "2021-09-17",
+ "receivedDate": "2019-03-10",
+ "uploadedDate": "2014-09-15",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "68fd3691-7244-438e-b9bd-4a4d3a680818",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "22f7e625-5697-417a-ad74-6f0177a6cc42",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5bcade94-a55d-4635-9aae-222204f8fa75",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e07ad245-7045-44ef-a7a1-c5a834aa7896",
+ "siteRegistry": false,
+ "documentDate": "2016-04-08",
+ "receivedDate": "2020-01-24",
+ "uploadedDate": "2021-02-28",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "737d17b2-85c3-430c-84ee-73abdf721a23",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "2413f557-c228-4055-86f9-ef357126abea",
+ "siteRegistry": false,
+ "documentDate": "2015-01-23",
+ "receivedDate": "2014-07-31",
+ "uploadedDate": "2018-12-28",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "b8f67077-a228-4f6f-af6c-67291fdbaaeb",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "48e53317-2cd1-4727-ac79-7e55a47ffab2",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "fd153525-15d0-4c8b-ae39-87de0834a298",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "8723656e-f6f0-46ff-81ab-8271af6cc1df",
+ "siteRegistry": true,
+ "documentDate": "2013-10-23",
+ "receivedDate": "2015-08-09",
+ "uploadedDate": "2015-10-14",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "205d76ec-c065-4a7f-8070-8ff4759313bf",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "967c344f-dd60-4ad5-8e69-9e7778a1c3f1",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-12-04 (described on Site Profile dated 2021-12-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "6c520e47-9a8a-43b9-9603-4a00f145b813",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-01-03 (described on Site Profile dated 2020-01-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "0ef82e1c-2236-48fc-9ad1-d9ffedda86ea",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-01-23 (described on Site Profile dated 2022-01-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "e53a4fd2-773b-430f-af08-2b2f1b85e173",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-07-11 (described on Site Profile dated 2021-07-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "a20300dc-abb1-4344-8eed-463e9e4db63b",
+ "siteRegistry": true,
+ "dateNoted": "2018-02-13",
+ "parcelID": "17786",
+ "crownLandUsePIN": "15366",
+ "crownLandFileNumber": "18127",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 4 DISTRICT LOT 4 PLAN 8774"
+ },
+ {
+ "uuid": "b763eb69-46f1-4f7c-9798-40204640ea48",
+ "siteRegistry": false,
+ "dateNoted": "2015-03-16",
+ "parcelID": "19690",
+ "crownLandUsePIN": "20942",
+ "crownLandFileNumber": "17727",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 2 DISTRICT LOT 1 PLAN 3401"
+ },
+ {
+ "uuid": "9e03106a-0317-4f65-b3a2-717ec1aec895",
+ "siteRegistry": true,
+ "dateNoted": "2014-12-18",
+ "parcelID": "17004",
+ "crownLandUsePIN": "15435",
+ "crownLandFileNumber": "20660",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 1 DISTRICT LOT 1 PLAN 5722"
+ },
+ {
+ "uuid": "598379f8-35b9-4869-bc0f-b2d1fadc3e78",
+ "siteRegistry": false,
+ "dateNoted": "2017-05-30",
+ "parcelID": "20842",
+ "crownLandUsePIN": "17415",
+ "crownLandFileNumber": "16013",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 3 DISTRICT LOT 4 PLAN 3528"
+ },
+ {
+ "uuid": "f9f312fb-0281-4278-84ae-f6908c95af38",
+ "siteRegistry": false,
+ "dateNoted": "2023-01-30",
+ "parcelID": "20805",
+ "crownLandUsePIN": "17438",
+ "crownLandFileNumber": "15333",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 5 DISTRICT LOT 2 PLAN 6436"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "6b48f2ce-5bc4-4dd4-8a14-130e4915307c",
+ "siteRegistry": false,
+ "dateReceived": "2020-01-26",
+ "dateCompleted": "2023-02-02",
+ "dateEntered": "2017-06-08",
+ "dateRegistrar": "2020-04-18",
+ "dateLocalAuthorityReceived": "2019-02-14",
+ "summary": "Voluptatibus reiciendis ipsam facilis architecto magnam.\nMaxime aut vel ut accusamus doloribus repudiandae unde repellat.",
+ "informationUsed": "Optio alias distinctio voluptatum aliquam illum.\nConsectetur corporis ab.\nQuisquam dolores voluptatem ex quibusdam eius fugit aliquid quo molestias.",
+ "pastOrPresentOrders": "Natus illo exercitationem consectetur cupiditate delectus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "cb2affb2-41c4-43ef-a15e-701e98231896",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ab9626f1-aaab-43a4-a1c0-ba062653c54d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e41b87d7-7f22-480b-856f-c11508b55bc7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b3217afd-1791-4f27-a120-7186457df4b6",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "65102a0a-208f-4347-8470-98adff2e78cc",
+ "siteRegistry": false,
+ "dateReceived": "2014-05-11",
+ "dateCompleted": "2014-09-14",
+ "dateEntered": "2020-05-26",
+ "dateRegistrar": "2013-11-22",
+ "dateLocalAuthorityReceived": "2020-04-24",
+ "summary": "Eaque possimus nulla nobis nisi praesentium cumque.",
+ "informationUsed": "Quia vel sint.\nDeserunt eveniet provident accusamus a.\nAtque id molestiae in dolorum quisquam occaecati esse.\nCulpa itaque possimus eveniet maiores fugit atque illo.",
+ "pastOrPresentOrders": "Nulla voluptates eaque ratione eveniet cupiditate delectus earum deleniti repellendus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "fe28b9a7-9ac2-416c-ba79-4983db1a48f9",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e21b5785-e43c-4820-9ace-c24810dec89d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "c4c67e40-5911-4682-b05e-9233e44e7bfa",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TORP MARTINA",
+ "timestamp": "2014-11-15"
+ },
+ {
+ "uuid": "945137f2-e793-448d-8ca8-d36249548fb9",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WEHNER ALTHEA",
+ "timestamp": "2014-05-10"
+ },
+ {
+ "uuid": "71bc6074-12b7-485b-8726-8dac0d26821f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAUMBACH WILBER",
+ "timestamp": "2018-03-07"
+ },
+ {
+ "uuid": "40953451-9f29-476b-b942-f8ae7a81f46c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WHITE OSCAR",
+ "timestamp": "2014-06-09"
+ },
+ {
+ "uuid": "362e0165-94ef-4209-a64e-8b7b3089b6b5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KLING AALIYAH",
+ "timestamp": "2023-04-26"
+ },
+ {
+ "uuid": "61103445-c1c9-4ab8-a789-2e008bb8c28e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUSSEL ANYA",
+ "timestamp": "2021-06-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "86c39e81-a7f4-4779-b932-84d17d3d76e3",
+ "dateNoted": "2020-09-02",
+ "notes": "",
+ "parcelID": "20236",
+ "siteID": "15587",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "78d7b8cd-c5e7-430f-841a-28e09d9adc04",
+ "dateNoted": "2016-06-26",
+ "notes": "",
+ "parcelID": "20582",
+ "siteID": "18756",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ba665d13-df77-4063-a39c-5f6124677a07",
+ "dateNoted": "2017-11-09",
+ "notes": "",
+ "parcelID": "16205",
+ "siteID": "16978",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "1891d4f3-29a9-4ef2-abe6-0792f6917b13",
+ "siteID": 19056,
+ "address": "627 Leone Falls",
+ "latitude": 51.1538,
+ "longitude": -128.931,
+ "lastUpdated": "2019-07-21",
+ "city": "West Jaime",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/19102",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1588075,
+ 6761577,
+ 5600131,
+ 4481930,
+ 6185647
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "6cc343ce-1cc9-4f78-8d17-64ccda26d526",
+ "createdAt": "2015-11-01",
+ "completed": "2018-02-06",
+ "initiated": "2023-07-12",
+ "ministryContact": "RENNER URIAH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "042168e9-1ed1-48fe-af12-816e4ba0f452",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d41012c5-75c9-4ec9-a9b3-4097a2f2ebd9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a5095d26-b3ad-4c23-b1cf-64ea06064557",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "63277ae7-6c6a-4a5c-841a-1763d6b3b70f",
+ "createdAt": "2018-02-11",
+ "completed": "2022-08-06",
+ "initiated": "2018-01-12",
+ "ministryContact": "KUNDE JEDEDIAH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "134625f5-21cf-4ad3-9b47-43040f4af136",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6d570ffa-8518-4ab1-aceb-286c06c02528",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8f5fef59-76bd-4052-b32e-df4a601ef436",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f59da088-6826-4a3e-ac5b-b582735a9ff0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "db6bc70c-c58b-49c2-85b1-ca42d5b7f870",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3bb91666-ffe6-4bcd-9b18-e7fca0828dc1",
+ "createdAt": "2021-11-25",
+ "completed": "2022-08-29",
+ "initiated": "2018-05-26",
+ "ministryContact": "SMITHAM ROSETTA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1861c958-12a4-463d-91af-1a267e412490",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "546fbb81-3ee3-455b-ade8-4b0d6a3c008c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4ccc1d3a-d693-462f-aeac-3ca8c771bee0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bc91c870-834b-43c2-ab93-ff75e05475cc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0982f77c-378b-43de-b3db-dadd16250f12",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "40d25504-949f-4b73-aa0f-bba9320cdd6b",
+ "createdAt": "2016-10-22",
+ "completed": "2014-04-04",
+ "initiated": "2015-03-24",
+ "ministryContact": "RAU MAXIMILIAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a51233bc-6551-41c5-b410-393be74fa3b0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5bc78c82-2b84-4209-9c78-f99fbdd0118b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6eaf0021-3be1-4932-9ae8-56cb3f37fe66",
+ "createdAt": "2023-10-07",
+ "completed": "2013-12-15",
+ "initiated": "2014-12-30",
+ "ministryContact": "CONSIDINE CHRISTIANA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f7986c9c-a1e4-44b6-810e-233f06bb04eb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "88c5aae5-a759-4e78-9a88-d23e976ade95",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5ddb7f06-5d9a-47a0-a780-fb98eb0596fe",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c61b33e4-893a-44ae-90a2-103b41a40cd7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "d9bc368a-665b-4e04-8eb1-60981030be43",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-09-29",
+ "startDate": "2021-09-14",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e63f7b32-d2cb-4c84-bbc9-5736483f6796",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-02-02",
+ "startDate": "2021-03-01",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "141cb08d-1d59-4baf-bbf0-de22bcae993d",
+ "name": "IPSUM",
+ "endDate": "2016-03-11",
+ "startDate": "2017-05-26",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3d2decbb-0d86-4606-b74e-ad64b51b0be6",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-12-07",
+ "startDate": "2016-04-24",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6f65486b-d37d-45ba-be05-83ca47b9ddc9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-12-02",
+ "startDate": "2015-07-19",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "81ba3141-4e7b-43ba-a1fa-8cf15b3a0b67",
+ "siteRegistry": true,
+ "documentDate": "2014-09-28",
+ "receivedDate": "2014-09-05",
+ "uploadedDate": "2021-03-01",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "c6114827-7647-4ec4-97b9-ebd8643fe138",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4e24e8e4-8b9a-48ca-8d25-c1813b92b352",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ca6d5213-eae7-4592-958d-33460e0ee286",
+ "siteRegistry": false,
+ "documentDate": "2018-08-06",
+ "receivedDate": "2023-02-20",
+ "uploadedDate": "2022-05-07",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "6b8b989a-fdb4-4474-a39b-71653a6a739d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "80023187-e348-49f3-8780-4b512e539cc2",
+ "siteRegistry": false,
+ "documentDate": "2020-07-27",
+ "receivedDate": "2021-04-06",
+ "uploadedDate": "2014-11-16",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "6b851cd4-fd68-464d-8cdb-c54b401208b0",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "bdadadd1-bed7-4d34-a6b6-9a6f7f5523e9",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "785ac9a5-b52f-47b3-8734-9d652ce5fa28",
+ "siteRegistry": false,
+ "documentDate": "2014-11-23",
+ "receivedDate": "2016-09-24",
+ "uploadedDate": "2015-05-25",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "c4584726-4649-4121-b3ab-215f5bcdfa7b",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c71a208d-50a9-4504-8c84-2b644c3be41c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "43924dd6-4b97-44f1-82c4-18ec2e964396",
+ "siteRegistry": false,
+ "documentDate": "2023-01-09",
+ "receivedDate": "2017-06-14",
+ "uploadedDate": "2014-12-05",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "4d53a657-bd53-414c-be41-945b5bf17551",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "354ad0c3-094c-4494-8d1c-5658f51566e6",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-02-14 (described on Site Profile dated 2023-02-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "a8a4dbf6-05fb-4cf0-b729-eebaa5eee964",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-01-30 (described on Site Profile dated 2016-01-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "20c611eb-7888-47e3-9911-b5a2b56b63f3",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-12-03 (described on Site Profile dated 2020-12-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "0836903a-8dbd-4041-882f-7984858ebe28",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-03-06 (described on Site Profile dated 2014-03-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "640bb570-bee8-44e3-943b-255bd8843503",
+ "siteRegistry": false,
+ "dateNoted": "2017-05-31",
+ "parcelID": "17634",
+ "crownLandUsePIN": "18937",
+ "crownLandFileNumber": "16586",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 2 DISTRICT LOT 1 PLAN 9653"
+ },
+ {
+ "uuid": "31ac03a1-25dc-4041-b3aa-27abffb78e55",
+ "siteRegistry": false,
+ "dateNoted": "2022-12-14",
+ "parcelID": "15319",
+ "crownLandUsePIN": "17192",
+ "crownLandFileNumber": "20984",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 3 DISTRICT LOT 2 PLAN 6094"
+ },
+ {
+ "uuid": "6801a6cf-26f7-46be-a543-c63d81d33ea3",
+ "siteRegistry": false,
+ "dateNoted": "2023-07-17",
+ "parcelID": "19095",
+ "crownLandUsePIN": "19696",
+ "crownLandFileNumber": "17148",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 5 DISTRICT LOT 2 PLAN 9417"
+ },
+ {
+ "uuid": "f16c9199-9282-4b49-a589-d1847e46a80a",
+ "siteRegistry": false,
+ "dateNoted": "2019-09-03",
+ "parcelID": "17753",
+ "crownLandUsePIN": "19986",
+ "crownLandFileNumber": "20964",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 1 DISTRICT LOT 5 PLAN 8651"
+ },
+ {
+ "uuid": "e3f9d390-afdb-47c8-9fad-ad8c68b2b84d",
+ "siteRegistry": true,
+ "dateNoted": "2022-09-15",
+ "parcelID": "15489",
+ "crownLandUsePIN": "15931",
+ "crownLandFileNumber": "16485",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 5 DISTRICT LOT 5 PLAN 5276"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "fb73a470-1c49-4241-89cb-a740f75801c3",
+ "siteRegistry": true,
+ "dateReceived": "2020-05-20",
+ "dateCompleted": "2017-04-09",
+ "dateEntered": "2020-08-24",
+ "dateRegistrar": "2017-01-19",
+ "dateLocalAuthorityReceived": "2022-03-28",
+ "summary": "At in optio a expedita autem.\nMolestias eos harum id laborum.",
+ "informationUsed": "Illum magni aspernatur perspiciatis aut mollitia nam id vel.\nEaque doloribus expedita.\nOfficiis illum dolorum consectetur ut eaque.\nPlaceat at impedit eius ducimus.",
+ "pastOrPresentOrders": "Sit asperiores nesciunt est.\nPorro eius ex.\nQuisquam ipsam quisquam quod facere.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "d216a062-6d5d-4066-a854-b1531a40dae7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bb6ae6d3-ccae-4e17-8200-fc2c5ae04f3e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "579454bd-53ab-4540-8e66-0096d1a4d5f0",
+ "siteRegistry": false,
+ "dateReceived": "2022-03-11",
+ "dateCompleted": "2014-07-02",
+ "dateEntered": "2022-01-19",
+ "dateRegistrar": "2021-04-29",
+ "dateLocalAuthorityReceived": "2020-08-12",
+ "summary": "In rerum rerum omnis.\nSoluta blanditiis in autem iste.",
+ "informationUsed": "Est soluta tenetur aspernatur voluptatum omnis sequi in nesciunt expedita.\nBlanditiis eius reprehenderit totam velit.\nEx alias tempora ullam molestiae.",
+ "pastOrPresentOrders": "Totam libero cum tempore provident.\nVeniam sequi eligendi non.\nReiciendis consequuntur inventore iure eum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e69faf1f-0f09-4bf8-a3ff-dbb7c44952ff",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2ba2708f-ec67-495c-ab5c-2249b527a09b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "14a28754-5d2d-4f4c-a96c-e3a946bd5280",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "c19fa30e-e9f2-4637-a140-67096b21cee6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STROMAN MARIAN",
+ "timestamp": "2020-12-29"
+ },
+ {
+ "uuid": "06cb0877-8d32-4041-b86d-df69474d5473",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DICKINSON HAVEN",
+ "timestamp": "2015-12-07"
+ },
+ {
+ "uuid": "0d709282-1a04-46c3-99f4-28179a4ec5b0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCLAUGHLIN-ADAMS ICIE",
+ "timestamp": "2017-05-25"
+ },
+ {
+ "uuid": "6e348c56-3382-4f13-87cc-8b5421b74b01",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MILLER NIKOLAS",
+ "timestamp": "2013-12-09"
+ },
+ {
+ "uuid": "22957bb0-e368-4b6b-b378-e048da89ea9d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KASSULKE EARNESTINE",
+ "timestamp": "2015-10-20"
+ },
+ {
+ "uuid": "8049c5ec-db6c-4bd4-bf3a-e3eaeba704d4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FADEL ANNE",
+ "timestamp": "2014-03-08"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "6aa9f9ea-3ccf-45e4-93f8-b2ad319120da",
+ "dateNoted": "2020-04-09",
+ "notes": "",
+ "parcelID": "16265",
+ "siteID": "20718",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "91562306-d4e2-43ce-95f4-21ac18457ebd",
+ "dateNoted": "2023-03-23",
+ "notes": "",
+ "parcelID": "16023",
+ "siteID": "15579",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "e579a5e5-a359-45dd-bb4a-c08e771a6820",
+ "siteID": 17584,
+ "address": "1267 Crist Plain",
+ "latitude": 58.6508,
+ "longitude": -131.6222,
+ "lastUpdated": "2019-08-24",
+ "city": "Charlotte",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/18527",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7689953,
+ 2420448,
+ 1244324,
+ 3000187,
+ 4091999
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "ff7b6fbe-1998-4103-9c12-da9bf984e9d9",
+ "createdAt": "2020-11-07",
+ "completed": "2022-09-23",
+ "initiated": "2019-01-16",
+ "ministryContact": "LINDGREN RONNY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e01656c2-fa60-4afe-9617-6a1d4dc7abf5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "568534d5-a491-4ca5-89f6-5281a39dfd1f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "060193e8-ab27-4145-8597-8394f792409f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "231445f2-0559-474c-9223-4d093df9cc32",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1b1c2030-54c0-4be5-b7c8-3f7be346b0f1",
+ "createdAt": "2022-03-15",
+ "completed": "2014-09-10",
+ "initiated": "2016-02-08",
+ "ministryContact": "O'CONNER ISAI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "673f191a-d944-4cb2-86c3-7df2ee1adea5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "76b71066-a171-4094-8e46-9c48b15f5670",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bacf39a1-229e-4358-91db-e20d7afe300a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e5569697-168b-48d0-b3fc-d2f2a6e73d8d",
+ "createdAt": "2021-08-14",
+ "completed": "2017-09-12",
+ "initiated": "2015-11-12",
+ "ministryContact": "TROMP FREDERIC",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "aadaa898-b827-428c-b8f9-60ff2e9b640d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "21c79f8a-7f73-4b8c-a6a5-f0bd04f5a066",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "43da59d1-3e44-4e8c-bb89-e02d9a6d32b2",
+ "createdAt": "2015-10-08",
+ "completed": "2015-06-18",
+ "initiated": "2022-02-24",
+ "ministryContact": "KUNDE ISIDRO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c7055ce2-9139-47c6-a2cb-99edbe1d72bf",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "32c8f293-59b3-4fd0-a8a4-e9484b8568f5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "747560b1-15c6-4657-9608-ffd112d8f7eb",
+ "createdAt": "2013-11-16",
+ "completed": "2022-03-30",
+ "initiated": "2021-07-17",
+ "ministryContact": "PREDOVIC BERYL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "6e58ba26-5c71-46a6-b145-652f0aa4d32b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f907fe75-9009-46a5-ab60-41a584871906",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "08942b4e-a466-4e43-8599-b42876018c39",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "66222ad8-aa24-407e-b2e2-1b7d4c31fa38",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "87b815bf-6a3d-4e60-afa4-148eac6a0d98",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2023-08-18",
+ "startDate": "2015-06-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "779d99ba-2890-486b-bbfd-26a939d98fed",
+ "name": "IPSUM",
+ "endDate": "2022-11-02",
+ "startDate": "2016-09-01",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "744eb044-b4a0-423d-b127-4e9cc660d830",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-09-22",
+ "startDate": "2015-06-29",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "6d312202-7ee9-49bd-83fa-815099c2e917",
+ "siteRegistry": true,
+ "documentDate": "2015-08-26",
+ "receivedDate": "2020-04-28",
+ "uploadedDate": "2023-07-04",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "8807beb8-abd8-426c-a0ba-a751a2837bd3",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b44520ac-81e7-4b30-842f-f9fa2c46c9a5",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "210ca64f-aedf-4b65-a599-1f0fc03ddaaf",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "aeb769ae-1134-4f0f-b068-c22b6f8923e2",
+ "siteRegistry": false,
+ "documentDate": "2015-11-18",
+ "receivedDate": "2018-10-19",
+ "uploadedDate": "2015-03-29",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "2213740d-9515-424b-9425-b7bdec368c3b",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "870b5f58-e631-4330-8764-4d7033532ec4",
+ "siteRegistry": true,
+ "documentDate": "2017-12-12",
+ "receivedDate": "2019-11-11",
+ "uploadedDate": "2023-08-07",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "4e9a6841-1830-449c-8fc5-df559c6d5f29",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "a14c2ec3-3ebc-4c2a-a3f9-f28bbc8bdca3",
+ "siteRegistry": true,
+ "documentDate": "2023-01-05",
+ "receivedDate": "2023-04-07",
+ "uploadedDate": "2018-06-21",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "2d6f8979-bbf6-4836-9333-8e2b3e68617a",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "67380dc7-e4ed-4539-aeb3-e8d8acc33f6b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-12-23 (described on Site Profile dated 2013-12-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "ac307e3c-6c41-4e6a-af50-0c6ffab90e3f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-08-24 (described on Site Profile dated 2021-08-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "7ac6d971-3d48-43e5-9677-151ae70f4c98",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-07-06 (described on Site Profile dated 2014-07-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "517e93a3-4ba5-4aab-875e-8cca789777a6",
+ "siteRegistry": false,
+ "dateNoted": "2022-08-06",
+ "parcelID": "20099",
+ "crownLandUsePIN": "19461",
+ "crownLandFileNumber": "17161",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 2 DISTRICT LOT 2 PLAN 6822"
+ },
+ {
+ "uuid": "bf2ddadc-af6e-48be-b850-da9cbf97ffbd",
+ "siteRegistry": true,
+ "dateNoted": "2020-05-03",
+ "parcelID": "16889",
+ "crownLandUsePIN": "15832",
+ "crownLandFileNumber": "17045",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 5 DISTRICT LOT 5 PLAN 6078"
+ },
+ {
+ "uuid": "78d3298c-011a-4c9a-862e-962b94593384",
+ "siteRegistry": true,
+ "dateNoted": "2014-08-25",
+ "parcelID": "17777",
+ "crownLandUsePIN": "17466",
+ "crownLandFileNumber": "16922",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 3 DISTRICT LOT 1 PLAN 5667"
+ },
+ {
+ "uuid": "320f14e0-41a5-4814-8d78-d9afebe646f8",
+ "siteRegistry": false,
+ "dateNoted": "2021-10-14",
+ "parcelID": "19013",
+ "crownLandUsePIN": "19319",
+ "crownLandFileNumber": "20165",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 2 DISTRICT LOT 1 PLAN 9079"
+ },
+ {
+ "uuid": "02b62b5e-dbb7-48a3-82f1-780892791c19",
+ "siteRegistry": false,
+ "dateNoted": "2023-03-19",
+ "parcelID": "20728",
+ "crownLandUsePIN": "18888",
+ "crownLandFileNumber": "19945",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 2 DISTRICT LOT 4 PLAN 5680"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "105a4140-150b-4f07-81e8-aab871d93889",
+ "siteRegistry": true,
+ "dateReceived": "2017-10-28",
+ "dateCompleted": "2021-03-18",
+ "dateEntered": "2018-12-10",
+ "dateRegistrar": "2021-03-16",
+ "dateLocalAuthorityReceived": "2017-05-28",
+ "summary": "Consequatur iure maiores eius vitae.\nRepellat consectetur voluptatum magni sapiente ad odit.\nSint ea architecto error.",
+ "informationUsed": "Veniam cum aliquid eius quis totam laboriosam quae.\nVeritatis alias repellat explicabo recusandae.\nError impedit aut nihil tempore veritatis a aut.\nQuod ab ipsum ut.",
+ "pastOrPresentOrders": "Laudantium fugit velit consequatur beatae.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "9b8893cf-ad0e-4995-ada3-023373bcc0bb",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "292057e7-073a-439d-83a8-524951ab5aa4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "c581f91a-307e-4ae4-bb75-771f877b5ddc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERNIER CARMEN",
+ "timestamp": "2021-12-12"
+ },
+ {
+ "uuid": "06ea5bcd-0da4-445c-9112-9e602c32a3dd",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAHRINGER BERNIE",
+ "timestamp": "2017-07-14"
+ },
+ {
+ "uuid": "7231cb91-06e2-4065-af67-5f8135d23a2c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KIRLIN CATHY",
+ "timestamp": "2017-03-01"
+ },
+ {
+ "uuid": "9179d320-f2e8-4c10-8282-266fa487e82e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LINDGREN ANABELLE",
+ "timestamp": "2021-05-08"
+ },
+ {
+ "uuid": "a9362e0c-71bf-4963-b189-9cfbb4b93d88",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KLEIN BERNADINE",
+ "timestamp": "2020-04-16"
+ },
+ {
+ "uuid": "8a847fbc-2b05-4e6b-96df-4bb2c59f74e3",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHMITT ISABELLE",
+ "timestamp": "2017-08-05"
+ },
+ {
+ "uuid": "beb77d82-7ffe-4152-ab16-8d682f2ea0a6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUTCH ISRAEL",
+ "timestamp": "2022-02-15"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "144f0c4b-70ce-4346-b34b-3ba5021ba057",
+ "dateNoted": "2020-03-01",
+ "notes": "",
+ "parcelID": "19723",
+ "siteID": "15676",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3e0777b3-c231-4c58-b6eb-b70a6b6ecd23",
+ "dateNoted": "2019-12-05",
+ "notes": "",
+ "parcelID": "20852",
+ "siteID": "20095",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "eee4b7d1-594d-45cb-ba5d-2d6dc85d41d3",
+ "siteID": 16129,
+ "address": "8802 Cummerata Way",
+ "latitude": 54.1912,
+ "longitude": -128.6388,
+ "lastUpdated": "2023-05-11",
+ "city": "New Daren",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/16334",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4963201,
+ 1377741,
+ 3391430,
+ 9714511,
+ 1796857
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "c594c37c-f5a5-4da2-9b3a-2f082c558c24",
+ "createdAt": "2023-01-18",
+ "completed": "2016-12-23",
+ "initiated": "2015-05-09",
+ "ministryContact": "HACKETT LEXIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b5e78f3f-42a9-458e-9aff-dbd808c029d9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f6ad676a-7b1b-49b2-9cfa-84e2ec41a370",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "baad6e74-f1a4-45e8-b6f8-d302764e8465",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "101c7473-c1d2-424b-b697-ce8a5b99aa41",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b7967008-5f54-4fc3-9f7d-4dc9c6ef9ae1",
+ "createdAt": "2020-09-05",
+ "completed": "2022-02-06",
+ "initiated": "2014-01-27",
+ "ministryContact": "CORWIN VELLA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "79bbe372-8229-40ab-8ed6-27902ce55672",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9503a523-53d7-4532-84a7-a77dd171a6bc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c6b0dff2-f945-4475-8ce9-1c29b5e9b7f2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "67b46129-9baf-4079-b0e7-789a7d348a47",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f252a6b1-eec9-4e31-b5c5-4cbed6fd91d3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "88258ca3-2896-46c6-b44d-c1309c89dff2",
+ "createdAt": "2021-08-07",
+ "completed": "2022-05-22",
+ "initiated": "2016-08-01",
+ "ministryContact": "SCHMELER CRUZ",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f0c031f7-0822-4802-a6ad-1ecd876d571a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3f159455-0158-4aed-9740-d1ae3b327f0c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "847a6377-ae4e-4d70-a925-13ea60865901",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-06-10",
+ "startDate": "2023-03-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b37092f0-2b0e-4af9-aef4-4a697bdc2038",
+ "name": "IPSUM",
+ "endDate": "2021-09-12",
+ "startDate": "2019-07-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e9b5dce8-a215-40c3-8933-270d1c36f584",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-02-27",
+ "startDate": "2014-10-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fe59683f-f8e9-4c16-9e88-aaab5eaa3339",
+ "name": "IPSUM",
+ "endDate": "2019-06-05",
+ "startDate": "2014-08-13",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "d4c6b90b-e193-4438-b5b9-48df5d6031ca",
+ "siteRegistry": false,
+ "documentDate": "2016-03-16",
+ "receivedDate": "2023-01-05",
+ "uploadedDate": "2022-12-04",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "ed7d6756-564a-42b3-b31d-de2048f14e22",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "28bf5071-4dd7-40fb-a746-8714d536bf0f",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "35225ef3-6539-4794-927d-ea163dbd3b39",
+ "siteRegistry": false,
+ "documentDate": "2021-12-15",
+ "receivedDate": "2020-08-22",
+ "uploadedDate": "2017-12-15",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "63df90d5-d10b-4bf8-bcd6-5f2dd1bde7a2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e14a0c5c-eedc-4bea-b066-f944998cfc49",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ed9b6558-c58e-448c-9868-1d491d3c75fe",
+ "siteRegistry": false,
+ "documentDate": "2021-05-18",
+ "receivedDate": "2015-02-08",
+ "uploadedDate": "2017-01-27",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "964234e5-13c3-4b30-b23d-d7531cb9b851",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "0c5958ce-48db-4e64-8f7c-46b490ab7f29",
+ "siteRegistry": false,
+ "documentDate": "2022-03-21",
+ "receivedDate": "2014-01-18",
+ "uploadedDate": "2013-11-17",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "90e6084f-7cac-4b94-bdf5-ffd04dd5c0fd",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "60b22c1d-ab1b-49d6-b81c-9ad0d3f78b59",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "3169e233-c537-4a93-b42e-a32ad649f6e7",
+ "siteRegistry": true,
+ "documentDate": "2020-03-11",
+ "receivedDate": "2016-05-25",
+ "uploadedDate": "2016-12-05",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "830c6f41-f4f9-49bd-b186-7e1f0c1dc53c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1a488711-6f12-4b00-8792-d93099f3d5b0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0591f35d-4521-4a2d-bd5e-09da9c82b7ae",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "c092398a-04e8-42ac-8c64-f78ca6e4b541",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-06-23 (described on Site Profile dated 2017-06-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "5465a793-441c-4d3f-b378-aa22bae05794",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-02-09 (described on Site Profile dated 2016-02-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "ed3d67ed-2c80-4833-9c96-444494638fdf",
+ "siteRegistry": true,
+ "dateNoted": "2015-03-09",
+ "parcelID": "17344",
+ "crownLandUsePIN": "20338",
+ "crownLandFileNumber": "15676",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 3 DISTRICT LOT 4 PLAN 9345"
+ },
+ {
+ "uuid": "fd44f724-72f3-4dfe-987c-59b6c04ce7fb",
+ "siteRegistry": false,
+ "dateNoted": "2021-11-13",
+ "parcelID": "15252",
+ "crownLandUsePIN": "19978",
+ "crownLandFileNumber": "19025",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 3 DISTRICT LOT 1 PLAN 3483"
+ },
+ {
+ "uuid": "fa4079c9-b9e1-42e9-b12c-1aef85eb2931",
+ "siteRegistry": true,
+ "dateNoted": "2014-07-30",
+ "parcelID": "15655",
+ "crownLandUsePIN": "18789",
+ "crownLandFileNumber": "19308",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 1 DISTRICT LOT 1 PLAN 7453"
+ },
+ {
+ "uuid": "2ed6a85a-3a5c-48bf-9d5e-7bda84089f6e",
+ "siteRegistry": true,
+ "dateNoted": "2014-08-08",
+ "parcelID": "16170",
+ "crownLandUsePIN": "20638",
+ "crownLandFileNumber": "20114",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 1 DISTRICT LOT 4 PLAN 7664"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "bcaa1a5d-cda6-4c0c-bef6-53a24d45c854",
+ "siteRegistry": true,
+ "dateReceived": "2017-01-21",
+ "dateCompleted": "2020-06-15",
+ "dateEntered": "2016-07-29",
+ "dateRegistrar": "2021-01-12",
+ "dateLocalAuthorityReceived": "2018-08-06",
+ "summary": "Odit blanditiis velit commodi.\nLaborum alias a maiores eum.\nEos eligendi ipsa.",
+ "informationUsed": "Vel laboriosam nostrum animi similique veritatis perspiciatis exercitationem nesciunt.\nMolestias placeat fuga asperiores iste cum.\nCommodi voluptate ex enim ab veniam consequuntur.\nLaudantium accusamus id dolorem.",
+ "pastOrPresentOrders": "Delectus minus quis beatae.\nEnim consequuntur natus excepturi nesciunt.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "51bf0b6e-4b3e-4141-92e6-4ee14c842897",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b1567259-84fb-4159-ac61-22588622b6f6",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "aa7ec05b-6a94-4c63-a924-f3c05832c00d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "5a607c7d-12ba-4f84-8cfd-e758fa256a92",
+ "siteRegistry": true,
+ "dateReceived": "2019-06-21",
+ "dateCompleted": "2016-10-04",
+ "dateEntered": "2013-11-18",
+ "dateRegistrar": "2022-02-23",
+ "dateLocalAuthorityReceived": "2018-03-12",
+ "summary": "Perspiciatis dolorum quibusdam.",
+ "informationUsed": "Illo tempora iusto praesentium cupiditate atque vero occaecati quo.\nReprehenderit delectus voluptatem nihil.\nReprehenderit consequatur id neque dolore debitis ad voluptatem.\nNulla aut nihil quis culpa.\nSuscipit sint pariatur quo ea.",
+ "pastOrPresentOrders": "Architecto distinctio qui ducimus quisquam consectetur.\nArchitecto dolorum ea eligendi fuga.\nTotam error excepturi sapiente labore exercitationem.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "4e8e1303-2eab-4f2d-8a1f-cdfa46cac63f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "98ec668d-3bee-476b-bcc2-8ff28671e218",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "211cc370-552c-4683-b9e5-856e6f0ef7ce",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "4478085c-83a9-4c6a-8051-c70dcaacbc45",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HESSEL LAURY",
+ "timestamp": "2015-08-30"
+ },
+ {
+ "uuid": "e2cbdb11-efe5-4e29-97b5-5fec6aedcf47",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HALEY AIYANA",
+ "timestamp": "2020-07-26"
+ },
+ {
+ "uuid": "bf734db5-d2a3-42ae-9ccf-d4e69c80eb39",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARTON FREDERIC",
+ "timestamp": "2018-08-30"
+ },
+ {
+ "uuid": "d83c5268-05cc-4c37-a033-6ffb9723bfdf",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHADEN STACEY",
+ "timestamp": "2021-02-07"
+ },
+ {
+ "uuid": "2c840a44-5510-42ed-a09e-a59065c8a94a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KIRLIN TAYA",
+ "timestamp": "2019-07-04"
+ },
+ {
+ "uuid": "7ffd4ecd-f318-4d40-81ca-4f65c59b3e2d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TORP TARA",
+ "timestamp": "2014-06-27"
+ },
+ {
+ "uuid": "0ddd091d-2afa-4c28-af5a-0c376225477f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MURAZIK VILMA",
+ "timestamp": "2019-03-29"
+ },
+ {
+ "uuid": "b3b134f3-cedc-40f9-9776-398a78b4986d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HARVEY CHRIS",
+ "timestamp": "2022-08-31"
+ },
+ {
+ "uuid": "0622c620-ddd6-42e1-a54b-6c7e29a2f5b3",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SPORER TRISTON",
+ "timestamp": "2019-02-08"
+ },
+ {
+ "uuid": "77d3f58c-a459-4b59-a1dd-d89f42d30332",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROLFSON FLETA",
+ "timestamp": "2022-03-22"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "14943e97-8d1d-4d60-a78b-8880255f51b4",
+ "dateNoted": "2020-12-15",
+ "notes": "",
+ "parcelID": "19951",
+ "siteID": "19569",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "92d17c4a-af75-4ab8-a50b-dcff97a98845",
+ "dateNoted": "2018-10-09",
+ "notes": "",
+ "parcelID": "18674",
+ "siteID": "15579",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b2524341-c8a8-467f-b614-72921858f1fb",
+ "dateNoted": "2018-04-16",
+ "notes": "",
+ "parcelID": "16582",
+ "siteID": "17404",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "41969a1c-e3fb-47f8-89ef-cefe2196c067",
+ "siteID": 17326,
+ "address": "2526 Abner Route",
+ "latitude": 54.3884,
+ "longitude": -128.9787,
+ "lastUpdated": "2023-01-27",
+ "city": "Candicestad",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/7115",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7673323,
+ 9407622,
+ 7683498,
+ 8550987,
+ 5500167
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "94a4e4d5-da52-4dbf-9702-31e267d39649",
+ "createdAt": "2017-07-15",
+ "completed": "2014-03-03",
+ "initiated": "2019-12-23",
+ "ministryContact": "TERRY JADEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3c3dc4a0-9524-4710-bd2d-177e4ed6930c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "07c6036c-7638-41a7-be5e-29f106ad165b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "14c1b63f-bc69-4230-bd5f-0cd6daeb6db5",
+ "createdAt": "2017-07-06",
+ "completed": "2015-04-30",
+ "initiated": "2022-01-17",
+ "ministryContact": "WAELCHI JACKLYN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8baeb3a8-bfaf-4cb2-8f70-ee60909ce05c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1ecc491f-400d-4896-916a-1b14dc39408c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "64e38f59-19be-478a-a54a-3863c526292d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "688a9356-ce67-4223-8e38-024d43bcb4b0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "18e3e3b4-4e72-44a2-be3a-d51b1c20a705",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "58d6a365-13ef-4bf3-84a9-5ec72ef0a2cb",
+ "createdAt": "2020-08-21",
+ "completed": "2019-08-28",
+ "initiated": "2022-08-18",
+ "ministryContact": "RUNOLFSSON TEVIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2869bea2-cc2c-4924-9901-3dd23a257825",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2f39dec4-adb0-4792-96c5-341aae10cf40",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4a4101b3-5409-4665-92dd-b2be5f97dbfa",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0d940ef2-a671-430d-8979-ab678b03c1aa",
+ "createdAt": "2015-04-14",
+ "completed": "2017-11-23",
+ "initiated": "2016-10-27",
+ "ministryContact": "HAMMES SHANNON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "cf6ff22e-04da-4f93-8a64-ff6eb60729d2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5198ecdd-9461-4eeb-aacb-a537797f0953",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0d1e1661-7144-4bcc-b47b-06af82f5677d",
+ "createdAt": "2016-06-14",
+ "completed": "2021-02-20",
+ "initiated": "2013-12-11",
+ "ministryContact": "DONNELLY JERAMIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "34a9dc48-869f-47a1-9b69-c7b316234b0e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "362b98c9-186b-4e55-b663-913ad0a20759",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a7ffb1a8-a7a3-4022-8e76-8469155d62b9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "e361c77a-e72f-4cf6-af61-b953965cb939",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-02-08",
+ "startDate": "2019-11-01",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "19353eec-0c73-4a73-972b-d902e4d1d15b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-03-03",
+ "startDate": "2022-04-25",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e3c1b1c6-0a89-43b7-b379-8bd956764b59",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-02-09",
+ "startDate": "2013-10-27",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8241f170-208a-4683-be94-71f6c9dec329",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-09-22",
+ "startDate": "2019-08-12",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "748481f9-4efc-4b0c-b402-5b20a82ecf0f",
+ "siteRegistry": true,
+ "documentDate": "2016-11-02",
+ "receivedDate": "2014-05-01",
+ "uploadedDate": "2023-04-01",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "d5b37924-bcee-43e1-ab9a-b59d3c8ebabf",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "21bed5b2-4e5e-43d4-9b27-c985cf101e2a",
+ "siteRegistry": false,
+ "documentDate": "2016-07-04",
+ "receivedDate": "2013-12-08",
+ "uploadedDate": "2016-05-22",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "6a822090-a7f1-4274-90d6-5d24c7338347",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "3a3e98f1-fc30-4d0b-ac79-7e62ce9baf9d",
+ "siteRegistry": false,
+ "documentDate": "2020-08-10",
+ "receivedDate": "2021-09-24",
+ "uploadedDate": "2018-03-19",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "05ac299c-2bf6-44f0-9664-dbbd64866399",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b9e75a36-bab6-4f66-b421-db217121714b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "bf10772d-e46a-4081-abf2-73e60e291a68",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "efb29e97-65c2-4882-a269-8a0838351335",
+ "siteRegistry": false,
+ "documentDate": "2016-01-01",
+ "receivedDate": "2015-08-02",
+ "uploadedDate": "2023-01-08",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "9631f181-a8b0-46f5-9e35-60bcb981dc2b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "cea4b5a9-01b1-457b-9881-8213cb022002",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "419ddc31-6d50-4f63-bba6-a73d3ebaa9f9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "55d26de9-f239-4634-b6cd-93aae28e6cd6",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-06-27 (described on Site Profile dated 2018-06-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "f6187954-e726-4633-930a-8fb8755fc283",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-06-07 (described on Site Profile dated 2021-06-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "fa92841a-53b4-4f58-b0de-335b3518ae25",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-05-25 (described on Site Profile dated 2020-05-25)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "553830e6-0967-496b-bd24-24165d303e0a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-09-13 (described on Site Profile dated 2015-09-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "305ef150-01d9-42af-90a3-deb0d77f99ff",
+ "siteRegistry": true,
+ "dateNoted": "2017-03-04",
+ "parcelID": "17843",
+ "crownLandUsePIN": "17281",
+ "crownLandFileNumber": "18203",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 4 DISTRICT LOT 4 PLAN 4886"
+ },
+ {
+ "uuid": "9b342f7e-6036-41a1-998a-015362cfcfa0",
+ "siteRegistry": false,
+ "dateNoted": "2021-09-10",
+ "parcelID": "17073",
+ "crownLandUsePIN": "18093",
+ "crownLandFileNumber": "17581",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 1 DISTRICT LOT 3 PLAN 5644"
+ },
+ {
+ "uuid": "cfc96399-4b64-475c-a5de-db5ecdd80181",
+ "siteRegistry": false,
+ "dateNoted": "2023-01-04",
+ "parcelID": "18691",
+ "crownLandUsePIN": "17195",
+ "crownLandFileNumber": "20609",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 4 DISTRICT LOT 2 PLAN 4509"
+ },
+ {
+ "uuid": "aff98540-2b1d-4a1b-ae66-c89b66575241",
+ "siteRegistry": false,
+ "dateNoted": "2017-11-03",
+ "parcelID": "16018",
+ "crownLandUsePIN": "18067",
+ "crownLandFileNumber": "19810",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 2 DISTRICT LOT 3 PLAN 4799"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "267a7a3b-296e-4a5d-b44e-cfc27e6d6a75",
+ "siteRegistry": true,
+ "dateReceived": "2014-10-19",
+ "dateCompleted": "2020-03-09",
+ "dateEntered": "2018-06-13",
+ "dateRegistrar": "2021-01-08",
+ "dateLocalAuthorityReceived": "2020-12-08",
+ "summary": "Accusamus tenetur quo rerum suscipit rerum deserunt corrupti quam.",
+ "informationUsed": "Explicabo magni ad nihil.\nArchitecto provident error earum numquam laborum.\nQuisquam a facere modi magnam accusantium veniam.\nError voluptatibus nemo fugit corrupti non culpa.\nVoluptate sit rem saepe vero facilis recusandae assumenda rem.",
+ "pastOrPresentOrders": "Iste delectus asperiores nisi id optio.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "2b659eeb-6b49-4af4-b065-7edb50e37b28",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "42ae4e4e-af78-433d-b097-1360666e61b4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b42a6543-541e-45de-bb76-5831dc19fbfa",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "de9729f4-c950-4a1a-82bb-2b5bf4ada924",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "6a1b7137-4dcf-41d3-a41e-6d629d2f1e8c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DAUGHERTY LINWOOD",
+ "timestamp": "2017-11-21"
+ },
+ {
+ "uuid": "a364f470-3eb7-4e83-9df9-92dc18df77d4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KAUTZER MARKUS",
+ "timestamp": "2019-03-23"
+ },
+ {
+ "uuid": "76d43580-50ee-4fdd-9f9e-09266943e462",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ZIEMANN ALVERTA",
+ "timestamp": "2018-03-06"
+ },
+ {
+ "uuid": "3a4363e0-b08a-4ed4-a011-40a75928ea93",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUHN BETTY",
+ "timestamp": "2022-08-12"
+ },
+ {
+ "uuid": "c290eb71-9f2e-4b22-a7be-7ee779f4e2a7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SKILES DERECK",
+ "timestamp": "2014-07-08"
+ },
+ {
+ "uuid": "28af4eef-7e97-4d1e-a5cc-2cdf0069a3a7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GOTTLIEB JACINTO",
+ "timestamp": "2015-10-30"
+ },
+ {
+ "uuid": "cd71a47f-c72c-433c-b6ce-9c5124f8d5c8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PADBERG KEELY",
+ "timestamp": "2023-09-29"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "4e1c8f5d-48ae-488b-90e8-a87cc7f8f264",
+ "dateNoted": "2014-12-25",
+ "notes": "",
+ "parcelID": "15902",
+ "siteID": "20693",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "98de0576-1cc9-4d12-a604-9b0cef5f403f",
+ "siteID": 19341,
+ "address": "94370 Greenfelder Key",
+ "latitude": 56.9587,
+ "longitude": -121.5767,
+ "lastUpdated": "2014-12-17",
+ "city": "Runtecester",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/11586",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9562248,
+ 7363974,
+ 1295215,
+ 8456594,
+ 6543213
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "d5cb6230-c97a-4bb7-a07d-6726f9533186",
+ "createdAt": "2018-06-27",
+ "completed": "2018-12-23",
+ "initiated": "2015-07-15",
+ "ministryContact": "KUHIC JERROD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ece1c22b-4ed0-4e00-bdf8-a0b08c2f83e0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1a1e0916-980d-403a-8636-61951d0981f3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "62cc67c9-9962-46f6-a787-9aa3ebc748b7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "df12e5ae-ddd2-4856-b812-e3b827e782c0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3df2ca68-ae0c-4f8b-a09a-0b5ec9fb5a0e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5dbf66f4-d109-4a27-b72c-e90b0a9ea7d1",
+ "createdAt": "2015-12-24",
+ "completed": "2017-05-10",
+ "initiated": "2015-08-16",
+ "ministryContact": "GRAHAM DAVID",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1dde3b21-b4f8-4092-ae96-b02e18828b3f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0a3d03b1-f1d7-43d4-ba41-5f4426215d23",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "676dc1b5-38e8-4e7e-bfc9-111b8a63567e",
+ "createdAt": "2022-08-21",
+ "completed": "2020-01-27",
+ "initiated": "2022-08-16",
+ "ministryContact": "BUCKRIDGE CRYSTAL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ed18e47d-e88c-4296-bbe8-6b9f69269662",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9ee2bc4d-49bd-43f6-afac-d6a2df8bd05a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "aff9fc46-95b9-466a-8ddb-92dd188ab7a0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "29bac4ae-eb26-4951-ad9c-92b1697326f5",
+ "name": "IPSUM",
+ "endDate": "2022-07-27",
+ "startDate": "2023-02-03",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1f568980-d58f-4434-b83f-3630c98842a8",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-03-26",
+ "startDate": "2014-05-02",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "7be6208d-9ee6-4fde-85bc-accd0cf46589",
+ "siteRegistry": false,
+ "documentDate": "2014-06-10",
+ "receivedDate": "2017-02-26",
+ "uploadedDate": "2020-09-04",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "7bd817c0-b957-49fa-a2db-a6f7b0e7aaef",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "76051399-f4fb-47bd-9202-ba4f7e2ccbfd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4ba907b7-3cce-44ce-bd03-7af9dec21fd4",
+ "siteRegistry": true,
+ "documentDate": "2023-03-12",
+ "receivedDate": "2019-11-28",
+ "uploadedDate": "2017-11-15",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "5b3f10ec-67a7-4464-8ca6-fd33a117ce7f",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b39d8bf1-984b-43be-a0d4-062ca55b61ed",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e968cf43-87bf-4051-98a6-a0d697b6ed69",
+ "siteRegistry": true,
+ "documentDate": "2021-11-06",
+ "receivedDate": "2023-04-30",
+ "uploadedDate": "2018-07-03",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "437bcc32-f05c-40ac-88b9-4886dd988a75",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ed044bf5-9a6f-442b-9289-4539887a15d3",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "39ecb047-3ee0-403f-a6cf-124fee8678d1",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d64b2ab1-7b03-4be5-9fba-3e6e7dbd6f9d",
+ "siteRegistry": true,
+ "documentDate": "2016-10-04",
+ "receivedDate": "2020-12-15",
+ "uploadedDate": "2021-11-16",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "5969d424-9b3b-4864-88f5-f09dc96edf2f",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c3bcd18a-d905-427c-b95f-fd64e3eb562c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "382591c3-1340-43f2-a9f5-54cfb063f2b2",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-01-13 (described on Site Profile dated 2016-01-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "3b58de1f-68a9-46be-a8b1-a0b619292e04",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-11-04 (described on Site Profile dated 2022-11-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "5e9fd991-089b-4c5e-b64f-dcfa559019f0",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-03-03 (described on Site Profile dated 2022-03-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "4a8bac72-8573-4132-8e05-17d73076ee97",
+ "siteRegistry": true,
+ "dateNoted": "2016-07-22",
+ "parcelID": "17865",
+ "crownLandUsePIN": "16976",
+ "crownLandFileNumber": "16503",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 4 DISTRICT LOT 1 PLAN 8398"
+ },
+ {
+ "uuid": "f0c02263-da9b-485b-9928-e400a008db6b",
+ "siteRegistry": false,
+ "dateNoted": "2017-10-04",
+ "parcelID": "18488",
+ "crownLandUsePIN": "18070",
+ "crownLandFileNumber": "16490",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 1 DISTRICT LOT 5 PLAN 8114"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "55f8608d-c5ca-4150-98c2-ba766898ca6c",
+ "siteRegistry": false,
+ "dateReceived": "2018-11-25",
+ "dateCompleted": "2016-08-30",
+ "dateEntered": "2017-08-04",
+ "dateRegistrar": "2015-05-16",
+ "dateLocalAuthorityReceived": "2015-08-02",
+ "summary": "Dolorum error ullam dolore molestiae pariatur at quidem.",
+ "informationUsed": "Magnam in vel doloribus id quas.\nAsperiores sint totam voluptates explicabo veniam similique ut mollitia.\nMagni magni neque totam.\nDucimus cumque natus.",
+ "pastOrPresentOrders": "Dignissimos iusto veritatis dolorum.\nOfficiis rerum voluptate suscipit iste repudiandae facilis doloremque.\nCorrupti magni quibusdam at dolore.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a6bbe91f-1e5c-48bb-b099-4677257a7e9e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "65b35b1a-5a10-42f1-a798-88a6d99b86f3",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4470fd12-e8f5-4078-bd0e-250e37651c1a",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6b49f25c-f6b4-42d8-8e73-00ff6429db81",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "1073173e-c552-4632-be14-19de81c579ca",
+ "siteRegistry": true,
+ "dateReceived": "2023-06-23",
+ "dateCompleted": "2021-07-08",
+ "dateEntered": "2022-08-02",
+ "dateRegistrar": "2020-05-17",
+ "dateLocalAuthorityReceived": "2015-11-16",
+ "summary": "Temporibus dolores cum.\nFacilis assumenda veritatis ut voluptate dicta at excepturi similique consectetur.\nVoluptas voluptate amet.",
+ "informationUsed": "Inventore earum rem aut quibusdam veniam sed vel facilis.\nVoluptatibus non maiores odio deleniti impedit quam beatae vitae incidunt.\nSunt recusandae quia quaerat temporibus.",
+ "pastOrPresentOrders": "Quia debitis quia consequatur nemo magnam.\nInventore repudiandae eius alias.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "52950885-c9d1-474c-8271-d5dc00040546",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fc47fdc8-9ce1-4a83-92ae-4be21e2d9f0c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "70788e99-86ec-4866-b08e-085beaeb77f1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TREUTEL BETTY",
+ "timestamp": "2014-11-27"
+ },
+ {
+ "uuid": "650c8209-48b5-46dd-ab54-7661ea7ba269",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRANECKI DUNCAN",
+ "timestamp": "2021-05-16"
+ },
+ {
+ "uuid": "360884ab-c2c4-4210-9bd2-881ce55ea22d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ABERNATHY AISHA",
+ "timestamp": "2015-10-08"
+ },
+ {
+ "uuid": "44fdf2ad-2b1b-4c98-b99a-b63e2fa99492",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BRAUN LEOLA",
+ "timestamp": "2022-11-14"
+ },
+ {
+ "uuid": "47f6d12b-6fa1-49a0-b0cc-7a4786f16ab1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RIPPIN-SPORER GINO",
+ "timestamp": "2019-04-27"
+ },
+ {
+ "uuid": "d627da62-2f83-439a-bd51-6c23ed824cd3",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WINTHEISER FREIDA",
+ "timestamp": "2017-03-07"
+ },
+ {
+ "uuid": "a76eb494-aebc-4c26-b42a-01b10fbc87f9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CHRISTIANSEN KATHERYN",
+ "timestamp": "2014-02-13"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "01d35916-92f0-43e6-8d04-fcb682656154",
+ "dateNoted": "2016-02-16",
+ "notes": "",
+ "parcelID": "18748",
+ "siteID": "18582",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "1e2eef6a-8b94-41c4-b469-22e1b0ec6147",
+ "siteID": 17404,
+ "address": "703 Georgianna Lakes",
+ "latitude": 54.4829,
+ "longitude": -134.3967,
+ "lastUpdated": "2022-05-09",
+ "city": "Fort Herbertville",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/10257",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3313518,
+ 3637493,
+ 4515317,
+ 9616662,
+ 4559831
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "0eb0c5be-141e-497e-947e-33e7b9354909",
+ "createdAt": "2022-08-21",
+ "completed": "2023-09-01",
+ "initiated": "2019-11-21",
+ "ministryContact": "KUVALIS GUADALUPE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3984d860-4d8d-495d-9460-20e957d4e612",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bbaf4672-1962-423b-b1ee-a7af951e5453",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "72fd0dc6-54b0-4d1c-b346-32bd60b42788",
+ "createdAt": "2017-11-22",
+ "completed": "2016-01-21",
+ "initiated": "2019-05-27",
+ "ministryContact": "ROMAGUERA CLIFTON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "50ce4cf5-b2fc-4877-908e-e728ed42b5bc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "35528926-d1f7-4008-9e82-1b1bd73da259",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c1d355b5-1096-4a32-a632-ae63685112f6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d7a1e8c8-90b4-4b9b-a669-3f1aef0c37cd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "131485b4-2d72-4e03-9bbc-fbb717f52fb7",
+ "createdAt": "2016-04-22",
+ "completed": "2016-09-21",
+ "initiated": "2015-09-25",
+ "ministryContact": "KASSULKE CORNELL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "671eb4ee-70c4-4418-9d33-d97d0a0042d2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e7e0f79b-2ef6-4d9a-b000-1f7e94d019c3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "784fea3c-956a-4eae-804e-6e3da99d0927",
+ "createdAt": "2017-03-20",
+ "completed": "2019-01-15",
+ "initiated": "2019-02-21",
+ "ministryContact": "HARTMANN BLANCA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f609fa0e-ae0b-4310-b3cc-0952af318879",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "501e7df1-3458-46c8-ab1d-317edeae6462",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6750237f-fe70-43de-a9d5-d022830a7423",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4f38e163-0dfd-4e51-bba1-17459396501b",
+ "createdAt": "2021-01-17",
+ "completed": "2016-04-09",
+ "initiated": "2019-12-17",
+ "ministryContact": "HEANEY KRISTA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ca91842d-a541-4ab8-922a-7c3b22ba9cb4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dc9840a9-f199-422f-8f2d-e971aed6b48c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1854c792-7056-4b0c-9843-e5b447812aa4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "be82c9a0-5b8a-4016-8936-5e89d294e6b3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "af495842-b175-4eb4-93c9-023e399f7baf",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-06-13",
+ "startDate": "2018-03-31",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c499a975-04d4-4ed0-bf14-870494330851",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-05-05",
+ "startDate": "2017-11-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "9fe0a945-e322-4930-85c4-4f7a2181fc1c",
+ "siteRegistry": true,
+ "documentDate": "2018-01-02",
+ "receivedDate": "2016-09-28",
+ "uploadedDate": "2020-03-03",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "1f0eb06d-e41f-4a48-89a0-458002845124",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e72cdd51-8387-4fbd-bc8c-0365e4a06082",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "8093cc8a-95c2-4f6e-8bdf-b6b68373cd08",
+ "siteRegistry": true,
+ "documentDate": "2015-03-28",
+ "receivedDate": "2022-09-20",
+ "uploadedDate": "2022-07-05",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "a59b7b98-b922-40c1-824f-6cbb0b639ebc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "28443391-6dab-4f73-b7ad-189ddb945e07",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-05-04 (described on Site Profile dated 2019-05-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "b4798a15-28d3-4726-9385-09df6295ccfd",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-06-05 (described on Site Profile dated 2017-06-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "91d56b77-97e5-4403-8ff8-8a43948937f0",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-05-06 (described on Site Profile dated 2014-05-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "06c27790-79c7-4d96-8a93-331e851acb45",
+ "siteRegistry": true,
+ "dateNoted": "2020-07-27",
+ "parcelID": "15751",
+ "crownLandUsePIN": "20218",
+ "crownLandFileNumber": "18163",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 1 DISTRICT LOT 1 PLAN 4325"
+ },
+ {
+ "uuid": "d57d8b47-b686-434c-ae49-8a5129be2c8d",
+ "siteRegistry": true,
+ "dateNoted": "2022-09-02",
+ "parcelID": "20383",
+ "crownLandUsePIN": "19357",
+ "crownLandFileNumber": "17003",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 5 DISTRICT LOT 1 PLAN 6168"
+ },
+ {
+ "uuid": "f749dc32-961a-4b7b-bd74-8d78189be6bb",
+ "siteRegistry": false,
+ "dateNoted": "2020-07-09",
+ "parcelID": "20462",
+ "crownLandUsePIN": "17936",
+ "crownLandFileNumber": "18046",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 5 DISTRICT LOT 3 PLAN 7103"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "e9ed33b6-7c27-4cbe-b910-fcfde9a842b1",
+ "siteRegistry": false,
+ "dateReceived": "2022-01-19",
+ "dateCompleted": "2019-01-15",
+ "dateEntered": "2014-06-18",
+ "dateRegistrar": "2016-10-18",
+ "dateLocalAuthorityReceived": "2017-03-22",
+ "summary": "Delectus nihil recusandae repellat rem fugiat.\nReiciendis repellendus quidem aliquid a voluptatibus ratione cumque nemo nobis.",
+ "informationUsed": "Dicta facilis molestiae quae molestias nemo.\nAsperiores pariatur vitae maiores similique impedit qui quisquam.\nQuasi autem incidunt repellendus id iusto assumenda sunt tenetur illo.\nIpsum odit voluptatem saepe possimus at quo est quae.\nEt et eaque quaerat fuga molestiae.",
+ "pastOrPresentOrders": "Veritatis et incidunt temporibus ipsa dolores fuga ex libero.\nQuasi expedita culpa itaque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a7e1354d-58fe-4b18-8c9e-c404753cf1f5",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e9daae2a-e867-4787-b9f4-3e78ec0c2084",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c42b8d35-4bb1-4635-bbd1-6f070c07f58a",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "47b2ae81-012b-4946-9adf-18f9c4882c0e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "45a53033-1520-4983-8fa8-c35b8770d39c",
+ "siteRegistry": true,
+ "dateReceived": "2014-12-31",
+ "dateCompleted": "2015-05-23",
+ "dateEntered": "2015-10-21",
+ "dateRegistrar": "2013-11-27",
+ "dateLocalAuthorityReceived": "2022-11-21",
+ "summary": "Eius sunt molestias adipisci.",
+ "informationUsed": "Error architecto labore.\nPerferendis atque praesentium rem tenetur reiciendis minus.\nVeritatis maxime recusandae laboriosam ut et.\nNam saepe animi aut totam recusandae fugit.",
+ "pastOrPresentOrders": "Laudantium nisi odit.\nSunt eum voluptatem explicabo consequatur excepturi asperiores eum quas illo.\nOmnis nulla facere possimus quae dicta quae.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "86d93427-63a0-4e8d-be4a-9f718bc7e3e5",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bed21100-6ca9-430b-a2ad-86574040cd3c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "6d10183b-1d67-4702-a32d-1d86f6a8007a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MARKS ASHLEY",
+ "timestamp": "2016-08-16"
+ },
+ {
+ "uuid": "e6370568-81d4-47ae-9050-88877d52adfe",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GRANT JANIYA",
+ "timestamp": "2018-02-08"
+ },
+ {
+ "uuid": "95e97cd6-ed46-4f83-a9a8-0a54c359506c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VONRUEDEN ANDREW",
+ "timestamp": "2020-05-09"
+ },
+ {
+ "uuid": "93df184b-af72-4db1-bb03-0199ed798c89",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAYER LOTTIE",
+ "timestamp": "2022-02-10"
+ },
+ {
+ "uuid": "8e0ba742-961b-4ff1-9f1f-64d5275a4e0f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REYNOLDS CIERRA",
+ "timestamp": "2021-08-14"
+ },
+ {
+ "uuid": "5d32136f-d706-4f28-a40b-b80ac12b4353",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAMMES ELINOR",
+ "timestamp": "2020-12-19"
+ },
+ {
+ "uuid": "b1a2995b-3c23-4a6a-b9b2-5c5137211359",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KASSULKE TITUS",
+ "timestamp": "2023-06-25"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "41155daf-f866-4873-a4e2-e6a4bf4ced6a",
+ "dateNoted": "2023-08-18",
+ "notes": "",
+ "parcelID": "15275",
+ "siteID": "15676",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2dfd104c-3b22-4a98-987c-d03cb47d5e3a",
+ "dateNoted": "2023-09-01",
+ "notes": "",
+ "parcelID": "18943",
+ "siteID": "20880",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8a6575a3-8687-453e-b1f1-421ea1eb0b08",
+ "dateNoted": "2019-10-16",
+ "notes": "",
+ "parcelID": "19394",
+ "siteID": "15422",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "3bf808db-e3f9-4f11-bc1f-cdb9c015565b",
+ "siteID": 18152,
+ "address": "2944 Hammes Centers",
+ "latitude": 49.3451,
+ "longitude": -132.524,
+ "lastUpdated": "2016-12-11",
+ "city": "West Augustaport",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/18572",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1723177,
+ 9894188,
+ 7372160,
+ 8631434,
+ 4077856
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "46124371-6469-411b-804f-e563c27e750a",
+ "createdAt": "2014-06-15",
+ "completed": "2022-12-30",
+ "initiated": "2016-06-30",
+ "ministryContact": "MORAR WILBERT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "92916f23-fb48-4bea-9764-09b6c69d9a03",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d63c188c-b6cf-4ad4-845c-a7123656bff3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ea3de9ff-9e80-44a0-b446-975b2997c07e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1fd665ba-b841-44bc-b270-7307a2433647",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "18814727-4616-410e-b063-c13d678536fa",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "550bc755-a1f0-47a6-a274-279289826c61",
+ "createdAt": "2014-11-14",
+ "completed": "2021-08-13",
+ "initiated": "2022-05-02",
+ "ministryContact": "EMMERICH CHANDLER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "79404c36-f9ab-4386-a49f-1900bf4f6f4e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e1a3b6aa-5712-4a26-bf12-1641237dfe13",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c5ee2c44-71f7-4c00-962c-06c3dcf712dc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9b9ff492-f86a-40d7-82f3-8ff78410068c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "36729eb5-262f-4c20-97c0-8cb27d033a33",
+ "createdAt": "2021-06-28",
+ "completed": "2016-01-13",
+ "initiated": "2019-09-17",
+ "ministryContact": "ULLRICH CHRISTY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "36fc9530-9698-415e-a4d3-cf01ac252ecb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8d8286cb-8edf-48e4-a864-aa0c9dd14970",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4e33c6a5-4268-4722-82eb-735cb8a76565",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d9f8c15f-a90b-4be9-b4ed-a51e03ac73a9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6cda6201-0fe0-48fb-b906-1a896a152204",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6f24a34f-9d31-437a-8fad-f5eb3b611e3a",
+ "createdAt": "2015-01-02",
+ "completed": "2014-08-12",
+ "initiated": "2013-10-22",
+ "ministryContact": "BOSCO ARA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1b620661-9563-4aa5-ac76-2dc4d0a4d04e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4c89620c-8c55-4a38-9350-73c208bec4ae",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "abf19fbb-7e59-4699-9b19-b8b8950d27fe",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-09-08",
+ "startDate": "2022-10-17",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "508b179c-66e0-4f59-b577-1f7ea2be844e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-08-12",
+ "startDate": "2020-07-26",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f4df9897-e369-459d-b749-ea46c45105e9",
+ "name": "IPSUM",
+ "endDate": "2017-08-20",
+ "startDate": "2022-03-29",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6da993ec-61ef-4594-aff8-bc1936ee516a",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-09-16",
+ "startDate": "2014-11-30",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "8db9430b-d848-4fdb-b090-bd2aebc6617a",
+ "siteRegistry": false,
+ "documentDate": "2017-01-27",
+ "receivedDate": "2018-11-19",
+ "uploadedDate": "2015-12-12",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "4e914514-c526-453d-b3b3-9653edea9194",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d3ac02a1-887e-494e-b8dc-a06e013e6891",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "88ee187a-75fd-4513-bc50-92bc0913bb59",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-12-24 (described on Site Profile dated 2020-12-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "c37d4c13-0729-43df-90c2-eff66922abc4",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-02-19 (described on Site Profile dated 2022-02-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "3e4ffbc8-6146-4ae5-b63c-6a5397f3ccbf",
+ "siteRegistry": true,
+ "dateNoted": "2023-10-13",
+ "parcelID": "15211",
+ "crownLandUsePIN": "18717",
+ "crownLandFileNumber": "15350",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 3 DISTRICT LOT 2 PLAN 3955"
+ },
+ {
+ "uuid": "84ce0914-30c7-40a3-bb3d-85d455965e03",
+ "siteRegistry": true,
+ "dateNoted": "2022-03-10",
+ "parcelID": "15654",
+ "crownLandUsePIN": "20271",
+ "crownLandFileNumber": "20073",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 5 DISTRICT LOT 5 PLAN 9744"
+ },
+ {
+ "uuid": "b175409b-5806-4d2d-852d-f2fec45e65c4",
+ "siteRegistry": false,
+ "dateNoted": "2020-08-12",
+ "parcelID": "20990",
+ "crownLandUsePIN": "20909",
+ "crownLandFileNumber": "19151",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 4 DISTRICT LOT 3 PLAN 5585"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "7d29501c-c011-4c7e-8487-154f83a8962c",
+ "siteRegistry": false,
+ "dateReceived": "2017-08-28",
+ "dateCompleted": "2023-04-29",
+ "dateEntered": "2016-12-16",
+ "dateRegistrar": "2023-09-18",
+ "dateLocalAuthorityReceived": "2023-08-07",
+ "summary": "Eos autem animi est libero modi velit culpa.\nQuo odit odio sit odio.\nIusto harum inventore amet nesciunt debitis deserunt autem.",
+ "informationUsed": "Voluptatem fugit eum quaerat numquam facere voluptatibus nihil error.\nQuos pariatur quidem voluptatibus.\nSoluta voluptates facilis animi eos minima cumque nesciunt.",
+ "pastOrPresentOrders": "Fugit numquam asperiores iusto at dignissimos.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "4598453d-e6dc-4bf4-bf1a-5e39ec1ae239",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ecb7922c-39b2-4935-a7cd-5882f4cc4b11",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "70f7092d-cd55-4733-a652-bbdd9ddd8743",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "60ad99f9-3824-4aae-85f0-867f777acc86",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "a8511700-3cef-4912-b59a-c67dd37bf740",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STARK ELVIE",
+ "timestamp": "2020-07-04"
+ },
+ {
+ "uuid": "6352a467-731f-47f3-b8ae-d9330dd5b5b8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEUSCHKE RAUL",
+ "timestamp": "2014-11-17"
+ },
+ {
+ "uuid": "37497ec0-3a11-46b9-bf2d-efa83095420e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NIENOW PHOEBE",
+ "timestamp": "2016-08-24"
+ },
+ {
+ "uuid": "f8d3b538-ed9c-45b5-bcd5-f74347a576e3",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STOKES CLEO",
+ "timestamp": "2021-08-21"
+ },
+ {
+ "uuid": "da56d714-2fb2-483a-af0f-bcfcecad2985",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PAUCEK ALVERTA",
+ "timestamp": "2018-07-24"
+ },
+ {
+ "uuid": "04a3ed9d-e648-4494-ab1b-cf8643f92a10",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ARMSTRONG ELDON",
+ "timestamp": "2022-07-18"
+ },
+ {
+ "uuid": "d178119b-b8bc-433d-9708-065a998f3c95",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MURAZIK LAYNE",
+ "timestamp": "2022-02-08"
+ },
+ {
+ "uuid": "4d4a60f7-f230-47f5-9a83-468bf0db1e18",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GULGOWSKI FRANCESCA",
+ "timestamp": "2021-10-27"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "d8739485-0a4b-4b3c-b71d-1abb1fa76bb1",
+ "dateNoted": "2015-09-20",
+ "notes": "",
+ "parcelID": "20132",
+ "siteID": "19630",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "edba4442-dca3-4860-9135-0e4918f0ee1f",
+ "siteID": 16454,
+ "address": "66644 Jerde Forge",
+ "latitude": 58.9759,
+ "longitude": -125.0115,
+ "lastUpdated": "2019-04-28",
+ "city": "Ortizbury",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/1356",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4282307,
+ 6030044,
+ 7739847,
+ 3521939,
+ 3466976
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "6a0e50c6-1366-4e76-ac00-49313deac7a0",
+ "createdAt": "2019-10-27",
+ "completed": "2017-12-12",
+ "initiated": "2019-05-18",
+ "ministryContact": "KOCH LOGAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f9a8c86b-45a0-4276-98a3-d98140180025",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "356f7fc2-1cba-4da1-9b84-b5e9e4580c12",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f5bdf4fb-f71f-490b-a25f-e3b53d72f82f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "078f4eeb-bcd7-4d94-836e-b41560932ead",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ebd2e994-44bc-46b1-8cc6-65daf00ee36b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "45d84103-a485-48f1-bec4-6e809540941e",
+ "createdAt": "2018-06-18",
+ "completed": "2020-11-12",
+ "initiated": "2015-07-03",
+ "ministryContact": "CROOKS TATUM",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a478d5b3-ab95-438e-bb85-a905fa119335",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "adfdd4e2-8764-41d1-9ee0-b59d4dfa2851",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2065c155-f797-47e7-a25c-0e692505c236",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "94ac521e-8fdb-407f-b49c-baa3370adfbd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d036947f-bbb7-4c35-827c-b3e15d42b9fc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a190d0aa-295c-434d-a56e-35e329de2b8d",
+ "createdAt": "2014-03-20",
+ "completed": "2022-08-25",
+ "initiated": "2017-04-11",
+ "ministryContact": "TRANTOW FOREST",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e4177717-9137-439a-afbe-a459515988bc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "510c1119-745f-4aa9-b146-6d97bb655966",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dc4e173c-271a-4350-af02-3add8bbdff61",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "d8007e0e-47c0-40d1-b9a9-ebde7335210b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-07-20",
+ "startDate": "2018-06-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "48925418-5ebd-4aa2-8551-5c6c05afcd89",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-08-07",
+ "startDate": "2021-09-23",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f65fa2d2-a36d-4800-810e-54e5ba048ef8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-11-22",
+ "startDate": "2021-01-20",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "4dac9392-03ac-4954-ad3c-6854ef1b6030",
+ "siteRegistry": true,
+ "documentDate": "2021-07-03",
+ "receivedDate": "2015-11-21",
+ "uploadedDate": "2015-02-24",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "4128d429-330c-4128-af8e-c62324068b68",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e08b448c-567f-4548-a38f-fe721ff70144",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d0a13c8e-c574-4185-94ef-a968e0cdfc2e",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4bbc34af-60a5-4a20-ada2-629a8f825227",
+ "siteRegistry": true,
+ "documentDate": "2020-10-22",
+ "receivedDate": "2016-03-03",
+ "uploadedDate": "2019-05-05",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "7a6259cc-97fc-4a14-b601-41060412ef77",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "85bfcf9d-df1f-47ff-9898-f615e02b4be9",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b674b967-6dc9-4ca7-a6e7-d2938ed2770b",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "931d61a7-008e-4a69-9ccb-1acbb2615176",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-12-23 (described on Site Profile dated 2021-12-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "5aef6bdf-867d-4ea5-b33c-50d79a4eb2d6",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-09-20 (described on Site Profile dated 2014-09-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "8040afe2-c96b-422d-81a3-2290e8b5911c",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-10-12 (described on Site Profile dated 2016-10-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "3124a113-67d7-47b2-b45f-68c8ece308d7",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-06-24 (described on Site Profile dated 2020-06-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "d2f8a656-d83f-4e64-9e85-0e465206947a",
+ "siteRegistry": true,
+ "dateNoted": "2018-12-07",
+ "parcelID": "17522",
+ "crownLandUsePIN": "20637",
+ "crownLandFileNumber": "15333",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 1 DISTRICT LOT 1 PLAN 6249"
+ },
+ {
+ "uuid": "832a6817-b17f-4537-8e6d-c72cbbcbb610",
+ "siteRegistry": true,
+ "dateNoted": "2018-03-21",
+ "parcelID": "20438",
+ "crownLandUsePIN": "19907",
+ "crownLandFileNumber": "20360",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 4 DISTRICT LOT 2 PLAN 7489"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "0043342b-6c8c-480e-84c5-417fe2c8e813",
+ "siteRegistry": true,
+ "dateReceived": "2016-09-25",
+ "dateCompleted": "2023-01-19",
+ "dateEntered": "2016-04-11",
+ "dateRegistrar": "2019-06-30",
+ "dateLocalAuthorityReceived": "2022-09-26",
+ "summary": "Itaque est deserunt beatae et aliquam libero.\nEarum dolorum a facere est.\nDolores repellat illum sequi ea in maiores.",
+ "informationUsed": "Accusamus magni eveniet sed molestias nobis repellendus neque dignissimos a.\nUllam rem blanditiis culpa deleniti doloribus dolorem mollitia labore.\nQuaerat velit magni ab voluptate quo culpa delectus perferendis rem.",
+ "pastOrPresentOrders": "Quo tempora eos fugit.\nCupiditate odio nisi.\nIllum cum blanditiis autem dolore neque quis veritatis sequi.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "caa9ade9-2d88-43f0-9058-784a7e3234b5",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7690ef85-4dd1-4fd9-8858-95babad48cd0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "fa0025be-b27e-46ac-8680-5085233bf0a9",
+ "siteRegistry": true,
+ "dateReceived": "2018-01-06",
+ "dateCompleted": "2013-11-30",
+ "dateEntered": "2014-01-22",
+ "dateRegistrar": "2019-05-15",
+ "dateLocalAuthorityReceived": "2017-01-18",
+ "summary": "Cupiditate nemo modi quam incidunt dolorem impedit ea.",
+ "informationUsed": "Nam accusantium eius iure perspiciatis nam aperiam cumque vel.\nIste enim tempora quidem numquam.\nVero saepe dolor doloremque voluptatem error molestias praesentium impedit minima.\nOfficiis quia quibusdam accusamus voluptates ut sit asperiores.",
+ "pastOrPresentOrders": "Animi unde culpa dicta maiores quo nobis quos aliquid.\nOptio eos magni.\nPorro veritatis dolore.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "da1c23f3-4398-45e4-8113-6312a6e0652b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1e82cb0c-966e-4b1f-8852-1ed25a2a0b35",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "b21befa0-f166-4539-afbd-4fbe21a0ff52",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HALEY OLGA",
+ "timestamp": "2023-10-06"
+ },
+ {
+ "uuid": "6e311da4-a9aa-4ddd-af8d-fc7eb5fefd94",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAUCH ORLAND",
+ "timestamp": "2018-08-15"
+ },
+ {
+ "uuid": "f1216e77-d46f-4a3e-b6df-dae253ee1733",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEFFLER JOANNY",
+ "timestamp": "2020-08-20"
+ },
+ {
+ "uuid": "e684103f-e735-4c05-ac0d-66a39d61982a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KRAJCIK BRIONNA",
+ "timestamp": "2022-10-13"
+ },
+ {
+ "uuid": "c9325c88-fef6-4d77-8530-69b92a5269d4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PADBERG KEON",
+ "timestamp": "2019-07-16"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "37ca183b-a310-46ba-9eaf-928bf2be6c2e",
+ "dateNoted": "2016-06-29",
+ "notes": "",
+ "parcelID": "16950",
+ "siteID": "17664",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6b564e67-5e37-4f5b-89d7-1a56bc2c6da5",
+ "dateNoted": "2021-08-06",
+ "notes": "",
+ "parcelID": "20500",
+ "siteID": "15253",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "783005e9-a8ea-425c-a404-62bdd768a663",
+ "dateNoted": "2020-06-01",
+ "notes": "",
+ "parcelID": "16356",
+ "siteID": "16222",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "bfadf4b8-27dd-43f2-9d4b-36a05fa8dc10",
+ "siteID": 18465,
+ "address": "70525 Schinner Haven",
+ "latitude": 51.4092,
+ "longitude": -135.8374,
+ "lastUpdated": "2015-12-08",
+ "city": "Darianbury",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/13076",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 969798,
+ 5423667,
+ 1439220,
+ 7462019,
+ 9199046
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "a48364b5-cb9c-4032-bd23-886c99ddd2cf",
+ "createdAt": "2015-12-09",
+ "completed": "2018-05-14",
+ "initiated": "2019-06-21",
+ "ministryContact": "MILLER-SMITH KAIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "95bac10b-6104-4606-acab-94fb37b5b8be",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "04c03a22-d7b6-4925-ba57-61fe3ae72db7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a949e84d-6395-4bf1-aefc-3a5bd453d182",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b9fb7306-ef8b-42aa-9fa9-43a84f3f28e3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3744c205-c911-4e8d-86b0-5b2578aca610",
+ "createdAt": "2018-06-22",
+ "completed": "2015-01-14",
+ "initiated": "2023-08-28",
+ "ministryContact": "STRACKE-JONES KYLA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "fc3a4062-b494-47c9-b17e-a12b10f62148",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "aa451c8e-9025-47a1-9cfb-636a32e46325",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "03c31606-5cb4-4075-af1a-6f627ec1267a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "db8d2ee3-7b17-40d3-8861-042b94a8d470",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "ebbaa0ac-bf8a-4b3e-b621-cc022fca447e",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-02-26",
+ "startDate": "2013-11-18",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7d1e29bc-6571-46a0-a043-be42fb971167",
+ "name": "IPSUM",
+ "endDate": "2017-01-15",
+ "startDate": "2019-02-22",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "656adaba-c83b-474d-bb04-eae5135d7c45",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-04-15",
+ "startDate": "2015-05-17",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0cd33217-0635-4e5e-a2ae-b49c2fd5b2c1",
+ "name": "IPSUM",
+ "endDate": "2022-09-30",
+ "startDate": "2019-04-28",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ee023f8b-c1a7-4fda-b8d9-42de3944a2a9",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-04-21",
+ "startDate": "2016-03-11",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "7f419d92-b2e0-4e70-8829-9c98802ea1c4",
+ "siteRegistry": false,
+ "documentDate": "2018-05-03",
+ "receivedDate": "2018-04-13",
+ "uploadedDate": "2013-10-23",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "9f71c93d-57d9-4f31-858e-147ed8bd0039",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "61992198-59a1-424d-8210-3a673301037d",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "076e820b-b684-495b-afab-d54b50d94527",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-02-14 (described on Site Profile dated 2016-02-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "a76a87a4-aaad-4919-8674-5a8cd9ea4f2a",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-05-01 (described on Site Profile dated 2017-05-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "5256d5c1-8b12-447f-902a-5de12d14f53e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-07-24 (described on Site Profile dated 2023-07-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "d5c7a8c3-f43d-4d6c-9486-9695dd5a52cb",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-04-03 (described on Site Profile dated 2023-04-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "88271d34-3ffd-4198-8d4d-5f7b630b92d7",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-02-16 (described on Site Profile dated 2014-02-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "cad44cfe-a842-44ac-a2ab-1096a4784789",
+ "siteRegistry": true,
+ "dateNoted": "2021-10-09",
+ "parcelID": "19829",
+ "crownLandUsePIN": "20069",
+ "crownLandFileNumber": "18966",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 5 DISTRICT LOT 5 PLAN 7065"
+ },
+ {
+ "uuid": "2b545278-0f7f-47de-b090-15f92e9704c3",
+ "siteRegistry": false,
+ "dateNoted": "2014-01-12",
+ "parcelID": "17002",
+ "crownLandUsePIN": "20309",
+ "crownLandFileNumber": "15197",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 1 DISTRICT LOT 4 PLAN 8895"
+ },
+ {
+ "uuid": "768990be-656f-42ea-be44-ff3ebeaed2fb",
+ "siteRegistry": false,
+ "dateNoted": "2023-03-13",
+ "parcelID": "19168",
+ "crownLandUsePIN": "17543",
+ "crownLandFileNumber": "15333",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 2 DISTRICT LOT 5 PLAN 4026"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "49de2ab9-c65b-48ae-b1c3-e611763b94dc",
+ "siteRegistry": true,
+ "dateReceived": "2019-07-21",
+ "dateCompleted": "2014-09-12",
+ "dateEntered": "2015-11-21",
+ "dateRegistrar": "2020-12-25",
+ "dateLocalAuthorityReceived": "2021-10-16",
+ "summary": "Aperiam dolore eligendi et facere est autem placeat illum.",
+ "informationUsed": "Provident delectus expedita aspernatur necessitatibus earum saepe ab commodi.\nIste doloribus architecto.\nRem quisquam cum delectus possimus illo sed nesciunt dolorum omnis.\nIpsam alias inventore facilis molestias exercitationem officia accusamus molestiae.\nVeritatis natus quidem molestias voluptatem.",
+ "pastOrPresentOrders": "Harum veniam sapiente et.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e10e3537-2761-474c-ba1f-128ac2d8ca78",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "87c0dc21-79c3-45c9-81fe-19c1bfed4b03",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "0170a61b-4bc4-4f0e-ae3b-54ba07fbecbb",
+ "siteRegistry": false,
+ "dateReceived": "2018-01-27",
+ "dateCompleted": "2019-01-06",
+ "dateEntered": "2023-04-22",
+ "dateRegistrar": "2023-03-10",
+ "dateLocalAuthorityReceived": "2021-12-04",
+ "summary": "Sed veritatis iste velit quas voluptate voluptatem repudiandae corrupti.\nRem cupiditate maxime placeat dolorem magnam blanditiis.\nVoluptatum ipsa nisi ratione tempore.",
+ "informationUsed": "Quibusdam sed animi.\nNecessitatibus aut ipsum iste.\nFacere unde eaque eum laudantium quae pariatur eligendi.",
+ "pastOrPresentOrders": "Minima quis rem iusto perferendis repudiandae est.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "fcc67060-e148-4b2f-9d6c-2e8161f98dde",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e6f01af9-99e6-4071-a2c7-6a0fa8f439ef",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "bd9869e9-844a-42ea-83c8-4a1ee29e7f46",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WINDLER NELS",
+ "timestamp": "2015-03-18"
+ },
+ {
+ "uuid": "da37bf90-f2e9-4aea-a11d-0c1b48b172b0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUECKER SETH",
+ "timestamp": "2019-06-14"
+ },
+ {
+ "uuid": "859a5387-6bd4-454b-b4f0-5457a05dba77",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CASPER DERICK",
+ "timestamp": "2014-12-02"
+ },
+ {
+ "uuid": "9d58278d-4bf7-4b05-8537-f31518cab81e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BROWN JAN",
+ "timestamp": "2017-11-03"
+ },
+ {
+ "uuid": "f51727d2-d943-4f30-8aa8-9d3afd90f6fd",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OKUNEVA BRIDGETTE",
+ "timestamp": "2016-09-12"
+ },
+ {
+ "uuid": "a3906593-1062-4a9c-b337-b18ad47ec78b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HETTINGER NETTIE",
+ "timestamp": "2016-05-10"
+ },
+ {
+ "uuid": "062cd85a-8651-477c-88de-02cb65068abb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHOEN ABBY",
+ "timestamp": "2021-10-12"
+ },
+ {
+ "uuid": "79f21644-e1be-45bd-83fd-5885f7c23e41",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "UPTON ADOLPH",
+ "timestamp": "2019-09-27"
+ },
+ {
+ "uuid": "cd67411f-3845-4e70-ad2b-618dfe322b07",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MACEJKOVIC JAKE",
+ "timestamp": "2017-01-31"
+ },
+ {
+ "uuid": "3f3cc365-29ef-4795-9d91-2d39ce0461bc",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NICOLAS LOREN",
+ "timestamp": "2015-04-13"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "02ac547f-0e81-462b-9fb1-16a93a48e27c",
+ "dateNoted": "2020-02-29",
+ "notes": "",
+ "parcelID": "17823",
+ "siteID": "19762",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6e557129-0470-4877-9a22-dc0b7ef52295",
+ "dateNoted": "2022-10-11",
+ "notes": "",
+ "parcelID": "20204",
+ "siteID": "18080",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "060427c0-5834-441a-bb76-d02668cfb2be",
+ "siteID": 18262,
+ "address": "9461 Upton Flat",
+ "latitude": 56.5761,
+ "longitude": -130.5253,
+ "lastUpdated": "2022-09-07",
+ "city": "West Baylee",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/3847",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7606817,
+ 6837795,
+ 6946943,
+ 3106025,
+ 1819395
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "982ccae7-57d3-441d-a98f-7ab070f1e012",
+ "createdAt": "2016-04-29",
+ "completed": "2019-10-29",
+ "initiated": "2022-06-07",
+ "ministryContact": "LEDNER BRODY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f49b07bb-d1e7-4fd2-8b28-01b774f70ccc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8c356f61-07dd-4ea7-8793-c54ba2454da6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "837b1584-f42a-49b2-a5d3-57235f2fd3be",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f3d15c6c-ebbf-4270-a120-c09ae92e20c8",
+ "createdAt": "2016-11-27",
+ "completed": "2019-11-17",
+ "initiated": "2013-10-23",
+ "ministryContact": "MURAZIK LUE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f5f49419-2fa5-41aa-b95a-0387de60ba13",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f73d510e-5c00-41bb-a18e-44f97d593ac3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6dad8519-58ac-4560-ac5e-7e98d5ddda69",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "45f752ed-0dc5-433f-b781-f3e7f0aba718",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-03-22",
+ "startDate": "2019-12-15",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c885849f-0edf-47e1-9664-f920d044461d",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-04-24",
+ "startDate": "2021-05-06",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f4999d78-4ec2-4674-b806-a8f4c843dd06",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-10-18",
+ "startDate": "2019-11-06",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "157ff3d8-7d24-44c4-be54-8562cc5c7c25",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-09-30",
+ "startDate": "2014-04-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "00ce2f34-7e99-47cd-852e-f04e585909d7",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-05-13",
+ "startDate": "2014-03-27",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "0a91c1fe-bcfe-49fe-ae9e-b4b37e6352ef",
+ "siteRegistry": true,
+ "documentDate": "2016-05-02",
+ "receivedDate": "2023-03-24",
+ "uploadedDate": "2020-11-22",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "78fe93fd-d383-41cd-a9dc-21822617f1b8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "738aad73-4110-4f5c-8bbd-28ad15255230",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1a2568d1-14dc-417a-91aa-beec4d560f1e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "5e4e6def-3377-43e0-839b-2be566b5aa7b",
+ "siteRegistry": true,
+ "documentDate": "2020-06-17",
+ "receivedDate": "2015-12-10",
+ "uploadedDate": "2022-12-25",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "069315c2-745f-4eed-a268-23d8f7ba7db1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "bc0c70c0-9875-419a-9a5c-3b7969550499",
+ "siteRegistry": false,
+ "documentDate": "2022-07-05",
+ "receivedDate": "2023-07-12",
+ "uploadedDate": "2020-12-06",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "89c6937e-db01-40b1-9e23-92ec879e1757",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a31db9f2-267e-4299-863b-7c356f9c7c03",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "7fe98e3b-6285-4b78-b127-4f2b74ba765d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-04-09 (described on Site Profile dated 2015-04-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "1af39156-2382-4ad3-a7ee-0a5e60903660",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-01-23 (described on Site Profile dated 2023-01-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "c919e8a1-b5be-4b76-baac-b64a3f1dfc36",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-09-12 (described on Site Profile dated 2020-09-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "8fe24dc7-9ce0-428c-b11b-17eb564c2565",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-11-01 (described on Site Profile dated 2014-11-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "004260fb-dac3-4bec-9a49-66403feefe1a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-12-04 (described on Site Profile dated 2022-12-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "dac23c56-6aa7-4d51-a676-f52a061c8545",
+ "siteRegistry": false,
+ "dateNoted": "2023-04-14",
+ "parcelID": "20097",
+ "crownLandUsePIN": "18594",
+ "crownLandFileNumber": "18932",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 1 DISTRICT LOT 4 PLAN 6464"
+ },
+ {
+ "uuid": "b18ce0bf-b0b4-4992-a605-d4ef45271da9",
+ "siteRegistry": false,
+ "dateNoted": "2014-11-07",
+ "parcelID": "18907",
+ "crownLandUsePIN": "20436",
+ "crownLandFileNumber": "18162",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 1 DISTRICT LOT 1 PLAN 6042"
+ },
+ {
+ "uuid": "c2cb7fd0-862c-4017-b378-2bf548f02230",
+ "siteRegistry": false,
+ "dateNoted": "2014-10-05",
+ "parcelID": "20081",
+ "crownLandUsePIN": "17416",
+ "crownLandFileNumber": "16227",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 2 DISTRICT LOT 3 PLAN 4312"
+ },
+ {
+ "uuid": "e144f72a-3b38-44dc-bdf6-438862d3bb48",
+ "siteRegistry": true,
+ "dateNoted": "2022-12-23",
+ "parcelID": "15419",
+ "crownLandUsePIN": "16009",
+ "crownLandFileNumber": "16519",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 4 DISTRICT LOT 4 PLAN 5582"
+ },
+ {
+ "uuid": "267c8d91-7d89-44b4-955b-8de79ef7a1af",
+ "siteRegistry": false,
+ "dateNoted": "2020-10-01",
+ "parcelID": "15582",
+ "crownLandUsePIN": "17508",
+ "crownLandFileNumber": "19497",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 1 DISTRICT LOT 3 PLAN 6750"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "2ac45051-5f6c-4675-9834-177365ad9aff",
+ "siteRegistry": true,
+ "dateReceived": "2014-03-30",
+ "dateCompleted": "2018-12-29",
+ "dateEntered": "2016-02-22",
+ "dateRegistrar": "2021-11-16",
+ "dateLocalAuthorityReceived": "2022-05-18",
+ "summary": "Aspernatur soluta repellendus.\nCommodi aperiam accusamus perspiciatis nesciunt dolorum quis quasi.",
+ "informationUsed": "Dicta architecto quis.\nQuisquam quidem quia beatae dignissimos itaque minus accusamus quia numquam.\nDoloremque asperiores vero voluptas fuga deleniti aut magnam iure quasi.\nProvident esse magnam maiores officiis amet error laudantium ipsum a.\nAsperiores corrupti doloribus doloremque vitae facilis minus eligendi velit.",
+ "pastOrPresentOrders": "Animi animi natus praesentium tempora cupiditate culpa.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "653207d1-46f7-4da6-a6ca-78bff6af16ea",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "985b2bc2-5fb3-49c6-9785-d88c65474f64",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d316595d-cc9c-4465-b83b-5c2a9c10a13c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f539284f-f786-4df7-a408-95e0e5473d7d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "9c40e823-0556-40ba-bc29-e395fb66d494",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RATH ONA",
+ "timestamp": "2015-01-30"
+ },
+ {
+ "uuid": "2a0927cb-f24c-4bbd-95e2-35c3bf9bfe47",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KING MOLLY",
+ "timestamp": "2021-02-19"
+ },
+ {
+ "uuid": "fb3926a3-a829-43bc-9540-78baaf29b6e8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TORPHY ADA",
+ "timestamp": "2018-04-30"
+ },
+ {
+ "uuid": "1a4d0649-6e0b-4d32-8104-0e81b7a20248",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUNOLFSSON JEROME",
+ "timestamp": "2021-05-24"
+ },
+ {
+ "uuid": "47f81037-9c14-44ff-8d5a-7bd855fe1581",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MORISSETTE-MERTZ KIMBERLY",
+ "timestamp": "2021-03-30"
+ },
+ {
+ "uuid": "dc82d5ba-601a-4088-a0d0-f0e86b6c581a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TROMP BRENDA",
+ "timestamp": "2015-06-17"
+ },
+ {
+ "uuid": "cfd0b434-731d-442e-b123-c4bbeebee4a9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROGAHN ALEXANDRO",
+ "timestamp": "2015-03-06"
+ },
+ {
+ "uuid": "3084d43e-9f0c-41ba-9a64-648cf4dc1b11",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUNTE-WILKINSON BETHANY",
+ "timestamp": "2023-01-28"
+ },
+ {
+ "uuid": "b5c83352-1d06-4e1f-8071-08dbdf1a4db7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "METZ REAGAN",
+ "timestamp": "2014-06-13"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "b15277b2-c106-495e-88a2-6f3d38e3d948",
+ "dateNoted": "2016-08-08",
+ "notes": "",
+ "parcelID": "19592",
+ "siteID": "18229",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "69f70369-42aa-48dc-8917-d229f3d39e3d",
+ "siteID": 18686,
+ "address": "1437 Celine Ridge",
+ "latitude": 54.3206,
+ "longitude": -138.6274,
+ "lastUpdated": "2017-02-14",
+ "city": "Lake Karliefort",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/6739",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 2250002,
+ 4070921,
+ 1912791,
+ 6296522,
+ 8488172
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "9030e036-5243-41f0-b523-d8747082a9ca",
+ "createdAt": "2016-05-06",
+ "completed": "2015-10-26",
+ "initiated": "2020-07-19",
+ "ministryContact": "MERTZ HAZLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "31db2c60-9b09-4cfb-be99-1ce62e840a72",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "241827b5-a3c0-4423-9429-87a74354e354",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5c415b7d-12d3-45f9-8c1f-e99a2917901a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dc0b120b-e755-47fe-81c0-5a52fe07b8d5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fb02dc3b-2f50-4437-83fa-22acfe81d02b",
+ "createdAt": "2023-04-02",
+ "completed": "2020-01-20",
+ "initiated": "2019-05-12",
+ "ministryContact": "DURGAN DONAVON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "cb29d03d-c5ff-46c9-b994-2836714932f4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0fbf75f3-7157-4593-9e41-e81234dbb16f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e2a358e7-940a-4d01-ab66-54d0ab516bf3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3421c921-1a25-40b0-a33e-36226bca3b01",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "381eff44-9b19-4370-b3e6-0270a74dfc00",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "884d677f-fc40-4f91-937e-697f0dafb1f4",
+ "createdAt": "2017-06-29",
+ "completed": "2022-02-03",
+ "initiated": "2014-10-16",
+ "ministryContact": "KOHLER BURNICE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "db697f84-668f-4f6f-82c7-27a56ee830de",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d3d49684-5eb8-46e9-8707-39f87f15cd6d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a1660b7b-4de5-4c62-90b0-becd859fe0b8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "11b92de4-d195-4ff4-9ad1-a53e41049603",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "ac943d34-ef84-48a2-bc06-1a4d0a63822f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-09-05",
+ "startDate": "2015-08-15",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4864054b-019a-44dc-9312-3ef8aeda8b38",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-04-13",
+ "startDate": "2022-10-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "853a8dc7-0102-4a81-9f5a-968777457d4b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-03-04",
+ "startDate": "2015-09-15",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e5b4c2e7-a775-4c52-ab9a-159b4f7b612f",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-08-19",
+ "startDate": "2014-11-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "11ee702d-0a78-4657-ad19-374fa37ea09b",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-02-06",
+ "startDate": "2022-12-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "2f461b78-67dc-418a-a583-b4f493e4d22b",
+ "siteRegistry": false,
+ "documentDate": "2021-09-04",
+ "receivedDate": "2019-05-22",
+ "uploadedDate": "2017-04-16",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "57f86fa9-d7c6-43e1-b646-9e6eff48a30f",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "81d2f841-274a-4f01-b2ca-efe5f42d8ae7",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "58b6530b-9856-4abb-8fb5-277958e25824",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "1641e176-825a-405a-b301-80eb9796591f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-12-17 (described on Site Profile dated 2015-12-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "866d1bb2-14e5-4f2e-923d-f418c84fd34f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-04-06 (described on Site Profile dated 2022-04-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "7cf1f75d-fe18-4279-b8e0-0ba52c904779",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-11-13 (described on Site Profile dated 2022-11-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "d3a2a59e-6b81-4aed-9fee-b452c31f2615",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-02-28 (described on Site Profile dated 2022-02-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "dbd85a66-bba8-4945-876d-ce4ae0164a2f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-02-11 (described on Site Profile dated 2021-02-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "f9188375-d524-4b22-b25b-e98585c9b8aa",
+ "siteRegistry": true,
+ "dateNoted": "2020-08-28",
+ "parcelID": "18088",
+ "crownLandUsePIN": "19519",
+ "crownLandFileNumber": "15510",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 4 DISTRICT LOT 5 PLAN 6556"
+ },
+ {
+ "uuid": "4d1b8f95-74c1-4d1e-8370-c6b57c08401e",
+ "siteRegistry": true,
+ "dateNoted": "2015-03-12",
+ "parcelID": "19606",
+ "crownLandUsePIN": "15582",
+ "crownLandFileNumber": "18954",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 2 DISTRICT LOT 3 PLAN 4099"
+ },
+ {
+ "uuid": "1035d2af-d38c-487f-a7f1-2a865c283025",
+ "siteRegistry": false,
+ "dateNoted": "2020-05-20",
+ "parcelID": "16949",
+ "crownLandUsePIN": "18965",
+ "crownLandFileNumber": "16848",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 1 DISTRICT LOT 2 PLAN 8484"
+ },
+ {
+ "uuid": "a4b47409-0fee-4c4f-91ca-d0b056d0f0c7",
+ "siteRegistry": false,
+ "dateNoted": "2016-05-07",
+ "parcelID": "15659",
+ "crownLandUsePIN": "16133",
+ "crownLandFileNumber": "17271",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 1 DISTRICT LOT 4 PLAN 9576"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "5d7a94ce-3033-47de-84d0-696d1cc67cec",
+ "siteRegistry": true,
+ "dateReceived": "2020-10-12",
+ "dateCompleted": "2017-12-21",
+ "dateEntered": "2022-04-29",
+ "dateRegistrar": "2018-05-17",
+ "dateLocalAuthorityReceived": "2023-08-31",
+ "summary": "Asperiores architecto est pariatur laudantium architecto cum blanditiis vitae sunt.",
+ "informationUsed": "Quas saepe nobis neque deserunt.\nCulpa architecto quibusdam deleniti ea unde cumque praesentium accusantium velit.\nLabore ipsa sed iusto.\nDistinctio sequi eligendi possimus consectetur explicabo nihil blanditiis suscipit facilis.\nQuae aperiam exercitationem esse.",
+ "pastOrPresentOrders": "Modi animi rem ratione esse reprehenderit tempora.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "24ea82c5-0b44-4565-a003-9129c2fb933c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "de177cae-de26-46d6-bcde-1dc7eda8f3a9",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3033d208-b599-4fd9-a3b7-f69be11c5a7f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4c2010e3-1228-4363-8352-73f11cef27f8",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "7e74b84d-ca57-4160-b474-c4d39f1b1247",
+ "siteRegistry": true,
+ "dateReceived": "2016-10-21",
+ "dateCompleted": "2022-06-08",
+ "dateEntered": "2022-07-06",
+ "dateRegistrar": "2022-07-11",
+ "dateLocalAuthorityReceived": "2023-03-29",
+ "summary": "Sunt officia dolorem aut.",
+ "informationUsed": "Quo cum nam.\nVeritatis nam veritatis debitis qui placeat culpa ipsa.\nConsequatur aspernatur ea delectus vero consequuntur.",
+ "pastOrPresentOrders": "Molestias quos laborum omnis officiis commodi ipsam quibusdam dolore amet.\nVoluptatibus nemo animi illo aliquam necessitatibus doloremque.\nSimilique culpa vero quisquam nemo impedit possimus eius repellendus fugiat.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "f3040a71-06ef-47e0-8aa1-7a8e5f521336",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "35a0abf2-f0eb-46ce-b355-279446a7a23a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2273af46-64fa-421c-8aca-7c8ed398bf0d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "df31edce-df78-4dc1-aee4-d40c190e37a4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "f2812eab-2e9c-40ae-9897-efced2a1d5b3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KRIS FRANCISCO",
+ "timestamp": "2022-06-28"
+ },
+ {
+ "uuid": "5b735111-4832-44f9-85b4-b58a7ea71c2a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NADER DEVANTE",
+ "timestamp": "2018-08-24"
+ },
+ {
+ "uuid": "2234f02d-041e-4d29-8e75-bc7ec96d64d3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MILLS-ORTIZ DEMETRIS",
+ "timestamp": "2019-08-13"
+ },
+ {
+ "uuid": "c3d53b63-76c9-4132-a78f-dfb6fcfd3df7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CORWIN KAMREN",
+ "timestamp": "2016-07-28"
+ },
+ {
+ "uuid": "802b0bf4-49dd-4611-9276-4737da7f19ba",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUNTE MEGANE",
+ "timestamp": "2016-09-06"
+ },
+ {
+ "uuid": "8a9969bc-bec2-49ef-ac85-12c4d61609c8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SAUER JASPER",
+ "timestamp": "2023-04-01"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "52e0ee11-4c15-418b-b235-6a14604d1370",
+ "dateNoted": "2015-10-08",
+ "notes": "",
+ "parcelID": "20753",
+ "siteID": "20762",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "8a260f28-875f-4c74-b6bb-1b4d2bc879db",
+ "siteID": 19903,
+ "address": "61251 Block Corners",
+ "latitude": 49.9791,
+ "longitude": -131.6521,
+ "lastUpdated": "2019-07-20",
+ "city": "South Marcellus",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/10172",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 2086940,
+ 164804,
+ 9569696,
+ 7985783,
+ 1909859
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "aeaabc8a-7236-409c-988a-c8a2c242ece0",
+ "createdAt": "2014-02-17",
+ "completed": "2014-03-27",
+ "initiated": "2020-08-28",
+ "ministryContact": "MULLER PAIGE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "abdfd20a-d205-4f7e-bf81-5ef7b1ebabb7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1165d18b-d0ff-480b-a661-2bb4cf1cbddb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "82daf55a-a6e7-49fe-bafd-b75b6b66ef33",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ce9541d3-7551-47f7-b463-06d1a35b5948",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "28a974d5-9035-4c8d-9d8d-fbd21b38df87",
+ "createdAt": "2023-07-21",
+ "completed": "2023-05-06",
+ "initiated": "2017-12-07",
+ "ministryContact": "LAKIN NATHAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2a5af438-37ff-4c32-b150-0d5ec7616a93",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4c542c08-2697-4065-acc6-b9bf29934569",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ae8910cb-12eb-4353-9087-3d026486c5fe",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7b690de9-a1c5-41c7-baf4-c50b9580cc03",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2a8384aa-f1f6-4927-89b9-38b95974b27d",
+ "createdAt": "2022-02-23",
+ "completed": "2018-01-21",
+ "initiated": "2014-08-17",
+ "ministryContact": "HANE MARIANNE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "12febc84-bf46-404f-837a-6a028ea3530f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dea52c2b-d430-425b-8001-653d7e606319",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "93704deb-1ffa-4b91-9b49-459bae2a34b7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c6b8c54f-5987-4db6-be6e-cd50da60abc2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "49c17e75-d71f-44cd-88f8-ba89038009f2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8575e4b4-fa39-48e2-b82c-38dd8dd2740b",
+ "createdAt": "2018-11-19",
+ "completed": "2023-05-15",
+ "initiated": "2020-06-20",
+ "ministryContact": "CHRISTIANSEN CLYDE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "253e4f8e-7cf7-4070-a478-b7b8b2156ec8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c2d192c1-2cb2-4d0c-ae8f-aabbb0124fba",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9f65bbdc-0612-496f-ab42-92e4d15a6011",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a6922367-4b41-4ad4-b50e-d7d134c35e54",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6b51abb3-c73d-4485-89c2-1350cf61535f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "f074630c-96f1-455f-9ead-63a62cf75bbc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2013-10-23",
+ "startDate": "2021-05-18",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9bbdb9f5-74ab-4f37-a538-cc6090c4c0dd",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-02-02",
+ "startDate": "2018-12-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7ca8eda7-6c27-4dc6-b935-f8e519a19c44",
+ "name": "IPSUM",
+ "endDate": "2018-01-08",
+ "startDate": "2014-06-23",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e45886a5-4d49-4b7d-95f3-2ca2bdd8d1e4",
+ "name": "IPSUM",
+ "endDate": "2013-12-28",
+ "startDate": "2021-08-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "11d2978a-9210-4edd-a6cf-7e43766fc8cb",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-06-18",
+ "startDate": "2021-12-26",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "0e425a0c-a0ba-4786-9de8-342fee7c6178",
+ "siteRegistry": true,
+ "documentDate": "2020-04-21",
+ "receivedDate": "2014-12-14",
+ "uploadedDate": "2021-02-13",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "e20800d8-e3f6-468a-94b2-5b8b7595e074",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "da13d0f2-c62c-4506-af1a-ef9a672cb755",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "54e96a24-2827-45f7-b8a5-d50f43213d86",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "020e2b39-261f-40e8-88ce-cc93225ac2cd",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-06-30 (described on Site Profile dated 2017-06-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "8bbf667f-8517-4074-9f60-3d09244da577",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-08-27 (described on Site Profile dated 2021-08-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "982861ac-383a-4e06-a8a4-8a9e93a59b9a",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-12-31 (described on Site Profile dated 2022-12-31)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "cc87cde1-bdc8-4298-8089-c9bb76d057ab",
+ "siteRegistry": false,
+ "dateNoted": "2017-05-03",
+ "parcelID": "20805",
+ "crownLandUsePIN": "18024",
+ "crownLandFileNumber": "19832",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 5 DISTRICT LOT 3 PLAN 3091"
+ },
+ {
+ "uuid": "bbb7f432-3ba7-4780-a7c5-d9633cf15f1c",
+ "siteRegistry": true,
+ "dateNoted": "2014-09-24",
+ "parcelID": "15504",
+ "crownLandUsePIN": "16622",
+ "crownLandFileNumber": "18865",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 5 DISTRICT LOT 3 PLAN 8298"
+ },
+ {
+ "uuid": "9cdbd464-e088-459b-ae23-ae64710cb936",
+ "siteRegistry": false,
+ "dateNoted": "2021-09-23",
+ "parcelID": "18961",
+ "crownLandUsePIN": "15746",
+ "crownLandFileNumber": "17505",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 1 DISTRICT LOT 5 PLAN 3649"
+ },
+ {
+ "uuid": "f6b06204-4474-4b21-b52b-43357d147972",
+ "siteRegistry": true,
+ "dateNoted": "2015-11-01",
+ "parcelID": "15993",
+ "crownLandUsePIN": "15464",
+ "crownLandFileNumber": "17232",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 1 DISTRICT LOT 1 PLAN 6621"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "3646bbcb-ad04-4bf4-9cce-d4a15509239a",
+ "siteRegistry": false,
+ "dateReceived": "2021-06-25",
+ "dateCompleted": "2017-12-14",
+ "dateEntered": "2019-09-10",
+ "dateRegistrar": "2014-01-21",
+ "dateLocalAuthorityReceived": "2018-10-15",
+ "summary": "Quae unde aliquid fugit.\nNam excepturi vel.\nAliquam perferendis ipsa placeat temporibus quisquam et.",
+ "informationUsed": "Ex nulla ex ex.\nRatione voluptate ipsa eum dolor quia distinctio optio expedita.\nCorporis ipsam perspiciatis laboriosam dolorum vero et ad.\nAccusantium illum quas officia.\nAutem exercitationem accusamus dolore.",
+ "pastOrPresentOrders": "Hic consequuntur veniam commodi numquam.\nAd quaerat sint veniam nemo adipisci illum alias voluptatem.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "148c1171-6f50-4395-b816-ae906e7eff18",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "40539d92-5fbe-423f-8125-03226dcdcbbf",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e9138473-7ef6-4791-b077-8f379c224225",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6f2fbe9c-fd4d-4559-aea2-52661386fee8",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "49706f2a-0b92-41ca-80cc-9614abac0415",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ERDMAN MARJORY",
+ "timestamp": "2020-07-14"
+ },
+ {
+ "uuid": "634a5a3d-7e46-48a1-b61a-6e0df081fa9a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DURGAN ESTELL",
+ "timestamp": "2018-04-24"
+ },
+ {
+ "uuid": "8429490f-0546-4f76-82b7-fc010e55bdcf",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "QUITZON JARROD",
+ "timestamp": "2015-07-28"
+ },
+ {
+ "uuid": "d24dacc8-c9d5-4187-a544-e2a78fc0dd1b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REICHEL MONTE",
+ "timestamp": "2022-10-09"
+ },
+ {
+ "uuid": "f555cbf5-67c9-44ba-8cdf-d51559ec3c02",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUSSEL LAUREN",
+ "timestamp": "2021-07-17"
+ },
+ {
+ "uuid": "b66407ae-9ffe-417e-aee3-40e25a000147",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOEGER LETITIA",
+ "timestamp": "2014-08-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "ef53a969-ff84-407b-a115-894c31158701",
+ "dateNoted": "2016-01-21",
+ "notes": "",
+ "parcelID": "16851",
+ "siteID": "18748",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d3e15d35-8f6d-48fa-958d-578a1318dec4",
+ "dateNoted": "2016-05-12",
+ "notes": "",
+ "parcelID": "18096",
+ "siteID": "20562",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "f1515fe0-d0db-43ef-9aee-e9ef4788992e",
+ "siteID": 18811,
+ "address": "713 Bailee Mountains",
+ "latitude": 58.2417,
+ "longitude": -124.2564,
+ "lastUpdated": "2016-11-26",
+ "city": "Mariliefurt",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/3794",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8802491,
+ 2691042,
+ 9545075,
+ 8206815,
+ 9763141
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "bb1865c0-92f2-4971-9b4c-ad0f0e0bcb37",
+ "createdAt": "2019-05-28",
+ "completed": "2017-06-07",
+ "initiated": "2015-03-14",
+ "ministryContact": "NADER LUCIUS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c21caea7-ea33-4974-9f23-bd49edfe402f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9baa78d2-6b2c-47b7-a952-1901ac5beb10",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "05f02adc-d67e-4ec3-91ee-fbdcc4675816",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d9bb1176-e3d9-4cfa-ac95-2bf4d62cd278",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8ab5484d-b825-461b-865f-7ef0578946e4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f8d81ca3-9cf9-4f72-91a7-99fb759dcd79",
+ "createdAt": "2021-07-19",
+ "completed": "2015-01-01",
+ "initiated": "2021-11-07",
+ "ministryContact": "MANTE MORTIMER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "16165642-1acd-4a50-86df-e86a029c6a0e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e400ffe8-b795-4270-b5aa-8ddcad0c083f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "acc81585-ce30-48e7-a2c3-a8272d3949c4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e89dfbcf-0145-4a06-aa2c-aaec8d10644b",
+ "createdAt": "2022-04-23",
+ "completed": "2021-12-25",
+ "initiated": "2014-04-16",
+ "ministryContact": "HALVORSON JARRED",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9825a199-6829-4037-8375-462c9208913d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0a4654a0-85e4-4fa8-985e-ec71f5be84e5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5287b84a-3d37-40bb-8952-1ad33fd9d623",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cf2ef90e-abe8-45f6-9a2e-fd0b88c6c82d",
+ "createdAt": "2015-07-31",
+ "completed": "2022-07-01",
+ "initiated": "2022-04-09",
+ "ministryContact": "KRAJCIK ALLIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b645c8c2-7481-4bb0-bb5c-8597d8cb89e1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "261e223c-6104-4790-8100-e1959fefeb18",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "94b8e5b9-47c9-43dc-9c5f-aec35c5111d9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a0e91420-acba-4fc0-a929-5d6117f77b29",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c0b29fa1-ed48-4f46-bb51-927db01c78cd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "4bb810fe-8a42-4d27-b607-f80fe706a5d1",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2014-03-22",
+ "startDate": "2014-04-21",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a4a3830c-87fa-4df3-b8e1-79a5d38fc981",
+ "name": "IPSUM",
+ "endDate": "2022-03-04",
+ "startDate": "2016-12-02",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "bee22031-3164-465f-8ef2-4750dbfb43d3",
+ "siteRegistry": true,
+ "documentDate": "2017-01-26",
+ "receivedDate": "2014-03-17",
+ "uploadedDate": "2022-04-30",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "6844bad7-866d-4349-be07-3df46299053d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e09cce5b-e2f4-493a-8935-3313216df472",
+ "siteRegistry": true,
+ "documentDate": "2014-04-17",
+ "receivedDate": "2023-08-12",
+ "uploadedDate": "2022-03-20",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "95294168-1fa1-49ac-b758-33c704ed2865",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3c1ee1b6-1046-4552-aaa8-b06b1650fafa",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ebbab61f-dc14-4696-b819-ddd79c9837a2",
+ "siteRegistry": true,
+ "documentDate": "2021-05-16",
+ "receivedDate": "2020-02-21",
+ "uploadedDate": "2018-03-04",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "583a0812-ceaa-45cf-9dde-6f3da730af93",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9a1fd49e-3384-4715-9797-6a1b57acda81",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "09801816-5a86-45d2-a15e-7be48786487e",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "57e7b0c6-8f3a-4878-8481-fa1eee8816b0",
+ "siteRegistry": true,
+ "documentDate": "2023-05-27",
+ "receivedDate": "2014-09-19",
+ "uploadedDate": "2014-10-06",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "55be7fb4-b573-4cab-8654-347fac029a0b",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "e84aa9f0-571c-41d1-a9de-e21c3e555c96",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-06-15 (described on Site Profile dated 2018-06-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "d540b5f6-2ca7-4c49-9aa7-cd2a20431c2b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-05-07 (described on Site Profile dated 2017-05-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "8757092d-ee69-44db-b10d-51d10a528628",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-05-07 (described on Site Profile dated 2014-05-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "c0f58172-7669-4288-8e31-1dcd4b7f45a8",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-02-08 (described on Site Profile dated 2020-02-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "d0dc35ef-4ff2-41b1-8150-824391587fea",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-08-01 (described on Site Profile dated 2016-08-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "5e733461-1ede-486f-931f-a3cfc930ec06",
+ "siteRegistry": false,
+ "dateNoted": "2021-04-28",
+ "parcelID": "18509",
+ "crownLandUsePIN": "18462",
+ "crownLandFileNumber": "16687",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 4 DISTRICT LOT 5 PLAN 5031"
+ },
+ {
+ "uuid": "a72b6e16-90f9-4659-a0b3-a4d09a92cab6",
+ "siteRegistry": true,
+ "dateNoted": "2015-05-15",
+ "parcelID": "16175",
+ "crownLandUsePIN": "18211",
+ "crownLandFileNumber": "20595",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 2 DISTRICT LOT 4 PLAN 6684"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "6f2ffd0d-637d-4aa3-a9de-4cb9611f1ddc",
+ "siteRegistry": false,
+ "dateReceived": "2023-01-11",
+ "dateCompleted": "2019-01-13",
+ "dateEntered": "2023-02-05",
+ "dateRegistrar": "2014-03-27",
+ "dateLocalAuthorityReceived": "2021-10-26",
+ "summary": "Repellendus deserunt nihil nemo ipsum quisquam ducimus amet nobis doloremque.\nMaiores similique illo molestiae blanditiis culpa.",
+ "informationUsed": "Adipisci excepturi a dignissimos tenetur possimus.\nEius natus fuga dolore sequi ipsa cupiditate nesciunt voluptatem quibusdam.\nSed quo quia amet aliquam sint ipsa corrupti eum laborum.\nEos error distinctio dicta dignissimos vel natus enim.",
+ "pastOrPresentOrders": "Sequi hic deleniti voluptas illo dignissimos.\nVeniam dolores corporis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "3c7b8b69-3b42-42ef-bb8f-97a8a61d8684",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ae17c683-1aa3-4e41-a989-651b4dda7642",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3cf698c2-52c3-4d4a-b01d-b1106e0311f6",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "f7c9dde5-33f9-4773-9c2b-eee84556eca5",
+ "siteRegistry": false,
+ "dateReceived": "2017-10-19",
+ "dateCompleted": "2018-06-19",
+ "dateEntered": "2016-12-23",
+ "dateRegistrar": "2016-10-10",
+ "dateLocalAuthorityReceived": "2023-01-11",
+ "summary": "Pariatur optio deleniti harum voluptatibus in sequi.\nTemporibus culpa laboriosam autem molestiae repudiandae.",
+ "informationUsed": "Consectetur aspernatur autem mollitia iure exercitationem.\nNecessitatibus earum pariatur sit ratione inventore.\nId possimus cum laudantium voluptates nobis.",
+ "pastOrPresentOrders": "Adipisci maxime quia.\nVeritatis recusandae est fugiat cumque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "451f3626-5347-441b-ad70-4b814c14aedd",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8938ea08-d061-4493-8ce1-5a4a5b411270",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "50bed30c-373d-4164-8c63-bfe8db7048d3",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "39e1eb53-a8f9-4d79-8156-3f5575c08d23",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BALISTRERI POLLY",
+ "timestamp": "2023-01-10"
+ },
+ {
+ "uuid": "d94e3cba-a6aa-4587-a926-dcc10e18016b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCDERMOTT NOEMI",
+ "timestamp": "2014-05-14"
+ },
+ {
+ "uuid": "e6d86801-4ff0-45df-93cc-72d0adb0644d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARTOLETTI ANTONINA",
+ "timestamp": "2022-10-26"
+ },
+ {
+ "uuid": "e36c8686-b2ca-48ee-9423-29f918b9f404",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HARRIS ALEXANDRE",
+ "timestamp": "2018-12-10"
+ },
+ {
+ "uuid": "30b66ba5-d2cc-4a79-b944-a98673133a2c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KRAJCIK EVELINE",
+ "timestamp": "2014-11-29"
+ },
+ {
+ "uuid": "f27e4a97-bbbd-484d-9e08-1ac4398d128e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CARTER MINA",
+ "timestamp": "2017-12-22"
+ },
+ {
+ "uuid": "9ef6541a-3b5e-4298-8eb0-15fc6e892e19",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAUCH-LESCH EDWINA",
+ "timestamp": "2021-03-06"
+ },
+ {
+ "uuid": "9cf6592f-07b0-48d7-bd86-ae9e4f285ed9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KERTZMANN CAMILLE",
+ "timestamp": "2020-11-04"
+ },
+ {
+ "uuid": "1b388db0-7e45-44bb-a433-a04961e1c54c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MAYERT PRINCESS",
+ "timestamp": "2013-11-26"
+ },
+ {
+ "uuid": "175692d1-1fd4-4a8e-8a3a-b986262647e9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MACGYVER HELEN",
+ "timestamp": "2021-05-03"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "d1a1bbce-0ca0-4a30-a8cc-a4c0e9b4e64a",
+ "dateNoted": "2022-06-07",
+ "notes": "",
+ "parcelID": "15263",
+ "siteID": "19330",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a1663291-d177-4b48-93af-b5a0f56aa65f",
+ "dateNoted": "2017-11-17",
+ "notes": "",
+ "parcelID": "15394",
+ "siteID": "20484",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "7683c41a-e49c-4b3f-b658-f48f1490eda3",
+ "siteID": 17476,
+ "address": "14835 Auer Meadows",
+ "latitude": 56.8129,
+ "longitude": -134.6332,
+ "lastUpdated": "2021-05-13",
+ "city": "Caldwell",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/15975",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4117685,
+ 527918,
+ 5555579,
+ 9990867,
+ 7535281
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "3a651a6b-dd7a-4c1c-b0a0-45375569899f",
+ "createdAt": "2020-06-11",
+ "completed": "2021-08-27",
+ "initiated": "2015-01-28",
+ "ministryContact": "HELLER KAREN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "81dcb250-5fa8-4fbb-b99d-3beb300113c7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "60ab6900-6aeb-4af0-8fb6-ae606337b940",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fbe8bf06-b03c-4c37-b227-3b4f15b73d0b",
+ "createdAt": "2016-04-15",
+ "completed": "2021-01-07",
+ "initiated": "2014-08-10",
+ "ministryContact": "RYAN DEBORAH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "55fb2132-199f-4498-9776-bed13a0c577c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c586c78e-7136-4a58-a494-6ca2c1700f80",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4bd03c04-4a51-4a69-b281-a897604a763b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1a4dce5a-7a54-4190-b1a7-ca5ba854f263",
+ "createdAt": "2020-12-01",
+ "completed": "2022-02-12",
+ "initiated": "2021-05-19",
+ "ministryContact": "STEUBER YESENIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "565f6896-be09-4b03-9428-4b8814f3a463",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7b128f80-f744-456f-b04a-0d921d15dbb9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d994326b-ce00-46ee-a25d-a1afc1a089ed",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a3e4925b-bfa9-4226-91c2-029bdaf66fc9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9f456546-5291-4755-8645-8bdd2967920d",
+ "createdAt": "2017-10-01",
+ "completed": "2017-02-09",
+ "initiated": "2023-05-27",
+ "ministryContact": "DICKINSON PATTIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "68718697-8c98-491b-a368-1f67f56a5632",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "63e2e334-18cd-4937-ac50-a2ecba2e5022",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "59868394-62f6-4aa6-a246-2a096693c157",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "109c9cb5-a27f-4fda-9fc3-7ebb741e6091",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8a7818e8-fc28-49e8-91a2-9c4b0ee314a5",
+ "createdAt": "2022-08-16",
+ "completed": "2018-03-24",
+ "initiated": "2021-11-19",
+ "ministryContact": "SCHIMMEL ZANDER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "61c9271d-a207-44ef-a58e-5dc75851ebfc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bd5dc048-0b97-4f0f-bf4d-6837fd015d19",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "94a49927-9e58-4e7b-b2c8-e9bcdca06058",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "3fab3953-1dce-4543-a802-b1a8d5e7ef40",
+ "name": "IPSUM",
+ "endDate": "2020-05-23",
+ "startDate": "2016-02-22",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "54e0da62-eb2f-448d-bb28-0827b8a29b6e",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-12-09",
+ "startDate": "2020-04-26",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5c3f27b7-5fe5-4dd9-8480-0f6488a9017b",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-05-02",
+ "startDate": "2020-02-02",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "ce6915c8-c88b-4fb8-ae4b-bc74b59195ed",
+ "siteRegistry": true,
+ "documentDate": "2017-06-13",
+ "receivedDate": "2017-05-25",
+ "uploadedDate": "2014-08-01",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "50572ed8-bdfc-474d-91b6-a25b96365cc1",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "c247c298-f5d8-4751-a86e-b0e024d7b77a",
+ "siteRegistry": true,
+ "documentDate": "2013-12-12",
+ "receivedDate": "2015-04-01",
+ "uploadedDate": "2021-12-15",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "0458fb67-6a64-4de8-abdc-a5f6ff00a2c6",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "8f72b394-e099-4425-9272-b8ad6d15c910",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-06-13 (described on Site Profile dated 2017-06-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f2141c0f-c4b0-4afa-884f-7d46e439fc4a",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-01-11 (described on Site Profile dated 2018-01-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "285e8afa-66e8-4d7c-b6e3-eca373fc5636",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-12-01 (described on Site Profile dated 2013-12-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "328794ef-663b-4d0d-acce-4879a8f51eac",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-07-26 (described on Site Profile dated 2016-07-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "9b4372a2-f2e8-4c77-9c25-9a31879f064e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-12-05 (described on Site Profile dated 2021-12-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "069b2203-a273-4cd7-bb21-4e32a4061c5d",
+ "siteRegistry": false,
+ "dateNoted": "2018-09-23",
+ "parcelID": "17776",
+ "crownLandUsePIN": "20825",
+ "crownLandFileNumber": "15292",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 1 DISTRICT LOT 5 PLAN 8143"
+ },
+ {
+ "uuid": "ea22850a-f0d9-4677-ae3b-9cafe767e815",
+ "siteRegistry": false,
+ "dateNoted": "2018-01-07",
+ "parcelID": "18463",
+ "crownLandUsePIN": "18659",
+ "crownLandFileNumber": "20872",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 5 DISTRICT LOT 3 PLAN 7092"
+ },
+ {
+ "uuid": "e3fcee74-ee39-4fe8-b5ce-1246ea220273",
+ "siteRegistry": true,
+ "dateNoted": "2015-05-05",
+ "parcelID": "16843",
+ "crownLandUsePIN": "18791",
+ "crownLandFileNumber": "15633",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 3 DISTRICT LOT 4 PLAN 4350"
+ },
+ {
+ "uuid": "2515f4ee-d8ea-4f3c-8ea1-d3e2fb899f06",
+ "siteRegistry": false,
+ "dateNoted": "2016-12-13",
+ "parcelID": "15537",
+ "crownLandUsePIN": "15898",
+ "crownLandFileNumber": "20635",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 1 DISTRICT LOT 4 PLAN 3819"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "d4b5df30-1768-4e5f-ad6a-71f7b2745182",
+ "siteRegistry": false,
+ "dateReceived": "2016-11-17",
+ "dateCompleted": "2018-10-21",
+ "dateEntered": "2021-08-08",
+ "dateRegistrar": "2019-02-16",
+ "dateLocalAuthorityReceived": "2014-09-03",
+ "summary": "Doloribus quis culpa alias ab.",
+ "informationUsed": "Ducimus tempore dolorum repellendus molestias fugiat dolores harum optio.\nIn eum quo quae quam.\nVelit neque quia error officia ex quia adipisci eveniet modi.\nIpsa quisquam saepe autem hic nostrum.",
+ "pastOrPresentOrders": "Deleniti quis quis minima sequi labore adipisci inventore error.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "0b870aa3-1cc2-490d-b695-3efbef88e0e2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "54927377-2998-48cd-901e-c22428c0d54c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "00534752-3dd4-4a33-b90e-7c852881b2e6",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "0565319e-707e-411c-8f17-31a1065c2f6d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHULIST BRENT",
+ "timestamp": "2016-01-20"
+ },
+ {
+ "uuid": "1c27e305-0946-4814-826d-560bf220501f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CREMIN MARC",
+ "timestamp": "2021-04-28"
+ },
+ {
+ "uuid": "a3044f58-84a1-4c2b-985f-9592ce239b19",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VEUM DELLA",
+ "timestamp": "2022-06-28"
+ },
+ {
+ "uuid": "3903038d-311b-4fcd-9052-4b117e8cbeb4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KRIS WILFRED",
+ "timestamp": "2021-06-09"
+ },
+ {
+ "uuid": "c8f2f7e1-6f32-4590-884a-2b813b895381",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAND JOVAN",
+ "timestamp": "2021-11-16"
+ },
+ {
+ "uuid": "2c8ed75d-cc8f-4d9b-ac8b-c2e1e4e3a884",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JONES ELLIS",
+ "timestamp": "2017-02-03"
+ },
+ {
+ "uuid": "d4d5e549-292d-4868-981e-dc7aa658e961",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUNDE BRYCEN",
+ "timestamp": "2022-01-07"
+ },
+ {
+ "uuid": "bd78e2f1-1497-4ba7-995b-014d53218abc",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROOB-LEHNER MEGHAN",
+ "timestamp": "2019-02-20"
+ },
+ {
+ "uuid": "97481c08-4871-4ba9-988c-7dc695603fa1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHAMBERGER CLEMENS",
+ "timestamp": "2023-07-28"
+ },
+ {
+ "uuid": "41424d4c-ccd1-48c9-9e9f-c205e64d5a86",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEANEY MARIAM",
+ "timestamp": "2019-07-03"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "1c77adb1-928f-42a4-b225-0ff379348f18",
+ "dateNoted": "2021-07-23",
+ "notes": "",
+ "parcelID": "15502",
+ "siteID": "16804",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "55420941-1eb3-4c4a-b97a-74a5e8ecf5e2",
+ "dateNoted": "2015-01-12",
+ "notes": "",
+ "parcelID": "19115",
+ "siteID": "15676",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a96edf35-9bdf-4b04-b0c7-e5f4b626b713",
+ "dateNoted": "2013-11-04",
+ "notes": "",
+ "parcelID": "18910",
+ "siteID": "20978",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "f6c29db7-17e6-44ca-9d79-00d4ab901eab",
+ "siteID": 18030,
+ "address": "14898 Hintz Brook",
+ "latitude": 53.4839,
+ "longitude": -131.0485,
+ "lastUpdated": "2016-06-18",
+ "city": "Lake Deltahaven",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/9450",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8150127,
+ 140374,
+ 768645,
+ 462120,
+ 2636315
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "5b2d15eb-abf7-40da-b6d3-29060c909b67",
+ "createdAt": "2020-10-03",
+ "completed": "2019-02-04",
+ "initiated": "2023-07-18",
+ "ministryContact": "LUETTGEN LEANNE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "261e244d-86c8-416d-8f63-abcbf99ee571",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "990e34f8-596e-4d4e-8a41-ed75b4586aa1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f2b1514a-86ee-45d9-9dab-6b485c6a2387",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f7849165-adda-43b6-9ade-954ad0ed4cf7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "83e58f37-987f-46e7-b732-52bd20973da4",
+ "createdAt": "2014-03-20",
+ "completed": "2013-12-03",
+ "initiated": "2015-09-08",
+ "ministryContact": "WEIMANN CARLOTTA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1c724dac-1186-4308-924c-cc6fa29d7409",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3521b7d8-e36b-4182-8196-329fdc506c50",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "474a5fb8-dffb-41eb-971e-6bbcdd4aee47",
+ "createdAt": "2023-01-17",
+ "completed": "2023-10-03",
+ "initiated": "2015-03-06",
+ "ministryContact": "BODE BRANSON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c86276e9-14c2-4ae1-8139-4f11218f2979",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dc304c36-90c5-4379-9d27-f8f84c37209a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "aeb1da47-361c-4945-a7cd-4e772faa3470",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bcf3053d-31e4-4764-9fc8-0fbdf5a1aaf0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f422d363-7932-456b-a354-5f22128d36ce",
+ "createdAt": "2016-10-08",
+ "completed": "2013-11-10",
+ "initiated": "2018-09-27",
+ "ministryContact": "SAWAYN LONZO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "818a5769-b81f-4534-9c1f-9c820b26742e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "843b6460-e3d9-43a8-92fb-4fea0356055b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "81cd1664-239d-48b3-9c4e-018e687ac0b2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "269ff348-89b5-43e7-90fc-1caaa960a62a",
+ "name": "IPSUM",
+ "endDate": "2021-09-11",
+ "startDate": "2016-07-07",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "eb950928-54fc-47b0-93cb-9359a0136656",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-03-12",
+ "startDate": "2020-03-14",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "7b5cbcbe-44fc-4ea1-ba89-1ed413eaf554",
+ "siteRegistry": true,
+ "documentDate": "2018-03-27",
+ "receivedDate": "2021-04-11",
+ "uploadedDate": "2018-11-30",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "846826a9-fdc0-4571-b07c-e9dc7cc8e4fa",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "aa062712-8bef-4fc0-b505-0f52986b5a65",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ff2591c9-2fde-41ae-afba-4645f302ae6e",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "6ad319d7-8478-4776-ba28-9f65304fb469",
+ "siteRegistry": false,
+ "documentDate": "2018-08-05",
+ "receivedDate": "2018-10-15",
+ "uploadedDate": "2017-04-02",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "9cb35023-65bc-4896-a43c-4766c46997fd",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9633c96d-2bd3-486f-b500-b220364044b1",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "87d209bf-e0df-4472-8f50-297ba5c44387",
+ "siteRegistry": true,
+ "documentDate": "2018-06-20",
+ "receivedDate": "2023-04-07",
+ "uploadedDate": "2019-08-19",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "da7a1ee3-5dde-4ba2-96c9-328f06371280",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d03820fc-1c61-4686-a5d8-04c2b5a8afb3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9dff0e9a-69e4-4ea8-8652-036fdd807510",
+ "siteRegistry": false,
+ "documentDate": "2020-12-28",
+ "receivedDate": "2020-02-22",
+ "uploadedDate": "2018-05-03",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "4891cacd-2f81-443f-8f40-3acfe5e1acd0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "b3fdbdbe-803e-4cca-987a-e700cbf90b30",
+ "siteRegistry": false,
+ "documentDate": "2020-03-09",
+ "receivedDate": "2013-10-26",
+ "uploadedDate": "2022-06-28",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "02d55d37-72b8-426b-878b-b0644f62ae62",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f7c66bda-7a9b-4bb6-a9b0-81f8e45b4824",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "dfc5a209-ba9f-419b-8146-42f68cd9a2f3",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "200dd303-2622-432d-94e0-ac4936beb3a8",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-05-24 (described on Site Profile dated 2021-05-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "dbdebcb3-a722-40f7-8080-0264388b64a7",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-04-15 (described on Site Profile dated 2023-04-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "ec18a559-3499-47a1-8c80-4d58142b34ec",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-08-10 (described on Site Profile dated 2016-08-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "b77bfd0e-ec66-4402-8d5c-8a02fe3915b1",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-05-11 (described on Site Profile dated 2021-05-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "1abc8965-3cce-46ed-b4d1-f27ad6d82d06",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-08-26 (described on Site Profile dated 2016-08-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "56341cb6-bd1a-4875-9b19-6dd1fadfcd18",
+ "siteRegistry": false,
+ "dateNoted": "2017-09-23",
+ "parcelID": "20458",
+ "crownLandUsePIN": "15763",
+ "crownLandFileNumber": "19203",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 5 DISTRICT LOT 2 PLAN 9361"
+ },
+ {
+ "uuid": "f7255fba-ce17-4e45-9e37-158b8628a557",
+ "siteRegistry": true,
+ "dateNoted": "2021-11-05",
+ "parcelID": "20934",
+ "crownLandUsePIN": "20559",
+ "crownLandFileNumber": "20346",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 4 DISTRICT LOT 5 PLAN 7710"
+ },
+ {
+ "uuid": "4286c789-8208-4ff9-b017-c72b7607c596",
+ "siteRegistry": false,
+ "dateNoted": "2016-04-13",
+ "parcelID": "18718",
+ "crownLandUsePIN": "17922",
+ "crownLandFileNumber": "17511",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 2 DISTRICT LOT 2 PLAN 5443"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "1b5df310-9a3a-442f-b0fc-618f0cd5d3b5",
+ "siteRegistry": false,
+ "dateReceived": "2021-03-01",
+ "dateCompleted": "2018-03-23",
+ "dateEntered": "2022-11-05",
+ "dateRegistrar": "2018-09-23",
+ "dateLocalAuthorityReceived": "2015-04-24",
+ "summary": "Aliquid voluptate recusandae sequi dolorum tempora alias molestias.\nEt dolorem sequi sunt.",
+ "informationUsed": "Hic quibusdam deleniti ut quisquam ullam iure deserunt ea ullam.\nCum distinctio hic officia cum ad delectus minima.\nNecessitatibus totam animi.\nSint inventore illo consequuntur nisi provident earum autem odio.\nQuidem reprehenderit rem odio dolore sint.",
+ "pastOrPresentOrders": "Veniam expedita illo consequatur.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "68e4ff6b-1a69-4fa5-993a-c4cdc96fc02d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9872703f-a699-43a2-af13-4e4a0ede0209",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8fd1b9e4-e97b-43df-8e65-4b8c0ab2ff62",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fe1ee16f-ef78-4ac0-a680-cdf9e07a1dd8",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "ea773ea4-b1f2-4585-84c7-50a12bb15a7a",
+ "siteRegistry": true,
+ "dateReceived": "2019-12-16",
+ "dateCompleted": "2020-03-20",
+ "dateEntered": "2017-10-16",
+ "dateRegistrar": "2019-09-29",
+ "dateLocalAuthorityReceived": "2014-06-15",
+ "summary": "Suscipit eum non dolorum nihil.\nNesciunt debitis repudiandae vero eos.",
+ "informationUsed": "Ut placeat eligendi dolorem nihil placeat.\nNulla voluptatem omnis.\nRem illum inventore amet.",
+ "pastOrPresentOrders": "Minima magni voluptatum totam nostrum aperiam culpa sint quas.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "39bb96a7-ea3d-4722-bb92-28ca7d69c8e4",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d3166415-3a9a-4058-ba03-5c7922f3584a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "8a50d802-9dbc-431d-96d0-b216f8875fe6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BRUEN NELDA",
+ "timestamp": "2021-09-24"
+ },
+ {
+ "uuid": "e965e9a8-d233-4b35-a319-9a247d11c61b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LITTEL RAUL",
+ "timestamp": "2023-05-27"
+ },
+ {
+ "uuid": "1c4cbf4d-dfd1-492d-81a6-25c196d25c83",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRANECKI BRITNEY",
+ "timestamp": "2014-06-10"
+ },
+ {
+ "uuid": "45986d77-fc9a-44cc-92ef-80fa1c7baba1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCLAUGHLIN MERVIN",
+ "timestamp": "2018-03-28"
+ },
+ {
+ "uuid": "69d53eff-2576-4119-88d0-92c537d54777",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MANTE JOSH",
+ "timestamp": "2017-08-18"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "4d2980a5-229f-4dbe-bc27-1b71918099ab",
+ "dateNoted": "2014-07-14",
+ "notes": "",
+ "parcelID": "16065",
+ "siteID": "19262",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "4f480342-6736-4483-bb83-7d9c14307355",
+ "siteID": 15607,
+ "address": "7729 Bahringer Crossroad",
+ "latitude": 48.7925,
+ "longitude": -122.8487,
+ "lastUpdated": "2017-08-15",
+ "city": "West Audieworth",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/956",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 709990,
+ 2511803,
+ 8553486,
+ 8001901,
+ 7053598
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "81f200dc-d067-4b91-a68d-7b2fdab637eb",
+ "createdAt": "2018-05-12",
+ "completed": "2022-12-09",
+ "initiated": "2019-06-07",
+ "ministryContact": "RUNTE MUSTAFA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3cf91745-432b-497c-9855-9744f714b4ee",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ac2af514-2dd1-4d1d-bacb-7e3bdff1be82",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "592236d9-6445-4b57-a7ef-4824b56ca606",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0dc23f99-4fea-4546-a315-1f5383cca7f2",
+ "createdAt": "2016-07-25",
+ "completed": "2014-08-27",
+ "initiated": "2021-04-26",
+ "ministryContact": "FUNK ALBIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "12e0f3c7-f82e-4381-8048-3615d7591d5a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6a03582a-0457-4729-8511-2cce99383f13",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8224fc34-0d99-4097-a919-bbb347d0143e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "408c674b-fd21-4cc1-8399-a9bc98a7a928",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b053604f-741e-4831-a3c9-61246f7c64a3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1fc789ec-761f-42e4-8202-49415b879344",
+ "createdAt": "2021-01-01",
+ "completed": "2020-04-10",
+ "initiated": "2021-04-15",
+ "ministryContact": "WITTING OLIVER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "887045de-7eff-4b64-8298-d62bb50194f8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7216db01-1664-4c21-9e01-4d6dd8591694",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6bd826c5-4bf1-4f04-b85d-72934da31cce",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d5fc8dd5-6460-4e64-afe8-c04bb7bf76fe",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ec4f844c-8152-49d4-bf0d-847c851ceff2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "a416fdc5-3478-4c19-a131-9df63fd07669",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-01-09",
+ "startDate": "2022-08-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3a76c4d0-e121-4225-8984-996f8ac9aa4c",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-03-22",
+ "startDate": "2022-04-17",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "4c0d338e-a238-41c7-8cf4-99d0adaaafbd",
+ "siteRegistry": true,
+ "documentDate": "2023-04-12",
+ "receivedDate": "2014-11-30",
+ "uploadedDate": "2020-03-09",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "da07fef6-3ec9-4816-a278-19646a26dcbb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ef58a0aa-7e12-46e0-abd3-a85e30243559",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a929bda9-ab41-40d4-909d-f548308b8133",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "be1ca214-9984-443f-bb5f-60cb18f76ab2",
+ "siteRegistry": false,
+ "documentDate": "2014-10-22",
+ "receivedDate": "2022-12-18",
+ "uploadedDate": "2022-07-12",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "410d56ab-32bb-4d12-acd1-4602aa9aef65",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "25f7f113-c448-4407-afcd-c0c3f82fe1b3",
+ "siteRegistry": true,
+ "documentDate": "2019-03-01",
+ "receivedDate": "2018-08-15",
+ "uploadedDate": "2019-02-23",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "47bf234f-8507-4355-a5e1-79636d764eec",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "29938aa4-90b4-4e7a-9653-1ae025d5fc09",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "74a6a270-92b6-424f-a86e-17cd48fadc8a",
+ "siteRegistry": true,
+ "documentDate": "2020-11-04",
+ "receivedDate": "2021-04-30",
+ "uploadedDate": "2022-11-29",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "8edb84f8-ed4d-47b3-a572-1f30bf08eb1c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "22301b6f-0fd5-4795-b6aa-b416beea1e50",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "1e4d0c6f-6f7f-4bb9-a4e9-3719bd2039c5",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-03-06 (described on Site Profile dated 2017-03-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "cd5d22c7-3de0-48a9-8b55-c2116992d65e",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-02-10 (described on Site Profile dated 2017-02-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "92d8ac13-7743-4e23-8364-1ded0653fa2e",
+ "siteRegistry": true,
+ "dateNoted": "2016-01-03",
+ "parcelID": "18239",
+ "crownLandUsePIN": "18628",
+ "crownLandFileNumber": "15471",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 3 DISTRICT LOT 3 PLAN 9485"
+ },
+ {
+ "uuid": "42fc0707-bc56-47de-9d82-a90ddd1ace9e",
+ "siteRegistry": true,
+ "dateNoted": "2019-07-01",
+ "parcelID": "18280",
+ "crownLandUsePIN": "16871",
+ "crownLandFileNumber": "20850",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 3 DISTRICT LOT 3 PLAN 8611"
+ },
+ {
+ "uuid": "6366a8af-7fee-4c8c-ab82-488cad4f8dc2",
+ "siteRegistry": true,
+ "dateNoted": "2022-07-17",
+ "parcelID": "15891",
+ "crownLandUsePIN": "17322",
+ "crownLandFileNumber": "15968",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 1 DISTRICT LOT 3 PLAN 3382"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "ec2120f6-282a-4d27-bed7-eaa519aaf379",
+ "siteRegistry": true,
+ "dateReceived": "2015-03-15",
+ "dateCompleted": "2014-06-06",
+ "dateEntered": "2019-11-27",
+ "dateRegistrar": "2021-04-14",
+ "dateLocalAuthorityReceived": "2014-02-06",
+ "summary": "Sunt voluptas eveniet incidunt maxime consequatur.",
+ "informationUsed": "Facere explicabo ad quos eligendi.\nAd pariatur quisquam molestias tempora.\nVero debitis maiores vitae debitis itaque reprehenderit a facilis autem.",
+ "pastOrPresentOrders": "Aut dicta ea culpa sunt ab nostrum.\nRepudiandae hic consectetur non tempore aliquid necessitatibus dicta.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "f185c288-33f7-4322-a5ee-f0b0166dbad0",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "09639117-07b8-4e02-b93b-09d0188840e1",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bee32e50-0e12-441e-9aaa-f4022d9d9f54",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f9ba36cf-ad8f-4064-8682-afd3d1b1ab77",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "f46e6376-46ef-49c9-a1e0-094c6eeffa6c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RAU MARLEY",
+ "timestamp": "2014-11-20"
+ },
+ {
+ "uuid": "f0a97fb1-26d7-403a-bd58-1cc551355dfb",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SAWAYN JESSIE",
+ "timestamp": "2017-06-30"
+ },
+ {
+ "uuid": "a56647cf-64a1-4363-ba3c-8f99df691990",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAHRINGER DARIAN",
+ "timestamp": "2020-05-27"
+ },
+ {
+ "uuid": "765318e4-c5a4-4418-9ff9-d2d8b1c5e035",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUEILWITZ KEVIN",
+ "timestamp": "2015-09-02"
+ },
+ {
+ "uuid": "f0d035c9-df1e-428f-a8d2-ef49f114f2c8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BLOCK CATHARINE",
+ "timestamp": "2019-02-11"
+ },
+ {
+ "uuid": "b99700a6-8a06-4822-88b9-2dce8920bb31",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HANSEN HAILEY",
+ "timestamp": "2019-03-31"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "87594f5a-82f0-4744-b7fc-62705775e2ca",
+ "dateNoted": "2022-02-22",
+ "notes": "",
+ "parcelID": "20072",
+ "siteID": "20039",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "04022629-6807-4bb7-b680-972a48cb3454",
+ "dateNoted": "2020-02-08",
+ "notes": "",
+ "parcelID": "17692",
+ "siteID": "20718",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "31c40dea-06de-41c3-8d14-898b63867f92",
+ "dateNoted": "2021-09-07",
+ "notes": "",
+ "parcelID": "19072",
+ "siteID": "15998",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "b638cd0d-8023-456e-9dfd-93efa63de358",
+ "siteID": 15472,
+ "address": "7549 Keanu Valleys",
+ "latitude": 57.2965,
+ "longitude": -134.2834,
+ "lastUpdated": "2014-02-01",
+ "city": "Port Vivianetown",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/1797",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4150346,
+ 2360224,
+ 650075,
+ 7859558,
+ 8766984
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "8ce49a24-4503-4bd2-b6e1-50dd9a514910",
+ "createdAt": "2017-02-13",
+ "completed": "2021-08-19",
+ "initiated": "2016-05-28",
+ "ministryContact": "LESCH JULIEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3b10d57a-559c-45f8-a155-e9750fd79c42",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ea9a12eb-ac6c-431d-865f-12e6e3e65c7e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "19d8bdb8-b0bc-422b-bb9e-a121c4c94eac",
+ "createdAt": "2023-08-10",
+ "completed": "2017-09-26",
+ "initiated": "2015-01-27",
+ "ministryContact": "LINDGREN BRAD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "757aa5a9-63f4-40f3-a8d0-abf9eb5f3d55",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5bbce1bc-7447-4028-a437-6fab8333cc22",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0b45a7c7-36f2-4951-a93e-51d8185cd952",
+ "createdAt": "2016-08-17",
+ "completed": "2015-02-11",
+ "initiated": "2017-01-01",
+ "ministryContact": "O'REILLY BRANDON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4789860c-01e0-41f9-b116-7a52af4f1010",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "02e70a77-b2e8-49e2-b1eb-55a1cc82294f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "678b9698-78b3-43fe-a45c-9eeccda647f8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2a7eeecd-4afb-4a31-af77-15e2020e958a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6a3be90a-5280-41c2-b7f4-340817fa9942",
+ "createdAt": "2022-06-15",
+ "completed": "2021-04-02",
+ "initiated": "2018-11-11",
+ "ministryContact": "QUIGLEY-COLLINS RHODA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2cea08d3-ac7b-42f0-9f7c-8fd82716692a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7e85322a-3f3c-441e-a162-413a6e8b4c6b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6452dbc5-a53e-4acb-9f02-666f8036084c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f871da57-c0bf-443e-bb77-5d2435f0e5cd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "1932494e-9ac4-4fb8-93b6-894d06715588",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2017-05-20",
+ "startDate": "2015-10-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "32941e2d-c0ec-42c0-9d88-a5f6204aeae4",
+ "name": "IPSUM",
+ "endDate": "2021-09-06",
+ "startDate": "2016-09-01",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "161f68a6-6079-4a12-ace3-2f7ee191f0af",
+ "name": "IPSUM",
+ "endDate": "2020-04-11",
+ "startDate": "2015-04-23",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4de2493b-05f0-4e43-b566-d3c07652fe40",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2023-04-12",
+ "startDate": "2023-08-10",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fc2968f6-809f-4cd5-b6a4-4dd3568324b4",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-11-23",
+ "startDate": "2021-01-26",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "846550e0-8208-445d-b33e-02f14d1d77d7",
+ "siteRegistry": false,
+ "documentDate": "2014-11-23",
+ "receivedDate": "2014-05-24",
+ "uploadedDate": "2022-01-05",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "ce1eda8b-2ac4-4fb9-a836-8c5eaa358704",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "c7c614d7-f804-4c63-97b6-dcc0df98246e",
+ "siteRegistry": false,
+ "documentDate": "2020-11-11",
+ "receivedDate": "2014-06-20",
+ "uploadedDate": "2018-09-15",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "6ac58d8f-1dc2-4a47-a50c-4efccae16106",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "336730f6-2798-45fa-bd62-082fb33cfa0e",
+ "siteRegistry": false,
+ "documentDate": "2023-05-17",
+ "receivedDate": "2022-04-21",
+ "uploadedDate": "2019-07-06",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "053cea48-202f-435a-9291-cf47767b9864",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "fbf4ce4d-c41a-4dce-a533-40a96ef11b8a",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "71c30bdb-9340-48ae-96dc-5ce4e6a80bee",
+ "siteRegistry": false,
+ "documentDate": "2015-07-20",
+ "receivedDate": "2018-06-27",
+ "uploadedDate": "2016-05-12",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "17ea4ee7-41a1-4c0d-8247-061b2cfe9679",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3d02026d-a7a1-425d-86ae-fbd165a2f55b",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "c031b8ae-50bd-4b50-b05b-ec8afff765f1",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-06-03 (described on Site Profile dated 2018-06-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "8bf2c736-9464-4a42-b48d-814bba6f9c85",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-09-13 (described on Site Profile dated 2022-09-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "8a797a0b-a1bc-4b19-a525-2eacf2ff6a8d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-08-29 (described on Site Profile dated 2018-08-29)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "85773b50-67c2-4d5b-b23d-76a5c5908645",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-08-06 (described on Site Profile dated 2014-08-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "806c6dea-72a7-457c-b44c-84739d2a9434",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-07-05 (described on Site Profile dated 2015-07-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "592ed4ad-6ac3-4d2a-a800-47cf0d6ce685",
+ "siteRegistry": true,
+ "dateNoted": "2021-12-12",
+ "parcelID": "16266",
+ "crownLandUsePIN": "19847",
+ "crownLandFileNumber": "19184",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 2 DISTRICT LOT 5 PLAN 7069"
+ },
+ {
+ "uuid": "4665690c-62fc-4a29-8793-aa677208e2e0",
+ "siteRegistry": false,
+ "dateNoted": "2018-11-10",
+ "parcelID": "19808",
+ "crownLandUsePIN": "19096",
+ "crownLandFileNumber": "17237",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 5 DISTRICT LOT 1 PLAN 6705"
+ },
+ {
+ "uuid": "c597e832-af36-4df2-888d-f4ad939bf9ea",
+ "siteRegistry": false,
+ "dateNoted": "2019-02-09",
+ "parcelID": "19764",
+ "crownLandUsePIN": "16392",
+ "crownLandFileNumber": "20113",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 4 DISTRICT LOT 5 PLAN 3169"
+ },
+ {
+ "uuid": "38959d19-d149-470c-954a-b55b8f79c666",
+ "siteRegistry": false,
+ "dateNoted": "2018-04-01",
+ "parcelID": "16977",
+ "crownLandUsePIN": "20788",
+ "crownLandFileNumber": "17830",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 4 DISTRICT LOT 3 PLAN 6450"
+ },
+ {
+ "uuid": "839e83eb-e059-4044-8bc6-1d30fcca1311",
+ "siteRegistry": true,
+ "dateNoted": "2016-04-13",
+ "parcelID": "16999",
+ "crownLandUsePIN": "17381",
+ "crownLandFileNumber": "17181",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 3 DISTRICT LOT 3 PLAN 3024"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "b2b857ec-9e7c-4db2-ae07-0d2f61f89e1d",
+ "siteRegistry": false,
+ "dateReceived": "2017-08-31",
+ "dateCompleted": "2020-12-08",
+ "dateEntered": "2020-05-16",
+ "dateRegistrar": "2017-11-21",
+ "dateLocalAuthorityReceived": "2019-01-10",
+ "summary": "Blanditiis commodi assumenda.",
+ "informationUsed": "Ratione doloribus cupiditate.\nSunt nisi culpa.\nEligendi molestias pariatur quam maxime consequatur rem quaerat.",
+ "pastOrPresentOrders": "Ab fugiat reiciendis tenetur autem iste.\nQui doloremque esse dolorem culpa facere.\nMolestias dolorum sunt non.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "92925c2f-d1a7-447c-a0b4-511c3f5bbadb",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9cab5c64-0215-4978-9e5c-67737ebff559",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fcb495e5-e45a-4725-96a8-fbd310e18424",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "ae34dc3c-7b6e-447d-a8e9-ce88a6f2bb44",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SANFORD ALEXANDRINE",
+ "timestamp": "2018-07-23"
+ },
+ {
+ "uuid": "821e1ef0-ee67-4f80-813a-2dd41ca00d9a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RAU KELLI",
+ "timestamp": "2018-06-20"
+ },
+ {
+ "uuid": "948714d8-a03e-4e24-9dc1-e708bb052648",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BLANDA IMMANUEL",
+ "timestamp": "2021-07-07"
+ },
+ {
+ "uuid": "49cd7850-4550-440d-99c9-5b6ff7566c0c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ABSHIRE BILL",
+ "timestamp": "2020-10-07"
+ },
+ {
+ "uuid": "110a6012-b5f7-49ad-85b8-237df8a92793",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MORAR RASHEED",
+ "timestamp": "2017-08-05"
+ },
+ {
+ "uuid": "32ab7dd9-e2ba-48aa-9d03-c2b4ffd41758",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GOYETTE ALISA",
+ "timestamp": "2015-07-02"
+ },
+ {
+ "uuid": "64e62d8c-2289-4e95-b510-5040085f78ee",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CHAMPLIN MEGGIE",
+ "timestamp": "2022-10-26"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "fc92fd1d-f621-4117-8715-b2b1fa859b3b",
+ "dateNoted": "2013-10-25",
+ "notes": "",
+ "parcelID": "18936",
+ "siteID": "19449",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "7eab3a57-f5f8-46d7-af25-22ccf898eb5e",
+ "siteID": 19921,
+ "address": "2418 Kristian Land",
+ "latitude": 51.0973,
+ "longitude": -124.7714,
+ "lastUpdated": "2021-08-02",
+ "city": "North Pearlieberg",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/5326",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9099047,
+ 7593672,
+ 6561788,
+ 1325972,
+ 8476522
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "617fa6f4-fb8c-4b5a-93c3-7ad94a029616",
+ "createdAt": "2015-06-23",
+ "completed": "2023-05-27",
+ "initiated": "2021-07-30",
+ "ministryContact": "RUECKER BRODERICK",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bb0da105-8781-460a-89d5-81a9ed790812",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1bba4d87-f217-4e53-8382-9fbc7b3adb08",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "869a1e47-dfa0-49bd-baa1-415f007379a3",
+ "createdAt": "2019-10-22",
+ "completed": "2017-02-16",
+ "initiated": "2018-07-08",
+ "ministryContact": "ABBOTT AURELIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "74e6ada2-1ec6-43da-956d-9e68aa0afb2a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a4f163c2-af2f-4797-b322-ed39fa71c9a2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9d493a63-9566-4d3e-899e-9e8d54601156",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bee265de-c376-437c-92dd-4d7ad53cd039",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "44ee8b94-3baa-4118-b25c-07bed2318c4f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "fb792226-3115-4a0a-9863-7efea4f409b3",
+ "name": "IPSUM",
+ "endDate": "2022-04-04",
+ "startDate": "2018-02-22",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6563cb5c-7ecf-4565-be8e-9535a60404e5",
+ "name": "IPSUM",
+ "endDate": "2022-03-17",
+ "startDate": "2022-10-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b356d7c3-cf7c-40a9-a926-1d1944cd8ff7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-01-25",
+ "startDate": "2015-06-27",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "ffe8c8c0-217e-47f9-bfc1-3084fe0f8f70",
+ "siteRegistry": true,
+ "documentDate": "2022-05-01",
+ "receivedDate": "2017-11-24",
+ "uploadedDate": "2018-09-12",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "23b9437f-70c0-49bb-bed1-251c5b95d70e",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "bdcb26c7-ae56-4d24-b1e7-c59041c2f5d1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ae7b1a32-2374-43a6-81fe-8b76348d26d7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "52547f2c-0ebf-4012-89cf-771f6bf0fdd0",
+ "siteRegistry": true,
+ "documentDate": "2014-09-11",
+ "receivedDate": "2017-07-29",
+ "uploadedDate": "2014-06-05",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "332321fe-5624-4b99-83f8-7e693339db9c",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "af51b679-c82a-4d1a-9c03-238e32e3a186",
+ "siteRegistry": true,
+ "documentDate": "2017-02-21",
+ "receivedDate": "2013-12-03",
+ "uploadedDate": "2019-03-10",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "c3d8742f-2da4-4a46-9cba-816a6630058d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "71e01e94-8dee-4f54-a6ce-003159b044fd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3df290fd-4131-4a4f-9e42-d25ac3d66c94",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "941beb2c-f111-4368-aa24-2a8751122d67",
+ "siteRegistry": true,
+ "documentDate": "2018-03-31",
+ "receivedDate": "2022-05-28",
+ "uploadedDate": "2018-12-11",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "a0ad2bf8-3dc4-4257-8d33-b6203eb9f389",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "5864cbdc-e2b3-443d-8670-628e5edbd2ee",
+ "siteRegistry": true,
+ "documentDate": "2014-02-09",
+ "receivedDate": "2021-03-11",
+ "uploadedDate": "2015-02-03",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "10244224-91c3-41de-8dcd-55832ba29101",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "53b2a498-a5ce-4ae9-b17b-885aedf13b0b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-11-01 (described on Site Profile dated 2014-11-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f718796b-062c-4853-8679-ddb7572b7555",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-09-04 (described on Site Profile dated 2018-09-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "48ab7f53-d0b6-4d7a-8a74-14242fe6e0cd",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-05-16 (described on Site Profile dated 2023-05-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "4fe849c5-032a-48f7-a442-a7b01d086cb4",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-01-17 (described on Site Profile dated 2017-01-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "c744e034-ec3c-4889-a7d9-2940430066ce",
+ "siteRegistry": false,
+ "dateNoted": "2018-03-02",
+ "parcelID": "18993",
+ "crownLandUsePIN": "19345",
+ "crownLandFileNumber": "17861",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 4 DISTRICT LOT 1 PLAN 4280"
+ },
+ {
+ "uuid": "519405bb-3109-4445-a693-19dc34aba9c3",
+ "siteRegistry": false,
+ "dateNoted": "2021-06-30",
+ "parcelID": "15872",
+ "crownLandUsePIN": "15544",
+ "crownLandFileNumber": "19580",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 3 DISTRICT LOT 1 PLAN 4084"
+ },
+ {
+ "uuid": "1a5c3f8d-b6ea-4b65-9444-c814e1089323",
+ "siteRegistry": false,
+ "dateNoted": "2022-05-28",
+ "parcelID": "18411",
+ "crownLandUsePIN": "16305",
+ "crownLandFileNumber": "20964",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 2 DISTRICT LOT 3 PLAN 4585"
+ },
+ {
+ "uuid": "2e38a8c7-a72e-42e5-87c9-c9a269ba341c",
+ "siteRegistry": true,
+ "dateNoted": "2018-03-14",
+ "parcelID": "17763",
+ "crownLandUsePIN": "17241",
+ "crownLandFileNumber": "18857",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 2 DISTRICT LOT 2 PLAN 3752"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "adde66d5-3197-42b7-9573-081d3ace257c",
+ "siteRegistry": true,
+ "dateReceived": "2022-03-09",
+ "dateCompleted": "2019-06-08",
+ "dateEntered": "2014-11-08",
+ "dateRegistrar": "2021-03-17",
+ "dateLocalAuthorityReceived": "2023-10-02",
+ "summary": "Delectus quod doloribus assumenda consequuntur officia.\nVel iusto perspiciatis ratione enim quos optio eum voluptatum.\nVoluptas velit aperiam iste repellendus fugiat.",
+ "informationUsed": "Id quis doloribus quos id sit odit.\nQuibusdam cum laboriosam numquam deleniti.\nLibero doloremque suscipit maxime tempore architecto dolor nulla mollitia non.",
+ "pastOrPresentOrders": "Facere harum nulla.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "cfe9c747-5293-496a-8390-01e7cebcc3e5",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4484c9f8-810a-4ca8-af2a-bea14d4b0b34",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "217db4ac-c415-4a1e-8ef4-2e1420974a63",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "dc814523-10aa-413c-b9d3-035cdd9034a4",
+ "siteRegistry": true,
+ "dateReceived": "2014-04-06",
+ "dateCompleted": "2017-12-28",
+ "dateEntered": "2019-07-05",
+ "dateRegistrar": "2018-07-30",
+ "dateLocalAuthorityReceived": "2018-04-15",
+ "summary": "Error exercitationem tenetur porro odit corporis cum.",
+ "informationUsed": "Consequuntur nulla voluptatibus vitae numquam velit.\nAccusamus et rem autem consequuntur.\nVero tempora laudantium soluta hic aliquid error.\nSunt dicta nostrum quis corrupti nihil quis necessitatibus numquam.",
+ "pastOrPresentOrders": "Alias explicabo assumenda earum fugiat dolorem velit rerum eaque harum.\nRatione quis numquam quos repellendus repellat magni amet atque.\nEa distinctio quo nostrum modi occaecati tenetur laborum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b4c468ff-1212-4d33-911c-7da9b8d17f80",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e56db8e2-89fe-4b53-88a2-8a06579832ed",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b801dd81-64cd-4a59-819e-fae25b352ff7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e3ba1d04-2847-413b-b1e6-bc95c91d2e11",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "92a7deda-1670-4f78-a2ab-9c831658b627",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CORMIER ASHTON",
+ "timestamp": "2019-10-21"
+ },
+ {
+ "uuid": "62d92272-63d6-4857-89fc-3f3a824de965",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TORP RUBYE",
+ "timestamp": "2019-07-03"
+ },
+ {
+ "uuid": "7171b477-27a2-423d-bce6-ed96b609ee6f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PADBERG WAVA",
+ "timestamp": "2020-10-26"
+ },
+ {
+ "uuid": "1995e93d-4e86-4a75-9b58-97f625fbdfce",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WISOKY COLLIN",
+ "timestamp": "2020-11-09"
+ },
+ {
+ "uuid": "a975907e-8052-4f65-8843-20bf98551535",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ABSHIRE ALPHONSO",
+ "timestamp": "2014-02-02"
+ },
+ {
+ "uuid": "4e9dec4e-26a9-4599-84b2-5559371d252d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUSTER RAPHAELLE",
+ "timestamp": "2019-11-27"
+ },
+ {
+ "uuid": "0719ce76-dab7-44b0-82c2-6fc502446246",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUSSEL DESTINEY",
+ "timestamp": "2018-09-21"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "fb8976f2-2b76-495b-abbe-faeb684a0079",
+ "dateNoted": "2015-05-18",
+ "notes": "",
+ "parcelID": "15313",
+ "siteID": "15957",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "540b7f49-4d59-407c-b570-03bdab2fd937",
+ "dateNoted": "2020-08-17",
+ "notes": "",
+ "parcelID": "17021",
+ "siteID": "19460",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "5841de62-7ff0-494f-b632-4d948c39a1af",
+ "siteID": 20571,
+ "address": "4522 Jada Port",
+ "latitude": 52.6894,
+ "longitude": -132.0762,
+ "lastUpdated": "2018-02-22",
+ "city": "Lakincester",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/4283",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3105493,
+ 2514887,
+ 6657118,
+ 9705157,
+ 4488357
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "cbf5164f-0169-4b4f-924e-9e28d9a298ee",
+ "createdAt": "2016-08-01",
+ "completed": "2015-02-13",
+ "initiated": "2020-03-01",
+ "ministryContact": "ADAMS AUBREY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "00abc9e4-54a4-43c3-9bb8-91ec0691b28c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8dcfee57-29fc-4c50-9e78-9c9ee5172f6a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f602c28d-614a-4a98-94e3-145eb7005d5f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "663435fc-a7a6-48ec-85d4-d3f989148fc9",
+ "createdAt": "2022-03-16",
+ "completed": "2016-01-09",
+ "initiated": "2021-09-22",
+ "ministryContact": "WATSICA ASTRID",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ce86696a-c31d-4f58-88dd-e64dced70275",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6b1e373f-254b-4d10-a619-6461e86ee07c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "351c0b13-d46f-4a79-802c-4cc9a1f132d5",
+ "createdAt": "2021-09-18",
+ "completed": "2017-07-19",
+ "initiated": "2023-03-10",
+ "ministryContact": "PFEFFER LELA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7a176071-247c-407b-b4fd-d01e154f978b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c40ef080-f1ed-4530-8de7-29867b5269ae",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9bd66aed-21b0-40e0-a124-9248f3e37a72",
+ "createdAt": "2022-12-19",
+ "completed": "2020-07-07",
+ "initiated": "2019-11-21",
+ "ministryContact": "COLLINS LUIGI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d030feaf-d177-433c-8bd3-f4fd3b4b341e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7345f771-0030-4aa5-a891-10a3ae01f092",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1c04e95d-7d94-4622-ae2b-813d2385231b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "86a8cad7-6b2f-4461-a5df-af78bedbbe4c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "dba84316-4d3a-4ccf-bec2-2c872fb18d6f",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-11-04",
+ "startDate": "2015-10-05",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a738c2c5-bf32-4c83-a5e5-61de014745b8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-05-20",
+ "startDate": "2023-01-07",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f712cbd4-5c98-4898-bfda-266de081eda6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-02-18",
+ "startDate": "2015-04-04",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d74e3458-427f-4841-9a80-68d8507e7afc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-10-31",
+ "startDate": "2016-12-04",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "28057ad4-1e43-4d9b-b209-e4f3bf6647a4",
+ "siteRegistry": false,
+ "documentDate": "2023-01-12",
+ "receivedDate": "2020-05-30",
+ "uploadedDate": "2018-07-22",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "9a021efd-5686-42c2-b383-ebed0521cfce",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f5bf01ae-9632-4dcc-892e-a3a94b9ab7df",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "8548885e-8491-4a67-ad68-d198ec82f160",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-06-05 (described on Site Profile dated 2022-06-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "cf0cef74-94a3-4f88-a8b0-3e9e4699c621",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-02-06 (described on Site Profile dated 2020-02-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "b2f4d25a-a17f-4b0e-b9fa-3267054ab694",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-04-07 (described on Site Profile dated 2015-04-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "6834d12d-789a-4222-9566-aae8582f2289",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-06-01 (described on Site Profile dated 2021-06-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "9af345b8-aab0-4169-bfcb-0a581f842f12",
+ "siteRegistry": true,
+ "dateNoted": "2021-03-04",
+ "parcelID": "17325",
+ "crownLandUsePIN": "20429",
+ "crownLandFileNumber": "18292",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 5 DISTRICT LOT 3 PLAN 3109"
+ },
+ {
+ "uuid": "2018a988-0609-410d-ad03-39f63b7ffcaa",
+ "siteRegistry": false,
+ "dateNoted": "2014-04-05",
+ "parcelID": "17095",
+ "crownLandUsePIN": "15379",
+ "crownLandFileNumber": "19371",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 2 DISTRICT LOT 2 PLAN 8272"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "45ee1b5c-4a8a-49b8-9d4e-d600c996ae4b",
+ "siteRegistry": true,
+ "dateReceived": "2015-12-12",
+ "dateCompleted": "2022-12-02",
+ "dateEntered": "2022-08-09",
+ "dateRegistrar": "2015-01-20",
+ "dateLocalAuthorityReceived": "2020-06-16",
+ "summary": "Doloribus nisi possimus temporibus.\nAtque distinctio omnis.",
+ "informationUsed": "Quos sit deserunt.\nIncidunt deleniti maxime saepe deserunt.\nMagnam explicabo dolorem sequi laborum quam tempora.",
+ "pastOrPresentOrders": "Quibusdam eaque quisquam doloribus nam adipisci nihil facere exercitationem numquam.\nPorro commodi dignissimos deserunt cum maxime facilis numquam ea numquam.\nVeritatis dolor veritatis eius doloremque eligendi molestias veniam nesciunt.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e783915b-d0fe-4983-94e7-2ff17b5cad49",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a7a649ef-77b7-478d-b1ca-fcfe376dd950",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "c160710e-bb12-4ce9-b5ea-098217774db0",
+ "siteRegistry": false,
+ "dateReceived": "2014-05-08",
+ "dateCompleted": "2015-02-06",
+ "dateEntered": "2015-08-21",
+ "dateRegistrar": "2023-01-12",
+ "dateLocalAuthorityReceived": "2020-01-02",
+ "summary": "Tenetur sapiente enim ipsam nisi quae optio cum odio rerum.",
+ "informationUsed": "Placeat dicta laborum voluptates ratione ratione quos assumenda inventore.\nEarum deserunt inventore.\nIpsa quisquam laudantium asperiores quae.\nMagni a suscipit adipisci ex dolore.\nA magni eveniet eaque distinctio fuga blanditiis.",
+ "pastOrPresentOrders": "Quaerat ipsam iure consequuntur reiciendis dicta ab maxime consequatur.\nModi accusamus et reprehenderit quas.\nExpedita placeat molestias ipsa.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "d01c384c-ea20-415c-bc78-763b9aa4429c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "76d3413d-f416-4d79-bb4f-4be101574f07",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "bda81ac0-1f8a-4a3b-8bef-f932302c02fa",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TURCOTTE HOLDEN",
+ "timestamp": "2018-01-27"
+ },
+ {
+ "uuid": "2eba5195-cb43-4bc8-a597-d635e8c104e4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PFANNERSTILL BRICE",
+ "timestamp": "2023-04-01"
+ },
+ {
+ "uuid": "b17985ca-3b32-4f75-ac78-f57b1f1ffa36",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PAGAC KAROLANN",
+ "timestamp": "2016-04-05"
+ },
+ {
+ "uuid": "2a76a75c-2dcd-4ff0-a98b-361673e317ac",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MURAZIK VALENTINA",
+ "timestamp": "2013-12-14"
+ },
+ {
+ "uuid": "18a661ac-66d3-4296-b872-41e300c471b8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DARE ZANE",
+ "timestamp": "2019-08-01"
+ },
+ {
+ "uuid": "ee695927-2cf7-44ec-9c9c-99541296b0d1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BALISTRERI NAPOLEON",
+ "timestamp": "2022-04-04"
+ },
+ {
+ "uuid": "bdb5aa2f-af21-4a92-bd23-f6f7a0307877",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEUSCHKE ELECTA",
+ "timestamp": "2020-01-03"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "6f5d5897-9bbf-4da3-89a1-3abae4881ff7",
+ "dateNoted": "2014-01-04",
+ "notes": "",
+ "parcelID": "20118",
+ "siteID": "17686",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "861b2a8c-3bdb-4ce4-afe2-577b5f36d004",
+ "dateNoted": "2019-03-09",
+ "notes": "",
+ "parcelID": "18681",
+ "siteID": "15579",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ef61999e-10a5-451a-86fe-2736da08ef80",
+ "dateNoted": "2020-06-10",
+ "notes": "",
+ "parcelID": "15898",
+ "siteID": "19173",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "8568aea5-c602-42cc-8776-9009ee008c62",
+ "siteID": 16733,
+ "address": "1170 Willis Corner",
+ "latitude": 54.7238,
+ "longitude": -135.8922,
+ "lastUpdated": "2022-08-08",
+ "city": "New Anastacioworth",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/985",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8653967,
+ 8720912,
+ 324872,
+ 7592415,
+ 3086675
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "0798d494-fd03-4f6f-8b80-f3463fa576b5",
+ "createdAt": "2021-05-08",
+ "completed": "2019-01-14",
+ "initiated": "2019-05-12",
+ "ministryContact": "MOORE DANIELLA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "139e121c-60bb-4e4a-99dd-cc1e4fcec54a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "437b5816-d8a6-42d3-b48a-35b0d8e7bafc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fbc03f8e-f3c9-4225-bc6d-ba8fb4fb12e4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6f67e313-75c8-4d5c-8471-645ec69f64c3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1a99d515-d0e8-4be5-8037-296c8d4bdf84",
+ "createdAt": "2021-04-13",
+ "completed": "2015-02-26",
+ "initiated": "2013-12-20",
+ "ministryContact": "EBERT WILLA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "385693a6-9f90-47c0-99d4-6c793dad60c9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1c0364c0-6b72-41e0-bb18-6f49f86084a6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2da49575-3572-43f5-99aa-a10a27b1e224",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b4b711b7-25cb-49b8-a69a-c68e100ef14e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7de042bd-01b3-4346-a00e-41ac89daaace",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "6c55aff5-57b7-44d4-b359-697dc6e4844b",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-04-11",
+ "startDate": "2021-02-10",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6217e60c-53f2-4501-8270-3d0c238f22a4",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2023-06-11",
+ "startDate": "2020-05-07",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "93ff6e1d-b11e-4b46-9dfa-ad60ee27e8ef",
+ "name": "IPSUM",
+ "endDate": "2014-05-14",
+ "startDate": "2015-12-21",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "14efd150-a70d-4af8-9e22-90b39109200b",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-05-10",
+ "startDate": "2019-10-06",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "43928219-2d7a-4cd6-89a8-aad3ca667ac4",
+ "siteRegistry": false,
+ "documentDate": "2019-08-07",
+ "receivedDate": "2014-01-26",
+ "uploadedDate": "2021-02-28",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "eb22a2e6-9a75-4518-a66e-cc9acb268919",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "07c2c67d-19c2-4776-a1fc-c748307fd172",
+ "siteRegistry": true,
+ "documentDate": "2021-08-30",
+ "receivedDate": "2014-04-27",
+ "uploadedDate": "2022-07-18",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "6270b0f1-7047-449f-8a36-5c08f6382262",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2bfc1b66-2435-4ce3-8215-3d46d93f15e2",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f2148ee0-00a5-41f2-8af5-f7023af1cc64",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "5a635d73-1844-46ad-97bd-b0eaced45fb9",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-02-02 (described on Site Profile dated 2022-02-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "0a854b4b-2cf4-4f64-89b0-04bbeed9fef6",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-02-12 (described on Site Profile dated 2014-02-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "90ce3e56-630c-4022-8c25-19dca6c241f6",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-10-01 (described on Site Profile dated 2014-10-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "d2f27982-0ed5-4075-8eab-d053b164478f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-01-26 (described on Site Profile dated 2016-01-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "35449ebf-efb9-43ae-8bc5-050522d58453",
+ "siteRegistry": false,
+ "dateNoted": "2016-06-26",
+ "parcelID": "17477",
+ "crownLandUsePIN": "20379",
+ "crownLandFileNumber": "18727",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 1 DISTRICT LOT 2 PLAN 6886"
+ },
+ {
+ "uuid": "27178028-a3cd-4313-997c-031bc8b0066e",
+ "siteRegistry": false,
+ "dateNoted": "2021-12-31",
+ "parcelID": "19166",
+ "crownLandUsePIN": "16494",
+ "crownLandFileNumber": "18369",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 1 DISTRICT LOT 3 PLAN 4627"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "c7bb9688-a8ec-4cab-8c58-53d52698ca62",
+ "siteRegistry": false,
+ "dateReceived": "2017-02-25",
+ "dateCompleted": "2020-03-21",
+ "dateEntered": "2022-09-30",
+ "dateRegistrar": "2018-01-29",
+ "dateLocalAuthorityReceived": "2014-03-26",
+ "summary": "Quibusdam architecto odio nihil deleniti voluptates.\nAssumenda distinctio ab beatae perspiciatis atque excepturi id ab.",
+ "informationUsed": "Aliquid fugit nostrum iure illo dolores a.\nOccaecati fuga fugit quos iusto fugiat doloremque error vero.\nOdio rem harum.",
+ "pastOrPresentOrders": "Nemo quos reprehenderit placeat facilis unde ipsum asperiores.\nPossimus deserunt quos aperiam expedita enim provident consectetur corrupti labore.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "0bb63971-774c-45e2-ae3b-3621345a3848",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "37b386a2-7721-4c86-898c-b9df4fa0b3da",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3546e035-f172-4c63-93ab-b09fa4c9ad2c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "824d34ea-5636-4132-b97a-724b1f3a329e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "00536a73-b8f0-4487-be1b-8f9da66c84a4",
+ "siteRegistry": false,
+ "dateReceived": "2021-01-19",
+ "dateCompleted": "2023-03-19",
+ "dateEntered": "2021-06-23",
+ "dateRegistrar": "2020-07-19",
+ "dateLocalAuthorityReceived": "2017-10-18",
+ "summary": "Optio eligendi in adipisci quisquam veritatis impedit dicta vitae architecto.",
+ "informationUsed": "Dolore fugit animi sequi tempora nulla enim ab ut.\nHarum alias cum at totam omnis aliquid neque aliquam.\nPraesentium reiciendis inventore voluptatibus eveniet.\nMollitia blanditiis sunt adipisci.\nSed fugit recusandae.",
+ "pastOrPresentOrders": "Esse reprehenderit consequuntur fuga cupiditate ex veniam dignissimos reprehenderit voluptas.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "f453263d-4310-469c-8324-bdaac1036831",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b070c40f-1128-40d2-b84f-0cfd36066906",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3bc389d7-c234-480e-a4ac-9039c5c6b53a",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "6bb00c94-504f-4aa9-a7ba-a63130da2731",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WOLFF VALERIE",
+ "timestamp": "2018-08-14"
+ },
+ {
+ "uuid": "00f1809a-50a6-44fa-b32a-230ea103942b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEGROS HOLLY",
+ "timestamp": "2020-03-30"
+ },
+ {
+ "uuid": "9b02768c-9849-4d46-a6db-2e7761ffaa31",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ERNSER CORA",
+ "timestamp": "2021-04-18"
+ },
+ {
+ "uuid": "c87b2baf-9179-4155-a438-ccb6caebc081",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BRUEN ANISSA",
+ "timestamp": "2021-06-22"
+ },
+ {
+ "uuid": "9916c0c6-a10c-419a-8f79-52a86b76b9c2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MILLER DAIJA",
+ "timestamp": "2019-04-02"
+ },
+ {
+ "uuid": "f26f90c4-1b16-40ad-852e-9c46cfb8f5d2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEER KAILEY",
+ "timestamp": "2021-03-21"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "f9e21bfa-63b2-45e3-862d-5cc1daf2d307",
+ "dateNoted": "2020-02-22",
+ "notes": "",
+ "parcelID": "15467",
+ "siteID": "17276",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "48383f04-b24e-47bd-91f3-94c10b39d1a4",
+ "dateNoted": "2017-05-17",
+ "notes": "",
+ "parcelID": "20592",
+ "siteID": "18536",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "d4e74b6e-21ca-4fbb-a7de-8071baec4755",
+ "siteID": 16978,
+ "address": "72339 Maxie Bridge",
+ "latitude": 56.1405,
+ "longitude": -137.7881,
+ "lastUpdated": "2019-04-22",
+ "city": "North Nadia",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/7205",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5607907,
+ 3850369,
+ 4068040,
+ 1710631,
+ 4604627
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "216f2355-f60b-4304-a39b-4ff79adbcf13",
+ "createdAt": "2019-03-05",
+ "completed": "2019-09-13",
+ "initiated": "2020-11-24",
+ "ministryContact": "TERRY KADE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7b441858-173a-42b3-a6a2-76baf256b32d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "42309b31-3d6c-4d68-917a-d91ac98cfb63",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c5a46264-95d1-499b-944b-f49b636e5a94",
+ "createdAt": "2015-10-24",
+ "completed": "2020-11-23",
+ "initiated": "2020-04-08",
+ "ministryContact": "OLSON ANDERSON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bee39296-7e18-4719-aca7-abd9a6c8a8b2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6a1b3157-dead-41a3-ab21-0c40c777b249",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "09ceeca4-82e9-4005-985b-47274362e994",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d13a9262-5f24-4692-94d6-5100668fd2f5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "19853b3a-5927-4f6b-9321-a5ba5a523bc6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c574aa26-4c32-46bf-a96e-58cde088bd85",
+ "createdAt": "2021-07-24",
+ "completed": "2016-08-25",
+ "initiated": "2022-03-28",
+ "ministryContact": "CUMMERATA MARGARETTE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c0f11224-3fd0-4e1f-b6da-7a3d9fda67c6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b4201406-e546-4ebd-86da-e7a847585c77",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2dca993b-faa3-4520-b8f0-7215a2c7d76e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f2f52b35-f3d3-4a7f-845e-f62c9219b03e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "984f37ad-7a4f-41c4-8d4b-23b8b84f7e3e",
+ "createdAt": "2018-11-16",
+ "completed": "2020-10-11",
+ "initiated": "2013-11-12",
+ "ministryContact": "NADER HATTIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "be4bcfaf-e02f-48f5-827f-162be3c2a6ce",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e2b65e6f-b44e-4e8e-bc61-54958665003e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4cc7eca5-a2ac-4cd7-a6cc-0c10236cc623",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8ba5c2e9-18de-4ec1-9039-03a060d5b7af",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "ea6fa691-218b-4bb7-82fb-9801d20ebe36",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-05-07",
+ "startDate": "2015-10-07",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0db19a9b-dc83-442a-bf80-b06de4731f9b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-01-01",
+ "startDate": "2023-04-10",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cc83dde6-fdd4-48cf-bbd7-f8cf7fcf1b15",
+ "name": "IPSUM",
+ "endDate": "2016-03-08",
+ "startDate": "2019-01-15",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6fec17b4-6400-4ec5-98e4-4c9bde7ce5bc",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2017-09-09",
+ "startDate": "2021-02-27",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "54abb494-ced7-4460-8d04-9b5afa569491",
+ "name": "IPSUM",
+ "endDate": "2019-07-22",
+ "startDate": "2021-02-20",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "860e372b-880a-4788-b316-8b2d85856d07",
+ "siteRegistry": false,
+ "documentDate": "2023-10-12",
+ "receivedDate": "2023-08-22",
+ "uploadedDate": "2022-09-06",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "48dff253-8ffb-4065-84be-b76ee867aa9e",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1d8fd4c9-be81-44d6-b373-8d962e3d6d7b",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "2f88baef-674f-4de3-8ec3-44c9936ddf0b",
+ "siteRegistry": false,
+ "documentDate": "2022-12-15",
+ "receivedDate": "2016-10-09",
+ "uploadedDate": "2016-06-18",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "523201ed-924d-47ac-a625-abb910362766",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "b89b18a3-c679-453c-bd47-f0d22c87724a",
+ "siteRegistry": false,
+ "documentDate": "2022-06-02",
+ "receivedDate": "2020-09-24",
+ "uploadedDate": "2017-10-05",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "1f227a16-4195-4b26-b8d7-845b4a8e148a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "da065fd7-4eb0-4136-b3ee-1795e03c8049",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-07-15 (described on Site Profile dated 2022-07-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "c320036a-0cba-4e75-90f6-c54af6d27639",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-03-20 (described on Site Profile dated 2020-03-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "ef88635e-7fac-4f5d-87ea-8a1215096994",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-02-07 (described on Site Profile dated 2017-02-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "cdf4d0fc-ab7e-4bc8-a63d-0180d74dd512",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-03-26 (described on Site Profile dated 2017-03-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "fce7b71b-f283-48df-b8b9-8c0f42c82ad9",
+ "siteRegistry": true,
+ "dateNoted": "2020-11-15",
+ "parcelID": "15823",
+ "crownLandUsePIN": "17530",
+ "crownLandFileNumber": "19580",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 4 DISTRICT LOT 5 PLAN 6990"
+ },
+ {
+ "uuid": "994deaa4-2196-4dfe-92b9-b5d90318e856",
+ "siteRegistry": false,
+ "dateNoted": "2015-04-25",
+ "parcelID": "20926",
+ "crownLandUsePIN": "18667",
+ "crownLandFileNumber": "16399",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 5 DISTRICT LOT 1 PLAN 4904"
+ },
+ {
+ "uuid": "4848a75e-e6b7-4d48-89b6-b091d6dfed10",
+ "siteRegistry": true,
+ "dateNoted": "2015-04-13",
+ "parcelID": "15210",
+ "crownLandUsePIN": "17403",
+ "crownLandFileNumber": "20020",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 5 DISTRICT LOT 1 PLAN 4697"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "d7d7a9c1-28b3-484e-a6ca-779be25ccf14",
+ "siteRegistry": true,
+ "dateReceived": "2014-12-19",
+ "dateCompleted": "2021-08-25",
+ "dateEntered": "2019-05-05",
+ "dateRegistrar": "2022-11-18",
+ "dateLocalAuthorityReceived": "2021-12-11",
+ "summary": "Modi perferendis iure laboriosam earum totam minus enim sunt.\nAliquid similique doloremque similique aliquam.\nIusto adipisci fugiat cumque officia fugiat suscipit.",
+ "informationUsed": "Voluptate esse aperiam.\nQuisquam sapiente expedita illo enim inventore maxime voluptates.\nAutem harum est sed ipsum aperiam iusto sint dignissimos.\nPlaceat ducimus incidunt velit porro error quidem maxime.",
+ "pastOrPresentOrders": "Autem deleniti quidem aspernatur.\nFuga at ullam ullam tempora sapiente repudiandae.\nAccusantium consectetur minus maxime dolorum voluptatibus natus doloremque sint a.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "cab6dd3c-b70a-4f4f-9873-4e9cdf24c656",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "35dd7dc2-3d54-46b3-95f3-c6be4cfb1f69",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "48a313d0-5377-4f60-a6ff-c59f770b243e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a768eb9d-3e3b-481e-aeff-a9c14f5ed453",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "215a440f-9291-4ca8-9472-a5d8099d4d8c",
+ "siteRegistry": false,
+ "dateReceived": "2023-09-19",
+ "dateCompleted": "2023-02-12",
+ "dateEntered": "2021-04-16",
+ "dateRegistrar": "2016-06-20",
+ "dateLocalAuthorityReceived": "2019-04-16",
+ "summary": "Officia animi omnis impedit debitis deleniti enim voluptatem.",
+ "informationUsed": "Temporibus eaque itaque sequi asperiores labore itaque soluta tempora temporibus.\nQuam non minima dolorum.\nNumquam voluptates cum nesciunt corrupti.\nRatione distinctio placeat ex vero deserunt quisquam.\nMolestiae aspernatur voluptas odio temporibus nesciunt.",
+ "pastOrPresentOrders": "Mollitia expedita cupiditate deleniti.\nDicta ducimus possimus fugit nulla sunt explicabo.\nNecessitatibus voluptatem laudantium odit unde fugiat.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a74ab463-521d-4832-8b35-d32259b288b6",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "08ce9612-7d2d-44e9-b8d4-a2d7ca06a80a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "35f72f11-a058-41ed-9658-28d06539889e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "37ba7b76-63ed-4631-8b8a-bd1d6e86e533",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "6e3f3110-3fdd-401e-b13a-b98c28e053bf",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRONIN ANYA",
+ "timestamp": "2017-07-15"
+ },
+ {
+ "uuid": "933e5341-4b34-4347-bf75-d92b0676ddd4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "COLLINS ANASTASIA",
+ "timestamp": "2023-10-07"
+ },
+ {
+ "uuid": "d6739d29-6a0e-47d7-9343-44d94a1722ef",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MANTE JOSE",
+ "timestamp": "2019-06-03"
+ },
+ {
+ "uuid": "4a04e87e-6fbf-4255-ab05-4375828d50ae",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ABERNATHY LAWSON",
+ "timestamp": "2015-12-04"
+ },
+ {
+ "uuid": "762169b8-1f82-4dd8-b67b-fc88761b16ea",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'KON TRAVON",
+ "timestamp": "2021-04-30"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "5a51fbc2-de8c-4ac9-848f-104ae18db843",
+ "dateNoted": "2019-05-19",
+ "notes": "",
+ "parcelID": "20238",
+ "siteID": "15904",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "9f35059a-7f77-4fe7-80df-30aa915d9245",
+ "siteID": 20123,
+ "address": "28571 Koepp Squares",
+ "latitude": 56.0139,
+ "longitude": -127.6065,
+ "lastUpdated": "2015-02-12",
+ "city": "North Jordanefurt",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/11824",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6701966,
+ 1424486,
+ 5325145,
+ 7784938,
+ 4836168
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "13925fab-6631-44e2-a792-4e7a47bae224",
+ "createdAt": "2020-03-01",
+ "completed": "2017-10-12",
+ "initiated": "2017-12-01",
+ "ministryContact": "ANKUNDING MAUDIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "316fe5f1-febe-4c1a-913c-fb38717bf3d3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0bee1967-c737-4462-b44f-357bd1ec9491",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8f65df0a-c862-47db-abf8-e52b944c8f60",
+ "createdAt": "2014-04-09",
+ "completed": "2019-11-15",
+ "initiated": "2021-02-02",
+ "ministryContact": "CHAMPLIN PEGGIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "74d22183-e5b3-49a6-ba3d-b3f269eb0c79",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b5d49dc0-4c41-4453-b2db-b20d3ca30507",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3537802d-99be-4c6c-b60d-28055dab5101",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b99ffd01-c88f-4e3a-9f5d-6531517108d6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "52330fd2-9327-494f-b507-014bd1a3d1f6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "db50e801-803f-4530-884a-c9367c165a65",
+ "createdAt": "2016-09-05",
+ "completed": "2016-05-15",
+ "initiated": "2022-10-22",
+ "ministryContact": "LANGWORTH MASON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e1660d66-1fef-4908-9721-c1ea18b9ea51",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4f05a685-e06a-4558-819a-db1a39053013",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c6a33125-7556-4aa0-9179-2b9a671b42cd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "35ace638-81ea-4d50-ad02-52998afeb9f9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9517be3a-52cc-4380-a791-ed44fdcf0a9b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "dd3e7251-4053-4e3a-bdb5-ccaa65cd49b4",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-01-14",
+ "startDate": "2019-11-13",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0992f53f-c734-4d10-a04e-5a9ffc66ec61",
+ "name": "IPSUM",
+ "endDate": "2015-01-20",
+ "startDate": "2020-01-26",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "585b8d00-48a9-493d-8e3c-417922e12fcc",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2017-06-30",
+ "startDate": "2015-09-17",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "17f60dad-6ec4-4f27-ab41-7247ba05070d",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-05-16",
+ "startDate": "2021-10-23",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ac94d905-7213-47c1-8ff3-d77eaac318c6",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-09-06",
+ "startDate": "2015-06-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "0ac8a766-839f-41e8-a602-df88cd1559a3",
+ "siteRegistry": true,
+ "documentDate": "2016-11-17",
+ "receivedDate": "2022-07-05",
+ "uploadedDate": "2016-10-18",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "3c62b3bc-79ba-4d4c-9975-ed63a38a38c6",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f2688f2f-fc79-4980-bb74-c0eeed404617",
+ "siteRegistry": false,
+ "documentDate": "2019-05-21",
+ "receivedDate": "2018-07-21",
+ "uploadedDate": "2018-11-04",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "ad1f6ad5-49c6-438f-bb01-03b4d92e7366",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "748a88b4-2a4d-447a-983f-3bafea58c655",
+ "siteRegistry": true,
+ "documentDate": "2021-01-24",
+ "receivedDate": "2019-07-23",
+ "uploadedDate": "2020-04-04",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "edee2229-76a1-4fb2-8855-03c36d7df09e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a428cea4-c3a6-42d1-abbb-1fec47694ba2",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "702a2b5b-37da-4141-a1a9-8aa3c76c2013",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-03-07 (described on Site Profile dated 2019-03-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "25164a89-439e-4c41-9b0a-3b75ac29527e",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-04-03 (described on Site Profile dated 2015-04-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "35820fab-a7da-4986-b8da-82f32f07757d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-05-14 (described on Site Profile dated 2015-05-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "98b49951-72e9-468e-a10b-972949ccc041",
+ "siteRegistry": true,
+ "dateNoted": "2014-07-24",
+ "parcelID": "15302",
+ "crownLandUsePIN": "18460",
+ "crownLandFileNumber": "17060",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 4 DISTRICT LOT 1 PLAN 5747"
+ },
+ {
+ "uuid": "88e6f2e5-e455-4643-b0d9-5dcc71cf4a08",
+ "siteRegistry": false,
+ "dateNoted": "2020-02-02",
+ "parcelID": "16241",
+ "crownLandUsePIN": "20987",
+ "crownLandFileNumber": "20081",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 1 DISTRICT LOT 5 PLAN 5236"
+ },
+ {
+ "uuid": "685f03f0-d207-4d54-bb70-345947390a65",
+ "siteRegistry": true,
+ "dateNoted": "2021-01-04",
+ "parcelID": "20409",
+ "crownLandUsePIN": "19141",
+ "crownLandFileNumber": "15825",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 1 DISTRICT LOT 3 PLAN 6769"
+ },
+ {
+ "uuid": "51817d5c-499b-4563-8b5c-4f2ed2165881",
+ "siteRegistry": false,
+ "dateNoted": "2019-05-15",
+ "parcelID": "19351",
+ "crownLandUsePIN": "18665",
+ "crownLandFileNumber": "19654",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 4 DISTRICT LOT 1 PLAN 8937"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "73099db5-03e1-49e2-a37f-2fb6787ce25b",
+ "siteRegistry": false,
+ "dateReceived": "2022-02-03",
+ "dateCompleted": "2018-09-20",
+ "dateEntered": "2022-03-20",
+ "dateRegistrar": "2022-05-26",
+ "dateLocalAuthorityReceived": "2015-12-11",
+ "summary": "Vel quo debitis dolorum tenetur quasi magnam.\nCommodi nam hic repellat unde odit pariatur.\nOccaecati perferendis dolor officia commodi maiores iusto inventore.",
+ "informationUsed": "Modi perspiciatis laudantium nostrum itaque facere quaerat.\nVoluptatem nulla quod esse tempore quas.\nAtque veritatis aliquid illo.\nVero aut dicta impedit libero esse veritatis adipisci beatae.\nSed fuga doloribus.",
+ "pastOrPresentOrders": "Culpa necessitatibus ea soluta voluptates harum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "f009a006-ea14-4635-b0a6-6bedd884c914",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "696c4c91-8378-45d7-98e5-f0240e5e8070",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dd1c5dc6-16d8-4717-8a65-6ad01e9decfb",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "c6282e2c-becb-41aa-b04b-a82766f69f75",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STEUBER STERLING",
+ "timestamp": "2014-10-12"
+ },
+ {
+ "uuid": "c503f39a-8ea9-40b0-a11a-61e9c9a55be1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BECHTELAR WENDY",
+ "timestamp": "2017-04-15"
+ },
+ {
+ "uuid": "6fcb3dd5-fb4b-4aad-81ba-ff066f94f300",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEFFLER GUILLERMO",
+ "timestamp": "2014-02-22"
+ },
+ {
+ "uuid": "1cbc65b7-0702-41ce-a3b9-aee553f2a74c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "THOMPSON VAUGHN",
+ "timestamp": "2016-07-03"
+ },
+ {
+ "uuid": "7013ffd0-bbec-4bdd-809c-7e25ff6a06f1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUEL JOEL",
+ "timestamp": "2016-10-30"
+ },
+ {
+ "uuid": "2782c944-5fb8-4239-a1e7-d78bf4c83235",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PACOCHA CASSANDRA",
+ "timestamp": "2022-02-17"
+ },
+ {
+ "uuid": "1a9d68d2-33d3-4142-80c9-9d126be33ec7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MANTE BARTHOLOME",
+ "timestamp": "2022-03-13"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "d93c06a4-b3ae-40fe-b7ff-dba1a649bdc4",
+ "dateNoted": "2014-11-08",
+ "notes": "",
+ "parcelID": "19138",
+ "siteID": "19921",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "983eac81-06f9-4fda-8abc-3a0e30174c2f",
+ "dateNoted": "2018-04-29",
+ "notes": "",
+ "parcelID": "16564",
+ "siteID": "20542",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "07d298ff-b1cc-49f3-9041-4f87a3496fac",
+ "dateNoted": "2023-01-08",
+ "notes": "",
+ "parcelID": "16994",
+ "siteID": "16250",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "4c84b2b9-334f-4518-be1b-2e9d7cbd7804",
+ "siteID": 16177,
+ "address": "642 Klocko Roads",
+ "latitude": 55.2384,
+ "longitude": -125.7422,
+ "lastUpdated": "2015-10-15",
+ "city": "Gradytown",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/15862",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6264209,
+ 5280939,
+ 7589346,
+ 6445593,
+ 5584519
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "0b87e593-64ad-4ac1-b97c-e440860588cd",
+ "createdAt": "2020-11-27",
+ "completed": "2014-01-19",
+ "initiated": "2018-07-05",
+ "ministryContact": "MOSCISKI DWIGHT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1140fe7a-8131-4678-b1f4-3e8029849d22",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e72bc5a6-1462-40f5-87ea-e93e66fff402",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3343eeb8-c781-4d2c-a498-8e48af074a20",
+ "createdAt": "2019-11-14",
+ "completed": "2015-11-22",
+ "initiated": "2016-01-22",
+ "ministryContact": "FERRY ARCH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a0af0afd-d53a-4572-8590-6a648e51f647",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8f1c29ac-5160-48dd-89c8-b9d41067a27e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "220a612e-b1ac-4d1f-872d-a14d3fbd51ce",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a6b3554b-0269-453e-a93c-ce04cc64ce33",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9b92e74e-2f5a-4ad4-8661-16176514f44e",
+ "createdAt": "2016-03-09",
+ "completed": "2014-05-29",
+ "initiated": "2023-01-01",
+ "ministryContact": "MARKS LUZ",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "30d0f27a-83ee-4cd1-8e4a-5d22b502bbb9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "85448502-e76c-4649-bb84-ed8766808628",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8ed28863-92c7-46e1-a6fe-53e467d36a3c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "4a985c40-8020-4500-8fa2-485205779f9e",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-04-13",
+ "startDate": "2017-06-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3cabd191-ff33-41db-8d63-c4ac594cb1cc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-02-24",
+ "startDate": "2016-06-27",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "3124f4f1-29d7-45db-b125-031118c75c58",
+ "siteRegistry": false,
+ "documentDate": "2020-05-07",
+ "receivedDate": "2016-12-23",
+ "uploadedDate": "2014-04-24",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "a52750ac-f4b9-44fe-a9f0-bf918931d1f3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "40c012eb-36c5-4cc7-8ebd-849246721816",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "1725ab64-5ff0-4459-95ac-5b251e98d4a3",
+ "siteRegistry": true,
+ "documentDate": "2020-05-20",
+ "receivedDate": "2018-07-02",
+ "uploadedDate": "2014-05-26",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "f5280f87-f0ed-4f9a-93ac-104e25e0a660",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ddc2a4ea-be33-46b1-bcfe-f73ffa02da42",
+ "siteRegistry": true,
+ "documentDate": "2021-07-30",
+ "receivedDate": "2019-01-08",
+ "uploadedDate": "2020-02-03",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "df69e13a-cbbf-4854-a6a8-2ba998f809c1",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e3a9b825-e9ac-4f30-a9ff-5d1064ee91bd",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "efd8e070-f635-4c09-9030-3b8dcc5ae3c5",
+ "siteRegistry": false,
+ "documentDate": "2014-03-20",
+ "receivedDate": "2014-08-17",
+ "uploadedDate": "2015-08-30",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "d19a5a0a-fa71-45f8-b998-45850bb0a234",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "65675433-5e36-403e-80eb-e34a87d5461b",
+ "siteRegistry": true,
+ "documentDate": "2021-01-04",
+ "receivedDate": "2015-11-01",
+ "uploadedDate": "2016-01-09",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "4e5a46d4-804b-498e-8638-b6622297920f",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "fa0f63f0-6aad-48a3-89ac-64abbca69a15",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "197a43c6-06ad-4dde-ae22-e572217d732a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-08-02 (described on Site Profile dated 2022-08-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "b602095c-100c-4cbe-b9ef-52eb6f2ed01f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-10-10 (described on Site Profile dated 2016-10-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "017c7ce5-7ad5-45b5-8f5d-0a67bb78fb2f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-01-09 (described on Site Profile dated 2020-01-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "fb1ff59e-2113-4b65-8c35-b37c430ac2e4",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-12-23 (described on Site Profile dated 2018-12-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "9e921742-7419-480c-8429-656c5001a086",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-02-22 (described on Site Profile dated 2014-02-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "191a6c92-947d-41b1-a455-1928f3d5a8bc",
+ "siteRegistry": false,
+ "dateNoted": "2016-09-27",
+ "parcelID": "20991",
+ "crownLandUsePIN": "19563",
+ "crownLandFileNumber": "18765",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 1 DISTRICT LOT 3 PLAN 4438"
+ },
+ {
+ "uuid": "ec95b5e9-ed8d-4cec-87fa-77848f91db22",
+ "siteRegistry": false,
+ "dateNoted": "2021-05-24",
+ "parcelID": "19273",
+ "crownLandUsePIN": "17531",
+ "crownLandFileNumber": "17979",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 2 DISTRICT LOT 1 PLAN 5563"
+ },
+ {
+ "uuid": "8c45df15-a17c-43e0-af38-bf9bb2963fef",
+ "siteRegistry": true,
+ "dateNoted": "2014-08-08",
+ "parcelID": "17410",
+ "crownLandUsePIN": "18484",
+ "crownLandFileNumber": "20960",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 4 DISTRICT LOT 2 PLAN 9106"
+ },
+ {
+ "uuid": "aff44e1b-624c-47b5-9c96-c8eee048c8d5",
+ "siteRegistry": true,
+ "dateNoted": "2021-07-03",
+ "parcelID": "15417",
+ "crownLandUsePIN": "19878",
+ "crownLandFileNumber": "19336",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 5 DISTRICT LOT 4 PLAN 8217"
+ },
+ {
+ "uuid": "4d9fcd21-c99b-4f22-b082-f4d7383682d6",
+ "siteRegistry": true,
+ "dateNoted": "2017-05-05",
+ "parcelID": "17735",
+ "crownLandUsePIN": "18169",
+ "crownLandFileNumber": "20845",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 4 DISTRICT LOT 4 PLAN 6154"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "4a4aaf66-d0f3-4d69-b5ca-5c6db15f5872",
+ "siteRegistry": true,
+ "dateReceived": "2014-03-01",
+ "dateCompleted": "2016-05-07",
+ "dateEntered": "2015-07-03",
+ "dateRegistrar": "2014-03-22",
+ "dateLocalAuthorityReceived": "2015-08-10",
+ "summary": "Est quibusdam minus a asperiores.\nLaboriosam quam laborum esse velit quos nobis minima repellendus vitae.",
+ "informationUsed": "Ratione reprehenderit quod consequatur sit.\nAperiam impedit distinctio numquam.\nQuibusdam quae pariatur illum doloribus facere earum.\nQuidem minima amet.",
+ "pastOrPresentOrders": "Numquam soluta maxime possimus quibusdam neque.\nItaque reiciendis ex neque animi sed repellat.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "febf87bf-d57a-4b3d-8d23-e7c2bb9b7423",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "21b565fe-95bb-403d-a2b6-04ca85c4849f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "cf2a16a5-3a80-47d5-b23b-dccf79d933fe",
+ "siteRegistry": false,
+ "dateReceived": "2014-07-07",
+ "dateCompleted": "2016-12-29",
+ "dateEntered": "2014-06-20",
+ "dateRegistrar": "2017-10-27",
+ "dateLocalAuthorityReceived": "2017-10-30",
+ "summary": "Eos expedita fuga alias architecto beatae explicabo molestiae eius.\nVitae ut beatae totam iste.\nMaiores quis magni blanditiis blanditiis.",
+ "informationUsed": "Velit dignissimos doloremque quasi.\nEaque laborum sunt veritatis repellendus in.\nQuae ipsum commodi dolore qui mollitia.\nAliquam cupiditate consequuntur corporis excepturi quas vero provident.\nOdit fugit mollitia excepturi autem alias quo dolore voluptatem.",
+ "pastOrPresentOrders": "Repudiandae ipsam repudiandae fugiat commodi.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "06fd39a9-aaaf-4571-be94-54a8ea73befc",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "adb4bd47-4932-46d4-8a84-6fd4d746c35d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "1f1ef17b-403e-4218-8417-a99bf6c6cfab",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAND ANITA",
+ "timestamp": "2018-10-23"
+ },
+ {
+ "uuid": "07f521bd-831a-49a0-8d03-1f238771aa20",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MANTE DANGELO",
+ "timestamp": "2017-08-25"
+ },
+ {
+ "uuid": "0911587a-5986-4103-8b32-a831922085f2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HINTZ CLARISSA",
+ "timestamp": "2018-03-26"
+ },
+ {
+ "uuid": "23fd587b-1544-4030-9eb8-adb287a3583b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCDERMOTT HORACE",
+ "timestamp": "2020-03-29"
+ },
+ {
+ "uuid": "89dfd776-4861-45b6-bc09-1baf40fea125",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "METZ KENDRA",
+ "timestamp": "2019-03-31"
+ },
+ {
+ "uuid": "a6bc4572-23f3-4b76-b570-afc0a37aedb9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHMELER ROBBIE",
+ "timestamp": "2014-03-02"
+ },
+ {
+ "uuid": "6bda2916-f8d8-49bd-8a10-870eb6906b3e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PRICE DALE",
+ "timestamp": "2014-07-09"
+ },
+ {
+ "uuid": "fd70c568-976a-4b7d-82f0-f939b1770508",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUEILWITZ EDDIE",
+ "timestamp": "2019-09-20"
+ },
+ {
+ "uuid": "45b11a2e-2f43-4f83-b36a-7e88dfede25d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ERNSER TRISTON",
+ "timestamp": "2022-03-13"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "88667d57-405b-4fd4-becf-5330f2c8e1a7",
+ "dateNoted": "2021-10-09",
+ "notes": "",
+ "parcelID": "19994",
+ "siteID": "15483",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d41e13a6-a48b-4bbc-ba55-1f925e8b6de7",
+ "dateNoted": "2019-08-06",
+ "notes": "",
+ "parcelID": "17012",
+ "siteID": "18365",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ac70958c-18bb-47e0-ba3f-a0023fc9cfd4",
+ "dateNoted": "2015-05-06",
+ "notes": "",
+ "parcelID": "15815",
+ "siteID": "18494",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "8d4148e8-5986-41a4-b172-d4dfbebadca3",
+ "siteID": 17503,
+ "address": "19567 Ernestine Circle",
+ "latitude": 49.6542,
+ "longitude": -136.2208,
+ "lastUpdated": "2022-08-20",
+ "city": "Fort Luciousport",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/13597",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9219869,
+ 3464025,
+ 2684941,
+ 6612555,
+ 4361978
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "f7ffbfc9-7bed-439b-b501-65f4889ed640",
+ "createdAt": "2014-10-28",
+ "completed": "2018-10-29",
+ "initiated": "2019-03-13",
+ "ministryContact": "BOTSFORD JORDI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "328ec9ce-39d1-450f-a04a-840afb7c3871",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "77579eef-a4c4-4354-b47e-a239cb74f786",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "16af8fff-75dd-4c35-b67d-ba1abcbc8214",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "22065af8-b598-44da-9d1c-832818f50484",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3fd1e8b5-5db0-417d-bcaf-9d17d469557b",
+ "createdAt": "2021-06-07",
+ "completed": "2015-09-14",
+ "initiated": "2018-11-24",
+ "ministryContact": "REILLY-DOUGLAS LUCINDA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "72eec7e8-9645-4daa-818a-30aa8415f384",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f53640ad-458c-4a38-9968-d857310adb37",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "17bf7339-abcd-4459-b8c0-9395ae6918b4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d8db26fb-c56f-469d-8d8a-7111a5899709",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4c29748e-19eb-43e2-a665-0f05d459c535",
+ "createdAt": "2021-06-16",
+ "completed": "2021-10-21",
+ "initiated": "2015-01-31",
+ "ministryContact": "RUNTE CARMELLA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "93300ee6-1e3c-466f-bfdf-a07e5f2b33ff",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6596dcbb-c589-4beb-8abc-7ea90bba7ed7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "257f129b-9f5c-4592-8660-7b0bb75219ad",
+ "createdAt": "2019-03-11",
+ "completed": "2016-03-16",
+ "initiated": "2014-07-20",
+ "ministryContact": "FEEST ROLANDO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "028b6f96-3b01-474e-9ef4-82c74486b9da",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b3e0fa7d-9452-4bd4-9471-68119566d42f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "634abe66-590d-4676-9725-71772ef106bc",
+ "name": "IPSUM",
+ "endDate": "2021-03-19",
+ "startDate": "2014-11-25",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "654ce842-4a3c-4ec0-809d-b15b3d6fe389",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2023-09-11",
+ "startDate": "2020-06-25",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "64bf131f-3952-4576-9b63-9ec5ca11d93a",
+ "siteRegistry": false,
+ "documentDate": "2017-06-29",
+ "receivedDate": "2019-07-29",
+ "uploadedDate": "2017-07-07",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "af519faa-a92a-4ae6-b032-f58507067a7c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "76b32c2d-9011-47c5-b61e-c13ca7119af7",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "59672f0a-988b-4f77-9306-0464cd4761f5",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "3069289e-d08d-49c2-b026-3e38aeebc93f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-03-26 (described on Site Profile dated 2018-03-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "911633e8-61c9-45da-889f-24ef6365aa8a",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-06-06 (described on Site Profile dated 2020-06-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "bc85c6a9-0a0e-45f1-95d1-a3ef8eb0655a",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-05-07 (described on Site Profile dated 2022-05-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "009861ec-6e98-45fc-9889-f2c50f06103c",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-05-14 (described on Site Profile dated 2014-05-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "7aad4dd9-147a-4935-ba45-0b01446be710",
+ "siteRegistry": true,
+ "dateNoted": "2017-02-27",
+ "parcelID": "19012",
+ "crownLandUsePIN": "16153",
+ "crownLandFileNumber": "16144",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 2 DISTRICT LOT 1 PLAN 3257"
+ },
+ {
+ "uuid": "d10d143c-9d25-4af8-9444-935ce33ec9d3",
+ "siteRegistry": false,
+ "dateNoted": "2015-09-29",
+ "parcelID": "15323",
+ "crownLandUsePIN": "18162",
+ "crownLandFileNumber": "15430",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 4 DISTRICT LOT 5 PLAN 4016"
+ },
+ {
+ "uuid": "1dfa9f13-0c6d-49b8-b660-b2fc0d224910",
+ "siteRegistry": true,
+ "dateNoted": "2016-11-20",
+ "parcelID": "18076",
+ "crownLandUsePIN": "19098",
+ "crownLandFileNumber": "20614",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 5 DISTRICT LOT 5 PLAN 9780"
+ },
+ {
+ "uuid": "f19d7c56-af4d-42e7-83f1-0d8e0d098e85",
+ "siteRegistry": false,
+ "dateNoted": "2014-06-06",
+ "parcelID": "16465",
+ "crownLandUsePIN": "15382",
+ "crownLandFileNumber": "16884",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 1 DISTRICT LOT 4 PLAN 7408"
+ },
+ {
+ "uuid": "2be4bc26-23ed-4aa3-a752-cd808b6def6a",
+ "siteRegistry": false,
+ "dateNoted": "2021-06-26",
+ "parcelID": "15534",
+ "crownLandUsePIN": "17761",
+ "crownLandFileNumber": "17853",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 3 DISTRICT LOT 2 PLAN 4020"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "29a9da63-5432-49bb-b233-3a5f75972f70",
+ "siteRegistry": false,
+ "dateReceived": "2021-11-15",
+ "dateCompleted": "2021-02-07",
+ "dateEntered": "2021-12-15",
+ "dateRegistrar": "2020-10-06",
+ "dateLocalAuthorityReceived": "2023-05-05",
+ "summary": "Ducimus illum quas.",
+ "informationUsed": "Molestias accusantium quasi quo nihil necessitatibus corrupti velit laudantium.\nQui molestias explicabo voluptatibus impedit qui aliquam.\nIllo quam unde architecto aliquid vero illum maiores.\nA amet ad perspiciatis quaerat atque.\nHarum perferendis impedit a sapiente culpa dicta ex amet necessitatibus.",
+ "pastOrPresentOrders": "Iste necessitatibus saepe explicabo fugit fuga.\nEnim saepe facilis velit.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "6e1a53a9-c826-4838-83fa-c161588886f1",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "15f5b482-1ea1-4f56-93d1-9eaf5a071c7d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3a582aed-320a-4642-9c7e-a1c540e26e3b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "72728c15-3887-4023-a298-cc1ae1eaae8a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "f07d69e8-27fa-42e4-a782-165580caa87f",
+ "siteRegistry": true,
+ "dateReceived": "2018-09-10",
+ "dateCompleted": "2014-05-22",
+ "dateEntered": "2022-12-31",
+ "dateRegistrar": "2020-08-25",
+ "dateLocalAuthorityReceived": "2021-12-01",
+ "summary": "Possimus similique ullam facilis eos placeat.",
+ "informationUsed": "Quam magni dolorum eaque.\nSimilique ab mollitia deleniti sequi deserunt officiis.\nIusto dolores accusamus iusto eius harum quisquam dolorum.\nFacilis itaque nulla exercitationem error dolor at soluta.\nEarum odit similique officiis sequi.",
+ "pastOrPresentOrders": "Earum laborum officia enim minima ratione qui delectus.\nMagnam dolores hic temporibus quasi aliquid sunt debitis delectus.\nReprehenderit maxime aperiam placeat.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "3cf5cb48-25ca-4842-9eb4-5c736965f7c2",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c6125204-3cbb-420c-88ea-1816e1142990",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6c1d244e-cfe5-491b-b65a-75946c370dec",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "2ee29034-92c9-49cf-8f51-8d6465c01bae",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KIHN ALIZE",
+ "timestamp": "2018-01-03"
+ },
+ {
+ "uuid": "aff61028-5381-4999-bb96-74f077d96dc2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SMITHAM TREVA",
+ "timestamp": "2017-12-29"
+ },
+ {
+ "uuid": "87223ae8-1215-4346-9ce8-caa3c4014b92",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OBERBRUNNER URBAN",
+ "timestamp": "2017-05-23"
+ },
+ {
+ "uuid": "f7ea9c71-a3fc-42a5-a0e5-4cf3b361770c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHOEN-PFEFFER MAKENZIE",
+ "timestamp": "2022-09-14"
+ },
+ {
+ "uuid": "82eeb7fa-412e-4f31-810e-fca86d401403",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUNDE KIANA",
+ "timestamp": "2022-11-08"
+ },
+ {
+ "uuid": "0a33122e-2707-4cf2-8b75-b920667ae623",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HELLER NATHANIEL",
+ "timestamp": "2022-07-01"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "6840014b-c043-484a-af30-1ad0632df490",
+ "dateNoted": "2014-10-19",
+ "notes": "",
+ "parcelID": "15952",
+ "siteID": "18670",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4cbe6637-34ca-45d7-8aa1-25c6f38894cb",
+ "dateNoted": "2019-12-01",
+ "notes": "",
+ "parcelID": "15828",
+ "siteID": "18582",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "51a98d3c-a766-402f-88d6-b2bbdd680c1d",
+ "siteID": 20045,
+ "address": "94408 Corine Oval",
+ "latitude": 56.6512,
+ "longitude": -137.0483,
+ "lastUpdated": "2018-04-27",
+ "city": "Spokane",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/8192",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9321999,
+ 2051926,
+ 6355516,
+ 3356857,
+ 7131126
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "185b4919-1717-48bd-b5c2-329f8fb7ffbe",
+ "createdAt": "2020-05-06",
+ "completed": "2020-11-07",
+ "initiated": "2021-04-21",
+ "ministryContact": "OSINSKI JAYCE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "709b83f5-ae13-430a-bb1b-612f9785ab6d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4a894b78-1247-4657-83df-0edd4509cca4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "428b2bb1-3b9d-413d-aad6-cbe91e954a8a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9f72df83-0555-4011-b9df-0867ddb5bd7c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c82c0640-aba3-4947-b7c3-f56e5153be94",
+ "createdAt": "2014-10-17",
+ "completed": "2015-02-27",
+ "initiated": "2018-05-16",
+ "ministryContact": "MUELLER-SPENCER JEAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b5bb0f03-51c4-4935-b096-b7bc951961e9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f6da1e72-ddbc-4186-8958-930da9c080bb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "14641913-4701-47b2-8152-02804836a20c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ba9183cb-5429-476e-b555-ba9f58d23c85",
+ "createdAt": "2020-11-17",
+ "completed": "2015-07-26",
+ "initiated": "2018-06-17",
+ "ministryContact": "OBERBRUNNER GUIDO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "541bb6f1-6965-4b4e-a699-4d2ad906dd48",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "13e8b822-d123-4cb7-b833-56c683699906",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "c727500b-179e-4b50-847b-6e6567d5c808",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2023-05-16",
+ "startDate": "2020-09-11",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7b7a034a-a8d4-4b6f-ad2b-d0e862af45cf",
+ "name": "IPSUM",
+ "endDate": "2014-05-09",
+ "startDate": "2014-02-09",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a8c9200c-a067-4a55-8c88-c0f5ff777461",
+ "name": "IPSUM",
+ "endDate": "2020-12-08",
+ "startDate": "2014-03-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a16f8b3e-8400-4e72-85b0-b559a99c7087",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-09-29",
+ "startDate": "2021-03-25",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "1cafaa03-c5d7-4489-943a-f2844462077d",
+ "siteRegistry": false,
+ "documentDate": "2016-11-07",
+ "receivedDate": "2018-12-18",
+ "uploadedDate": "2018-08-30",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "38f3ffa4-57e7-4663-9058-1c20c7b9c43d",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "daf47e05-a27f-4967-9147-6fcadd0b0464",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "c151dda5-d5ec-49ab-a689-8ee19c9c2af1",
+ "siteRegistry": false,
+ "documentDate": "2016-10-25",
+ "receivedDate": "2017-07-28",
+ "uploadedDate": "2021-05-17",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "ea5f7571-c5bf-4260-9b38-50e3c9ae28cd",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "91a65009-a01b-45b3-ba07-ad6b01d65e6e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9e6b22d0-eb1c-4569-b64e-859a2c185a71",
+ "siteRegistry": true,
+ "documentDate": "2014-04-03",
+ "receivedDate": "2016-09-06",
+ "uploadedDate": "2020-08-25",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "7effe1ab-34fa-4d2b-8be6-75032f6be3c4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b83f41bd-6af2-4b7f-ab26-c9111290cc70",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f3fac9c5-9f39-461f-9edb-57ec041a6a9b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "d52c5316-06bc-42ff-b165-29f7980bb92e",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-11-18 (described on Site Profile dated 2019-11-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "e91219ab-6298-4793-85a1-bad7a1495e4b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-09-24 (described on Site Profile dated 2014-09-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "c6d44ffa-67e1-44a3-9d56-b3a6d49b216a",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-02-03 (described on Site Profile dated 2023-02-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "5029dc1f-8db5-4fe3-b723-c3afff1a2aa9",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-04-06 (described on Site Profile dated 2021-04-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "39d8d730-a934-4a07-9d54-e6af18f6b35c",
+ "siteRegistry": true,
+ "dateNoted": "2016-11-11",
+ "parcelID": "19460",
+ "crownLandUsePIN": "18907",
+ "crownLandFileNumber": "19298",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 3 DISTRICT LOT 2 PLAN 6975"
+ },
+ {
+ "uuid": "2b1a3751-88c0-4cb5-8451-dddbd8554671",
+ "siteRegistry": false,
+ "dateNoted": "2014-07-03",
+ "parcelID": "18642",
+ "crownLandUsePIN": "15897",
+ "crownLandFileNumber": "20531",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 2 DISTRICT LOT 1 PLAN 3886"
+ },
+ {
+ "uuid": "85650dfe-eb26-4dcd-979b-f196b0bee3de",
+ "siteRegistry": true,
+ "dateNoted": "2017-07-13",
+ "parcelID": "16681",
+ "crownLandUsePIN": "19514",
+ "crownLandFileNumber": "19747",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 1 DISTRICT LOT 4 PLAN 6784"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "54b46f61-c27e-4ab1-a353-f1706562228e",
+ "siteRegistry": false,
+ "dateReceived": "2018-12-06",
+ "dateCompleted": "2023-01-09",
+ "dateEntered": "2020-10-24",
+ "dateRegistrar": "2017-10-11",
+ "dateLocalAuthorityReceived": "2014-07-06",
+ "summary": "Iste esse id neque repellendus aut ut odio.\nA autem expedita magnam impedit.",
+ "informationUsed": "Atque corporis illo.\nMaxime quae qui occaecati.\nIpsum error placeat.\nSaepe temporibus odit eius eius suscipit quae sit natus consequatur.",
+ "pastOrPresentOrders": "Vero inventore sed.\nBlanditiis doloremque mollitia placeat.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "4e32e106-30cb-4774-90b3-69a0ddf453f1",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7ef6215f-ef46-49a6-9198-f2b2865764fd",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "da402a5b-4b3f-4289-96bd-0e866c3bda5d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GLEASON ALYSSON",
+ "timestamp": "2023-02-18"
+ },
+ {
+ "uuid": "2c906ca2-21b3-4d18-986a-28e961eadb7f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAHN RICHIE",
+ "timestamp": "2023-05-17"
+ },
+ {
+ "uuid": "afbcb78d-97f6-42dd-918d-0a9b70502777",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEDNER MITCHELL",
+ "timestamp": "2016-03-04"
+ },
+ {
+ "uuid": "ddf2840f-7583-4741-9d8c-c0d3e10d1a8a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRONA HEATH",
+ "timestamp": "2015-10-22"
+ },
+ {
+ "uuid": "801bfd14-a0f3-42f4-a539-955894af8909",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FEEST NORENE",
+ "timestamp": "2018-10-21"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "3b21042e-d54f-4070-b629-8f7f6a022f26",
+ "dateNoted": "2018-05-25",
+ "notes": "",
+ "parcelID": "20911",
+ "siteID": "20039",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b8c926e7-9385-4a7c-ba20-a2a753fb9ea3",
+ "dateNoted": "2022-04-28",
+ "notes": "",
+ "parcelID": "17770",
+ "siteID": "16182",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a21c1850-bde4-431f-94e0-a1c894787010",
+ "dateNoted": "2014-03-14",
+ "notes": "",
+ "parcelID": "18076",
+ "siteID": "20872",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "c84a6177-055c-404a-b9d8-9a75c5ed1fc1",
+ "siteID": 16834,
+ "address": "1861 Green Groves",
+ "latitude": 56.0861,
+ "longitude": -122.0073,
+ "lastUpdated": "2018-12-13",
+ "city": "West Annabelstead",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/13353",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1212458,
+ 6727647,
+ 173794,
+ 8775136,
+ 2371319
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "091d9245-c693-4e3d-8e50-113821caf8df",
+ "createdAt": "2018-12-20",
+ "completed": "2021-10-28",
+ "initiated": "2020-03-12",
+ "ministryContact": "HINTZ GEORGE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3ed1989b-bbdc-4969-bb6b-156fd59f7fab",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5e7d1de6-5f4a-4512-8707-888b6e2ad4c1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "21e0fa4a-1804-43ce-95f4-3dd87afafbba",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9b0ee9fe-9d62-412e-8213-a9ccf4689088",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9584da63-731c-49bf-98a1-d6a42084260a",
+ "createdAt": "2017-03-25",
+ "completed": "2023-09-29",
+ "initiated": "2014-03-14",
+ "ministryContact": "MCCULLOUGH ISOBEL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "31b8e5e3-70b4-4462-bdcb-13074870a13b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3b39fab5-e323-4f4e-b901-173737cd5edf",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f5bccd55-c1d9-4d8b-a203-484124413667",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "25a3ece3-c48c-4826-b106-0df7b9386839",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8d7da190-7d5d-4edc-82be-79c00152247b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "3bb510d8-e87b-4d4f-b0fc-a9bbc4226b69",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-10-02",
+ "startDate": "2022-01-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c0203241-b66a-4a37-8b80-d2e1e3e48fa2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-11-25",
+ "startDate": "2019-11-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b3a97677-f049-4d02-9e3b-623e55866dc5",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-07-10",
+ "startDate": "2015-06-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "44a34f15-ff55-4ad2-a1fd-17f1dd8b28b9",
+ "siteRegistry": true,
+ "documentDate": "2015-02-15",
+ "receivedDate": "2017-12-16",
+ "uploadedDate": "2014-05-18",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "78457ba0-5b20-4e49-aaf8-67ff5e926bd8",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b0352bbd-f036-4bbe-b4f1-4fdb66f0b360",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "6f7ffbf0-ad2c-4284-bced-2e4623db2847",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "2010eb9b-9ecb-40ef-a047-a32eb97b053c",
+ "siteRegistry": true,
+ "documentDate": "2018-09-12",
+ "receivedDate": "2019-02-12",
+ "uploadedDate": "2020-12-15",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "b10c28c5-c815-403a-8888-9f04ce6e3203",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9ecd0eba-7d0a-4fe6-983e-cf7fa100b943",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "40483c49-c8fd-4c4d-96b6-76e7277a9ad2",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "b7414574-feda-4b6e-a1c0-6b79350abf6b",
+ "siteRegistry": false,
+ "documentDate": "2015-01-02",
+ "receivedDate": "2016-09-21",
+ "uploadedDate": "2022-12-13",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "55276bee-5c38-4d76-9235-37a6a5b6cb9a",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "029db781-16ce-4983-a4ee-2081d18d03b7",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "bf624c56-86bf-4daa-b080-0e0819dde969",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9abc30b3-ba6c-4d16-84e6-17f63454b9b3",
+ "siteRegistry": false,
+ "documentDate": "2019-09-18",
+ "receivedDate": "2014-01-21",
+ "uploadedDate": "2018-03-18",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "78ac3e4e-fa47-4dfc-b8a2-b7e886d27d31",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "231c4d4e-0933-41da-9ee9-04b40700e4f3",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "a470622a-634a-47e7-9fbc-e4c9a272597a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-12-26 (described on Site Profile dated 2017-12-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "cb7dd48a-df9f-49c6-85a8-0389b7756e9c",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-05-02 (described on Site Profile dated 2021-05-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "3c637485-bfb5-4cc4-8703-859a6fce0996",
+ "siteRegistry": false,
+ "dateNoted": "2021-10-26",
+ "parcelID": "18735",
+ "crownLandUsePIN": "18950",
+ "crownLandFileNumber": "18595",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 4 DISTRICT LOT 4 PLAN 5217"
+ },
+ {
+ "uuid": "909b2f9d-3a09-4f1b-8b69-1a63fd6b39fd",
+ "siteRegistry": true,
+ "dateNoted": "2021-05-07",
+ "parcelID": "20621",
+ "crownLandUsePIN": "16356",
+ "crownLandFileNumber": "20507",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 1 DISTRICT LOT 2 PLAN 4447"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "d27c63a3-da6a-4b62-96cd-6a49b1fe6166",
+ "siteRegistry": true,
+ "dateReceived": "2017-07-01",
+ "dateCompleted": "2019-06-19",
+ "dateEntered": "2021-05-21",
+ "dateRegistrar": "2015-09-13",
+ "dateLocalAuthorityReceived": "2018-12-22",
+ "summary": "Deleniti aliquid doloremque asperiores praesentium quas.\nNumquam atque dignissimos ducimus sapiente dolorum.",
+ "informationUsed": "Voluptatibus tenetur sapiente.\nExcepturi assumenda ratione corporis quia minus quaerat odit ab facere.\nQuasi odit officia sunt minus expedita.\nQuas facilis voluptate laborum occaecati ducimus reprehenderit aliquid.\nQuasi sint pariatur molestias vero ipsa illum.",
+ "pastOrPresentOrders": "Optio dolores eum rerum.\nQuod animi repellendus iusto sint eos.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "bb65f7da-91ae-4047-85ab-6f5ef8663fdd",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f82e5281-41d8-4583-8632-84502fc542a0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c161eb59-62f6-40c1-9487-34212626b47f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "889510db-da08-4074-aba5-bc0dec95a833",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "58116f4b-c63e-4588-856d-759710a8df7a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ERNSER ALYSA",
+ "timestamp": "2015-01-02"
+ },
+ {
+ "uuid": "890362a3-6e3a-4b01-a7ad-36ae3921ce61",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAHRINGER RACHELLE",
+ "timestamp": "2022-09-03"
+ },
+ {
+ "uuid": "62ca2a0c-630e-46b5-81b8-1842446846e2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HERMANN TONEY",
+ "timestamp": "2016-11-26"
+ },
+ {
+ "uuid": "aa511f49-0e0b-4ea3-a80b-fd14758dc2dd",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KESSLER TREY",
+ "timestamp": "2016-08-09"
+ },
+ {
+ "uuid": "01802749-5819-4fd1-816c-37bed4bddcbc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOEHM ROLLIN",
+ "timestamp": "2016-09-08"
+ },
+ {
+ "uuid": "2bdfeea7-fd6b-4ecb-abb7-d2b9d1b729ad",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRAMI FRIEDA",
+ "timestamp": "2016-07-13"
+ },
+ {
+ "uuid": "bef818e1-efb5-43ed-8c4b-1b99d108b221",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEGROS JANIE",
+ "timestamp": "2022-11-27"
+ },
+ {
+ "uuid": "5c1e26e8-e799-4624-8934-33e39f3fc1ba",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WATERS LORENA",
+ "timestamp": "2017-01-21"
+ },
+ {
+ "uuid": "dec88dd8-33f1-4040-bb4b-48c37a8de433",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WISOZK PAULA",
+ "timestamp": "2018-01-22"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "d4e092af-5700-4b0c-9576-83c99f1c4aa7",
+ "dateNoted": "2016-06-22",
+ "notes": "",
+ "parcelID": "18620",
+ "siteID": "17285",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3215e8e9-c236-4b4b-9478-982d4846e7f9",
+ "dateNoted": "2021-12-21",
+ "notes": "",
+ "parcelID": "18580",
+ "siteID": "18354",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ffffdde3-09e9-4bf2-a1f7-f3031580c8b3",
+ "dateNoted": "2014-07-12",
+ "notes": "",
+ "parcelID": "18296",
+ "siteID": "17785",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "17371c78-785f-4dbb-9f8f-f3f1c23a5448",
+ "siteID": 15957,
+ "address": "15893 Roger Fords",
+ "latitude": 53.6303,
+ "longitude": -119.3389,
+ "lastUpdated": "2016-09-21",
+ "city": "East Lelaberg",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/1530",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7223047,
+ 7915019,
+ 3807156,
+ 2046837,
+ 3463189
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "3592cc51-76fb-427f-8bdc-56154564add8",
+ "createdAt": "2014-04-18",
+ "completed": "2016-06-24",
+ "initiated": "2019-10-04",
+ "ministryContact": "MOEN JEDEDIAH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1c174785-14fe-414b-84a5-ae8a521905b4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e7f1333a-7ac5-4884-a6e6-9c7c7e4c86e9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "03dff597-52c1-4936-ac0b-aa8936095702",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e8c933cb-df2b-4411-b952-dd519bc08198",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3565c039-15f5-4e0b-a76e-649affb67974",
+ "createdAt": "2017-06-21",
+ "completed": "2014-08-20",
+ "initiated": "2020-08-11",
+ "ministryContact": "SIMONIS-PROHASKA TREVER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4042f114-91f8-492d-9512-d03974c783c1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1d7a374c-c5cd-4aa3-962a-eda550953998",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5c2dfd8a-f174-4263-b2fd-634239bbb004",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b1b91a80-1cde-41e3-82b5-243d9e21c3c5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "65a0b489-5c62-4891-8056-824c15ff7c7a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-07-13",
+ "startDate": "2022-10-20",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bd787722-aa27-4fc8-890f-72f1d3fda7b5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-04-01",
+ "startDate": "2021-04-03",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9b2d3a32-5cc8-49d2-989b-ed35584cb5d7",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-07-03",
+ "startDate": "2022-02-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dd316ec0-1dee-44ae-8ab1-6a159f6e7afd",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2017-12-18",
+ "startDate": "2017-02-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "7e69d523-f4cb-4358-a2a2-425da46959cc",
+ "siteRegistry": true,
+ "documentDate": "2016-12-08",
+ "receivedDate": "2018-08-02",
+ "uploadedDate": "2015-08-14",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "f72a40fb-7aa8-4352-8e45-2b64b33c4231",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "413b5595-25b3-425d-a8dd-68c5e799749c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2ba90265-f76b-4921-a147-a1086cfa702c",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "178dc50f-229c-4cf9-b63f-b59ed888969c",
+ "siteRegistry": false,
+ "documentDate": "2016-01-12",
+ "receivedDate": "2022-05-13",
+ "uploadedDate": "2021-01-11",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "8f8db7cf-cd35-4c80-ab3a-ab2cb54bd79c",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "8a203e3f-aac3-44ff-83e6-3c48552975d9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "26f952df-bbd5-46eb-95f2-900b3a600d48",
+ "siteRegistry": true,
+ "documentDate": "2017-11-20",
+ "receivedDate": "2019-08-26",
+ "uploadedDate": "2015-12-16",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "f5718f54-aceb-44b2-a6d9-a28b80004d54",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "6c6c78f9-6722-46d1-9bc7-9220622361ba",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-02-16 (described on Site Profile dated 2015-02-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "4c57a556-0832-4fea-88c9-b61d841ef58b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-02-10 (described on Site Profile dated 2017-02-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "b6205a29-3c90-4705-ac87-3fa135100095",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-08-04 (described on Site Profile dated 2016-08-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "1b8367b1-c80f-4e06-baec-1a876cd871a5",
+ "siteRegistry": true,
+ "dateNoted": "2017-01-14",
+ "parcelID": "19315",
+ "crownLandUsePIN": "15518",
+ "crownLandFileNumber": "16804",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 3 DISTRICT LOT 2 PLAN 3621"
+ },
+ {
+ "uuid": "0543d3e9-a0a3-4072-a7c6-6fb8e40cdf1f",
+ "siteRegistry": false,
+ "dateNoted": "2021-04-09",
+ "parcelID": "17983",
+ "crownLandUsePIN": "19763",
+ "crownLandFileNumber": "19377",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 2 DISTRICT LOT 4 PLAN 5352"
+ },
+ {
+ "uuid": "a359bd88-86e2-4cc9-ab9d-6fced92df0b3",
+ "siteRegistry": true,
+ "dateNoted": "2018-04-17",
+ "parcelID": "20855",
+ "crownLandUsePIN": "15615",
+ "crownLandFileNumber": "20567",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 2 DISTRICT LOT 5 PLAN 7228"
+ },
+ {
+ "uuid": "a2a68745-23b9-437d-8a62-76f2c16ac547",
+ "siteRegistry": true,
+ "dateNoted": "2014-04-01",
+ "parcelID": "18337",
+ "crownLandUsePIN": "16214",
+ "crownLandFileNumber": "18002",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 3 DISTRICT LOT 3 PLAN 8940"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "c009bae8-8320-4665-ac3d-9ec162cb58e8",
+ "siteRegistry": false,
+ "dateReceived": "2016-05-16",
+ "dateCompleted": "2015-09-13",
+ "dateEntered": "2016-05-11",
+ "dateRegistrar": "2017-03-24",
+ "dateLocalAuthorityReceived": "2016-01-25",
+ "summary": "Nam aut repellat quod vel eos autem omnis culpa totam.\nRecusandae officia autem suscipit error optio perspiciatis explicabo.",
+ "informationUsed": "Tempore reiciendis ratione facilis similique minima facere.\nCumque voluptatum ea.\nQuas aliquam minus suscipit vel maiores libero tempora quisquam blanditiis.",
+ "pastOrPresentOrders": "Laboriosam ullam fuga aspernatur atque harum esse ea recusandae velit.\nAd cupiditate fuga eos.\nHarum incidunt possimus suscipit sint ab quibusdam eveniet.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "1b821239-cd70-42b1-b537-f16a3af9dd90",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ff22f9aa-431d-4fc2-bf05-a900d21afcb4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "18367691-e4fa-4ba6-b695-d7ec8a3004c5",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "d5839a6f-8b04-40d9-819e-d1d9863b175b",
+ "siteRegistry": false,
+ "dateReceived": "2019-06-20",
+ "dateCompleted": "2020-11-27",
+ "dateEntered": "2014-03-02",
+ "dateRegistrar": "2022-11-19",
+ "dateLocalAuthorityReceived": "2018-01-07",
+ "summary": "Fugiat iure dolore mollitia sapiente voluptas consequatur ut pariatur.\nDoloremque quis vel.",
+ "informationUsed": "Fuga saepe enim cum.\nAssumenda fuga placeat quo sunt dolorum dolorum ea minima numquam.\nFacere harum occaecati fugiat architecto dolores reprehenderit.\nQuis neque et dolor consequatur voluptatibus.\nA tempore dolor fugit consequuntur dolore voluptatibus quibusdam.",
+ "pastOrPresentOrders": "Itaque assumenda aspernatur.\nA autem cumque.\nEum amet alias fugit voluptate magnam aliquid.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "3b498450-a66d-47df-aa15-44da3ce23c4f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5af5fad6-be9b-4385-9525-3c53b59e78f5",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "58a80ad1-f393-4fe9-8363-13673222040b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "01809753-ae35-451c-a9d7-13c9d498e5c5",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "ac80ec0d-bf2f-4718-ae7e-879ad2d16631",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DANIEL DIEGO",
+ "timestamp": "2022-01-26"
+ },
+ {
+ "uuid": "861a33b7-f0fc-4330-9b72-6021055fff68",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KEELING KAILYN",
+ "timestamp": "2014-04-22"
+ },
+ {
+ "uuid": "2d45cdea-9c81-4f64-b7d9-4fc697d8a5b3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LARKIN-SHIELDS HILDA",
+ "timestamp": "2014-03-11"
+ },
+ {
+ "uuid": "44d5150e-db6b-4ff5-8cd8-7e5625cca130",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "POUROS EMORY",
+ "timestamp": "2019-07-14"
+ },
+ {
+ "uuid": "6fca6b1e-ea73-4d67-9376-9ec6dfc094a7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WYMAN LUTHER",
+ "timestamp": "2015-12-02"
+ },
+ {
+ "uuid": "b466d284-eecd-4b66-9a1f-1a17b9141330",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERGNAUM MAGGIE",
+ "timestamp": "2019-09-03"
+ },
+ {
+ "uuid": "63bd7d2c-d229-4d20-a52f-de77a2b2835b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARTELL LILLIAN",
+ "timestamp": "2020-04-04"
+ },
+ {
+ "uuid": "4ee8b09f-aaa0-48df-8679-26f27c78f4b9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUPPE EUDORA",
+ "timestamp": "2014-02-21"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "914c1133-9504-4274-9d91-e211dda3adac",
+ "dateNoted": "2017-03-15",
+ "notes": "",
+ "parcelID": "16164",
+ "siteID": "16253",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "d3d4d923-c889-4a9d-ba4d-b984d12ab547",
+ "siteID": 16890,
+ "address": "46992 Josefina Rue",
+ "latitude": 52.5654,
+ "longitude": -128.8128,
+ "lastUpdated": "2017-02-04",
+ "city": "Bradyburgh",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/16521",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3688856,
+ 4684356,
+ 5209880,
+ 5174401,
+ 5857433
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "9a291fba-9623-4ceb-a1ad-e757c1b0e5a6",
+ "createdAt": "2020-05-26",
+ "completed": "2019-01-24",
+ "initiated": "2017-05-02",
+ "ministryContact": "KIEHN HELMER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "cd21ec96-aba9-4926-9cd4-4fb09ab2aeee",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f76c12cb-b30d-4f31-bb13-301c652ceeea",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "25e58df0-04dc-4c86-b61f-e8ceb3c24f8a",
+ "createdAt": "2021-12-15",
+ "completed": "2016-04-08",
+ "initiated": "2023-04-30",
+ "ministryContact": "SIPES KEENAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b791d3bd-baf2-4928-9c22-e43d74055861",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d71d2a24-260c-4b47-b4be-2295a85de021",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f86bd75a-fe78-4852-bc9d-d547adbb8cc9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "3bc195ac-c7d0-4d8c-ae91-1f3c36a3b5eb",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-10-09",
+ "startDate": "2014-07-01",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "01367f1a-41f5-4c8f-8b46-fe9b5d53fd25",
+ "name": "IPSUM",
+ "endDate": "2014-02-24",
+ "startDate": "2020-06-05",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "94728c22-7e4c-4f81-83d4-e0d6b284cb3f",
+ "name": "IPSUM",
+ "endDate": "2017-07-07",
+ "startDate": "2022-03-05",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "58a866a7-bbda-4b80-be90-35ea99b3b253",
+ "siteRegistry": false,
+ "documentDate": "2019-01-02",
+ "receivedDate": "2021-05-12",
+ "uploadedDate": "2015-08-18",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "5f4d092a-e7be-44eb-9416-ed2cd65dcd7d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c9fdc998-c645-47a3-bc75-e7a3db56d200",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "bfa8031f-46ed-43ee-93b4-caf5f8b409f2",
+ "siteRegistry": true,
+ "documentDate": "2016-03-04",
+ "receivedDate": "2022-09-30",
+ "uploadedDate": "2020-10-26",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "1b757f86-c784-4e79-8d9d-b6970680c119",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "272b821e-2f59-4258-9ca6-e811465395d2",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-10-07 (described on Site Profile dated 2019-10-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "de769e09-a99e-4b27-87ae-649dc3d7b376",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-04-26 (described on Site Profile dated 2014-04-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "1c7dfac9-02ff-482f-b44e-8617f743a8e9",
+ "siteRegistry": true,
+ "dateNoted": "2018-06-30",
+ "parcelID": "19933",
+ "crownLandUsePIN": "17419",
+ "crownLandFileNumber": "20951",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 4 DISTRICT LOT 1 PLAN 5017"
+ },
+ {
+ "uuid": "548da89e-37bf-496e-bcfa-d2a2989e9cdf",
+ "siteRegistry": true,
+ "dateNoted": "2017-09-19",
+ "parcelID": "20570",
+ "crownLandUsePIN": "19136",
+ "crownLandFileNumber": "15865",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 1 DISTRICT LOT 2 PLAN 9415"
+ },
+ {
+ "uuid": "f0d85595-7759-48e4-8860-428a712beac8",
+ "siteRegistry": true,
+ "dateNoted": "2017-09-28",
+ "parcelID": "16247",
+ "crownLandUsePIN": "15926",
+ "crownLandFileNumber": "19213",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 1 DISTRICT LOT 1 PLAN 7995"
+ },
+ {
+ "uuid": "11ab1aa1-830f-4f2d-a5aa-d28c61f70884",
+ "siteRegistry": true,
+ "dateNoted": "2022-06-12",
+ "parcelID": "19211",
+ "crownLandUsePIN": "16368",
+ "crownLandFileNumber": "18487",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 4 DISTRICT LOT 4 PLAN 3525"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "a656386c-98fb-44d9-853a-4e7612ea0807",
+ "siteRegistry": false,
+ "dateReceived": "2017-01-10",
+ "dateCompleted": "2019-06-14",
+ "dateEntered": "2022-07-31",
+ "dateRegistrar": "2015-10-19",
+ "dateLocalAuthorityReceived": "2014-05-30",
+ "summary": "Quam in id saepe tempora voluptas dolorum voluptatum.\nIllum aut rem magni laboriosam dolore neque aperiam.",
+ "informationUsed": "Dolores adipisci tenetur magnam.\nItaque omnis id ipsa fugit exercitationem possimus delectus eum.\nDoloribus itaque a vero ipsum cumque non nostrum aut magnam.\nQuidem voluptate inventore minima aliquid tenetur temporibus.\nAut in est repellendus ab voluptatum cumque in dicta.",
+ "pastOrPresentOrders": "Nihil velit natus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "3ad4ea2a-46c4-4907-a460-629ba33210fd",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "00058664-8a66-4ddb-8723-480e85aa4ad3",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c1b4755b-7ecd-4b1c-a139-d38d8d6694f8",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7b2cf92c-5b4d-4b79-86fe-ce238cbde29d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "1cde983d-3efa-4772-bde7-3a5f6358dcd4",
+ "siteRegistry": true,
+ "dateReceived": "2022-07-30",
+ "dateCompleted": "2015-01-25",
+ "dateEntered": "2019-05-31",
+ "dateRegistrar": "2016-03-02",
+ "dateLocalAuthorityReceived": "2020-09-30",
+ "summary": "Vero facere dolor laboriosam architecto cum accusamus.\nEaque quam voluptas unde debitis a et officiis.",
+ "informationUsed": "Repellendus sit delectus doloribus ullam mollitia eum nobis illo occaecati.\nMagni cum eligendi reiciendis aliquam.\nEum ut dolorem possimus sapiente optio sapiente.",
+ "pastOrPresentOrders": "Quia quis nemo.\nDucimus quam non sunt natus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "8948351d-47bf-4596-a2fd-a86d95c5ac5e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b144ebe8-3af9-4415-aa6e-d472f1fd4f74",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "3a14ecf8-4dec-45d8-b145-d4aad58a4f2b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TREUTEL TRISHA",
+ "timestamp": "2018-07-31"
+ },
+ {
+ "uuid": "a0ca9aed-9cc7-44cc-8628-4a4f0a7e7208",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MONAHAN ADOLF",
+ "timestamp": "2019-04-16"
+ },
+ {
+ "uuid": "11da12fe-b716-471e-96e4-afc626d6ede1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JACOBS ALICIA",
+ "timestamp": "2021-06-15"
+ },
+ {
+ "uuid": "e5bd23a2-e59a-45ab-a383-845e889ad543",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NIENOW CAITLYN",
+ "timestamp": "2013-12-27"
+ },
+ {
+ "uuid": "e9455b1c-f187-458a-bec9-320b52790f7c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GLOVER CHARLIE",
+ "timestamp": "2020-02-26"
+ },
+ {
+ "uuid": "4af046a4-9608-4720-b579-e13d1f56853b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KEEBLER ILENE",
+ "timestamp": "2023-10-12"
+ },
+ {
+ "uuid": "264c766d-fc3c-416d-8b0e-d90ae93bbecc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VANDERVORT MOLLIE",
+ "timestamp": "2022-02-16"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "48cddc96-45b8-48ad-9f40-6ea7f2483aeb",
+ "dateNoted": "2022-04-21",
+ "notes": "",
+ "parcelID": "20070",
+ "siteID": "20718",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "5036f325-2b51-42aa-ab4d-624f282a54a1",
+ "siteID": 19789,
+ "address": "26678 Hansen Trace",
+ "latitude": 55.4824,
+ "longitude": -129.7548,
+ "lastUpdated": "2020-11-05",
+ "city": "New Forest",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/10368",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5931175,
+ 1258278,
+ 3187737,
+ 6704146,
+ 5414118
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "c8225a74-d0c8-4799-a5c8-6f0e880c2bef",
+ "createdAt": "2019-01-20",
+ "completed": "2020-01-26",
+ "initiated": "2019-12-26",
+ "ministryContact": "CUMMINGS ALIVIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d87ee6bf-01b7-493a-8f8e-e706aecfca64",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c629f3aa-1297-4275-abc9-4b7961c9edb8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a75e7b8a-2b7e-449f-921b-e84299285d49",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "babe32ea-b34b-48c5-884d-f3e3c05758bc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a711d3a1-41ec-40fa-819f-babe5d123eea",
+ "createdAt": "2023-04-16",
+ "completed": "2022-12-17",
+ "initiated": "2018-02-17",
+ "ministryContact": "TURNER CARLO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "22939ac6-fc9f-4f74-a903-44784fa54104",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9556ea66-4912-49ba-8715-de1cf2ed5501",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f5842dcf-62a3-4373-a2e4-f620071c5887",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "77574298-d120-427d-839f-fc26ec1f9b44",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3d22013b-7fa6-4be6-a92d-dbf99dea1769",
+ "createdAt": "2015-03-02",
+ "completed": "2017-03-26",
+ "initiated": "2018-11-23",
+ "ministryContact": "ROBERTS KARI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bb5a03ce-3949-44c9-a036-50015720e813",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "420cab4b-326a-48f4-8fe9-2777c3918065",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "79a8bf61-c81f-4c4a-9f30-21dbbe878f62",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "b1a4081d-6d71-4044-8494-eabc1a451dc7",
+ "name": "IPSUM",
+ "endDate": "2015-10-28",
+ "startDate": "2022-09-27",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c179b57d-b94d-4ada-b160-2182826b4063",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-06-30",
+ "startDate": "2020-03-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3786d48b-9890-4e5a-bb2f-b839d454addd",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-02-20",
+ "startDate": "2014-11-09",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "f87e0b5c-9e0d-4b7a-99d6-d35ebc7d68d1",
+ "siteRegistry": true,
+ "documentDate": "2023-10-09",
+ "receivedDate": "2023-02-01",
+ "uploadedDate": "2022-02-22",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "c7eb2bed-9182-435e-ab7b-651ecf57d2cd",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1d926b8c-916c-4aee-b90f-7f90f9cf960f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f6ca1827-31ee-420c-9c18-5f0302fa4f92",
+ "siteRegistry": false,
+ "documentDate": "2022-03-11",
+ "receivedDate": "2014-10-04",
+ "uploadedDate": "2023-07-24",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "6b47207a-0780-4406-befe-cceef2d62c5c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "627959ab-4aa8-4814-9152-dd4fccebf87d",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e53972fa-cf56-42f2-8bc7-888f0a305269",
+ "siteRegistry": false,
+ "documentDate": "2019-12-07",
+ "receivedDate": "2015-08-09",
+ "uploadedDate": "2016-03-25",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "fbd47ff7-a80a-4f1b-96cc-d424daad18c9",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1174b0fb-8bcc-473c-9c50-d2a1c0dbfffc",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "681942fc-63c6-4c64-9c9a-089d5de42df6",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e369e305-7616-4a67-bb2f-d33475e6e3a0",
+ "siteRegistry": false,
+ "documentDate": "2021-06-10",
+ "receivedDate": "2018-03-30",
+ "uploadedDate": "2019-11-14",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "4ec781fd-0714-4ee7-abef-d99712acf05e",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d733bd62-a130-465f-a53a-ad0d09a508b0",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ad423bf8-f72a-4adf-9cfa-b1d2f439986a",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "463786be-31ad-417c-b48f-be340a9858d1",
+ "siteRegistry": false,
+ "documentDate": "2019-08-31",
+ "receivedDate": "2017-09-30",
+ "uploadedDate": "2019-06-26",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "09e6a610-d11e-4f14-b12a-0a38cfbeab6a",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "32a0fa40-c80f-477f-ae93-8a25f3f74856",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "657ed2e8-3d24-4910-a1d5-f81aa0a09b53",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-11-18 (described on Site Profile dated 2013-11-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "a22fb0d5-4d24-464d-801f-75c6d38933da",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-12-13 (described on Site Profile dated 2017-12-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "762d61f6-850f-4315-96b3-cd8760351361",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-02-15 (described on Site Profile dated 2021-02-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "7aa60b15-44eb-44e1-a774-186fa9672b79",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-03-24 (described on Site Profile dated 2016-03-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "9ab09b98-9d93-4b79-a04b-14841838b02b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-01-14 (described on Site Profile dated 2014-01-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "eee856fc-ea50-4522-ad3b-eaa78c8d31be",
+ "siteRegistry": false,
+ "dateNoted": "2023-07-21",
+ "parcelID": "17275",
+ "crownLandUsePIN": "16217",
+ "crownLandFileNumber": "16921",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 3 DISTRICT LOT 2 PLAN 9782"
+ },
+ {
+ "uuid": "8812562c-d4f9-4b63-bd51-6986a53fd95a",
+ "siteRegistry": false,
+ "dateNoted": "2020-04-09",
+ "parcelID": "19890",
+ "crownLandUsePIN": "15593",
+ "crownLandFileNumber": "16566",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 1 DISTRICT LOT 3 PLAN 8330"
+ },
+ {
+ "uuid": "85eabb55-88a8-4dd8-bc53-58a76af6ab10",
+ "siteRegistry": true,
+ "dateNoted": "2020-01-16",
+ "parcelID": "16650",
+ "crownLandUsePIN": "17711",
+ "crownLandFileNumber": "16744",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 5 DISTRICT LOT 1 PLAN 4907"
+ },
+ {
+ "uuid": "e973ad72-f020-4645-b895-3cbf76432057",
+ "siteRegistry": false,
+ "dateNoted": "2022-12-06",
+ "parcelID": "18956",
+ "crownLandUsePIN": "15552",
+ "crownLandFileNumber": "17293",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 4 DISTRICT LOT 4 PLAN 6476"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "b4e24472-8b9c-4a1a-be03-05f089f624c0",
+ "siteRegistry": false,
+ "dateReceived": "2016-10-11",
+ "dateCompleted": "2017-08-07",
+ "dateEntered": "2023-06-23",
+ "dateRegistrar": "2023-04-07",
+ "dateLocalAuthorityReceived": "2014-05-07",
+ "summary": "Vel necessitatibus doloremque quo explicabo quidem minima sit quia ea.\nLibero sit asperiores omnis deserunt.\nAliquam amet blanditiis harum amet.",
+ "informationUsed": "Sapiente dicta qui vero fugit placeat amet natus.\nProvident tempora possimus magnam quia voluptatum aut occaecati vel.\nPerferendis illo accusamus sapiente sequi.\nNatus illum aut ex qui.",
+ "pastOrPresentOrders": "Blanditiis minus error.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e0b0fa2c-0f21-41a5-bda0-9c2b8722bef4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8fb58f16-73e7-4823-880e-e31eaf466e64",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "a8be7c8b-5009-481f-87ed-74cac3c3eb28",
+ "siteRegistry": true,
+ "dateReceived": "2021-03-27",
+ "dateCompleted": "2016-05-30",
+ "dateEntered": "2015-01-08",
+ "dateRegistrar": "2023-08-20",
+ "dateLocalAuthorityReceived": "2015-05-19",
+ "summary": "Architecto ratione dolorum dolore ab magnam enim eveniet laudantium.\nMollitia sit voluptatem eveniet labore beatae blanditiis assumenda.",
+ "informationUsed": "Maxime explicabo itaque perferendis maiores consequuntur cum voluptatibus in.\nQuos doloremque est ipsam doloribus earum voluptas perspiciatis praesentium odio.\nSoluta consectetur odit praesentium alias est.\nAut temporibus doloribus magni asperiores illum.\nPerferendis molestiae vero animi dolore ab est facere.",
+ "pastOrPresentOrders": "Voluptas magnam incidunt magnam rem corrupti tempora.\nDolorum quaerat excepturi tempore.\nEa at vel.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "124c609b-5d9a-4ff1-805d-dcd88b4bf42d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8a27a0dc-798c-4ba6-abe8-fb720184704f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b12e076d-e75e-4b2b-ac22-4c729a169b2e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "53319e3a-ffa5-46f8-8624-f031d0d296bb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FEENEY LEWIS",
+ "timestamp": "2023-08-16"
+ },
+ {
+ "uuid": "e0db4b4a-e32c-490e-8393-5149fd0db991",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CUMMINGS-CUMMINGS CLINT",
+ "timestamp": "2015-05-22"
+ },
+ {
+ "uuid": "6fa9aec2-35b0-4b28-853d-fd2c71710f3a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CHRISTIANSEN BURDETTE",
+ "timestamp": "2022-06-01"
+ },
+ {
+ "uuid": "b5cb4dca-d72c-4ce2-91d7-81f6e43f3389",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHAMBERGER REANNA",
+ "timestamp": "2018-03-10"
+ },
+ {
+ "uuid": "3583fb63-573e-4752-ab8f-a7ded57ca754",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEATHCOTE CHARLES",
+ "timestamp": "2020-07-12"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "fe102801-4437-4688-b38c-d70800acf3da",
+ "dateNoted": "2022-02-01",
+ "notes": "",
+ "parcelID": "20554",
+ "siteID": "17582",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "ad472252-70c1-4500-b51a-b26dbd272d58",
+ "siteID": 18063,
+ "address": "6139 Alba Loop",
+ "latitude": 56.6268,
+ "longitude": -129.626,
+ "lastUpdated": "2023-08-07",
+ "city": "Port Camillacester",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/15375",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9703986,
+ 2959474,
+ 3077479,
+ 4323275,
+ 3965603
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "4c811e34-2ef4-46cf-b2b3-51575eb6b7d2",
+ "createdAt": "2017-11-24",
+ "completed": "2015-09-28",
+ "initiated": "2022-01-02",
+ "ministryContact": "RUNTE DION",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f88c6778-453c-40d1-a4c9-a02bed65b52e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "62eedd21-3b8d-4b82-8b90-b6b70058d7d7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3c146f82-4a4e-4f3a-9dae-52f48363b086",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2920d7fb-4c6a-48d2-ad18-e7fd2971dcc5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "33fb8742-45f1-496c-87e1-099c8cfd978d",
+ "createdAt": "2015-09-07",
+ "completed": "2022-10-05",
+ "initiated": "2021-02-03",
+ "ministryContact": "KEEBLER ELOISA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d1760984-c044-428b-a9a2-a6378f775090",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a92561ef-6a27-4d16-bade-30b66266d868",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "e26063d5-d460-4d5e-ad9e-c5d742e4b5d0",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-01-12",
+ "startDate": "2021-12-29",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fb5d7304-e5f3-4723-9039-96e1694e51ce",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-05-22",
+ "startDate": "2016-09-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1461a26f-5156-4056-bdec-2a44e4e7c6fc",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-08-11",
+ "startDate": "2016-03-11",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "35434cac-2576-404f-b2f4-9e67ecda437e",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-01-03",
+ "startDate": "2022-06-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6cca4666-872a-479b-9215-0b682076aa04",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-03-06",
+ "startDate": "2019-03-03",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "0c1d272c-fa27-45a7-8abe-62024888a39f",
+ "siteRegistry": true,
+ "documentDate": "2015-05-29",
+ "receivedDate": "2017-06-01",
+ "uploadedDate": "2014-06-22",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "b351f83c-1a9d-4f20-93a3-732f9abe915d",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "21d7c691-c7ec-4614-8050-88c33e0927bb",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e0f99053-3442-4809-8c3c-5f590cb77cd4",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "18b3227e-d176-411c-8d33-f3ce6c0f9331",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-03-30 (described on Site Profile dated 2014-03-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "5bc262a9-6762-436b-bbbc-c1c7a9748080",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-06-12 (described on Site Profile dated 2014-06-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "48838dfb-b75e-40af-93af-c9573222a8d1",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-12-26 (described on Site Profile dated 2015-12-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "5f43c06c-8062-416e-a00c-35b65268ca87",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-05-18 (described on Site Profile dated 2015-05-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "f9aaad9c-60a1-4dcc-8dba-d10474bcf836",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-12-20 (described on Site Profile dated 2020-12-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "a9e955ce-bbcf-40c6-858f-6994decd5bc9",
+ "siteRegistry": true,
+ "dateNoted": "2021-05-20",
+ "parcelID": "15710",
+ "crownLandUsePIN": "17813",
+ "crownLandFileNumber": "19815",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 4 DISTRICT LOT 3 PLAN 8821"
+ },
+ {
+ "uuid": "86ee9158-c2d8-40fe-8581-53666b15ad9d",
+ "siteRegistry": true,
+ "dateNoted": "2014-11-05",
+ "parcelID": "18775",
+ "crownLandUsePIN": "20577",
+ "crownLandFileNumber": "16896",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 5 DISTRICT LOT 1 PLAN 8559"
+ },
+ {
+ "uuid": "85ebd57e-41bb-4a76-a9af-0ba58fa7e333",
+ "siteRegistry": true,
+ "dateNoted": "2019-05-30",
+ "parcelID": "19254",
+ "crownLandUsePIN": "15496",
+ "crownLandFileNumber": "20271",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 4 DISTRICT LOT 4 PLAN 3089"
+ },
+ {
+ "uuid": "841973d1-b13d-4712-bafa-a1cb52d09b2b",
+ "siteRegistry": false,
+ "dateNoted": "2019-03-07",
+ "parcelID": "18990",
+ "crownLandUsePIN": "20931",
+ "crownLandFileNumber": "16642",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 5 DISTRICT LOT 5 PLAN 4217"
+ },
+ {
+ "uuid": "9a3af073-810c-4669-8685-b4407fd8836c",
+ "siteRegistry": false,
+ "dateNoted": "2017-10-29",
+ "parcelID": "15480",
+ "crownLandUsePIN": "19485",
+ "crownLandFileNumber": "17417",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 3 DISTRICT LOT 2 PLAN 5733"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "53c1ae8a-100b-448a-9d27-8738a94642cf",
+ "siteRegistry": false,
+ "dateReceived": "2021-09-01",
+ "dateCompleted": "2017-04-05",
+ "dateEntered": "2016-04-10",
+ "dateRegistrar": "2021-07-24",
+ "dateLocalAuthorityReceived": "2014-11-28",
+ "summary": "Officia pariatur commodi ad dignissimos natus corrupti ullam facere.\nVoluptate iste praesentium.\nProvident beatae laudantium iusto.",
+ "informationUsed": "Animi incidunt at ex.\nDoloribus nostrum sequi minus.\nVoluptatum molestias possimus modi incidunt modi id culpa.",
+ "pastOrPresentOrders": "Excepturi esse eaque dolor.\nQuis vero explicabo non id ducimus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "23cfa976-6be1-4966-b010-d8537d97d815",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fd25d31c-c2ce-4291-bff9-1f772d355f82",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "b9137ae7-49f5-4d31-b710-da350b8d7692",
+ "siteRegistry": false,
+ "dateReceived": "2015-08-17",
+ "dateCompleted": "2020-07-24",
+ "dateEntered": "2016-08-09",
+ "dateRegistrar": "2015-12-22",
+ "dateLocalAuthorityReceived": "2019-02-20",
+ "summary": "Temporibus non velit illum molestiae rerum unde.",
+ "informationUsed": "Pariatur voluptate nisi nihil ratione cum beatae.\nDolore nisi atque dicta inventore consectetur delectus corporis asperiores aliquid.\nConsequatur distinctio iusto nemo explicabo.\nOptio rerum incidunt tempora facere itaque consequatur repellat.\nDeleniti esse quasi quam magnam ut iusto.",
+ "pastOrPresentOrders": "Aperiam voluptate commodi.\nNeque eligendi quasi fugiat nobis aperiam tenetur commodi ratione.\nMollitia aut molestiae possimus totam ab animi.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "3b63e1bc-a056-42e4-8f19-7dd59e63f14e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dd19b765-7aa1-4359-92a4-b9cb042c4349",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "e1e864be-20be-49ff-9428-b60776081ae8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOEN ZOE",
+ "timestamp": "2016-10-20"
+ },
+ {
+ "uuid": "d53231e8-0f9b-44a7-bb58-b4a459d0a782",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PROHASKA HAILIE",
+ "timestamp": "2017-03-02"
+ },
+ {
+ "uuid": "375ec63b-b291-4d03-9d46-e4b3dce5ba2e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HERMISTON JOANNE",
+ "timestamp": "2021-02-02"
+ },
+ {
+ "uuid": "2e39bdfa-dd5b-4df1-a572-8f416cd8ca09",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KONOPELSKI JEFFEREY",
+ "timestamp": "2019-07-21"
+ },
+ {
+ "uuid": "57620b91-9898-4ee6-a70e-8cfd6cef428d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HILPERT-CRIST CORINE",
+ "timestamp": "2023-02-10"
+ },
+ {
+ "uuid": "0278e4a4-497c-4518-ba10-b4d5bc0f43cf",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FERRY DELPHINE",
+ "timestamp": "2023-05-21"
+ },
+ {
+ "uuid": "030b922e-130e-4924-9ff4-6d0aff2beaa5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FAHEY KIANA",
+ "timestamp": "2023-08-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "c798b507-245f-4159-8d59-e231ca09b93b",
+ "dateNoted": "2021-09-25",
+ "notes": "",
+ "parcelID": "20041",
+ "siteID": "17686",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "24b032fe-e2ac-48f1-bdb2-e22e478b7ab3",
+ "dateNoted": "2017-11-03",
+ "notes": "",
+ "parcelID": "16256",
+ "siteID": "17053",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "22084b40-fbe7-4458-8243-a5e551e888aa",
+ "dateNoted": "2022-01-02",
+ "notes": "",
+ "parcelID": "16839",
+ "siteID": "15998",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "76015f2c-0dd8-46bd-8a28-e7d265b5ddb3",
+ "siteID": 19563,
+ "address": "4068 McLaughlin Overpass",
+ "latitude": 55.6421,
+ "longitude": -138.7813,
+ "lastUpdated": "2021-02-11",
+ "city": "Fort Mauriciomouth",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/2127",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5778301,
+ 3060794,
+ 6549366,
+ 6548045,
+ 155093
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "e7c070e2-f881-4100-ae52-94d7b471baa9",
+ "createdAt": "2015-06-30",
+ "completed": "2016-10-23",
+ "initiated": "2015-09-20",
+ "ministryContact": "ERNSER ANTWON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "02cca514-9760-4173-aeca-feaf57079641",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d3127a8d-7f9f-4efb-9c88-687a10510d2c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "05f92619-df2b-4b15-876e-1ac24f159134",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bb689ae4-2385-454d-84bf-247e19849674",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "37bd9ff2-f810-47c1-a79c-28d8cd20cd1e",
+ "createdAt": "2018-08-14",
+ "completed": "2016-01-04",
+ "initiated": "2015-09-08",
+ "ministryContact": "TORP JONATHAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "dafb0ec4-2447-46c4-918f-4bcdfaacc89a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "41b35bc0-77de-472d-9036-d9c24bdabf12",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6c0fd9e9-0075-4799-97c9-5aa0efc07503",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "96ea8706-13ad-4236-9555-eb2e45dd58e5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4a62e150-955a-4c2e-a255-13bea25dce1e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3187e481-60bc-4066-ad9c-0bd19911ccc0",
+ "createdAt": "2019-12-06",
+ "completed": "2015-09-05",
+ "initiated": "2014-08-12",
+ "ministryContact": "JASKOLSKI ALLENE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bd9f76e0-f819-40c4-9fdf-ede29cb5ed81",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2aac6ebb-baae-4b6c-9862-d9065b960aed",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fb55cea8-8714-413e-8d3c-879582a521ec",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e28358f8-aa68-4746-8365-6f6d8956d167",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dc4d6f49-57a0-452c-9abb-2b345c5777f4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "98ddfdff-397d-4910-bc6d-b2562812d83c",
+ "createdAt": "2014-02-14",
+ "completed": "2023-01-05",
+ "initiated": "2015-08-20",
+ "ministryContact": "WINTHEISER TIANNA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7f00b2f7-dbf4-4ba4-986f-a23cebde400f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e6c2c563-a2fc-4a4d-a2af-a180a93dcb94",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "df085d84-c221-4e47-9c45-68fd48794cf4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "80684746-f93b-48db-9e83-4713cac7261b",
+ "createdAt": "2015-03-19",
+ "completed": "2018-05-23",
+ "initiated": "2018-08-29",
+ "ministryContact": "BLICK ESTELLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "712ab2be-7831-42d3-95e5-1cb700baaff5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b6a028dc-0d65-4ed6-9bb0-1a2aba98074e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "059b238e-7e6e-4c38-8e5e-267a8b30fd74",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-01-04",
+ "startDate": "2020-02-04",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ae1e331e-e54e-4e11-bc2e-84d640f7faa5",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-04-18",
+ "startDate": "2014-01-30",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f7302a49-2646-4e9a-8712-acb77e8d91e7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-04-05",
+ "startDate": "2016-11-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2e848771-1f71-4ef1-ad37-d67ad83c39b2",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-12-06",
+ "startDate": "2018-09-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "94e28f66-4f7e-4aa9-9782-6f5b2c8d61a5",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-11-22",
+ "startDate": "2019-01-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "84db3a0a-3da2-4562-9c35-6fff2006b284",
+ "siteRegistry": false,
+ "documentDate": "2018-02-24",
+ "receivedDate": "2018-10-13",
+ "uploadedDate": "2014-08-31",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "f4248656-007a-4317-8ac3-f9ed59297121",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a2095e2e-b9f5-4220-af48-709384a2ca4b",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e604537a-b0e2-4627-b598-dc9cc7d86fd0",
+ "siteRegistry": true,
+ "documentDate": "2019-06-24",
+ "receivedDate": "2015-11-04",
+ "uploadedDate": "2017-06-24",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "a27d2e54-ebe6-405f-8f40-6919019a9a56",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "48b1700e-871a-4b5c-80c6-4d249e2c3bc2",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-04-30 (described on Site Profile dated 2019-04-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "652afb50-7575-4e73-b74e-3b64d245e67b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-08-12 (described on Site Profile dated 2020-08-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "9bf20963-8b8f-4164-aace-82e8c64fe394",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-01-22 (described on Site Profile dated 2015-01-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "d848d348-b61a-43b6-af4f-f8f8d2480897",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-06-12 (described on Site Profile dated 2021-06-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "a0d2eb2a-ae3d-427e-8dda-e0223860888e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-10-03 (described on Site Profile dated 2017-10-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "18ab01e8-4f2e-417d-8db3-74aa2fc3f5b9",
+ "siteRegistry": true,
+ "dateNoted": "2021-12-30",
+ "parcelID": "16161",
+ "crownLandUsePIN": "17525",
+ "crownLandFileNumber": "19709",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 5 DISTRICT LOT 2 PLAN 8971"
+ },
+ {
+ "uuid": "83cf9ef7-3a35-4a5e-9839-3a6526e95c89",
+ "siteRegistry": false,
+ "dateNoted": "2018-12-16",
+ "parcelID": "17856",
+ "crownLandUsePIN": "18517",
+ "crownLandFileNumber": "18687",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 3 DISTRICT LOT 3 PLAN 3442"
+ },
+ {
+ "uuid": "a963f79c-e967-4339-a624-fd1e8b520010",
+ "siteRegistry": false,
+ "dateNoted": "2015-07-12",
+ "parcelID": "16921",
+ "crownLandUsePIN": "18500",
+ "crownLandFileNumber": "15615",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 5 DISTRICT LOT 3 PLAN 4045"
+ },
+ {
+ "uuid": "32a6d80e-95b4-4b82-8cdf-fc53c5880e4d",
+ "siteRegistry": true,
+ "dateNoted": "2019-06-07",
+ "parcelID": "18742",
+ "crownLandUsePIN": "16739",
+ "crownLandFileNumber": "18549",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 2 DISTRICT LOT 2 PLAN 5193"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "54c4caca-c384-43dc-b4af-ec71d72f3a81",
+ "siteRegistry": false,
+ "dateReceived": "2018-05-06",
+ "dateCompleted": "2019-04-26",
+ "dateEntered": "2014-09-22",
+ "dateRegistrar": "2018-08-24",
+ "dateLocalAuthorityReceived": "2015-05-05",
+ "summary": "Quae inventore consequuntur minus quod minus libero minima.\nDolore quibusdam quos architecto.",
+ "informationUsed": "Dolorum neque impedit at quasi laborum officiis repudiandae.\nAt dignissimos ipsam beatae reprehenderit eligendi eos.\nPariatur totam aliquid nulla autem.\nAlias quisquam dignissimos.",
+ "pastOrPresentOrders": "Sed corrupti ut temporibus optio.\nAmet reprehenderit saepe.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "f5f15571-d7fe-4810-bba0-e563ad4e65a2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e5325b03-4461-4223-a058-d0a0cd53eb82",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9163c6af-86a7-43a5-bf23-d296d314edff",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "a01d927a-c7b9-4d55-b9a2-11689f5fd41c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHMITT KELLI",
+ "timestamp": "2020-01-04"
+ },
+ {
+ "uuid": "3162da0e-13bd-4830-84be-8850b180e7fb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRITSCH PRECIOUS",
+ "timestamp": "2022-11-08"
+ },
+ {
+ "uuid": "62fea960-e5c5-4cf8-b121-849b32d15f76",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HERMISTON DESTINY",
+ "timestamp": "2020-05-20"
+ },
+ {
+ "uuid": "4c40479a-d1b6-4c02-842d-edc867624872",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GLEICHNER EVELINE",
+ "timestamp": "2015-02-22"
+ },
+ {
+ "uuid": "d6179989-0298-4a01-84ed-03565c87fd4d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LOCKMAN MOHAMED",
+ "timestamp": "2014-11-22"
+ },
+ {
+ "uuid": "35d786c7-9180-4f51-9dbb-6ec9da63fc09",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HALEY KEENAN",
+ "timestamp": "2014-10-05"
+ },
+ {
+ "uuid": "002a26f2-f6b4-4d66-a15f-6eca502b26d8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HERMISTON JOSIANNE",
+ "timestamp": "2021-07-16"
+ },
+ {
+ "uuid": "4dc2776d-34ad-42bf-be15-7c98992b86ec",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SAUER DESTINEY",
+ "timestamp": "2023-06-17"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "a1c7186b-d24f-4d83-b3fd-e59a261a4c12",
+ "dateNoted": "2015-05-30",
+ "notes": "",
+ "parcelID": "19103",
+ "siteID": "16918",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e2138ae7-354a-4e64-a6f4-91ac9af72b4a",
+ "dateNoted": "2020-03-18",
+ "notes": "",
+ "parcelID": "19329",
+ "siteID": "18229",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "2042de5e-d288-4279-acda-b092e6cfa9bd",
+ "siteID": 18101,
+ "address": "6706 Sanford Crest",
+ "latitude": 50.0566,
+ "longitude": -135.2386,
+ "lastUpdated": "2022-03-15",
+ "city": "Josianneview",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/1070",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3188848,
+ 9310905,
+ 4031404,
+ 3725607,
+ 3088982
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "de8decd0-d133-46d4-bfa2-805b5990330a",
+ "createdAt": "2019-09-19",
+ "completed": "2021-01-30",
+ "initiated": "2019-07-28",
+ "ministryContact": "EMARD COOPER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2fb90068-ca8d-4dc6-adb1-c0dbf6453c6c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f2563156-c073-4fa0-a44b-dccca9a3e848",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "87806546-4081-4f51-8ee8-852675e440b0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "33a872a6-0141-4c41-8c8e-f361543310dd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "963c782f-6f19-44f2-bdf9-88908bd02c16",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "962f338f-306d-4009-9e31-e0a7bc76ccdb",
+ "createdAt": "2014-09-30",
+ "completed": "2021-07-24",
+ "initiated": "2017-01-10",
+ "ministryContact": "HANE CLEVELAND",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "57dc997d-322e-430f-a6c1-86b8fdcb95ee",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0b3b69b9-9306-4447-b891-b04eb8c52493",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0f5dbec9-fa7e-4c6c-a445-d3d55e7dfc1e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4e5ec806-f38f-4bdb-a15e-73f44d671537",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cf6d3a98-0250-46c9-881c-2f23cba25034",
+ "createdAt": "2022-03-19",
+ "completed": "2023-09-28",
+ "initiated": "2020-04-11",
+ "ministryContact": "CRONA-KOVACEK LEONARD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ac3c450e-c4c6-4a3c-a29c-845e77a22ed7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d608910e-bfa9-4678-b917-8a021fac7b2a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e3f5f438-545f-47b7-a09e-549dcc8f7150",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cab11417-a74e-4993-8c06-415a203104c3",
+ "createdAt": "2015-02-10",
+ "completed": "2018-12-09",
+ "initiated": "2016-06-20",
+ "ministryContact": "STEHR GUISEPPE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "11093b53-986c-4241-a1ca-287bc9557bbd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "75af7ea4-f118-454a-a4ba-0466fce39c1c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c058d089-ca61-4959-92fb-f5fa5d23692e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "8e4f62f4-86d8-4eb1-bcd7-f02f7ca7a969",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-01-31",
+ "startDate": "2019-05-14",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cda08f6b-8c7a-4881-a661-e437a7017079",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-08-23",
+ "startDate": "2020-04-02",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "55c9c91c-2173-4637-96c1-c47e4d345093",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-11-20",
+ "startDate": "2014-10-28",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6ba36c8d-5335-475f-af79-63a31a0e927f",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-11-16",
+ "startDate": "2023-06-01",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "81aeda8c-bcac-4cc1-8f92-f69a666a3a33",
+ "siteRegistry": true,
+ "documentDate": "2018-05-02",
+ "receivedDate": "2016-06-29",
+ "uploadedDate": "2019-02-09",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "90bc610a-62ea-479a-b1c9-276d5e28b455",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "96cb8add-9593-4f79-ac63-9397f37bdf30",
+ "siteRegistry": true,
+ "documentDate": "2015-12-07",
+ "receivedDate": "2019-06-19",
+ "uploadedDate": "2021-03-20",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "cce96fc8-d237-4a77-8bfa-8fad297c98ce",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ae125154-89eb-459d-a2a2-a96623ccd2cb",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f701ea09-fd16-4274-b1ae-7e3a9efd3bb1",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "8cc2ca49-1eb1-4005-915f-32dddba8b211",
+ "siteRegistry": false,
+ "documentDate": "2020-11-15",
+ "receivedDate": "2013-12-22",
+ "uploadedDate": "2019-07-04",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "5fe81f81-c3ec-423b-93a0-e8bb843b9ce8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "fa58f235-3d92-4440-bad8-bfa1ced22075",
+ "siteRegistry": true,
+ "documentDate": "2019-12-22",
+ "receivedDate": "2014-11-08",
+ "uploadedDate": "2014-12-12",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "cee9be23-96bb-4df5-b5b1-d5e881ad4af1",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "865ff822-52d0-46b5-931f-73738dd5ac95",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "995911b9-908c-4422-be6e-7a9a1d808aa8",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-01-17 (described on Site Profile dated 2016-01-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "4b3fd109-4206-4899-9320-9ae94d6071ca",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-08-05 (described on Site Profile dated 2018-08-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "3fc4d941-a94d-4a7b-a7a1-fda16366b657",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-09-12 (described on Site Profile dated 2014-09-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "921848bd-399e-4a52-b0dd-1741e45b1596",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-07-31 (described on Site Profile dated 2022-07-31)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "cf48b25b-bab2-45a5-9b72-1e166527b682",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-06-01 (described on Site Profile dated 2016-06-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "eb5dadda-63c4-4596-8b41-38da6ae76196",
+ "siteRegistry": false,
+ "dateNoted": "2020-03-19",
+ "parcelID": "17116",
+ "crownLandUsePIN": "16547",
+ "crownLandFileNumber": "18248",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 3 DISTRICT LOT 1 PLAN 5854"
+ },
+ {
+ "uuid": "3b2093b0-a64e-4777-8a9a-b7edf58bed70",
+ "siteRegistry": true,
+ "dateNoted": "2022-05-05",
+ "parcelID": "17768",
+ "crownLandUsePIN": "18606",
+ "crownLandFileNumber": "17773",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 4 DISTRICT LOT 2 PLAN 6217"
+ },
+ {
+ "uuid": "d95d4933-3289-4b2f-a715-48a82f1d2660",
+ "siteRegistry": true,
+ "dateNoted": "2014-10-20",
+ "parcelID": "19644",
+ "crownLandUsePIN": "15579",
+ "crownLandFileNumber": "16636",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 1 DISTRICT LOT 2 PLAN 5345"
+ },
+ {
+ "uuid": "ffa6dc51-f798-48e7-bd7a-2db37d7fc446",
+ "siteRegistry": false,
+ "dateNoted": "2020-09-28",
+ "parcelID": "19200",
+ "crownLandUsePIN": "17728",
+ "crownLandFileNumber": "17991",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 4 DISTRICT LOT 1 PLAN 6720"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "27e3f521-40b0-4c0f-850f-37706c19f8af",
+ "siteRegistry": true,
+ "dateReceived": "2022-03-09",
+ "dateCompleted": "2019-05-05",
+ "dateEntered": "2023-10-02",
+ "dateRegistrar": "2019-02-07",
+ "dateLocalAuthorityReceived": "2015-03-12",
+ "summary": "Dolores repellendus at quae tenetur perferendis ex illum.\nUnde ad magni facilis perspiciatis veritatis sapiente eligendi ex sunt.\nNumquam praesentium rerum repudiandae tempora officiis fugiat quaerat temporibus veritatis.",
+ "informationUsed": "Perferendis quidem delectus dolorem quam sint illo.\nLaboriosam ipsum accusantium.\nConsequuntur quod numquam nisi ipsum dolore vel.\nLaudantium soluta laboriosam harum debitis ullam maxime voluptatibus dolorum.\nNihil porro iure non possimus dolor suscipit.",
+ "pastOrPresentOrders": "Aliquam distinctio a tempora quae a occaecati dolorem excepturi.\nDignissimos laborum beatae cupiditate libero.\nRatione sapiente quia modi earum nesciunt sunt veniam quis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e2d680fd-a2b2-42be-b0e9-a316c1de4704",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "318edb95-0480-4741-aaec-b915d338b9d2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f52b24c5-c705-4566-ad29-78b152547675",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0a477f32-2d31-40d4-bf74-77f1d08da434",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "ae0ec872-d837-4eeb-ac97-456d3c2eb80e",
+ "siteRegistry": false,
+ "dateReceived": "2017-01-01",
+ "dateCompleted": "2016-07-08",
+ "dateEntered": "2021-03-07",
+ "dateRegistrar": "2018-07-15",
+ "dateLocalAuthorityReceived": "2019-11-30",
+ "summary": "Maxime nisi deleniti quam incidunt libero at.\nVoluptates quaerat ad error.\nNatus excepturi voluptatum.",
+ "informationUsed": "Velit suscipit fuga.\nTotam quibusdam commodi quasi cum autem illum.\nLibero sint repellat officiis.",
+ "pastOrPresentOrders": "Repudiandae ab laboriosam molestiae nulla.\nAutem nobis dolorem facilis eveniet rerum assumenda accusantium iste quia.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "1cd97f9e-6393-4921-8b38-654ade6c95cc",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5f6c4104-606e-49df-9270-a0f7e3a9378a",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bc63be28-84ef-4004-9be7-27850520e146",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "ef8524f9-2015-4f37-95a3-282b044976b0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "QUIGLEY CLARE",
+ "timestamp": "2022-02-17"
+ },
+ {
+ "uuid": "430d09f3-cd00-4cde-9ec9-871f31633be4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JERDE WINNIFRED",
+ "timestamp": "2019-07-06"
+ },
+ {
+ "uuid": "a0386927-49d1-4d4a-90f3-380ae03facfa",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CORWIN LINDSEY",
+ "timestamp": "2023-01-15"
+ },
+ {
+ "uuid": "d74f825e-5c47-47b8-a859-53159ab8081d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERGNAUM MYLENE",
+ "timestamp": "2023-01-02"
+ },
+ {
+ "uuid": "7f46e5f5-0aa4-41e4-b9ab-476053598024",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STARK NORBERTO",
+ "timestamp": "2023-03-15"
+ },
+ {
+ "uuid": "6102e9e1-8e2b-446f-99e4-c85126256652",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEMKE OLLIE",
+ "timestamp": "2018-12-12"
+ },
+ {
+ "uuid": "83af337c-0707-4ef9-a898-d6a35b530a66",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MARVIN ERNIE",
+ "timestamp": "2023-08-30"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "9eff9215-24d2-4280-8bba-13d52776d06a",
+ "dateNoted": "2020-06-04",
+ "notes": "",
+ "parcelID": "18867",
+ "siteID": "17476",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7acfba08-fd0d-466b-9a83-255d8103fe36",
+ "dateNoted": "2017-06-01",
+ "notes": "",
+ "parcelID": "15935",
+ "siteID": "18365",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cfe98a00-8e3c-4481-b909-3383df4fa5ab",
+ "dateNoted": "2017-08-05",
+ "notes": "",
+ "parcelID": "15929",
+ "siteID": "17141",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "aca7676d-08c5-44f4-abae-fdf9d721836f",
+ "siteID": 17582,
+ "address": "92040 Okuneva Parks",
+ "latitude": 51.1512,
+ "longitude": -135.9282,
+ "lastUpdated": "2017-01-25",
+ "city": "Huelsstad",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/1131",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6051817,
+ 3017195,
+ 9636089,
+ 2205373,
+ 7167991
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "5364a8db-7f29-4870-a928-674c56785ea1",
+ "createdAt": "2018-12-03",
+ "completed": "2021-07-01",
+ "initiated": "2015-05-12",
+ "ministryContact": "KREIGER WINONA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ede5f5ee-dc86-4782-aae5-033cd89d57c3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a40ac1fa-1068-4ece-9551-3c43d4f14c4d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a20a82db-2cde-465b-9217-eb4dc9144553",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "980f072b-a3f1-4189-8dd6-356b53bf8ec1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ec5e3aa3-a048-4829-a91f-9db998510ca9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b2b89d91-7ed4-4fe9-85ef-2f2a23eb3216",
+ "createdAt": "2017-08-30",
+ "completed": "2018-04-23",
+ "initiated": "2022-06-23",
+ "ministryContact": "HEGMANN EZRA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "18922222-b599-402b-ab05-213ea68d1207",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dc016e8a-a44d-4356-b33d-66bf8679b79e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "77e32f26-5f35-4b65-a548-2b0ae556d941",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a5b1baf8-04e9-40ee-bc81-094b25b21e97",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5589aee0-81fd-4794-9063-5e04144f30a5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "6ed1a3ea-121b-48f7-a7bd-4c6e9f276e0f",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-05-29",
+ "startDate": "2018-10-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a39c1ef9-0cec-48c7-854b-a895d1a9b09a",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-07-25",
+ "startDate": "2014-04-21",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e1b09089-9446-47b7-aad8-76b08b68c0da",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-07-03",
+ "startDate": "2018-03-10",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "a10d060c-07ae-4229-b1c7-80ca9e6d0d84",
+ "siteRegistry": false,
+ "documentDate": "2021-02-05",
+ "receivedDate": "2023-02-23",
+ "uploadedDate": "2022-02-26",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "3910910a-c341-44cf-8b32-5c70f18b936f",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "fae3db2a-c700-49bd-909a-43ddbfb1c052",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9639713a-9d22-49ba-bef6-2bbd8ccae60b",
+ "siteRegistry": false,
+ "documentDate": "2023-04-14",
+ "receivedDate": "2015-04-08",
+ "uploadedDate": "2018-06-25",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "309cc1d2-01be-4fdf-8d65-2819340015aa",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "df72038c-00c5-49f8-95dd-71f56e46eae1",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e08b600c-5565-4216-83ff-e62e652eddb8",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e9463a6a-2622-4636-aceb-fc172605f085",
+ "siteRegistry": true,
+ "documentDate": "2014-05-21",
+ "receivedDate": "2021-04-27",
+ "uploadedDate": "2021-04-14",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "2dc6882e-1401-468a-ac50-1e1a39495a58",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f5c9a055-4d02-4773-bdcd-d745e5162e95",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1abc94d0-7bbb-457f-943e-aa5fca05f1e0",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f18a94c9-8940-4cc5-a9eb-5ddcec335143",
+ "siteRegistry": true,
+ "documentDate": "2020-01-15",
+ "receivedDate": "2023-07-03",
+ "uploadedDate": "2015-11-06",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "0d2c1b08-6303-4fca-8a51-8798645bc518",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c546ada0-ee6b-4ff1-88a3-11db3fa0fa6c",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "39dbbde1-302e-4cca-a307-c4227ff4f936",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-03-13 (described on Site Profile dated 2022-03-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "0d92da5d-29a3-41cb-84bb-91128d8bd1c2",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-06-14 (described on Site Profile dated 2021-06-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "bd3c118d-5db1-4e04-83b6-fe4dc2bc5f62",
+ "siteRegistry": true,
+ "dateNoted": "2020-05-19",
+ "parcelID": "17593",
+ "crownLandUsePIN": "20268",
+ "crownLandFileNumber": "19028",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 2 DISTRICT LOT 2 PLAN 4558"
+ },
+ {
+ "uuid": "b8ec818b-aebd-46fb-9eba-e7471063869a",
+ "siteRegistry": false,
+ "dateNoted": "2017-09-06",
+ "parcelID": "18732",
+ "crownLandUsePIN": "15839",
+ "crownLandFileNumber": "20833",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 5 DISTRICT LOT 5 PLAN 3411"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "73b155b8-0a42-41a4-8269-2a6865ccf2c5",
+ "siteRegistry": true,
+ "dateReceived": "2021-05-29",
+ "dateCompleted": "2018-12-29",
+ "dateEntered": "2014-05-24",
+ "dateRegistrar": "2018-03-21",
+ "dateLocalAuthorityReceived": "2018-05-03",
+ "summary": "Ut sit assumenda quasi blanditiis ipsum quod repellendus minus.\nVoluptatum deserunt itaque occaecati ab perferendis praesentium ad.\nCulpa illum officia error ratione possimus culpa nihil at placeat.",
+ "informationUsed": "Aspernatur architecto reprehenderit.\nEveniet maiores sit iure optio eaque voluptate autem dolorem.\nTemporibus suscipit voluptatum dolorem est.",
+ "pastOrPresentOrders": "Qui in quidem assumenda odio laboriosam ea libero.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "f9253851-472b-4e3d-a979-2621d2e3335d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f28e8128-822e-4158-8458-365f91551807",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ca88210a-0cbb-45db-bbcf-3f32cec60ae8",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "45c4a65f-1143-476e-aa07-b6edceba05c2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BASHIRIAN ABBY",
+ "timestamp": "2018-07-16"
+ },
+ {
+ "uuid": "1e50c597-24c6-40ca-83e3-df2f17605b5f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GERHOLD URIEL",
+ "timestamp": "2020-07-11"
+ },
+ {
+ "uuid": "dea72c37-3637-4fd9-a84e-f869b6703ef0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAUCK ZION",
+ "timestamp": "2023-02-13"
+ },
+ {
+ "uuid": "b8b191d5-d4ee-4440-99a1-b30da2cfc1fc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOEPP FRIDA",
+ "timestamp": "2020-11-17"
+ },
+ {
+ "uuid": "ec785128-882b-4a8c-afe7-d803c31b4f6b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ERNSER ALVA",
+ "timestamp": "2020-05-05"
+ },
+ {
+ "uuid": "7855b6c4-06e2-4112-9ead-6d080e2aee45",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LITTLE AMINA",
+ "timestamp": "2018-03-31"
+ },
+ {
+ "uuid": "c4f443ab-9942-4cb6-b35b-4f2d91b62eb3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SAWAYN JABARI",
+ "timestamp": "2014-01-30"
+ },
+ {
+ "uuid": "553f260d-5b72-4dc4-a8a7-0d47c6b41b9c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ANDERSON LEONE",
+ "timestamp": "2017-10-17"
+ },
+ {
+ "uuid": "15d6d50f-53b7-4a7e-bfd2-d5650746a3f5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HINTZ MAYE",
+ "timestamp": "2021-03-15"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "88cb5250-dce3-4129-9c6b-19f4aab129c7",
+ "dateNoted": "2014-06-22",
+ "notes": "",
+ "parcelID": "18657",
+ "siteID": "16531",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7de66089-82ab-4a65-b3f4-ec12149a54e6",
+ "dateNoted": "2023-06-22",
+ "notes": "",
+ "parcelID": "18239",
+ "siteID": "15746",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "c0be4180-f0c3-4633-984b-c213a571c49f",
+ "siteID": 15746,
+ "address": "6633 Ena Row",
+ "latitude": 55.8588,
+ "longitude": -133.6322,
+ "lastUpdated": "2018-04-10",
+ "city": "North Jarrell",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/3260",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1186653,
+ 577359,
+ 7930591,
+ 9240048,
+ 992156
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "5a39b4c4-7766-4f3c-9f17-3a9bfa51f256",
+ "createdAt": "2019-10-10",
+ "completed": "2015-10-17",
+ "initiated": "2017-10-31",
+ "ministryContact": "GRIMES VINCE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4221a22a-369f-4db7-82d7-a0538be455d8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b9143652-de14-4d55-b263-befd5f027cd3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6772b39c-6a06-497c-9874-4236f1daf713",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6368b57c-48a2-41a3-a868-a46c726152fd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a9f3edea-0fe2-4798-b575-0c4886af590e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6b680901-d54f-4d1e-be48-f36f66b3fcd6",
+ "createdAt": "2019-05-15",
+ "completed": "2023-09-25",
+ "initiated": "2017-12-08",
+ "ministryContact": "REICHERT LORENZ",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "870acef5-7ce0-4f60-8e24-d89e01bcfba5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "26f1e0f0-3bbd-4d1e-abbb-b01beb746e38",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a60dd63d-8e8c-41d1-8704-736af7979709",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "a7a09fca-1efd-4332-914f-4dadd58bfd59",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-08-01",
+ "startDate": "2018-01-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5a5f17e8-fce7-494a-adb0-9bbddf6d0981",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-07-14",
+ "startDate": "2015-10-23",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "7211f9e8-0c71-40a4-b018-f45a7c9645d9",
+ "siteRegistry": true,
+ "documentDate": "2019-09-09",
+ "receivedDate": "2017-09-23",
+ "uploadedDate": "2022-10-31",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "4405fc55-357a-4568-8768-cfb10a07e9c6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "284af366-d593-488e-8a01-9eaf27c867ee",
+ "siteRegistry": false,
+ "documentDate": "2015-11-09",
+ "receivedDate": "2018-11-26",
+ "uploadedDate": "2016-09-20",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "f691deed-1c4f-45d6-a112-7a1595388c43",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "e8b24635-a55b-4ae9-b4a3-c252bb207079",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-04-02 (described on Site Profile dated 2018-04-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "fd2782b9-2cb4-4176-8a5e-eb9619a60595",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-07-18 (described on Site Profile dated 2014-07-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "c9bbe1fa-a153-4ceb-8710-148e351c7f45",
+ "siteRegistry": false,
+ "dateNoted": "2022-11-27",
+ "parcelID": "20952",
+ "crownLandUsePIN": "20310",
+ "crownLandFileNumber": "19825",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 4 DISTRICT LOT 5 PLAN 4870"
+ },
+ {
+ "uuid": "c07b3f5c-41a4-428a-a666-305d4deb9494",
+ "siteRegistry": false,
+ "dateNoted": "2017-04-01",
+ "parcelID": "15843",
+ "crownLandUsePIN": "19941",
+ "crownLandFileNumber": "19413",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 3 DISTRICT LOT 5 PLAN 4579"
+ },
+ {
+ "uuid": "da2f9c5b-181a-4443-a49b-effad0a7e9d9",
+ "siteRegistry": true,
+ "dateNoted": "2022-03-12",
+ "parcelID": "16598",
+ "crownLandUsePIN": "15771",
+ "crownLandFileNumber": "17538",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 4 DISTRICT LOT 5 PLAN 3915"
+ },
+ {
+ "uuid": "fb0d3bdc-976d-4f1c-aa7a-5e4ea0cb6e45",
+ "siteRegistry": false,
+ "dateNoted": "2014-11-14",
+ "parcelID": "17218",
+ "crownLandUsePIN": "16393",
+ "crownLandFileNumber": "16757",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 2 DISTRICT LOT 1 PLAN 4827"
+ },
+ {
+ "uuid": "22e26d3f-7c46-42df-aeca-14a915f37f0b",
+ "siteRegistry": true,
+ "dateNoted": "2019-06-14",
+ "parcelID": "19560",
+ "crownLandUsePIN": "18722",
+ "crownLandFileNumber": "20228",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 3 DISTRICT LOT 2 PLAN 7525"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "fa4ad3b5-3980-4851-8e4b-e6d12a26d163",
+ "siteRegistry": false,
+ "dateReceived": "2017-12-24",
+ "dateCompleted": "2015-01-22",
+ "dateEntered": "2020-07-08",
+ "dateRegistrar": "2017-02-04",
+ "dateLocalAuthorityReceived": "2022-07-12",
+ "summary": "Iure architecto maxime dolore maiores reiciendis.\nUt velit neque cupiditate consequatur consequatur expedita nostrum eum porro.",
+ "informationUsed": "Similique nobis praesentium asperiores natus numquam saepe minima quaerat recusandae.\nAd similique nobis excepturi labore eveniet.\nAutem voluptatibus ea recusandae officiis aliquid expedita perspiciatis error.\nVel facere facere asperiores sequi consequuntur officia voluptas consequatur.\nMaiores excepturi quisquam minima.",
+ "pastOrPresentOrders": "Rem temporibus ad adipisci architecto amet praesentium tenetur dolore.\nEos itaque aliquam eligendi accusantium.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b1e86a20-0431-474b-9a09-1b194954174e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "32a855de-175e-4f58-bea9-444aca55a850",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "3cc94c6e-b948-426d-92c6-fd00efb7c950",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAILEY SAMARA",
+ "timestamp": "2018-12-24"
+ },
+ {
+ "uuid": "548e39dd-f7d3-4e84-ad35-a60ef75fcf87",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEHNER PASCALE",
+ "timestamp": "2019-02-13"
+ },
+ {
+ "uuid": "dfedc39f-4796-4ec5-a9f4-318da9b308f3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OLSON ALI",
+ "timestamp": "2016-07-09"
+ },
+ {
+ "uuid": "7f85f2d1-bea1-4800-95e7-570d5cb8b360",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KEMMER JANIE",
+ "timestamp": "2022-03-11"
+ },
+ {
+ "uuid": "275ecaa6-d18a-47c8-81e6-15c6ed6c376a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TORPHY-KOELPIN ELOISA",
+ "timestamp": "2016-05-20"
+ },
+ {
+ "uuid": "1ba9dbac-ca12-418d-92b4-282126f5a392",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "QUITZON GERMAINE",
+ "timestamp": "2021-08-28"
+ },
+ {
+ "uuid": "3e26aa30-f21a-40a3-b34c-94c68ad4739b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAUCK GREG",
+ "timestamp": "2020-03-08"
+ },
+ {
+ "uuid": "fa2810bb-8f0d-4a9b-96c2-1fabb1d60a91",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROWE MAGDALEN",
+ "timestamp": "2018-07-13"
+ },
+ {
+ "uuid": "17fb9d6f-4eba-4153-8b79-0e4d60790889",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CROOKS MAIA",
+ "timestamp": "2015-10-08"
+ },
+ {
+ "uuid": "b1b58a2b-905c-4fe7-9dff-1beab8d75a6e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILDERMAN KIRSTIN",
+ "timestamp": "2019-02-26"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "7cc1f473-4f55-49a8-8b52-5511bb363e34",
+ "dateNoted": "2020-07-29",
+ "notes": "",
+ "parcelID": "20753",
+ "siteID": "15561",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f2604637-f9e9-4d2b-baad-9463d59d3ce2",
+ "dateNoted": "2022-12-15",
+ "notes": "",
+ "parcelID": "19563",
+ "siteID": "17326",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "7656d0fe-f877-41ae-8c38-80df3c9b907b",
+ "siteID": 20237,
+ "address": "2314 O'Keefe Trace",
+ "latitude": 50.5291,
+ "longitude": -132.0835,
+ "lastUpdated": "2014-06-06",
+ "city": "Haltom City",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/14392",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1758631,
+ 9751579,
+ 7254179,
+ 7428992,
+ 3877636
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "1de36016-c5c3-4e2c-b0dd-54c5511fb7c0",
+ "createdAt": "2022-11-14",
+ "completed": "2014-06-12",
+ "initiated": "2016-02-20",
+ "ministryContact": "FAHEY EZEQUIEL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4809e542-ea35-4bb1-aca4-c4a6d015dedc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9cc9e4b9-a3d4-44f5-818f-0f305c962f9e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6e5789bb-8d51-4fb9-ae7b-e02f7102d9bb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "260a86c1-34a7-4c98-bd51-9c302995fe66",
+ "createdAt": "2016-02-12",
+ "completed": "2019-04-23",
+ "initiated": "2018-09-04",
+ "ministryContact": "VONRUEDEN AMANI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f3984002-cbff-42d5-95ff-1e1cd7265d71",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b7a087ae-33d9-40b8-b009-cbb1b052b9a0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5423c32a-d5b9-427e-83ec-c9e462b1c4d9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "246a761b-6bd1-42a7-ac37-7c60e759c2a0",
+ "createdAt": "2013-12-01",
+ "completed": "2016-09-13",
+ "initiated": "2018-09-24",
+ "ministryContact": "WISOZK-LITTEL CESAR",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "0d3d366d-200c-4cd6-a621-bdd8ebce1c49",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bb1e0b3b-4376-4bd3-9849-315cab5e9607",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c1e268e7-4c1d-4524-82f5-0e279805e4a6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d718c560-3648-4f6f-8191-064bb4eb21d1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "375759eb-ff41-4c17-aeee-52c3e11bc962",
+ "createdAt": "2022-12-02",
+ "completed": "2017-05-31",
+ "initiated": "2023-04-15",
+ "ministryContact": "MITCHELL CHADD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "0a8b4b73-0912-4937-854c-fc03143a9898",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fcf825cf-b7c1-4bbe-9268-bf0716f5eb74",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1e33c786-e532-4f21-aafe-23f011a0a72e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8c961625-2255-4bb9-8256-7b5b18b1a729",
+ "createdAt": "2021-10-20",
+ "completed": "2017-02-16",
+ "initiated": "2016-06-16",
+ "ministryContact": "ZULAUF CHRISTIAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ababd2ae-4c9b-4616-99f0-c72be4984cd7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "07699aac-0c46-4467-9904-d8c40182cb2a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "24bbbf08-692e-460c-85da-390a179f8ac9",
+ "name": "IPSUM",
+ "endDate": "2017-08-22",
+ "startDate": "2021-04-10",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3b8085cf-e888-4acc-8eb8-4efed5783c72",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-03-18",
+ "startDate": "2021-01-02",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "bdda69d3-83e0-487c-b025-4f4186317949",
+ "siteRegistry": true,
+ "documentDate": "2017-02-08",
+ "receivedDate": "2016-05-21",
+ "uploadedDate": "2017-05-10",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "4a93505b-3ddf-46da-b404-f8f1a5336854",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9058ca3e-7621-44ad-bafa-c1726eb0c8d1",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4505a339-f5ce-4b65-bb12-04238a691da8",
+ "siteRegistry": false,
+ "documentDate": "2023-03-16",
+ "receivedDate": "2018-04-18",
+ "uploadedDate": "2015-09-10",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "2c512ad9-ac26-4ae1-a9f4-d6b1c4abd980",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2ca118bc-d98e-4e38-b845-4b82799a6813",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "73daf946-0575-45d8-9bee-abbc0d6111bd",
+ "siteRegistry": true,
+ "documentDate": "2016-04-13",
+ "receivedDate": "2019-07-23",
+ "uploadedDate": "2020-03-16",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "dfeeb52e-5189-40bd-ad7f-93ba4bbadd0a",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e7742d0e-e378-4a34-9a1e-e55959c1e70c",
+ "siteRegistry": false,
+ "documentDate": "2020-04-15",
+ "receivedDate": "2023-08-16",
+ "uploadedDate": "2018-04-28",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "f4cec5ff-f38a-4435-97aa-e28790bac67c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d9943fc1-e9fb-4adb-b6fd-3803978c9fd7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e047919d-7586-4f2f-891c-cdf5baade63b",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "061ec4f8-5e9d-4df7-bf0a-fc202a3d8d4b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-01-06 (described on Site Profile dated 2021-01-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "db6d2a11-0971-49da-8685-2e6c3003b727",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-03-22 (described on Site Profile dated 2014-03-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "3a8629c2-5594-42c0-ae72-14f098e254de",
+ "siteRegistry": true,
+ "dateNoted": "2019-05-23",
+ "parcelID": "16385",
+ "crownLandUsePIN": "17964",
+ "crownLandFileNumber": "20716",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 4 DISTRICT LOT 5 PLAN 6168"
+ },
+ {
+ "uuid": "8d1700b0-e81e-481c-b055-8efda3dcc361",
+ "siteRegistry": true,
+ "dateNoted": "2016-08-03",
+ "parcelID": "17315",
+ "crownLandUsePIN": "19244",
+ "crownLandFileNumber": "15217",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 3 DISTRICT LOT 5 PLAN 4577"
+ },
+ {
+ "uuid": "52c5e8d9-42ac-4bf7-bc9b-b229395d62a6",
+ "siteRegistry": false,
+ "dateNoted": "2023-01-22",
+ "parcelID": "18473",
+ "crownLandUsePIN": "20069",
+ "crownLandFileNumber": "20752",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 3 DISTRICT LOT 2 PLAN 3156"
+ },
+ {
+ "uuid": "897d398e-5ee9-4773-8576-1edbc00e94f2",
+ "siteRegistry": true,
+ "dateNoted": "2021-09-20",
+ "parcelID": "16941",
+ "crownLandUsePIN": "16068",
+ "crownLandFileNumber": "18327",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 2 DISTRICT LOT 2 PLAN 3835"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "bb622efd-c33f-4e3b-98b2-6af55cc66bb6",
+ "siteRegistry": true,
+ "dateReceived": "2019-05-25",
+ "dateCompleted": "2018-08-23",
+ "dateEntered": "2020-09-19",
+ "dateRegistrar": "2020-05-22",
+ "dateLocalAuthorityReceived": "2013-12-19",
+ "summary": "Quos commodi dolor unde.\nQuos accusantium blanditiis aspernatur.\nEaque nostrum nam provident placeat nam laborum dignissimos sequi.",
+ "informationUsed": "Illo fugiat recusandae.\nVoluptatem et voluptate aspernatur odio.\nNeque deleniti ipsum numquam omnis.",
+ "pastOrPresentOrders": "Non atque dicta sunt dolorem nulla voluptate.\nOdio a facilis quisquam ducimus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "0e750d45-eedd-44e6-bf12-96b15525ee22",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e1ba0475-d926-477b-bac6-aad7745040b4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "0a8a7f12-6df2-49eb-aeef-71d7f67606c3",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HACKETT-LOWE JEFFREY",
+ "timestamp": "2019-04-24"
+ },
+ {
+ "uuid": "2dc1858f-7145-478e-948a-7725dac41382",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WOLF ABIGAYLE",
+ "timestamp": "2015-04-02"
+ },
+ {
+ "uuid": "e294f967-de8d-4ecb-a0f5-123783f4f138",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OLSON LEVI",
+ "timestamp": "2022-09-11"
+ },
+ {
+ "uuid": "bad2ccbb-2ca7-4154-a080-cea6f4225456",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUTCH AIDEN",
+ "timestamp": "2018-09-02"
+ },
+ {
+ "uuid": "8b4b53da-fc17-45e6-84d4-93682d81be01",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHULIST MALVINA",
+ "timestamp": "2017-02-18"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "d1e48b89-9372-4fcc-972d-08af5ea2f257",
+ "dateNoted": "2014-01-02",
+ "notes": "",
+ "parcelID": "18563",
+ "siteID": "19065",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6ec65bf2-6fcd-4a02-9db0-af7982e6e564",
+ "dateNoted": "2020-01-12",
+ "notes": "",
+ "parcelID": "18629",
+ "siteID": "16579",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a7ee62ea-1241-4168-a855-437ca8f80932",
+ "dateNoted": "2022-11-16",
+ "notes": "",
+ "parcelID": "17582",
+ "siteID": "20261",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "8b2ac8ee-0902-4057-b6c9-769532d083c0",
+ "siteID": 20859,
+ "address": "38048 Schroeder Valley",
+ "latitude": 52.0378,
+ "longitude": -138.2318,
+ "lastUpdated": "2023-10-16",
+ "city": "Waldorf",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/3350",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 6317452,
+ 3806048,
+ 745199,
+ 7753365,
+ 249802
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "1a696d50-c729-4e16-b5f7-b3168af869b0",
+ "createdAt": "2018-10-12",
+ "completed": "2018-07-17",
+ "initiated": "2018-09-27",
+ "ministryContact": "MILLER MONSERRAT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "42db3703-2752-4fa9-8165-ee0a524c220c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "746643bc-b717-41d9-b8a6-6f6b60e49c9d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "59488de3-1fc3-42f3-840f-97c22357df41",
+ "createdAt": "2016-04-30",
+ "completed": "2016-02-18",
+ "initiated": "2018-03-18",
+ "ministryContact": "MOEN WALLACE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9140ef94-b377-42fb-aafa-03a32ac8ad3c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b630b2cd-26cc-4727-9b1c-de847c379271",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ebf041b9-fba5-4531-9cba-e1c1912c2e8a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e7ee54e9-e22e-4036-8950-88258486211b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "576d9ca3-9dc1-4387-a9b9-aa86c3671be8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9b9f5b9b-d541-4fc0-a48c-12d5cbd15fd4",
+ "createdAt": "2022-10-20",
+ "completed": "2020-07-26",
+ "initiated": "2022-02-24",
+ "ministryContact": "HARBER KATHERYN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "efc8f3e6-8840-4a2e-8044-82477130ca5b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9e75cba4-eadd-4214-9994-37c4bf065bcb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "81c4761e-0532-4586-8a34-826348648178",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5fde2ff4-37d6-4634-9e22-d7ba015de862",
+ "createdAt": "2017-03-28",
+ "completed": "2020-12-05",
+ "initiated": "2014-11-07",
+ "ministryContact": "SCHOWALTER ALEXANNE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c9f71a62-c0a6-4290-a766-364356a633be",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "047b4849-a257-4a0b-89de-b96a0652bea5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "23515e11-0df8-4556-aa39-442c904032a1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e2d3bd25-2465-48b6-8040-a9d4e6b3bc6d",
+ "createdAt": "2015-02-10",
+ "completed": "2021-01-25",
+ "initiated": "2022-07-06",
+ "ministryContact": "SIPES MOLLY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c361dca9-16f8-449f-a291-3dbd512c3386",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "71afbe41-3633-4744-ad50-9945f4107af6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "21ef1751-ab89-4102-afb7-55d715967e2c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "1a6642da-780d-4e01-b80a-a08b33689d6d",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-04-26",
+ "startDate": "2015-04-14",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "81a598bc-ab6a-4106-8023-a61505728660",
+ "name": "IPSUM",
+ "endDate": "2019-01-27",
+ "startDate": "2014-07-12",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c350b9a9-160d-43ed-96eb-122ae4ff0766",
+ "name": "IPSUM",
+ "endDate": "2018-02-18",
+ "startDate": "2019-08-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "318a9229-7631-4e8b-bab7-41ba5f28c451",
+ "name": "IPSUM",
+ "endDate": "2019-07-27",
+ "startDate": "2016-08-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e211173b-19dc-4608-bd28-af4d9d02c424",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-12-31",
+ "startDate": "2014-04-20",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "5688aab7-e52d-4369-9a44-da1b95e09369",
+ "siteRegistry": false,
+ "documentDate": "2022-08-01",
+ "receivedDate": "2022-02-26",
+ "uploadedDate": "2020-11-03",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "58fe85ed-a4de-4a71-aa1a-a0a78cfdfceb",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "740af44f-9846-4111-88f2-eb40fe0679c9",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e88c3faf-2492-48d9-b86e-7a04d964b755",
+ "siteRegistry": false,
+ "documentDate": "2018-11-20",
+ "receivedDate": "2020-02-11",
+ "uploadedDate": "2018-08-25",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "fecde8e8-0dad-46e8-a39f-907e604d76f2",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e43021c2-5624-4730-85a8-de23da98777c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "dadb5595-5768-439c-8c1d-f5256a9668c5",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-04-08 (described on Site Profile dated 2015-04-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "221503f3-e2ab-4ffa-be92-45746897a3b5",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-04-13 (described on Site Profile dated 2020-04-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "a1ddcc8e-a3df-42e0-ae42-f95442917df8",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-07-06 (described on Site Profile dated 2014-07-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "8e7ce919-0161-41b0-9ba6-7297e66fa06d",
+ "siteRegistry": true,
+ "dateNoted": "2019-03-28",
+ "parcelID": "19582",
+ "crownLandUsePIN": "19774",
+ "crownLandFileNumber": "17952",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 4 DISTRICT LOT 4 PLAN 7437"
+ },
+ {
+ "uuid": "38cf2661-4162-4890-9e5a-257ec8877e41",
+ "siteRegistry": true,
+ "dateNoted": "2016-12-12",
+ "parcelID": "18507",
+ "crownLandUsePIN": "16127",
+ "crownLandFileNumber": "16275",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 4 DISTRICT LOT 1 PLAN 9240"
+ },
+ {
+ "uuid": "e6bcb338-2a32-466d-afe8-7365897257b4",
+ "siteRegistry": false,
+ "dateNoted": "2017-09-01",
+ "parcelID": "17835",
+ "crownLandUsePIN": "17833",
+ "crownLandFileNumber": "15294",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 4 DISTRICT LOT 5 PLAN 5613"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "dc5b4ecd-8632-49f5-960a-3f4caf7a518d",
+ "siteRegistry": true,
+ "dateReceived": "2017-03-28",
+ "dateCompleted": "2016-04-27",
+ "dateEntered": "2015-10-10",
+ "dateRegistrar": "2014-01-07",
+ "dateLocalAuthorityReceived": "2016-04-24",
+ "summary": "Dolorem eum explicabo consectetur officia ratione autem.\nIste excepturi vero similique.",
+ "informationUsed": "Laboriosam sapiente sunt ipsum dolore nulla harum illum.\nTempora error quod possimus.\nDeleniti explicabo debitis dignissimos.\nIllo architecto voluptatibus.",
+ "pastOrPresentOrders": "Inventore commodi expedita.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "66222237-3dac-4f99-bba8-2ec36d7244b1",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3481ae44-d658-4e68-a8b3-c015c0bce570",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c94a72e1-fa5b-453b-bbcd-5c7a85bf87db",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3cd7233f-347d-4718-b53e-cc30e9334375",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "346daebf-8958-4502-bdad-044b4dcc6a17",
+ "siteRegistry": true,
+ "dateReceived": "2018-06-03",
+ "dateCompleted": "2020-03-08",
+ "dateEntered": "2015-06-16",
+ "dateRegistrar": "2019-02-05",
+ "dateLocalAuthorityReceived": "2016-04-08",
+ "summary": "Ipsum nisi aperiam dolor quas.",
+ "informationUsed": "Ipsam tenetur incidunt odio nemo molestiae nesciunt earum consequuntur dolorum.\nMagni minus et.\nFugiat dicta harum magnam repellendus error nulla iste placeat.",
+ "pastOrPresentOrders": "Eligendi fugit laborum voluptatem similique perferendis nobis.\nOccaecati dignissimos culpa fugiat libero tempora labore.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "22645061-64b6-4db6-82eb-7e329c03d9c1",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e5766742-0981-4a07-9c30-8b56ff8d7442",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "52a8bc0f-2b84-4324-bf2b-042102f55e4c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "bec38c23-1d91-44fd-92c2-e8bc123f5fb1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OSINSKI REECE",
+ "timestamp": "2016-03-18"
+ },
+ {
+ "uuid": "1d3a2af3-3e51-437d-952f-060f409315a6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PFEFFER MARIAN",
+ "timestamp": "2019-06-15"
+ },
+ {
+ "uuid": "0fb32044-5814-47d1-8bb9-ca0eec8817d5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STAMM WILMER",
+ "timestamp": "2013-12-04"
+ },
+ {
+ "uuid": "1fa37881-a040-4144-9ed2-7fa386712343",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "YUNDT MARGARETTE",
+ "timestamp": "2018-12-25"
+ },
+ {
+ "uuid": "bd10ef09-0efb-41b9-8018-a9ac9cd94ece",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KERLUKE CELESTINO",
+ "timestamp": "2016-10-02"
+ },
+ {
+ "uuid": "33a18067-3df1-42aa-92ba-8eaae0b27556",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BECHTELAR MARIAN",
+ "timestamp": "2020-11-01"
+ },
+ {
+ "uuid": "685a3e02-db82-4ae1-9d65-3b44c02dc757",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SHIELDS DASHAWN",
+ "timestamp": "2013-12-06"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "7cf1dd1b-784e-4bbe-baed-fa276f35bbca",
+ "dateNoted": "2021-11-24",
+ "notes": "",
+ "parcelID": "16296",
+ "siteID": "20718",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ca86f18d-e2ca-4f43-a0df-23ccaa87b1b5",
+ "dateNoted": "2017-11-09",
+ "notes": "",
+ "parcelID": "19549",
+ "siteID": "17443",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3032b735-4fdd-47c5-bcc7-7a2cdfc03682",
+ "dateNoted": "2019-10-21",
+ "notes": "",
+ "parcelID": "20345",
+ "siteID": "16871",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "7cbf5c92-2e06-4fd1-a093-ed539f0e3f64",
+ "siteID": 18981,
+ "address": "8122 Javon Coves",
+ "latitude": 55.2518,
+ "longitude": -126.6339,
+ "lastUpdated": "2020-09-03",
+ "city": "Miami Beach",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/11227",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7943970,
+ 8403799,
+ 1782380,
+ 874093,
+ 4591597
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "dba87067-8cd2-4377-836f-a3ababa239a5",
+ "createdAt": "2022-08-05",
+ "completed": "2020-05-27",
+ "initiated": "2016-10-29",
+ "ministryContact": "MRAZ RAFAELA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c38d657d-8592-418a-8e5f-66cbf2dc4b2b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "520292b9-bd2b-45d5-b586-0e661cd8493c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fbb490d6-5e55-4988-963e-04b55559381b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e2bdcd09-2785-476d-b7ac-76130132152c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9614d106-9bc9-43ff-a157-d30ac80a1836",
+ "createdAt": "2014-05-30",
+ "completed": "2022-12-28",
+ "initiated": "2019-08-28",
+ "ministryContact": "MACEJKOVIC SCOT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "0b3aba76-c224-402f-8340-e808f6cab7e4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "65f243e3-0090-4993-8a9d-ed4db7e7379d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3625915c-12cd-4b7f-a4e8-983efdb7fec9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "aac1baec-d493-47a8-aeab-f2b7fc17212b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "59afdd1b-14b6-4b46-9c70-282923ce1039",
+ "createdAt": "2018-08-22",
+ "completed": "2016-08-18",
+ "initiated": "2017-02-21",
+ "ministryContact": "HOPPE MEGGIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8316f438-72f3-4d38-80a5-5f069ef52a81",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "587a1d35-1fbc-4369-bec4-c7f318712341",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "44159f1f-dab2-451d-b923-f826bfbacb7f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "6c6e2972-e89d-43db-bd71-fd42fcdd7e88",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-10-29",
+ "startDate": "2018-10-06",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "57c5fdb0-25ed-46a5-86ec-14204c678e6f",
+ "name": "IPSUM",
+ "endDate": "2014-08-31",
+ "startDate": "2023-07-31",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2821db09-e365-44b9-abb0-45b4f7ad5be7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-10-11",
+ "startDate": "2018-03-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b9d4203a-1383-450d-aec0-89584749c2f5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-07-06",
+ "startDate": "2016-12-01",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c1d50d8e-696e-43cf-b824-817e715aeef1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-09-30",
+ "startDate": "2020-12-02",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "8c2ce2f1-bf12-49ae-98a4-bd7eb3cda18b",
+ "siteRegistry": false,
+ "documentDate": "2021-09-12",
+ "receivedDate": "2023-06-10",
+ "uploadedDate": "2017-07-02",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "84ae58b3-a2fa-4d0b-965e-55568f118589",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a698a535-e122-4102-85e3-8e215d82bc8f",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "985199d8-839a-417f-80e4-45e2d3bd13e8",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "33a600b3-3633-4f75-a500-d045badfd773",
+ "siteRegistry": false,
+ "documentDate": "2021-05-03",
+ "receivedDate": "2023-10-09",
+ "uploadedDate": "2017-05-25",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "cac0ca23-51db-40ac-903e-b7d8bd487261",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "3ff55d6f-c235-4c70-9c67-f7e0e561e61b",
+ "siteRegistry": true,
+ "documentDate": "2016-10-16",
+ "receivedDate": "2021-07-31",
+ "uploadedDate": "2020-05-16",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "c42bc439-4095-4939-b3fe-6e0dc8809b99",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "db21f266-46f9-42cb-b12d-077676c1d146",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-04-21 (described on Site Profile dated 2015-04-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "c75ec179-34d3-4f3f-a13a-407df8f53fa6",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-11-24 (described on Site Profile dated 2018-11-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "e6e61723-4974-4602-9b5d-77406cb2c989",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-12-26 (described on Site Profile dated 2013-12-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "67d2f071-cfa6-4a38-8812-3f40397b0a88",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-05-10 (described on Site Profile dated 2020-05-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "49c50b44-7a02-4fc6-b451-ab6af9776925",
+ "siteRegistry": false,
+ "dateNoted": "2016-04-17",
+ "parcelID": "16191",
+ "crownLandUsePIN": "20134",
+ "crownLandFileNumber": "17158",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 4 DISTRICT LOT 3 PLAN 8175"
+ },
+ {
+ "uuid": "c5317fda-53fe-4d67-8918-929b28455b2e",
+ "siteRegistry": false,
+ "dateNoted": "2015-12-29",
+ "parcelID": "16521",
+ "crownLandUsePIN": "15488",
+ "crownLandFileNumber": "18717",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 1 DISTRICT LOT 4 PLAN 7119"
+ },
+ {
+ "uuid": "82ec0fb7-715a-45bb-a9b4-14709b700326",
+ "siteRegistry": true,
+ "dateNoted": "2013-12-24",
+ "parcelID": "15944",
+ "crownLandUsePIN": "15549",
+ "crownLandFileNumber": "16163",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 5 DISTRICT LOT 2 PLAN 5720"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "6cb13918-70a2-4ec6-a712-59412a9665ed",
+ "siteRegistry": false,
+ "dateReceived": "2016-07-01",
+ "dateCompleted": "2014-02-14",
+ "dateEntered": "2016-04-07",
+ "dateRegistrar": "2014-12-31",
+ "dateLocalAuthorityReceived": "2017-12-19",
+ "summary": "A velit praesentium.\nInventore necessitatibus reiciendis dolorem vitae officiis est beatae.",
+ "informationUsed": "Omnis accusantium provident autem distinctio repudiandae voluptatum sapiente porro.\nNatus cum perspiciatis assumenda.\nQuis quaerat laboriosam excepturi assumenda sint nam.\nIllum magnam quia aperiam.",
+ "pastOrPresentOrders": "Possimus fugiat praesentium laboriosam molestias fuga velit.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "04c20985-6b7c-4635-913b-eb26692eacc5",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "132b1ace-0f28-427c-a8f4-195d732cb246",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cccb451c-27da-4dd2-8c1f-27e4ad64b813",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "50311e26-778f-471a-a837-fe84ab5c8d75",
+ "siteRegistry": true,
+ "dateReceived": "2017-11-30",
+ "dateCompleted": "2018-02-08",
+ "dateEntered": "2016-10-20",
+ "dateRegistrar": "2015-11-13",
+ "dateLocalAuthorityReceived": "2014-11-04",
+ "summary": "Ducimus id quidem suscipit reiciendis commodi sed corrupti at iure.",
+ "informationUsed": "Eaque optio in quia recusandae consectetur magnam quae.\nIpsam dolorum cumque laudantium.\nExcepturi harum saepe quod dolor.",
+ "pastOrPresentOrders": "Nostrum repudiandae debitis deleniti accusantium qui odio adipisci repellat provident.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "90a1e986-fb72-4627-a2a9-698e1e062dca",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1f5b2a89-97b0-4454-84cf-d2362d057fc8",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "edb26292-417c-4637-8a04-2d062ad15099",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "599cdada-984f-4d86-b5b2-91e392d1904c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HARTMANN ANNABEL",
+ "timestamp": "2013-10-31"
+ },
+ {
+ "uuid": "839cf1d1-7253-47f8-95b7-57afdcfafbcf",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUHLMAN ADRIEL",
+ "timestamp": "2023-07-12"
+ },
+ {
+ "uuid": "c5c5ec0f-1c9a-4285-8c08-cd07c8e86dba",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOVACEK WEBSTER",
+ "timestamp": "2021-03-13"
+ },
+ {
+ "uuid": "05da7bf6-7e48-4c56-9118-96b34d7bddea",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HYATT AMANDA",
+ "timestamp": "2013-12-12"
+ },
+ {
+ "uuid": "10e27c9e-65bb-4716-841f-9f1a9994e4c0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROSENBAUM JOSIAH",
+ "timestamp": "2014-08-14"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "481f7e09-88a0-4a51-a048-190ec129dc78",
+ "dateNoted": "2017-06-02",
+ "notes": "",
+ "parcelID": "17382",
+ "siteID": "20625",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "beb37395-9fdb-4aa7-ae5f-7a3c29beabf9",
+ "dateNoted": "2021-08-30",
+ "notes": "",
+ "parcelID": "16423",
+ "siteID": "19449",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "308b4819-8f61-4038-afd5-694143aab4d1",
+ "siteID": 19389,
+ "address": "8302 Streich Rapid",
+ "latitude": 52.1603,
+ "longitude": -126.8691,
+ "lastUpdated": "2022-08-25",
+ "city": "East Wilson",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/8601",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 2283084,
+ 6164443,
+ 2976793,
+ 4249570,
+ 5825148
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "3783c572-ec21-4d7f-ad0e-41c6684df7d8",
+ "createdAt": "2015-04-25",
+ "completed": "2022-03-17",
+ "initiated": "2022-01-25",
+ "ministryContact": "HERMISTON-KLING JANAE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "dc2acd0f-dcee-4b4a-9bfe-8ea96774ebeb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "da9cd6d8-28c5-4dbc-97ef-334930f9c32a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f95b503e-1eef-4d8d-8337-f51f0496ead7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6e1791cc-c334-4a43-a1ff-8dd65994ece4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c79990c4-70d6-4bb3-9f6d-b3a5035e5d14",
+ "createdAt": "2013-11-23",
+ "completed": "2018-01-22",
+ "initiated": "2023-05-21",
+ "ministryContact": "WUCKERT-O'CONNELL NICO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7da746b8-002d-444f-853d-6ecce8221bd2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cd9d97c2-3306-460a-b136-ad95fcbe761c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "00c55089-1dee-4b89-9cf7-14eeb38e9aeb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "94644319-4331-48f7-a0bf-8835887e8f4b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9e071c0b-ba8e-4fe6-8c35-ea150d8b1545",
+ "createdAt": "2020-05-23",
+ "completed": "2014-07-10",
+ "initiated": "2017-10-11",
+ "ministryContact": "KREIGER KURT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1019b4cd-b1ef-4cf5-9bf8-e6898dd137a2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b7d30f85-b45f-4a62-a388-c3cad1e8b4a2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "39fe87ae-d3ae-4008-81fb-168fee104e65",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a02866f4-59c3-459a-ba3f-c8fada90a6ad",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c09b8617-8b20-465c-a533-40838d6a69c7",
+ "createdAt": "2017-07-31",
+ "completed": "2023-02-04",
+ "initiated": "2021-03-11",
+ "ministryContact": "STARK MERRITT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7794e9d0-9b0c-4146-9ddf-8b6e848cab9c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d2b74fc4-d6ce-4b73-b100-9420ad7687e2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "03f1b8e7-9774-4337-bd0e-5aac3298b681",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f9c809a7-c484-4be6-952e-c3ded6a9afac",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "40902b26-2af5-4104-b857-76e155e2e197",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "968457c7-d75a-436a-a9a5-62ef5a4fefce",
+ "name": "IPSUM",
+ "endDate": "2023-01-10",
+ "startDate": "2014-04-02",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "33f9164d-68fd-457f-8b0f-fc502f9cf37d",
+ "name": "IPSUM",
+ "endDate": "2016-04-12",
+ "startDate": "2022-01-04",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6134cc27-e343-454a-98bd-b8360c2ed059",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2017-07-24",
+ "startDate": "2020-09-01",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "1cd11247-0099-4c81-a144-33bca8583884",
+ "siteRegistry": false,
+ "documentDate": "2022-10-14",
+ "receivedDate": "2016-06-05",
+ "uploadedDate": "2022-04-12",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "40df6a63-ea91-4138-aa87-ec05e3ba587c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "bb02a68f-f1af-431e-be36-f6ab8b30173f",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "34e79db0-cfd4-48ae-9d14-1be41ec62dff",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "51b1bdf2-398a-42aa-92b0-f6754862d4cb",
+ "siteRegistry": false,
+ "documentDate": "2019-07-11",
+ "receivedDate": "2023-08-10",
+ "uploadedDate": "2017-06-07",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "9108d266-a3d1-4587-98d4-8de233787d17",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "a2eca0b1-e211-4556-b3fd-1b4907864698",
+ "siteRegistry": false,
+ "documentDate": "2015-09-03",
+ "receivedDate": "2018-06-16",
+ "uploadedDate": "2020-05-07",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "717db441-f3ce-4e75-8512-753082d0da4e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "79190b2f-5bb6-41bd-a0b6-73ca8ad7c1f1",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2a4224fd-c00e-4543-935b-593ed4d9ca29",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "0dfa5af6-6aa4-4bb7-843b-24f8737392db",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-10-03 (described on Site Profile dated 2017-10-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "2d75b346-d956-4591-80d1-7cb11441e106",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-05-15 (described on Site Profile dated 2019-05-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "14f5c2c6-49a1-47f0-913a-43920f034b00",
+ "siteRegistry": true,
+ "dateNoted": "2016-04-26",
+ "parcelID": "16276",
+ "crownLandUsePIN": "17243",
+ "crownLandFileNumber": "15531",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 5 DISTRICT LOT 4 PLAN 3476"
+ },
+ {
+ "uuid": "1793c2b5-f4cf-4639-9b81-a3e928da7429",
+ "siteRegistry": true,
+ "dateNoted": "2013-12-08",
+ "parcelID": "17879",
+ "crownLandUsePIN": "16679",
+ "crownLandFileNumber": "18922",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 1 DISTRICT LOT 5 PLAN 6856"
+ },
+ {
+ "uuid": "6ae06f0e-c145-45b2-ac56-20524902c229",
+ "siteRegistry": false,
+ "dateNoted": "2019-06-16",
+ "parcelID": "19880",
+ "crownLandUsePIN": "16812",
+ "crownLandFileNumber": "19387",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 2 DISTRICT LOT 1 PLAN 4177"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "a0b8218c-d73b-43fe-8cd3-9eb030b1063b",
+ "siteRegistry": true,
+ "dateReceived": "2023-08-12",
+ "dateCompleted": "2022-07-15",
+ "dateEntered": "2019-12-12",
+ "dateRegistrar": "2017-11-09",
+ "dateLocalAuthorityReceived": "2021-11-13",
+ "summary": "Odit autem voluptatibus asperiores soluta provident sunt omnis repellat.\nPorro delectus esse earum velit quia animi.\nCulpa molestiae at ullam esse molestias.",
+ "informationUsed": "Illo quae ratione odio enim.\nTempore magni blanditiis aut veniam.\nMaxime distinctio aliquid sit eos voluptates ea.\nEaque architecto nemo rerum illo sunt ullam consequuntur mollitia.",
+ "pastOrPresentOrders": "Quasi beatae culpa voluptatibus tempora temporibus.\nQui eveniet nesciunt hic officiis beatae culpa.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "40486774-9496-41a3-978d-ea2dc8482cb7",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "da34f912-694d-46c1-a06f-7da9bcc7a167",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5eb9bb2e-60da-41e8-83f5-01447c681efc",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "8a9b1d88-10de-40e1-8573-9688c24b2fca",
+ "siteRegistry": false,
+ "dateReceived": "2016-01-27",
+ "dateCompleted": "2020-02-19",
+ "dateEntered": "2016-03-08",
+ "dateRegistrar": "2019-02-14",
+ "dateLocalAuthorityReceived": "2018-03-06",
+ "summary": "Dolorum consequatur reprehenderit rem odit.\nExplicabo placeat veniam incidunt itaque voluptas facere commodi.\nSed autem dolores enim.",
+ "informationUsed": "Molestiae consectetur id aperiam odio sunt vitae officia aliquam consectetur.\nIpsam harum minima voluptas tempore.\nAnimi ex ab culpa cumque modi fugit.\nOdio alias distinctio delectus incidunt dolorum delectus.\nOptio molestias soluta debitis quos animi nesciunt quisquam explicabo.",
+ "pastOrPresentOrders": "Optio nisi nisi reiciendis totam iusto qui commodi ut.\nOdio ea maiores error cum illum.\nSaepe iusto facilis doloribus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "3b959904-7939-434e-970a-e2d3e430f55c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "770cd862-4e61-4ede-8cb4-26ed55142069",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "bdc9aeec-c470-4743-84cf-80d20c9af4c6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HYATT DEREK",
+ "timestamp": "2014-02-01"
+ },
+ {
+ "uuid": "bff80357-f3fb-47a1-a7e3-e9046ce5b2a0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DICKI NICOLETTE",
+ "timestamp": "2015-09-09"
+ },
+ {
+ "uuid": "9a1b2c1a-40b4-4a52-851f-8b3ffd4ccab4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ZULAUF KYLIE",
+ "timestamp": "2018-11-02"
+ },
+ {
+ "uuid": "3f6e365d-d414-4a18-9780-346647df4eef",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERGE-NADER MARIANA",
+ "timestamp": "2013-10-22"
+ },
+ {
+ "uuid": "c866c3fc-f47f-4eda-b2d7-0895cbca7377",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GOYETTE-MCCLURE KATTIE",
+ "timestamp": "2022-09-21"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "465addf0-584b-41f9-ba61-71c146527d4b",
+ "dateNoted": "2016-09-13",
+ "notes": "",
+ "parcelID": "19648",
+ "siteID": "19903",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e91a013e-066d-45db-ba07-f6db0242ad8b",
+ "dateNoted": "2016-05-05",
+ "notes": "",
+ "parcelID": "20713",
+ "siteID": "20744",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "272902d6-7beb-4c5f-bd6d-51646fd2d559",
+ "siteID": 19169,
+ "address": "217 Gleichner Turnpike",
+ "latitude": 52.6326,
+ "longitude": -120.1115,
+ "lastUpdated": "2020-12-14",
+ "city": "Olympia",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/17437",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 2882903,
+ 5837786,
+ 8860901,
+ 6563754,
+ 9586623
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "832f095a-e9c9-48da-bac0-399dae7ef75f",
+ "createdAt": "2018-03-12",
+ "completed": "2020-06-24",
+ "initiated": "2016-02-10",
+ "ministryContact": "KULAS ANABELLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e6c8824b-12a5-421d-9aaa-6dfca0d88389",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d3b26507-10b9-4d2c-9e9f-a75c3d31964a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "59b0444d-9653-4083-818b-57e0e6fc670d",
+ "createdAt": "2020-09-16",
+ "completed": "2015-11-05",
+ "initiated": "2017-11-24",
+ "ministryContact": "LESCH LYDA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "64bb210f-be71-4d78-98aa-c4c2f3c92d54",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "aab7e6f5-544f-4fb8-8e1a-691bbfb1eddd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9b24343f-5df1-42ba-822d-de9d02aa8b7b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "5eead673-12ee-48b2-b824-7a1fc875ac28",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-05-30",
+ "startDate": "2023-04-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "95d3d272-eac3-48b1-91d9-6f0b85c760e8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-11-18",
+ "startDate": "2016-02-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "be7b81fc-6611-4a6b-8664-cc8f1087b09e",
+ "name": "IPSUM",
+ "endDate": "2018-03-29",
+ "startDate": "2021-06-21",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e39b3f4d-077e-4e79-9c24-c40f943b50fb",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-04-18",
+ "startDate": "2017-02-14",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "da12e482-abe9-471d-a321-f2457de4522e",
+ "siteRegistry": false,
+ "documentDate": "2023-08-25",
+ "receivedDate": "2014-09-26",
+ "uploadedDate": "2019-01-10",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "265bb7b4-21dd-4230-8f9a-07204e3ab847",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "90025d54-790e-46cc-9979-1548284bbc00",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "864f8875-f7dc-4337-85ac-ac76a43d006e",
+ "siteRegistry": false,
+ "documentDate": "2019-12-23",
+ "receivedDate": "2015-07-03",
+ "uploadedDate": "2020-12-31",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "efab0adf-c605-4f0d-b4c0-da7215f71e03",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "c5812bc0-d4f4-439d-ad9d-d61c6857ab23",
+ "siteRegistry": false,
+ "documentDate": "2020-09-25",
+ "receivedDate": "2015-12-25",
+ "uploadedDate": "2016-06-28",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "6042e3d1-e08c-486f-ab01-ce23ca45c603",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "80b1d2fc-043b-432b-a9d7-db7166c8fef4",
+ "siteRegistry": false,
+ "documentDate": "2019-10-09",
+ "receivedDate": "2018-04-14",
+ "uploadedDate": "2022-09-24",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "ef4de296-27e9-49df-bf34-7f6431c3d927",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c4f21937-bdfc-40c8-b83a-a5b2e9c0f402",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "1c3726d1-9093-4c68-b114-c887fd3dad56",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-10-03 (described on Site Profile dated 2020-10-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "04526ca8-00bd-486d-b63b-a43e29ff3266",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-09-07 (described on Site Profile dated 2014-09-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "02d0ce84-d0c6-4dae-906d-bf4e1fe61e7c",
+ "siteRegistry": false,
+ "dateNoted": "2023-10-11",
+ "parcelID": "17238",
+ "crownLandUsePIN": "17006",
+ "crownLandFileNumber": "20529",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 2 DISTRICT LOT 2 PLAN 3788"
+ },
+ {
+ "uuid": "509cd28b-df1b-4d56-8190-0a9686b3d41d",
+ "siteRegistry": false,
+ "dateNoted": "2022-11-17",
+ "parcelID": "17850",
+ "crownLandUsePIN": "18192",
+ "crownLandFileNumber": "17230",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 4 DISTRICT LOT 2 PLAN 5530"
+ },
+ {
+ "uuid": "f2e263d9-9306-4724-b86a-c4042f6095c1",
+ "siteRegistry": true,
+ "dateNoted": "2018-08-12",
+ "parcelID": "15561",
+ "crownLandUsePIN": "20748",
+ "crownLandFileNumber": "20156",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 4 DISTRICT LOT 1 PLAN 8054"
+ },
+ {
+ "uuid": "08929c85-a994-44a1-b829-60043f9d51d6",
+ "siteRegistry": false,
+ "dateNoted": "2016-07-31",
+ "parcelID": "16610",
+ "crownLandUsePIN": "19094",
+ "crownLandFileNumber": "20459",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 5 DISTRICT LOT 1 PLAN 5198"
+ },
+ {
+ "uuid": "1bbfebd8-c191-4e0a-8075-b3014f802b84",
+ "siteRegistry": false,
+ "dateNoted": "2018-06-04",
+ "parcelID": "20328",
+ "crownLandUsePIN": "18200",
+ "crownLandFileNumber": "18346",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 4 DISTRICT LOT 4 PLAN 6720"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "da65dadf-9aa2-4fb7-b3db-9b98b4d0a97d",
+ "siteRegistry": true,
+ "dateReceived": "2018-11-24",
+ "dateCompleted": "2020-11-03",
+ "dateEntered": "2017-04-18",
+ "dateRegistrar": "2021-09-07",
+ "dateLocalAuthorityReceived": "2019-06-29",
+ "summary": "Laborum eos provident corporis totam et illum inventore ut.\nSed error voluptatum quam eaque ipsa voluptas laboriosam.\nNihil a assumenda.",
+ "informationUsed": "Voluptatum tempore debitis ipsam modi numquam vero quo voluptate.\nBeatae at placeat magnam recusandae.\nConsequatur dolor pariatur tenetur aut veritatis hic veniam aliquam.\nAccusamus eligendi totam in animi maiores laudantium id.",
+ "pastOrPresentOrders": "Corrupti officiis ex perferendis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "48c84ea4-f180-42bf-99f2-a98cbb181275",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ecea5f73-bdef-480b-9b69-4a89411aa8d9",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "74ea3886-a9b2-4e1e-a6f4-8c4d62ad3d12",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "dba6164f-f099-41c3-872d-76deb536c466",
+ "siteRegistry": false,
+ "dateReceived": "2020-04-20",
+ "dateCompleted": "2017-08-31",
+ "dateEntered": "2023-01-14",
+ "dateRegistrar": "2020-05-30",
+ "dateLocalAuthorityReceived": "2015-08-13",
+ "summary": "Adipisci dicta quidem corrupti numquam.\nIllum voluptate ipsum veritatis accusamus natus reiciendis.\nQuae sunt incidunt necessitatibus iste.",
+ "informationUsed": "Facere et sequi deserunt mollitia itaque earum consequuntur nesciunt.\nDolore assumenda rerum facilis.\nLabore ipsum voluptas quaerat assumenda sunt cupiditate dolorem exercitationem.\nSunt inventore ad.\nQuidem in id provident amet eius quod.",
+ "pastOrPresentOrders": "Repellat eum corrupti nesciunt omnis optio exercitationem.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a6fe179c-3aa0-422b-a294-5f05a9aebe21",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "324c8933-9826-4c20-874e-665e83dc613b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "bd1efd70-34f6-4c73-b013-6d5d9a5ea57c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARTELL ISOM",
+ "timestamp": "2013-12-17"
+ },
+ {
+ "uuid": "508d88ca-1eb0-463e-8960-8017cb885001",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CUMMERATA LOIS",
+ "timestamp": "2023-05-10"
+ },
+ {
+ "uuid": "0c174125-28bf-4f4a-88f6-a58a55081a98",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JENKINS ORLO",
+ "timestamp": "2014-05-02"
+ },
+ {
+ "uuid": "57d6518f-a9a7-4431-a1af-7495aa4b7e0d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DOYLE RICKIE",
+ "timestamp": "2023-06-01"
+ },
+ {
+ "uuid": "7a09db62-dddf-4bd0-95c7-e23958b066ae",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DENESIK DESSIE",
+ "timestamp": "2014-10-31"
+ },
+ {
+ "uuid": "54bd3ee9-91fe-4f0d-8b89-d340220dc190",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BLOCK MADELINE",
+ "timestamp": "2014-03-22"
+ },
+ {
+ "uuid": "0b5f3a48-46ae-43ce-8542-f8a1e91c79ba",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "AUFDERHAR JAYCEE",
+ "timestamp": "2023-02-09"
+ },
+ {
+ "uuid": "9bec8083-b788-4e3f-bc21-026ee00b3303",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TURNER DANIELA",
+ "timestamp": "2019-10-13"
+ },
+ {
+ "uuid": "29a5870b-b0ea-4b9c-a355-bf72937cb219",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ADAMS CECELIA",
+ "timestamp": "2022-07-16"
+ },
+ {
+ "uuid": "5535fa3f-56cf-4b43-9168-a9e388be54d4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SMITHAM MARCELLA",
+ "timestamp": "2019-03-10"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "05da3afb-9db8-4f19-8d15-e2abeb8b6e58",
+ "dateNoted": "2021-01-28",
+ "notes": "",
+ "parcelID": "17018",
+ "siteID": "19789",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cd58d363-bb35-4ad2-83f2-6bf4e571f265",
+ "dateNoted": "2016-05-14",
+ "notes": "",
+ "parcelID": "15559",
+ "siteID": "18080",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "636ab061-7c7a-4b6f-b798-7cd8111213e9",
+ "dateNoted": "2019-12-23",
+ "notes": "",
+ "parcelID": "18374",
+ "siteID": "17014",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "b970f846-7387-4888-a6e8-6556d48a22e4",
+ "siteID": 16182,
+ "address": "672 Candice Cove",
+ "latitude": 48.584,
+ "longitude": -135.3113,
+ "lastUpdated": "2017-07-03",
+ "city": "Coon Rapids",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/11541",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4305263,
+ 701316,
+ 755185,
+ 7368982,
+ 8789500
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "60575303-a9f4-4731-915e-b47d0bc9b4ae",
+ "createdAt": "2021-06-05",
+ "completed": "2018-09-27",
+ "initiated": "2021-03-18",
+ "ministryContact": "GRIMES GEOVANNI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "30e6aa31-60d9-4141-b29f-37055da1c16c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dec2f2b4-fa00-4b8a-82c5-2cf17e939ffc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c1b0a789-6c8b-43ce-ac9b-e9f01764fb8f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "49a8efaa-ed24-4dcc-bcf6-2ac1a5c5f0f6",
+ "createdAt": "2022-01-22",
+ "completed": "2022-11-13",
+ "initiated": "2014-04-11",
+ "ministryContact": "WYMAN FORD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "82d97554-3e38-4dcd-aa19-166e5b1cbd8b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ce4e433c-33af-4f9f-a0a0-96c45930238b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b6be5567-7f6c-4577-995f-d419733edfcc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a4c8f402-465e-4126-8f6f-7d1e94144999",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4290065b-bda6-4c81-8449-07483818ff4f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "2ee8172c-3538-455a-9bf8-232e1b61392d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-08-14",
+ "startDate": "2014-06-06",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4cd4d641-61eb-4126-98d5-8e54b8199a28",
+ "name": "IPSUM",
+ "endDate": "2023-07-16",
+ "startDate": "2022-03-07",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "baa96d25-9299-4c3b-aeb5-db1eebda76c6",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-09-25",
+ "startDate": "2018-09-28",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "d5966e53-9550-495d-882d-ab73ec2d083e",
+ "siteRegistry": true,
+ "documentDate": "2021-12-13",
+ "receivedDate": "2016-05-03",
+ "uploadedDate": "2015-05-22",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "d2c175b0-dff7-48bb-a46d-0350bbf4efdd",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e6cd74ac-40b3-41f2-96ba-b295068ea120",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d489e157-0625-4b7c-aa88-293223f970b4",
+ "siteRegistry": true,
+ "documentDate": "2023-04-10",
+ "receivedDate": "2016-02-01",
+ "uploadedDate": "2019-06-14",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "f213b022-9973-4c56-b3c8-9e9df9284255",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "8f446c6e-b97a-4ff7-ac47-90155b3eaf23",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "b006572f-e2ee-4ffc-b0dd-7676b7114300",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-05-31 (described on Site Profile dated 2020-05-31)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "1dbe3743-9cea-4a46-922f-01a025a94853",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-04-26 (described on Site Profile dated 2020-04-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "2c9d3c9d-d0eb-465b-bd90-00adb2606e05",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-02-13 (described on Site Profile dated 2020-02-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "2fe2a241-323a-4d81-9d46-669feb610a8a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-02-21 (described on Site Profile dated 2022-02-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f730a664-2c38-450d-b67e-9620edf42a03",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-12-10 (described on Site Profile dated 2016-12-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "8b49b4ff-a3dd-411b-845d-2dd96f02ff61",
+ "siteRegistry": false,
+ "dateNoted": "2018-10-08",
+ "parcelID": "19841",
+ "crownLandUsePIN": "20618",
+ "crownLandFileNumber": "15995",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 1 DISTRICT LOT 3 PLAN 3381"
+ },
+ {
+ "uuid": "5ba040b5-567c-4bc0-829b-b27473e49095",
+ "siteRegistry": true,
+ "dateNoted": "2019-03-23",
+ "parcelID": "18685",
+ "crownLandUsePIN": "17535",
+ "crownLandFileNumber": "16493",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 5 DISTRICT LOT 1 PLAN 7565"
+ },
+ {
+ "uuid": "6faeb44c-1d33-4ce9-b167-ee1fb9a89763",
+ "siteRegistry": false,
+ "dateNoted": "2019-02-15",
+ "parcelID": "18196",
+ "crownLandUsePIN": "17616",
+ "crownLandFileNumber": "16812",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 3 DISTRICT LOT 5 PLAN 7028"
+ },
+ {
+ "uuid": "81990b3e-3307-4ac4-9242-69f3f2fac60b",
+ "siteRegistry": false,
+ "dateNoted": "2013-12-07",
+ "parcelID": "16471",
+ "crownLandUsePIN": "17827",
+ "crownLandFileNumber": "16367",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 5 DISTRICT LOT 4 PLAN 7135"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "461d70bf-0335-4d14-b63d-f95e7121ff5e",
+ "siteRegistry": false,
+ "dateReceived": "2023-04-17",
+ "dateCompleted": "2014-04-07",
+ "dateEntered": "2022-08-19",
+ "dateRegistrar": "2019-01-22",
+ "dateLocalAuthorityReceived": "2022-09-08",
+ "summary": "Harum voluptas tenetur debitis natus omnis quo facere asperiores et.\nRecusandae sunt labore sapiente a asperiores.\nUllam voluptatum ad fugit at architecto neque.",
+ "informationUsed": "Dolorem cum explicabo.\nMagnam odit nam ducimus possimus.\nVoluptates optio quam consequatur unde facilis cupiditate illum voluptate.\nMagnam neque blanditiis consequuntur cumque.",
+ "pastOrPresentOrders": "Omnis ipsum repellat aliquam necessitatibus maiores neque.\nDignissimos ad mollitia illo ipsum eligendi facilis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a69d7ea4-f05f-4bec-8ba5-ab06dd97f2a5",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0195b7f0-adc9-4a34-afbb-4f45432bfa6e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "897f87e8-4b19-4d1a-b551-8c3688f925ec",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "2caddd15-2942-435b-b92a-d58bdf510a4d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "YOST KESHAWN",
+ "timestamp": "2018-02-14"
+ },
+ {
+ "uuid": "aa98f7d2-0153-4f2e-ab8f-39f2eb85795e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUNOLFSDOTTIR ISMAEL",
+ "timestamp": "2018-12-10"
+ },
+ {
+ "uuid": "3edca13b-76bf-4152-ae81-cabf51aabffb",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REICHERT JAKOB",
+ "timestamp": "2020-05-16"
+ },
+ {
+ "uuid": "b493e4a3-d155-41d0-8c6b-3f0299787ad9",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BINS JERAD",
+ "timestamp": "2022-10-21"
+ },
+ {
+ "uuid": "9a3e573b-b98a-4ec6-b503-5366c5230f56",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOGAN BARTHOLOME",
+ "timestamp": "2020-02-15"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "5d55aa61-3026-4531-a627-989283eec80d",
+ "dateNoted": "2022-06-02",
+ "notes": "",
+ "parcelID": "19759",
+ "siteID": "20234",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "14617c3e-0e24-4392-b73f-f33c4077f2bc",
+ "dateNoted": "2019-03-29",
+ "notes": "",
+ "parcelID": "20471",
+ "siteID": "17503",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "fef7046c-aa57-4d8e-9b9a-bd61e265556f",
+ "siteID": 19449,
+ "address": "67038 Cole Manors",
+ "latitude": 58.5228,
+ "longitude": -136.0195,
+ "lastUpdated": "2018-01-07",
+ "city": "Port Patberg",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/9009",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5854657,
+ 6862971,
+ 8138077,
+ 9630790,
+ 5760119
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "77761799-ecae-4362-baf5-5a04aa51df39",
+ "createdAt": "2014-06-19",
+ "completed": "2016-04-20",
+ "initiated": "2015-08-03",
+ "ministryContact": "BLICK KADIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c7681e57-f305-4af7-b189-9bb1817a04fb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fbdbc412-1f08-4702-a366-c596e7b5eb5c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "eed62a53-f5ab-4621-8e2b-1ac2e29e9a50",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cff1e9e3-0036-432c-a470-f2f8662a04ef",
+ "createdAt": "2023-05-08",
+ "completed": "2016-09-22",
+ "initiated": "2022-12-11",
+ "ministryContact": "PACOCHA-ZULAUF FORD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c3f0ae15-2324-47a9-9b5a-6ce16cf95f0e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ebed1a3b-f6f9-4ce1-8d1c-45af850f63cd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "83027ace-ae12-4c8f-a8b8-e924f8115992",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dc560e34-b1fd-46ee-824f-22b6393ecbd9",
+ "createdAt": "2019-04-11",
+ "completed": "2021-12-15",
+ "initiated": "2014-12-08",
+ "ministryContact": "SATTERFIELD JAQUELIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b76dd702-fe79-49b8-bd1f-a8b8fc274483",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "78f2c9cc-b5d8-486b-a24f-86772c1383f4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "460413fd-5566-44bd-a6c1-b7e04604c182",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "79a9dc24-76c4-4cce-9aeb-d3404b8f34f4",
+ "createdAt": "2019-01-09",
+ "completed": "2015-04-27",
+ "initiated": "2017-11-13",
+ "ministryContact": "KLOCKO LONZO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9b312309-f04f-42d6-8e59-9e0eaf6f41d4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4d3b3bc8-40e0-4476-8361-4448b258a49c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "67de786b-59e6-45b1-a9e1-89e406b5adfc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "35dca6ba-8c96-4078-b794-e6cef5fe5da7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-07-13",
+ "startDate": "2015-05-05",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "21fee750-6ffb-4e53-960a-21c50cc88274",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-12-23",
+ "startDate": "2020-06-14",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "d10cf205-5b43-4aee-b24e-c42ddff65bb6",
+ "siteRegistry": true,
+ "documentDate": "2017-02-13",
+ "receivedDate": "2022-03-24",
+ "uploadedDate": "2016-09-30",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "1261a125-ca76-4dec-833d-a3d3ab8a53da",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "8dc89c53-b6e1-497b-abb4-a27b69fb3bc5",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "1f30fe32-a0e3-4d7b-8952-f3b16217dd5c",
+ "siteRegistry": true,
+ "documentDate": "2019-12-23",
+ "receivedDate": "2021-11-13",
+ "uploadedDate": "2017-11-23",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "ac96b72e-844e-4324-a7ee-45d49d46e53f",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e4ab625c-2ec9-4663-bdba-6bf1953a195f",
+ "siteRegistry": false,
+ "documentDate": "2015-12-10",
+ "receivedDate": "2018-03-21",
+ "uploadedDate": "2018-02-05",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "f1e030a5-9db3-42bf-ae0e-1b17223ca046",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0a2d832c-474b-489f-bc64-da9abc5de9ad",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "62956f32-a989-4544-bf11-bdef386f0314",
+ "siteRegistry": true,
+ "documentDate": "2020-01-13",
+ "receivedDate": "2014-03-08",
+ "uploadedDate": "2023-06-01",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "27f0f5c4-84f3-421f-a81b-77aca50f55bb",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d7e7ac9f-1b4c-42f2-85e5-0d2bd036a3f6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f34108af-5727-47f2-87de-1f7ab9f54214",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f9e20db6-23c5-4ddf-9834-fcb3213fc469",
+ "siteRegistry": false,
+ "documentDate": "2021-11-16",
+ "receivedDate": "2020-10-26",
+ "uploadedDate": "2017-01-07",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "2aac90a1-463e-4fc1-9a6d-083930fee9a8",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "21f0a0aa-f1cf-4bd8-a1a5-bbf4a112a6c8",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "4cf790c9-5427-4b96-8378-a9036fc3afaa",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-08-28 (described on Site Profile dated 2019-08-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "77063520-b1ea-4fd4-8a54-f3ee19c3281a",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-09-02 (described on Site Profile dated 2015-09-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "441cc4b3-95e0-45aa-a0e9-2522572eeda9",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-07-23 (described on Site Profile dated 2023-07-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "a5f462f4-37ea-4682-b985-2e0c5635de69",
+ "siteRegistry": false,
+ "dateNoted": "2023-03-06",
+ "parcelID": "18775",
+ "crownLandUsePIN": "19938",
+ "crownLandFileNumber": "19330",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 5 DISTRICT LOT 2 PLAN 6028"
+ },
+ {
+ "uuid": "399c8dee-a87a-4925-97c6-f3020e32994c",
+ "siteRegistry": true,
+ "dateNoted": "2019-10-13",
+ "parcelID": "17910",
+ "crownLandUsePIN": "15437",
+ "crownLandFileNumber": "15668",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 3 DISTRICT LOT 1 PLAN 9027"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "114debb0-2f99-4dad-9e77-6da82f31bd33",
+ "siteRegistry": false,
+ "dateReceived": "2014-04-15",
+ "dateCompleted": "2020-12-29",
+ "dateEntered": "2018-12-08",
+ "dateRegistrar": "2015-04-17",
+ "dateLocalAuthorityReceived": "2021-04-07",
+ "summary": "Quisquam repellat saepe omnis distinctio quos ad fugit perferendis.\nConsectetur neque vitae quam ad quae asperiores explicabo enim aperiam.",
+ "informationUsed": "Impedit labore saepe.\nEx ducimus cumque assumenda consectetur voluptatibus dignissimos.\nDolores non vero nam perferendis expedita qui eius incidunt.\nFacere laboriosam consequuntur reiciendis.\nIllo velit quis quaerat deleniti earum quibusdam blanditiis.",
+ "pastOrPresentOrders": "Eveniet reprehenderit magni repudiandae unde ipsa doloremque nostrum quaerat earum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "0efe2bf8-2eec-400e-91b4-e7a87cc2ed5e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e4192122-a6e1-4e01-b993-7a3acd1a032a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "79da364a-6ef2-4e15-9df3-9d54114e5d9a",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "ab3e9400-d423-4f9d-beb2-c8be10fde820",
+ "siteRegistry": false,
+ "dateReceived": "2023-02-22",
+ "dateCompleted": "2021-08-27",
+ "dateEntered": "2016-03-11",
+ "dateRegistrar": "2021-12-16",
+ "dateLocalAuthorityReceived": "2022-11-08",
+ "summary": "Consequatur esse nisi dolor quia nulla aliquam.\nEaque officia eaque delectus illum.",
+ "informationUsed": "Voluptatum at qui velit cum est quisquam quod distinctio earum.\nPossimus quisquam recusandae voluptate atque.\nNon laudantium accusantium doloribus unde.\nFacere voluptates rerum natus.\nDicta cumque nam.",
+ "pastOrPresentOrders": "Eaque at architecto est facilis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "599f18f4-1170-4f44-bbab-5b6024a8f6d4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "51f1471f-f8d0-4693-ae24-02428ea83e02",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "52fe9ebc-d56a-4c4f-ac66-f988cfb52b5c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "85509814-dfe2-4178-aae3-9af3c05a65cf",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOORE LARISSA",
+ "timestamp": "2016-04-22"
+ },
+ {
+ "uuid": "61d59733-8bf6-4913-aed3-a116284835bf",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SPENCER MARGARETT",
+ "timestamp": "2015-06-27"
+ },
+ {
+ "uuid": "fe52959a-777a-4546-b19d-624c28425a5b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NADER MIKAYLA",
+ "timestamp": "2015-01-23"
+ },
+ {
+ "uuid": "8909662a-d473-49ae-9fe2-b64c44f98916",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OLSON EVERETTE",
+ "timestamp": "2016-12-05"
+ },
+ {
+ "uuid": "65f455f8-0e94-4544-8cc1-a62559bb6bcc",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOPPE ZITA",
+ "timestamp": "2021-05-10"
+ },
+ {
+ "uuid": "7fac6ae3-78e3-493b-b68c-36725a27dc63",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CHAMPLIN ANNA",
+ "timestamp": "2018-01-27"
+ },
+ {
+ "uuid": "619a9de0-a195-4161-a312-a73324b1c47e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WEISSNAT BEAULAH",
+ "timestamp": "2023-05-01"
+ },
+ {
+ "uuid": "d2dfb324-52f3-4862-86fa-63aea3a4a674",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ANKUNDING TANYA",
+ "timestamp": "2016-03-27"
+ },
+ {
+ "uuid": "e3f2a092-f938-4149-bbb5-5e5cf96646d8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WELCH LYNN",
+ "timestamp": "2017-07-08"
+ },
+ {
+ "uuid": "8b34f667-f06b-49af-beb7-b66283814207",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GRANT RUTH",
+ "timestamp": "2018-08-23"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "69c3aaf5-8cf9-4500-9699-665d2b024006",
+ "dateNoted": "2017-08-08",
+ "notes": "",
+ "parcelID": "19620",
+ "siteID": "17014",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1d1727b9-f61b-4eab-bf44-d0346f17fa5e",
+ "dateNoted": "2023-01-25",
+ "notes": "",
+ "parcelID": "15757",
+ "siteID": "18513",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "037c46b7-780e-457f-be15-88fbb55eb0fb",
+ "dateNoted": "2014-04-12",
+ "notes": "",
+ "parcelID": "17921",
+ "siteID": "16344",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "09599145-d83c-46aa-8568-cd3e4a318b10",
+ "siteID": 16012,
+ "address": "25330 Feeney Track",
+ "latitude": 54.6798,
+ "longitude": -127.2933,
+ "lastUpdated": "2018-02-19",
+ "city": "Tempe",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/10028",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9435805,
+ 8956589,
+ 4650843,
+ 8847327,
+ 1384299
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "0733991d-6e58-464b-9bda-28fc703852d0",
+ "createdAt": "2019-07-03",
+ "completed": "2023-04-20",
+ "initiated": "2014-09-18",
+ "ministryContact": "CRONA THERESE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3c975c6f-1f3d-4379-8ff0-be82b8b51e27",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ef3934be-17ca-4d79-8059-e1e42db303f0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dd094e81-d758-4ac5-a5e5-e803a452e3d8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "195b5a5a-005f-4f89-a54a-89ab69f5a798",
+ "createdAt": "2016-02-21",
+ "completed": "2022-08-18",
+ "initiated": "2017-01-09",
+ "ministryContact": "DIBBERT KYLIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5e4febac-934a-4e75-8c4d-9ad3ccbfad54",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f4582603-e0f2-46af-98b5-3f4ce9764cf8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "779114fa-ab48-4eb2-940c-b532e02f1e0c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ef59f61d-13a5-4981-8e81-dd7022655d86",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e100a89d-fddd-46ed-a99d-e13131b8fe46",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2b57cbbd-df9f-4ab6-b960-0a90e5b1f86e",
+ "createdAt": "2017-02-19",
+ "completed": "2022-01-08",
+ "initiated": "2017-07-19",
+ "ministryContact": "BECKER JAVON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b421c73e-3f10-4e3b-8af6-d411e0b7848c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b8d0108d-04d0-4a45-8397-ef05b1ae24a1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6b894813-4428-435d-9066-5a769024dc67",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "93d0e200-69a0-456f-a1f7-4f0a31256d02",
+ "createdAt": "2019-08-03",
+ "completed": "2015-01-01",
+ "initiated": "2020-07-25",
+ "ministryContact": "BASHIRIAN GRACE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "159bbb84-6664-497f-8a44-89ee34eeebcd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ab6c6459-712f-477d-b794-dceb3f89f935",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "074e3ee0-d42f-4ad4-921e-254a2ef50f92",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-09-01",
+ "startDate": "2020-10-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4b7ccb42-6b36-48ee-9c6a-7897f0c55e80",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-11-28",
+ "startDate": "2019-11-05",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bc50a624-4dee-4a3d-b3fd-60d2d781c2f0",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-03-14",
+ "startDate": "2022-03-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "10d42a73-e673-4ef5-8b27-0b263fa1fe63",
+ "siteRegistry": false,
+ "documentDate": "2014-01-05",
+ "receivedDate": "2019-07-15",
+ "uploadedDate": "2017-02-21",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "ce8e8695-c298-4c66-b4a8-91bb139375b5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5262a16f-86e1-47a0-bffb-e4652327bc98",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "702d05dd-2db3-414b-b49f-ad06bbc9b751",
+ "siteRegistry": true,
+ "documentDate": "2023-09-06",
+ "receivedDate": "2014-01-19",
+ "uploadedDate": "2018-04-21",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "4df51147-fdc1-4213-9452-e9d9e75da465",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "00d384be-7633-4ef7-b411-eff83b1700c7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d42cf7cf-bd5d-432d-8616-770cbb578df8",
+ "siteRegistry": true,
+ "documentDate": "2022-11-29",
+ "receivedDate": "2023-04-15",
+ "uploadedDate": "2014-09-13",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "d11112a0-25a0-47b4-a5db-56f300f4375e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "46e9e3e7-ceb9-44d4-827e-86569941aea7",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2210518c-6014-4036-9f5f-383aea754e2d",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "fdef14ee-6555-4afa-a9a6-fb2eeecb7195",
+ "siteRegistry": true,
+ "documentDate": "2019-01-18",
+ "receivedDate": "2019-09-11",
+ "uploadedDate": "2014-08-03",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "11ba8899-34fc-46db-897c-87bb4123fcfe",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "60168100-92c5-40b9-be33-fa3a823cc65b",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "1b3ec081-9110-435b-bbeb-23a710da3c12",
+ "siteRegistry": false,
+ "documentDate": "2019-06-04",
+ "receivedDate": "2020-07-19",
+ "uploadedDate": "2018-11-07",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "6cfbd60c-0618-439e-aa5b-dba8099dc788",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "28a425c1-7fc8-4d8b-9cc6-21bd1ad53d60",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-01-01 (described on Site Profile dated 2023-01-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "4db51714-9123-467d-8a5a-c0bdbef5d223",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-02-03 (described on Site Profile dated 2021-02-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "41752e8a-89ed-4cae-a4d9-7b36770dfc3b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-12-20 (described on Site Profile dated 2022-12-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "d3a29df2-19ee-492d-9f29-f6fc0dca5b4d",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-12-09 (described on Site Profile dated 2016-12-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "12afab59-11d9-473a-a9bb-10caef8352c0",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-06-01 (described on Site Profile dated 2019-06-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "cd10056c-1609-4285-baf7-9b9998e2b385",
+ "siteRegistry": false,
+ "dateNoted": "2019-05-14",
+ "parcelID": "15840",
+ "crownLandUsePIN": "19227",
+ "crownLandFileNumber": "18411",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 5 DISTRICT LOT 3 PLAN 6491"
+ },
+ {
+ "uuid": "d8b32d9c-25ba-457e-b7d0-4c7cab84acce",
+ "siteRegistry": false,
+ "dateNoted": "2018-06-25",
+ "parcelID": "20273",
+ "crownLandUsePIN": "17092",
+ "crownLandFileNumber": "18926",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 2 DISTRICT LOT 3 PLAN 5825"
+ },
+ {
+ "uuid": "4522b826-39dd-4bf6-937e-4afaba977cfb",
+ "siteRegistry": false,
+ "dateNoted": "2017-05-26",
+ "parcelID": "20407",
+ "crownLandUsePIN": "19718",
+ "crownLandFileNumber": "18337",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 2 DISTRICT LOT 1 PLAN 4236"
+ },
+ {
+ "uuid": "5dfe14b1-5ba9-446a-8025-4e0c65d67a00",
+ "siteRegistry": false,
+ "dateNoted": "2019-04-15",
+ "parcelID": "20056",
+ "crownLandUsePIN": "19323",
+ "crownLandFileNumber": "19190",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 5 DISTRICT LOT 5 PLAN 7884"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "4c421c63-a158-42f1-8cb3-6ef3dbf56f4e",
+ "siteRegistry": true,
+ "dateReceived": "2013-11-15",
+ "dateCompleted": "2017-01-12",
+ "dateEntered": "2015-05-26",
+ "dateRegistrar": "2015-10-22",
+ "dateLocalAuthorityReceived": "2015-10-23",
+ "summary": "Amet consectetur voluptatum delectus fugit quibusdam quis quidem.\nMolestiae harum quas doloremque sed pariatur natus natus quam architecto.",
+ "informationUsed": "Dolor vitae iure minus omnis nihil praesentium atque maiores ipsum.\nRepellendus expedita totam numquam optio nulla in.\nExercitationem est ex a reiciendis voluptatem aliquam repudiandae.",
+ "pastOrPresentOrders": "Repellendus ipsum dolorem.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "ee23f4fc-b1c1-41cb-9017-6a92bf087845",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5486a2c1-ea3a-4c12-a631-dd038f92ed15",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "21997e51-6ce0-4c6b-baab-da14a0a70454",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "523510ec-8a65-4294-b61f-8364cdf7c8b8",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "da10ce81-039c-4800-835e-4135e5dbe244",
+ "siteRegistry": false,
+ "dateReceived": "2017-10-04",
+ "dateCompleted": "2013-11-08",
+ "dateEntered": "2021-01-26",
+ "dateRegistrar": "2022-05-04",
+ "dateLocalAuthorityReceived": "2017-08-03",
+ "summary": "Est dolor dolore neque possimus magni molestias ducimus explicabo.\nMaiores ullam fugit cumque.",
+ "informationUsed": "Totam ullam maxime quisquam distinctio sint aut corporis beatae.\nSit quo culpa sequi dignissimos libero.\nCumque similique vitae.\nOdit recusandae voluptatem necessitatibus aliquid a quidem reiciendis.",
+ "pastOrPresentOrders": "Delectus libero numquam amet maxime rem perspiciatis possimus distinctio nihil.\nEst numquam deserunt eum.\nDelectus iure doloribus animi quis itaque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "1ffd7721-3637-4e46-b87d-59bbdb1fc20c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c007132c-4acc-4176-8952-d67ce1590665",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "71d37672-62af-4164-9060-9152c0273dce",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "d6af2a3c-a712-4b71-bc49-a9d459e82298",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MERTZ BERNITA",
+ "timestamp": "2021-05-21"
+ },
+ {
+ "uuid": "ac7eb812-86be-4fac-a1da-5042651b4921",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MITCHELL MONSERRAT",
+ "timestamp": "2017-02-16"
+ },
+ {
+ "uuid": "3bdf089d-480e-437e-ab4d-61dd4b0f6220",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WARD ALI",
+ "timestamp": "2016-02-16"
+ },
+ {
+ "uuid": "cf2f8841-66d9-4918-b60d-252856b40b5c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOZEY NEAL",
+ "timestamp": "2014-12-27"
+ },
+ {
+ "uuid": "5478a340-6251-4963-abc9-64c2ba9abf8b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FARRELL VERLIE",
+ "timestamp": "2022-12-02"
+ },
+ {
+ "uuid": "2428cd93-8128-4715-91a8-6946435c84ee",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WALSH JUVENAL",
+ "timestamp": "2022-08-21"
+ },
+ {
+ "uuid": "b78a3b35-8d47-40e0-81f6-cf14f7a7ac74",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JOHNSON TRISTON",
+ "timestamp": "2015-09-04"
+ },
+ {
+ "uuid": "1d7009fd-7eab-4a1a-968a-330dcd606a0d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GRIMES OSBORNE",
+ "timestamp": "2023-09-15"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "7ae99552-3130-4747-ac4b-dcd15d5f9b37",
+ "dateNoted": "2014-05-06",
+ "notes": "",
+ "parcelID": "20761",
+ "siteID": "16344",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "9b9e3227-dfe3-48a9-b48b-007d9b0021eb",
+ "siteID": 17277,
+ "address": "9598 Boehm Land",
+ "latitude": 56.4169,
+ "longitude": -128.0398,
+ "lastUpdated": "2018-05-09",
+ "city": "North Staceystead",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/9729",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1823128,
+ 5192969,
+ 2203622,
+ 5250366,
+ 4999160
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "622b660a-9ba5-45c8-9557-2ac877232851",
+ "createdAt": "2013-10-30",
+ "completed": "2019-06-19",
+ "initiated": "2021-04-29",
+ "ministryContact": "CREMIN CYNTHIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "580eae20-9693-4d90-9698-df536a6700ae",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "56a8aa63-cd12-489c-8fb3-ff56602f360b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "39656f21-1bf7-4678-8a51-255f7ca0f967",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "042e80e0-a15d-4712-83ba-eecf490aaf5f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "70619f47-03bd-40cb-968b-c976b0572f6b",
+ "createdAt": "2018-03-03",
+ "completed": "2017-03-14",
+ "initiated": "2015-07-18",
+ "ministryContact": "NIENOW JEWEL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "03fda860-f659-4332-94bd-2381fefc86f2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0c680492-e97e-4dd0-ac8c-3dec7268904d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "91a41c98-194c-468e-bbea-6378dde8c59b",
+ "createdAt": "2023-05-16",
+ "completed": "2015-04-17",
+ "initiated": "2021-01-27",
+ "ministryContact": "GRIMES-DICKINSON ADRIEL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e9136575-6438-4cf3-82b1-81a0a169216d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7a485694-f505-4648-858f-cb637f46ac44",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a96a2b34-2d0f-48c8-b440-82bd9add4aec",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a5d6ecdd-400b-48a3-97e1-b15eaded52d0",
+ "createdAt": "2019-06-18",
+ "completed": "2021-05-17",
+ "initiated": "2023-06-11",
+ "ministryContact": "RUSSEL AUGUSTUS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8158b0f8-07f4-45cc-98fe-ac0504e2e201",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7131da96-da8f-4a63-a0d3-07a7dd32a032",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0e456075-eb3f-4c8c-b2c9-e122b781acdb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bad29c31-e407-4ade-a949-ebf56ac0fbd9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a578365f-5c28-4c82-8c50-db19ac6a5743",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "c1c980cf-f390-4a5d-9014-dcba6b065527",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-02-10",
+ "startDate": "2017-05-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6d829eff-5811-458c-840f-8366542746c3",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-10-14",
+ "startDate": "2016-03-12",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a052e5cb-c01e-4011-8508-1b4838706ccd",
+ "name": "IPSUM",
+ "endDate": "2018-02-27",
+ "startDate": "2020-07-15",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b874c8bc-8f94-4016-a680-ccc2405a1d3b",
+ "name": "IPSUM",
+ "endDate": "2019-02-22",
+ "startDate": "2022-09-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "0877628d-d874-4920-accc-3dcc0baca103",
+ "siteRegistry": false,
+ "documentDate": "2022-05-21",
+ "receivedDate": "2021-07-21",
+ "uploadedDate": "2020-01-18",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "a26b06b8-a2be-4f62-835f-19d20f6faa1f",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a0c16863-6066-4dbd-a14e-9e88ae246fed",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "1981fa33-8310-4583-b4d6-71a3fd9d38b6",
+ "siteRegistry": true,
+ "documentDate": "2018-02-05",
+ "receivedDate": "2023-04-26",
+ "uploadedDate": "2021-03-02",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "de174d6d-d1b6-46ef-a4aa-34ec64776682",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "bc9fbd9e-a27e-4af0-a3b9-e64f4804d8c5",
+ "siteRegistry": false,
+ "documentDate": "2022-04-05",
+ "receivedDate": "2023-10-03",
+ "uploadedDate": "2021-04-15",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "2c84eeb0-cdfe-491e-a4de-1d335415f470",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "277c4c2b-9b0d-4be8-95fa-c05d44dc8b17",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "94c526e0-4e07-4fd1-94fa-19f255e29f4a",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "506a71d6-e15c-4b65-afa2-a4d69886fee8",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-04-27 (described on Site Profile dated 2018-04-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "6ad91b06-2db5-45e5-9e5d-d9659f7ec5f5",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-12-21 (described on Site Profile dated 2018-12-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f722c689-eafa-446b-b3f1-756ddb1a3b45",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-04-28 (described on Site Profile dated 2017-04-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "16da5179-849a-4ff7-977a-98295b55fb8b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-04-03 (described on Site Profile dated 2016-04-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "6f617517-d41f-4ce9-9849-6bb5fcda76d6",
+ "siteRegistry": false,
+ "dateNoted": "2023-07-10",
+ "parcelID": "17913",
+ "crownLandUsePIN": "19319",
+ "crownLandFileNumber": "17207",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 4 DISTRICT LOT 4 PLAN 3871"
+ },
+ {
+ "uuid": "3c916f1a-7ff9-488a-8d4d-10e74eb7ec01",
+ "siteRegistry": false,
+ "dateNoted": "2022-06-16",
+ "parcelID": "15266",
+ "crownLandUsePIN": "18213",
+ "crownLandFileNumber": "20210",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 5 DISTRICT LOT 3 PLAN 2993"
+ },
+ {
+ "uuid": "b7a40fc3-59f9-4f1c-8ce1-77a5422a4986",
+ "siteRegistry": true,
+ "dateNoted": "2023-04-19",
+ "parcelID": "20351",
+ "crownLandUsePIN": "17108",
+ "crownLandFileNumber": "20863",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 3 DISTRICT LOT 3 PLAN 3597"
+ },
+ {
+ "uuid": "a480c3d7-ad51-48b3-8887-82476154969a",
+ "siteRegistry": true,
+ "dateNoted": "2014-08-13",
+ "parcelID": "20909",
+ "crownLandUsePIN": "20735",
+ "crownLandFileNumber": "19258",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 1 DISTRICT LOT 3 PLAN 3888"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "186c8999-3953-4d25-b525-0a83c14771d3",
+ "siteRegistry": false,
+ "dateReceived": "2018-12-20",
+ "dateCompleted": "2021-11-19",
+ "dateEntered": "2017-11-11",
+ "dateRegistrar": "2017-09-16",
+ "dateLocalAuthorityReceived": "2017-10-06",
+ "summary": "Voluptates neque nemo quo.\nQuia occaecati itaque eaque consectetur.",
+ "informationUsed": "Recusandae tempora ex accusamus accusamus excepturi reiciendis vero.\nMolestias iusto recusandae tempore facilis.\nMaxime assumenda eum.\nDicta suscipit similique neque pariatur quod repellendus maiores aperiam.\nAccusamus quo molestiae veritatis explicabo corporis placeat similique adipisci sapiente.",
+ "pastOrPresentOrders": "Voluptatem voluptatum et eius.\nQuos nobis magnam beatae tempora eaque a maiores doloribus deleniti.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b0e3262b-acf3-4fdc-8afa-d650034f9fb4",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2e3a1c7b-c60b-48c2-bbdb-d8242556c3e2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5fc4e314-429e-4d09-b006-92adf4a88200",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "82d6ea4f-25a8-4c8a-8a72-ae49bf471ead",
+ "siteRegistry": true,
+ "dateReceived": "2022-09-11",
+ "dateCompleted": "2016-09-12",
+ "dateEntered": "2014-08-03",
+ "dateRegistrar": "2023-02-14",
+ "dateLocalAuthorityReceived": "2022-06-19",
+ "summary": "Optio praesentium ullam esse atque dolorem harum.\nIllo ab deleniti voluptatibus quo doloribus voluptate.",
+ "informationUsed": "Corporis distinctio nulla aspernatur architecto.\nPerspiciatis dolore accusantium aliquam adipisci aspernatur.\nQuia ex harum dolorum neque.\nAutem possimus occaecati nulla nobis iste.\nPraesentium debitis animi mollitia commodi quos placeat exercitationem magni ex.",
+ "pastOrPresentOrders": "Ea officia ipsum assumenda commodi.\nVeniam eaque similique velit.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "5b5ea2e8-cace-4508-a202-91f2ae9b90bb",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "65566327-592f-4d4a-8e9d-fd997f56c0eb",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "3c55d8d4-1779-4317-ab81-312ba8a345e1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOORE AGNES",
+ "timestamp": "2023-03-28"
+ },
+ {
+ "uuid": "a15e70e8-b52d-4e5c-9240-534a6c358641",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KRIS EMILIANO",
+ "timestamp": "2015-04-05"
+ },
+ {
+ "uuid": "fd9f3231-2c4d-4ef9-9712-8f267e737a9b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUDSON-ROWE LUCY",
+ "timestamp": "2020-11-29"
+ },
+ {
+ "uuid": "553a39fd-e78e-4f31-8cc8-7a117aa65ac1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUETTGEN FORD",
+ "timestamp": "2014-03-31"
+ },
+ {
+ "uuid": "a97a7a48-8e91-4a20-b604-3700e4d0eeeb",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILLMS EUGENIA",
+ "timestamp": "2017-05-24"
+ },
+ {
+ "uuid": "053991a9-22f6-42cb-ae6d-d6972175fd77",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUEL DEAN",
+ "timestamp": "2015-10-31"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "393850e0-3574-4ef0-9242-f340ec65200d",
+ "dateNoted": "2017-04-21",
+ "notes": "",
+ "parcelID": "15341",
+ "siteID": "16752",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7647f31a-794f-4657-9c1f-3138e8860bd5",
+ "dateNoted": "2023-08-11",
+ "notes": "",
+ "parcelID": "16816",
+ "siteID": "18674",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "d987b8fe-b1d7-48ab-a9ca-bae8b7b08818",
+ "siteID": 18824,
+ "address": "994 Isabelle Island",
+ "latitude": 48.6684,
+ "longitude": -137.0983,
+ "lastUpdated": "2018-10-02",
+ "city": "Wizahaven",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/8615",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4739211,
+ 750574,
+ 6181253,
+ 9021142,
+ 7556429
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "7502e68d-b366-4b22-a16f-09f20d46b305",
+ "createdAt": "2014-08-11",
+ "completed": "2013-12-31",
+ "initiated": "2017-04-10",
+ "ministryContact": "HERZOG-ABBOTT CHAZ",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a70080c5-328d-4ba9-8425-03e34136deb3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "339699c7-82f2-4645-9742-5e053b14efa5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "205fee42-822d-42f0-931b-1de9c9be43bb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "58ae2639-a828-4e2f-89b0-da8d2aa689bf",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bf73faac-e584-49e9-9c81-c0294b0e1cd0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f2fd002d-786f-4916-8495-44e6169cca54",
+ "createdAt": "2022-11-04",
+ "completed": "2023-05-14",
+ "initiated": "2017-12-21",
+ "ministryContact": "METZ LEONARD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1e44f6e9-7ce7-420e-8b6c-2a658cf00906",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e4dba899-383d-4c78-b551-640d6add4ecc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e0001d0f-d140-43ec-b3ab-d55375e005a2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "071cf71f-995b-47ae-b464-3de522ce03c3",
+ "name": "IPSUM",
+ "endDate": "2019-03-29",
+ "startDate": "2022-12-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "952436f8-1e5e-41ac-bb1b-bd6ab141bab1",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-05-24",
+ "startDate": "2022-05-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "fabea771-64ea-41dc-861a-6634ced79a28",
+ "siteRegistry": true,
+ "documentDate": "2021-03-05",
+ "receivedDate": "2020-10-06",
+ "uploadedDate": "2014-01-07",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "f379546f-d40c-4b2e-bc1a-6bda013ffa6c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ceb70817-b314-47f7-bcc8-e7f1b595e34c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f7551fb7-d6a6-4dd7-baad-b7741f1caa8b",
+ "siteRegistry": false,
+ "documentDate": "2020-03-27",
+ "receivedDate": "2015-04-19",
+ "uploadedDate": "2022-04-15",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "9fa9c40e-f8de-400b-b9e6-dfeac6d1b3f7",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "088fd44a-7c00-47c3-8d32-bf2fef720174",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "56046ce2-3254-4949-bc23-5b7b2893b42e",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "713148c7-e1a3-4816-b0fb-02071b93b864",
+ "siteRegistry": false,
+ "documentDate": "2017-10-10",
+ "receivedDate": "2022-11-20",
+ "uploadedDate": "2020-12-27",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "c5877757-1957-498e-8748-2373f3d9a288",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "c8e9ab64-e400-4eb3-83e5-425eb4b73ad8",
+ "siteRegistry": false,
+ "documentDate": "2015-09-19",
+ "receivedDate": "2018-07-19",
+ "uploadedDate": "2020-09-26",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "f67a06e4-16d9-46de-a1b7-d332e9134147",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "920c350a-1330-4b7c-abc1-55659c56f789",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "037b453f-afaf-4014-9091-366072ddf074",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-01-24 (described on Site Profile dated 2017-01-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "73701182-9ae9-44e7-9033-308c62b07126",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-04-11 (described on Site Profile dated 2014-04-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "aa28e8a5-bc0b-4093-839b-90f8393d217a",
+ "siteRegistry": true,
+ "dateNoted": "2017-04-03",
+ "parcelID": "20697",
+ "crownLandUsePIN": "19143",
+ "crownLandFileNumber": "17001",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 3 DISTRICT LOT 5 PLAN 4202"
+ },
+ {
+ "uuid": "5731f841-5bcb-43a9-a4b8-44994ed34226",
+ "siteRegistry": true,
+ "dateNoted": "2015-03-12",
+ "parcelID": "16023",
+ "crownLandUsePIN": "18891",
+ "crownLandFileNumber": "16685",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 4 DISTRICT LOT 2 PLAN 9435"
+ },
+ {
+ "uuid": "7a267972-a76d-474a-b8d6-57024ccab352",
+ "siteRegistry": true,
+ "dateNoted": "2017-06-05",
+ "parcelID": "19752",
+ "crownLandUsePIN": "16599",
+ "crownLandFileNumber": "20630",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 2 DISTRICT LOT 4 PLAN 5839"
+ },
+ {
+ "uuid": "78b173ea-d7c4-4ba7-b720-02ce0ecaf499",
+ "siteRegistry": false,
+ "dateNoted": "2018-03-04",
+ "parcelID": "15714",
+ "crownLandUsePIN": "20648",
+ "crownLandFileNumber": "18088",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 1 DISTRICT LOT 3 PLAN 5965"
+ },
+ {
+ "uuid": "8fb04857-ebed-4000-a3b1-33634a902395",
+ "siteRegistry": false,
+ "dateNoted": "2022-05-15",
+ "parcelID": "17666",
+ "crownLandUsePIN": "15794",
+ "crownLandFileNumber": "17539",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 3 DISTRICT LOT 3 PLAN 7039"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "b5be5883-43ae-495c-912b-5f9e9ba08a2f",
+ "siteRegistry": false,
+ "dateReceived": "2017-11-04",
+ "dateCompleted": "2017-06-04",
+ "dateEntered": "2017-02-15",
+ "dateRegistrar": "2019-02-27",
+ "dateLocalAuthorityReceived": "2019-07-26",
+ "summary": "Eos dolorum non saepe quaerat quas earum.\nSapiente rerum veniam natus ad consequuntur aliquam officia id voluptates.\nPariatur id maiores illum.",
+ "informationUsed": "Enim at delectus est labore quia illo non.\nMaiores ex repudiandae officia aut.\nDicta impedit nisi labore repellendus magni eligendi.",
+ "pastOrPresentOrders": "Fugit alias nemo quod minus libero.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "9077575f-a560-4c9d-b155-1d9aecd18da5",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2af1e005-d265-4ca4-a6f8-6735032e9248",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9cc36a8b-85a3-43a5-8c4e-75ce3ed92060",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "31bcdb7f-9084-4de3-8ecc-f746e6abb7c0",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "1be4eea3-eda6-4574-927f-88c4f42f5d27",
+ "siteRegistry": false,
+ "dateReceived": "2015-06-08",
+ "dateCompleted": "2023-04-19",
+ "dateEntered": "2017-12-19",
+ "dateRegistrar": "2022-10-25",
+ "dateLocalAuthorityReceived": "2023-03-04",
+ "summary": "Ad laborum aliquid dolorem libero asperiores sunt.\nMaxime autem odio doloribus aspernatur ipsa ab explicabo aut.",
+ "informationUsed": "Sunt ad ab.\nUt fugit aspernatur dolorem ipsum sapiente quo.\nTotam non quis officiis voluptas.",
+ "pastOrPresentOrders": "Perferendis in nesciunt.\nHarum rem accusamus fuga cum aperiam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "8d536097-bb88-4240-a2ea-64b2630c1c95",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "35c226b7-020d-48c2-b34a-c143cd384bfa",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "63f878ae-28d3-4b45-8f2d-2b4cef558aa0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CREMIN CORNELIUS",
+ "timestamp": "2020-05-13"
+ },
+ {
+ "uuid": "67f271eb-8dcc-419c-a10c-24d90d652100",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PARKER ABBIE",
+ "timestamp": "2014-10-02"
+ },
+ {
+ "uuid": "bfa125ed-a1ef-4e02-9345-b96e1f2d44d3",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHIMMEL AMAYA",
+ "timestamp": "2022-01-05"
+ },
+ {
+ "uuid": "0bab88b2-5e23-47f5-be63-16cd9b2db060",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "YOST MARTINA",
+ "timestamp": "2014-10-16"
+ },
+ {
+ "uuid": "a092ef7c-9b91-448d-9540-a20d29c4ba3b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KIEHN TYREL",
+ "timestamp": "2019-02-22"
+ },
+ {
+ "uuid": "2e8f54d9-ca07-402b-86ba-73f262227b23",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GOLDNER LYDIA",
+ "timestamp": "2018-01-27"
+ },
+ {
+ "uuid": "1203415b-fc58-4563-9ead-215e9c6b3e85",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GUTMANN JERALD",
+ "timestamp": "2015-10-11"
+ },
+ {
+ "uuid": "92d95da8-19a8-4a56-a20a-3cc9832dc9d0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LAKIN DAMEON",
+ "timestamp": "2016-07-02"
+ },
+ {
+ "uuid": "8b7f2367-e6ec-4687-8541-68a6b8b5f039",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TILLMAN AUDREANNE",
+ "timestamp": "2014-06-07"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "f78f7de4-1160-4a4e-9508-9b654c5f6960",
+ "dateNoted": "2016-01-30",
+ "notes": "",
+ "parcelID": "16807",
+ "siteID": "16344",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0ddf1ab0-b83f-4990-8ba9-73b555531a83",
+ "dateNoted": "2017-09-12",
+ "notes": "",
+ "parcelID": "19347",
+ "siteID": "15231",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "43695294-169c-4656-8be7-f5fd7eecb7cf",
+ "siteID": 20870,
+ "address": "52897 Ferry Union",
+ "latitude": 53.2595,
+ "longitude": -125.222,
+ "lastUpdated": "2017-04-18",
+ "city": "Kelsiland",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/16634",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7709228,
+ 3041938,
+ 9061478,
+ 2744348,
+ 7913192
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "9ebc0406-8bd4-4063-b2e9-dd4dde94a1da",
+ "createdAt": "2022-03-07",
+ "completed": "2017-08-28",
+ "initiated": "2016-09-01",
+ "ministryContact": "JAKUBOWSKI BRYCEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "995ecc5d-88c8-42b1-b337-e086bbeea301",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6cac46b1-58f2-49a1-aecb-8d54e375552b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cdc16ee8-24a2-442a-be51-05e8f80b18c1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "af4c2983-40fb-457e-b35e-113b103280f2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4b28b680-d037-4c77-8c0b-98848984c418",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a9ce1404-8277-464a-a1d1-4769991c0517",
+ "createdAt": "2018-03-16",
+ "completed": "2020-03-11",
+ "initiated": "2023-06-18",
+ "ministryContact": "KEMMER MIKAYLA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "30d89f10-2543-446d-a931-ae2815259eeb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bd79eed6-fb17-49c6-8129-c790422e4d04",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b15f6875-7e60-4486-b762-a79f301243ba",
+ "createdAt": "2017-10-25",
+ "completed": "2014-08-02",
+ "initiated": "2022-04-18",
+ "ministryContact": "ROSENBAUM DASIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b470d493-d7a9-4f2f-95ae-a5704bbef41c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3ea5f98d-e30a-4175-b3af-e57cc3db464f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "351e1e0f-9556-4c00-8ec0-198fa6880f81",
+ "createdAt": "2018-04-02",
+ "completed": "2021-12-09",
+ "initiated": "2020-08-26",
+ "ministryContact": "POUROS-HILPERT LAVERN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "32ac65cf-b513-4081-b938-055df9bc370e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "84bc9a64-65ea-410d-a353-aae5447283c5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "4fa8c93d-a9bb-4bf0-aa69-0e183fc0094b",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-07-15",
+ "startDate": "2016-06-10",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "24dd0360-41c8-4caa-a135-c3fbc22678ee",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-01-08",
+ "startDate": "2020-12-26",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0fea84e9-48bc-4862-adc7-8d5c10f555d8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-05-29",
+ "startDate": "2018-01-14",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "932c78b7-2a0b-434e-9c9e-078aa60e46b5",
+ "name": "IPSUM",
+ "endDate": "2018-10-19",
+ "startDate": "2021-11-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3f3927a3-4d4e-43b5-b1be-55d438136a87",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-02-24",
+ "startDate": "2021-01-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "e4b7ede1-16f9-49a3-a360-9432c2036169",
+ "siteRegistry": false,
+ "documentDate": "2016-12-07",
+ "receivedDate": "2023-04-18",
+ "uploadedDate": "2017-08-23",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "7ebe8f74-8091-46c7-a354-dde543dff00e",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "59e0cabc-3203-4f0f-a11e-a4482388a0d6",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "55db2685-f3eb-4c95-8857-9b6be3609a70",
+ "siteRegistry": true,
+ "documentDate": "2018-02-17",
+ "receivedDate": "2020-08-08",
+ "uploadedDate": "2014-09-29",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "1945d5aa-cf58-4371-9488-ed88117ac60b",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "80df0d8a-d98d-4ff9-9694-60026456c2a8",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "55ba1563-47d5-48ef-91ed-209352177c8a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "d44bd13b-ab67-4e89-abcf-400296fa0f80",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-11-18 (described on Site Profile dated 2018-11-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "363fba9f-f1be-4f4e-8eda-e1abc750284f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-07-11 (described on Site Profile dated 2022-07-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "5f911a3a-460a-432a-9431-dec38627899d",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-06-17 (described on Site Profile dated 2023-06-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "954e0b5b-e8d0-4783-aa11-396ea35113c5",
+ "siteRegistry": false,
+ "dateNoted": "2015-02-24",
+ "parcelID": "16542",
+ "crownLandUsePIN": "15623",
+ "crownLandFileNumber": "16419",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 5 DISTRICT LOT 4 PLAN 8406"
+ },
+ {
+ "uuid": "64919900-5212-43c0-a459-0dc7e6e2f4ba",
+ "siteRegistry": false,
+ "dateNoted": "2022-07-09",
+ "parcelID": "18932",
+ "crownLandUsePIN": "18017",
+ "crownLandFileNumber": "18152",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 2 DISTRICT LOT 5 PLAN 7030"
+ },
+ {
+ "uuid": "44c604ac-2c55-4c2a-9ed2-d73c860538c7",
+ "siteRegistry": true,
+ "dateNoted": "2021-05-24",
+ "parcelID": "18744",
+ "crownLandUsePIN": "17775",
+ "crownLandFileNumber": "17971",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 1 DISTRICT LOT 3 PLAN 8738"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "7da62d4e-3fff-45c2-a706-c2d19e4bb605",
+ "siteRegistry": false,
+ "dateReceived": "2022-06-10",
+ "dateCompleted": "2023-03-25",
+ "dateEntered": "2017-10-18",
+ "dateRegistrar": "2015-04-09",
+ "dateLocalAuthorityReceived": "2016-12-29",
+ "summary": "Amet esse sed fuga in.\nFacilis porro nihil quasi aliquid.\nRem mollitia dolorem doloremque velit laborum adipisci aliquam.",
+ "informationUsed": "In cupiditate libero neque aliquam quia velit explicabo consectetur.\nPariatur accusantium aperiam iste.\nIpsum numquam pariatur doloremque.\nRerum odio aut error.\nVoluptate sapiente modi repudiandae dolores ratione pariatur voluptates nostrum vero.",
+ "pastOrPresentOrders": "Occaecati in a deserunt vitae consequuntur dolorem dolor.\nEst quos temporibus iste saepe molestiae perspiciatis asperiores adipisci natus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "64e477d8-7a5f-4460-8421-4b3f9749f88d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e70deb0b-093e-44a2-97aa-9b7afdc1b459",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "23a8eb9b-c27e-43dd-b8b1-fcd18129d217",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "af9fdc46-810d-4176-ac4f-9773a8508799",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "053112c1-0044-4158-a446-93453f2c5450",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WOLF ELBERT",
+ "timestamp": "2017-09-29"
+ },
+ {
+ "uuid": "8f32b3f1-c972-4b8a-8609-6a5e85a203db",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUSSEL ROGER",
+ "timestamp": "2023-09-17"
+ },
+ {
+ "uuid": "7170e458-7003-4bfd-b50e-c4730e07c8bd",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GOTTLIEB ALICIA",
+ "timestamp": "2015-02-26"
+ },
+ {
+ "uuid": "70a88a65-c271-4507-b585-267c56e68809",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "POWLOWSKI HADLEY",
+ "timestamp": "2016-03-06"
+ },
+ {
+ "uuid": "6318a7bd-8439-44c3-a85a-e5d001e691a2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KERLUKE QUINN",
+ "timestamp": "2020-02-14"
+ },
+ {
+ "uuid": "d5220136-021f-45a4-a103-ea911fca578b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STANTON AUGUST",
+ "timestamp": "2014-07-19"
+ },
+ {
+ "uuid": "0a7a1b9a-eb00-4b57-8d2c-e73ab7bec3cd",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WEBER GAETANO",
+ "timestamp": "2014-07-28"
+ },
+ {
+ "uuid": "cea95c35-6891-402e-97de-3caee514c9d7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARROWS DUNCAN",
+ "timestamp": "2017-03-13"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "f3101922-9ad1-4b93-a267-9d08021cb976",
+ "dateNoted": "2021-01-13",
+ "notes": "",
+ "parcelID": "18293",
+ "siteID": "20767",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "625368df-4460-4c39-af14-eeac426c3fb7",
+ "dateNoted": "2016-11-29",
+ "notes": "",
+ "parcelID": "16778",
+ "siteID": "17584",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "27694e53-d9d0-4fe8-9abe-83321a1fb1c1",
+ "dateNoted": "2023-07-02",
+ "notes": "",
+ "parcelID": "18388",
+ "siteID": "15253",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "41be7010-11fa-4a90-a88a-29527e7d4599",
+ "siteID": 19640,
+ "address": "3091 Kavon Motorway",
+ "latitude": 56.734,
+ "longitude": -126.9419,
+ "lastUpdated": "2020-06-14",
+ "city": "West Reyshire",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/18399",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9886100,
+ 9433110,
+ 7806695,
+ 5143385,
+ 6844744
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "b1eb55fd-d6b5-4162-9569-e70d0f505f39",
+ "createdAt": "2015-09-11",
+ "completed": "2014-08-24",
+ "initiated": "2015-02-02",
+ "ministryContact": "CRIST ASTRID",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4ae80bb9-efc9-4f93-886e-ba63a899f412",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "50aa6522-6c0b-4756-9a79-b2e19af7343e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fde30ba8-d921-4304-87b3-ff1fc9417ad5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "65dcd5dc-b158-45b9-8972-276524334c89",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a1de165e-6974-46e9-8884-bf90342b394c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c488c284-42fa-4318-9cbf-8e6a35e5788f",
+ "createdAt": "2021-10-15",
+ "completed": "2015-09-28",
+ "initiated": "2021-06-04",
+ "ministryContact": "RUECKER MARCELINO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f0f65105-4c10-4dea-9ba9-09a7686eb166",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dbe632ba-354d-4c31-bc9f-1d3f11a9978d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c46a2320-3691-4afb-ab9b-e8b8e8388093",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9b52c023-40e7-45bd-a7dc-44d0cb816d74",
+ "createdAt": "2015-04-11",
+ "completed": "2014-04-21",
+ "initiated": "2018-02-09",
+ "ministryContact": "ABSHIRE JAVONTE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "01c2c268-ec62-4f41-bd37-227f5c202e9d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "630b5c20-a8f2-45f5-92e4-cab21b37125c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3f15f5c8-db16-4dcc-8de5-76898954b10d",
+ "createdAt": "2021-10-25",
+ "completed": "2014-03-27",
+ "initiated": "2020-12-19",
+ "ministryContact": "HERMISTON TRAVON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ffdce3af-eef5-4950-8cbb-d929ae711ddb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9e98d083-90b8-4518-a245-e154fd970cc9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "60370239-95ab-4c40-aec0-5a1b5938abd9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "5c2cc9f9-cd19-4cc0-b843-0077880cb547",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-03-12",
+ "startDate": "2014-01-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ce1d198b-96bc-46b7-9600-0ce15d320c49",
+ "name": "IPSUM",
+ "endDate": "2017-03-21",
+ "startDate": "2016-02-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3ae7dd80-6bdc-447a-894a-06d67b189aaa",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2017-08-17",
+ "startDate": "2022-05-04",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "7392f3d2-072f-4706-8f1c-6ca455ffdc18",
+ "siteRegistry": true,
+ "documentDate": "2016-03-02",
+ "receivedDate": "2017-05-15",
+ "uploadedDate": "2017-07-21",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "99b8b4b5-ab2c-42b2-ab77-af953ccde684",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b24bc022-d93b-42e1-96f8-520a7eca612f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "2978ef86-d93f-488c-91fc-6ad954516ea8",
+ "siteRegistry": false,
+ "documentDate": "2018-10-07",
+ "receivedDate": "2013-10-24",
+ "uploadedDate": "2017-06-01",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "d5868a58-ee0d-47bf-be83-c420c99c1aa9",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "657f9557-435f-49a3-baed-0ad028ab2f65",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-11-18 (described on Site Profile dated 2021-11-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "6865da08-59b2-43c8-b6cd-bc9b9e8ddc62",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-10-06 (described on Site Profile dated 2017-10-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "4215837e-839a-4f04-b463-6b45c3471a17",
+ "siteRegistry": false,
+ "dateNoted": "2014-02-05",
+ "parcelID": "20634",
+ "crownLandUsePIN": "18591",
+ "crownLandFileNumber": "17384",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 3 DISTRICT LOT 5 PLAN 4377"
+ },
+ {
+ "uuid": "8b7440d4-8990-45f4-a08b-b0abb4e3d16d",
+ "siteRegistry": true,
+ "dateNoted": "2016-05-04",
+ "parcelID": "16463",
+ "crownLandUsePIN": "16236",
+ "crownLandFileNumber": "16942",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 5 DISTRICT LOT 1 PLAN 5584"
+ },
+ {
+ "uuid": "4891e0d3-cd1d-45f6-a6a9-9cf139a3be60",
+ "siteRegistry": true,
+ "dateNoted": "2021-03-24",
+ "parcelID": "16960",
+ "crownLandUsePIN": "18275",
+ "crownLandFileNumber": "15542",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 3 DISTRICT LOT 1 PLAN 4914"
+ },
+ {
+ "uuid": "1106a187-b3e7-4fe8-8072-4272e5c0ddba",
+ "siteRegistry": false,
+ "dateNoted": "2014-05-09",
+ "parcelID": "18620",
+ "crownLandUsePIN": "20190",
+ "crownLandFileNumber": "20933",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 3 DISTRICT LOT 1 PLAN 3638"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "7df38a24-5212-43d1-b645-429fa88d7ed0",
+ "siteRegistry": false,
+ "dateReceived": "2022-02-04",
+ "dateCompleted": "2023-05-11",
+ "dateEntered": "2022-03-08",
+ "dateRegistrar": "2013-11-04",
+ "dateLocalAuthorityReceived": "2015-12-15",
+ "summary": "Sit eligendi a fugit asperiores.\nRem maxime eius et exercitationem vel rem.\nSaepe placeat quibusdam necessitatibus quia dicta saepe similique modi amet.",
+ "informationUsed": "Repudiandae nam ipsa doloribus distinctio quia vero velit sit esse.\nMolestias suscipit iusto nobis explicabo illum quam quidem suscipit nihil.\nUllam repellat dignissimos pariatur quibusdam.",
+ "pastOrPresentOrders": "Dolorem magnam rerum eos aperiam necessitatibus pariatur quis.\nOccaecati ullam mollitia eum debitis perferendis veniam tempore molestias.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "08c36287-ee70-4508-beb8-b4a21ddabfb7",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8c816f7d-0030-46db-ba45-70e058a9974b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "00d2cb04-72fe-469b-8084-945633be6de0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "26058838-1be8-42b2-897a-d9ea09a6bce2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "b43ce8c8-d050-4669-8735-cf1622da36bb",
+ "siteRegistry": true,
+ "dateReceived": "2022-01-25",
+ "dateCompleted": "2014-05-05",
+ "dateEntered": "2021-08-16",
+ "dateRegistrar": "2015-12-30",
+ "dateLocalAuthorityReceived": "2016-01-08",
+ "summary": "Officiis enim id amet rerum temporibus a aperiam vitae a.",
+ "informationUsed": "Dolorum voluptatem doloremque sint impedit deleniti.\nCommodi id nisi possimus recusandae provident.\nQuia odit nostrum porro expedita.\nSimilique iste odio facilis ipsa nostrum quam provident voluptas.",
+ "pastOrPresentOrders": "Quae inventore magni fuga iusto neque omnis.\nVeritatis eum saepe sapiente nam impedit optio vitae soluta optio.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a4bc6f9b-e0cd-4e07-aa14-7e51a65f9d72",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "602ac9cc-d29f-4f7a-908a-ab98360d1672",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6a877c17-d558-489f-9350-1ea427c8c469",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2bc7340d-93bf-4bb4-8e6f-789e873f1d74",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "030199ab-b9a9-4d0e-a371-f868c9067c88",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JERDE MISTY",
+ "timestamp": "2018-05-30"
+ },
+ {
+ "uuid": "1a56edf4-7e20-4ee6-b295-92d9f00cfe25",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TURNER MIREYA",
+ "timestamp": "2022-01-20"
+ },
+ {
+ "uuid": "4731e0b3-dc4f-40a4-b76b-b275834701f5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BASHIRIAN ELDORA",
+ "timestamp": "2014-08-09"
+ },
+ {
+ "uuid": "d28a58ab-703a-4c3a-a1a9-fbc4dfaac4fa",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUTCH REGGIE",
+ "timestamp": "2017-03-25"
+ },
+ {
+ "uuid": "22edca71-7f8e-4105-a49e-bb5d07700650",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAHN GILLIAN",
+ "timestamp": "2015-10-13"
+ },
+ {
+ "uuid": "56487c2d-f9eb-4723-a4b8-a252622b7473",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RICE KAMERON",
+ "timestamp": "2021-10-04"
+ },
+ {
+ "uuid": "892dfc19-ec04-4d02-8b51-0330b9c21089",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOSS-MCCLURE KAREN",
+ "timestamp": "2020-03-01"
+ },
+ {
+ "uuid": "60222c60-ef1b-4970-adbe-c59c415d1f1e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JAKUBOWSKI CLEMENT",
+ "timestamp": "2023-05-30"
+ },
+ {
+ "uuid": "38df5e5e-01a4-4e5b-a25b-df1bcfb94946",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KONOPELSKI EMMALEE",
+ "timestamp": "2020-11-22"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "8c8002b4-671f-445b-b8c6-63440c8dd650",
+ "dateNoted": "2019-04-20",
+ "notes": "",
+ "parcelID": "19522",
+ "siteID": "19141",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "166b437c-a5a3-4277-91aa-a69591a0b79d",
+ "siteID": 19692,
+ "address": "3590 Zella Spur",
+ "latitude": 57.1367,
+ "longitude": -137.3111,
+ "lastUpdated": "2022-04-13",
+ "city": "Swiftworth",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/19292",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8611247,
+ 1262855,
+ 5474303,
+ 3200662,
+ 8449902
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "5ef07a2f-40d2-4ebe-9da6-7081325627cf",
+ "createdAt": "2016-11-21",
+ "completed": "2022-01-13",
+ "initiated": "2021-01-28",
+ "ministryContact": "RUECKER ISAIAS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "339b0212-dc58-49e3-80f8-28179643a5f5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7de93c03-6e54-4694-a492-f92aa545d388",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a000ec3d-a22f-404f-a3b5-3c2dadf4634e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fa463885-c550-4d26-85fc-92970cc72efe",
+ "createdAt": "2023-06-21",
+ "completed": "2014-09-22",
+ "initiated": "2013-10-19",
+ "ministryContact": "KUVALIS COLLEEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b5fef69f-7132-4827-bfad-90276dec22c8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a3d56332-e10c-44bc-88df-ddb4f7913579",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5f638355-e13e-47a5-917b-31e20fe5c64d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d1c9d838-3c92-45ce-a27c-5c9c53ddb6a5",
+ "createdAt": "2017-08-02",
+ "completed": "2015-03-02",
+ "initiated": "2018-04-11",
+ "ministryContact": "WEIMANN WEBSTER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "34ab445b-8a70-493e-be89-42981ee7dc85",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c6b75155-853a-4429-ae14-8d8f1b378c5f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "057021a9-42e3-4c09-893c-b29d73fb6c2d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-08-22",
+ "startDate": "2023-06-26",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "15f8de57-0b2c-40ac-afca-07dee77eabf8",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-11-29",
+ "startDate": "2015-08-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9320d2df-478d-4aac-9613-718eb1976a8d",
+ "name": "IPSUM",
+ "endDate": "2016-02-17",
+ "startDate": "2016-06-06",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "fafa566f-4523-4349-8226-3e1cf5ccc1a8",
+ "siteRegistry": false,
+ "documentDate": "2022-11-27",
+ "receivedDate": "2015-09-20",
+ "uploadedDate": "2017-11-26",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "2b54c240-2d77-4b1b-9031-8846cd8466b9",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "06833ad2-bb01-466e-aa3f-ae8bc0580e35",
+ "siteRegistry": true,
+ "documentDate": "2018-05-06",
+ "receivedDate": "2023-07-25",
+ "uploadedDate": "2022-06-12",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "a3c2a16d-7e88-4141-b6b6-f6aefaf7791d",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "41d8a1a3-14d0-4014-a637-ef9f9450e282",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "7afe9784-4010-4b9c-9bbe-c8ba013da6fd",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-08-20 (described on Site Profile dated 2015-08-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "6f67fa6b-59c0-4e5f-be48-eb909bf59d2a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-07-27 (described on Site Profile dated 2016-07-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "3f255802-1a27-4ae0-b573-77697ee58354",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-05-04 (described on Site Profile dated 2023-05-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "d15409a8-c493-4236-a68e-e6cc28fc77bb",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-09-12 (described on Site Profile dated 2018-09-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "321dbc12-276e-41da-9586-b186c93cc9e5",
+ "siteRegistry": false,
+ "dateNoted": "2016-08-15",
+ "parcelID": "18646",
+ "crownLandUsePIN": "16431",
+ "crownLandFileNumber": "18246",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 1 DISTRICT LOT 4 PLAN 5019"
+ },
+ {
+ "uuid": "c30b8d43-6121-4e60-bdf3-9b10d2db876c",
+ "siteRegistry": true,
+ "dateNoted": "2015-09-04",
+ "parcelID": "18276",
+ "crownLandUsePIN": "18094",
+ "crownLandFileNumber": "17349",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 1 DISTRICT LOT 2 PLAN 8466"
+ },
+ {
+ "uuid": "9ee7a73a-df6c-41e3-a535-242526d6b6fd",
+ "siteRegistry": false,
+ "dateNoted": "2021-11-08",
+ "parcelID": "16485",
+ "crownLandUsePIN": "18390",
+ "crownLandFileNumber": "20601",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 4 DISTRICT LOT 4 PLAN 9322"
+ },
+ {
+ "uuid": "d650702a-5ab4-4ceb-9127-9fe28494c7a3",
+ "siteRegistry": true,
+ "dateNoted": "2021-10-13",
+ "parcelID": "20883",
+ "crownLandUsePIN": "18607",
+ "crownLandFileNumber": "17286",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 4 DISTRICT LOT 1 PLAN 5967"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "db772874-4ed7-4464-8abe-ed3af55c0fad",
+ "siteRegistry": false,
+ "dateReceived": "2017-05-07",
+ "dateCompleted": "2023-01-04",
+ "dateEntered": "2014-12-19",
+ "dateRegistrar": "2019-12-23",
+ "dateLocalAuthorityReceived": "2015-07-21",
+ "summary": "Eaque at ab dolorem neque nobis.\nArchitecto quidem distinctio sequi minima nihil saepe corrupti nesciunt sit.\nNam quod aliquam quo voluptas debitis iste.",
+ "informationUsed": "Libero quam labore libero facilis repudiandae.\nQuis debitis in deleniti consectetur veniam velit libero.\nError explicabo reprehenderit porro quo aspernatur nesciunt aperiam.",
+ "pastOrPresentOrders": "Distinctio deserunt dolor eum.\nNecessitatibus voluptas est autem iste reiciendis debitis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "38e59adf-4f75-4066-a44d-0b0a52f952b6",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bd020517-bd84-49fd-8f5f-98ad5fefa118",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "517d6dd1-34cc-43e4-a03f-26071fba7e33",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "8e8018c8-bceb-4a98-9117-07f5b5f35729",
+ "siteRegistry": false,
+ "dateReceived": "2015-05-24",
+ "dateCompleted": "2018-10-28",
+ "dateEntered": "2015-01-08",
+ "dateRegistrar": "2015-03-27",
+ "dateLocalAuthorityReceived": "2023-04-06",
+ "summary": "Tempora ea voluptatum placeat occaecati cumque quis incidunt cupiditate perspiciatis.\nRecusandae itaque fugit nihil illo magni ullam sunt.\nAccusantium dolor aut accusantium officia laudantium.",
+ "informationUsed": "Aliquam culpa saepe error quaerat sint minima.\nSit ullam soluta autem ipsam optio fugiat autem.\nDoloribus delectus maiores quisquam sapiente.\nRepellendus odio possimus.",
+ "pastOrPresentOrders": "Nisi dolore facere facere enim suscipit.\nAsperiores harum quas earum necessitatibus quo consequatur iste doloremque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "8f3b2418-c8a8-40d4-8eac-3946d6cf8c1d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a6a7e7a5-8abe-4a3d-966e-dfbd179f74ba",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "702070b6-7785-46c5-8b3b-e274f6728ba0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3e2652b4-88d5-4c91-9836-1b7fec4263cc",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "f3be0823-0aea-4707-808a-f51d13278c5c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHADEN OKEY",
+ "timestamp": "2014-01-15"
+ },
+ {
+ "uuid": "40f5d1d9-12a9-4535-975d-b57471c23809",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAHRINGER LAURA",
+ "timestamp": "2019-05-05"
+ },
+ {
+ "uuid": "2b6633df-6283-4209-b4f0-a9f024bd61d1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WUNSCH ELTON",
+ "timestamp": "2023-01-20"
+ },
+ {
+ "uuid": "95453e90-d8e5-4427-a930-b7147a16321b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHAEFER JODIE",
+ "timestamp": "2013-10-20"
+ },
+ {
+ "uuid": "ecf4bda7-be1d-4175-9906-258d549197f2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOEPP CLAY",
+ "timestamp": "2023-07-16"
+ },
+ {
+ "uuid": "ede34e82-0e00-46b5-850a-4c0b285841c9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'CONNELL ADOLF",
+ "timestamp": "2021-04-09"
+ },
+ {
+ "uuid": "f31f9489-dd45-4eba-aaf3-7dc7e8ba2c30",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUEL LIAM",
+ "timestamp": "2021-07-05"
+ },
+ {
+ "uuid": "8c2d44c5-f76d-49ea-84f0-791505a9cb75",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DIBBERT VIDA",
+ "timestamp": "2017-07-12"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "09927f32-864e-4453-beb2-e43c120f88b9",
+ "dateNoted": "2017-12-20",
+ "notes": "",
+ "parcelID": "19474",
+ "siteID": "18864",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "272afafa-66fd-48b8-a7f1-37a317130db9",
+ "dateNoted": "2014-09-12",
+ "notes": "",
+ "parcelID": "20442",
+ "siteID": "20431",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f29f198f-221c-4528-b8eb-3f25f91acff2",
+ "dateNoted": "2019-04-05",
+ "notes": "",
+ "parcelID": "17869",
+ "siteID": "20039",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "8ad3d417-6b83-4da6-a03f-71e279612c2f",
+ "siteID": 19588,
+ "address": "284 Vernie Passage",
+ "latitude": 48.4863,
+ "longitude": -138.4972,
+ "lastUpdated": "2020-01-05",
+ "city": "West Ernest",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/17159",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5127085,
+ 2182784,
+ 7676509,
+ 5226661,
+ 1204861
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "2205fd0b-0f7f-443a-b884-e9c4b87b0501",
+ "createdAt": "2017-07-20",
+ "completed": "2018-04-18",
+ "initiated": "2023-03-20",
+ "ministryContact": "BEAHAN OLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f7de8971-a57e-41c5-a45e-4abcc8137abc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "819f91d7-5190-44d1-8aea-b47483016a70",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "554a7f54-7797-4c69-adaa-d2f8a0c12a15",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "41bc903a-eed8-4146-8645-3fd9e52fc014",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "21dc4c53-e4e9-48e4-b2ce-00cbd8bf9751",
+ "createdAt": "2014-12-27",
+ "completed": "2015-11-04",
+ "initiated": "2022-08-18",
+ "ministryContact": "KOCH LOMA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "84f883bb-3bf5-4c40-8891-a25603344bb2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6d2055b8-5b53-4637-a51a-75553599212f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bf6bbd92-501b-4d84-8149-ccde0a80a9b8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "058ef684-cf68-474e-a54a-3d6aea75bdf5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8b1d3efc-93f3-47de-bfe2-7735c33e9767",
+ "createdAt": "2021-07-23",
+ "completed": "2020-11-28",
+ "initiated": "2015-04-30",
+ "ministryContact": "ROGAHN GEORGETTE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "15f835ca-f772-4b6d-9505-8de10f711d81",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "223bfcfa-7adb-445d-95b2-6b3298c953d3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0945091f-0857-49cb-9b49-a3ec775246eb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e6a54e12-9a5f-4282-900b-38aa694098d2",
+ "createdAt": "2016-02-02",
+ "completed": "2014-07-19",
+ "initiated": "2014-02-28",
+ "ministryContact": "EMMERICH MINNIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "835d42b0-baf1-4fb9-82b1-b2aa24fb6b47",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5fb6aa4a-4f53-43af-88c1-48fb7746eaf7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "99498ece-9329-4762-a682-53d1d7f3779d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f227e825-41f1-4489-9816-48814728f091",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "ed5f94c2-95f4-4511-bee7-49a2f4999a53",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-11-24",
+ "startDate": "2018-01-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "484c416e-6e5b-4f3b-979e-d9c194e838d3",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2022-11-04",
+ "startDate": "2017-02-02",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "3cb57c7f-e4be-4f4f-92ec-26d7bd7899ec",
+ "siteRegistry": true,
+ "documentDate": "2021-01-24",
+ "receivedDate": "2018-07-31",
+ "uploadedDate": "2018-04-01",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "dc296831-c431-4d3f-8ae3-e9186afd934b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9af7cd23-ca5a-45a1-b393-87e4009ad6c5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "50ade258-bc0b-4e42-9ecc-f91c4a4396a8",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "147cc5dd-9c12-4b6a-998f-ce1fe94bb226",
+ "siteRegistry": false,
+ "documentDate": "2014-03-09",
+ "receivedDate": "2017-07-21",
+ "uploadedDate": "2017-03-21",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "af2aa401-b76c-4987-8d5d-a25bcd10a3c6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7d5456fc-8fe7-49b7-a9c4-8cc7122145ec",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "b6d4f07d-66c2-48b3-9606-279412b43cbc",
+ "siteRegistry": true,
+ "documentDate": "2022-04-07",
+ "receivedDate": "2022-06-19",
+ "uploadedDate": "2018-08-13",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "01701efc-4931-487d-a25e-613402880788",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "83503415-03b7-44ad-9d6f-2ad09b682caf",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a36df756-ad3c-4cfe-b983-b37d74070e6c",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4917123a-9d22-487c-962e-cee336aa5f52",
+ "siteRegistry": false,
+ "documentDate": "2014-08-13",
+ "receivedDate": "2023-09-13",
+ "uploadedDate": "2018-04-25",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "2c44bfe6-59a1-4999-a588-a6f257baf717",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1e7e1511-3095-404a-8693-1550de8f07f5",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "17915a77-b03c-42f5-a9c1-34c0991018e6",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-05-01 (described on Site Profile dated 2014-05-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "c810d768-f077-4608-a0f0-f67d20bb1877",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-12-13 (described on Site Profile dated 2022-12-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "5d1eab27-0752-4d2a-9e7f-f5d9da96bc47",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-04-30 (described on Site Profile dated 2020-04-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "1874ca74-3218-4f63-a716-aec237a39e32",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-01-27 (described on Site Profile dated 2022-01-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "d3336dda-d623-4df6-8d10-dc2f7efa1610",
+ "siteRegistry": false,
+ "dateNoted": "2019-07-16",
+ "parcelID": "16849",
+ "crownLandUsePIN": "17329",
+ "crownLandFileNumber": "16806",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 4 DISTRICT LOT 1 PLAN 6190"
+ },
+ {
+ "uuid": "2125da13-59b6-43b7-a6ba-756074f06b74",
+ "siteRegistry": true,
+ "dateNoted": "2015-01-01",
+ "parcelID": "20748",
+ "crownLandUsePIN": "16897",
+ "crownLandFileNumber": "20042",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 4 DISTRICT LOT 2 PLAN 8058"
+ },
+ {
+ "uuid": "9a0a8a91-d201-4e92-8979-9dd61df172c0",
+ "siteRegistry": false,
+ "dateNoted": "2018-05-05",
+ "parcelID": "16444",
+ "crownLandUsePIN": "19421",
+ "crownLandFileNumber": "16708",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 2 DISTRICT LOT 5 PLAN 8742"
+ },
+ {
+ "uuid": "1790c505-7188-4200-b827-7693de7e0270",
+ "siteRegistry": false,
+ "dateNoted": "2019-09-29",
+ "parcelID": "16923",
+ "crownLandUsePIN": "16944",
+ "crownLandFileNumber": "16476",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 3 DISTRICT LOT 2 PLAN 6287"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "a4be0e84-c048-4bec-8e58-0cf94df498bf",
+ "siteRegistry": true,
+ "dateReceived": "2015-06-16",
+ "dateCompleted": "2016-07-31",
+ "dateEntered": "2014-02-06",
+ "dateRegistrar": "2020-11-12",
+ "dateLocalAuthorityReceived": "2022-06-12",
+ "summary": "At incidunt voluptatibus tempora tempore repellat nemo iusto nulla.\nNihil voluptatibus qui ipsam nostrum quas exercitationem accusantium dignissimos.",
+ "informationUsed": "Reprehenderit officiis occaecati laborum dolorum ad veritatis.\nNisi aliquam ipsam.\nExcepturi ab quia architecto culpa consequatur expedita commodi.\nDelectus rerum veniam veniam.",
+ "pastOrPresentOrders": "Nulla ipsum amet distinctio reiciendis debitis dicta.\nConsequatur assumenda porro odio rem quas beatae.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "0c0c2f63-0db2-42b0-9369-4b911835bb0f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e1af42c6-cc0c-4972-8901-7dbc3362dc50",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "56aa8331-bc27-41b6-a61f-e95ad5341012",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b74b3ff9-44c9-4b8a-b2c1-653e4c2d2d19",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "9331c32d-7abc-4a6b-a2c4-eea2bfdef401",
+ "siteRegistry": false,
+ "dateReceived": "2016-08-10",
+ "dateCompleted": "2023-06-13",
+ "dateEntered": "2017-07-31",
+ "dateRegistrar": "2013-12-04",
+ "dateLocalAuthorityReceived": "2021-04-02",
+ "summary": "Sunt reprehenderit quis impedit quae debitis unde.\nIllum quasi possimus aliquid.",
+ "informationUsed": "Eum porro dolorem amet in eaque similique.\nQuibusdam excepturi autem impedit numquam amet id repudiandae.\nDolore recusandae pariatur illo placeat.",
+ "pastOrPresentOrders": "Vitae enim nulla recusandae molestiae commodi voluptas molestias tenetur.\nQuam voluptate quaerat fugiat.\nUt porro delectus quaerat fugit est reiciendis animi incidunt.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "87575d14-91b4-4a5c-bbc1-ae3de8f01f02",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "97c69969-4cd6-4e65-88c2-125112f2ce7e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a9631614-c3eb-4908-992b-5b64d4b6b75e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "23bf29a2-974c-4800-b2fc-251648ed84d8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HELLER JAMESON",
+ "timestamp": "2013-11-14"
+ },
+ {
+ "uuid": "f13f82fc-3009-48e2-9010-e83cfd94eccf",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PARKER ADAH",
+ "timestamp": "2019-04-28"
+ },
+ {
+ "uuid": "cf8f04ab-6793-4dac-8789-c12c4d50df7e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REICHERT JACINTHE",
+ "timestamp": "2015-10-25"
+ },
+ {
+ "uuid": "06c12575-b0df-44cf-851e-f2e9e0070274",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VEUM EMELIE",
+ "timestamp": "2015-02-03"
+ },
+ {
+ "uuid": "c3807e6b-0a96-492d-8dbb-b32f8bb7b780",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CUMMINGS CHAYA",
+ "timestamp": "2018-05-16"
+ },
+ {
+ "uuid": "f29018d5-1bd0-49ac-90e8-edb858eb3c30",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOPPE EMMETT",
+ "timestamp": "2017-09-09"
+ },
+ {
+ "uuid": "60b8e97e-0f85-4ff8-9c19-7c715341c929",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VEUM KARELLE",
+ "timestamp": "2023-08-28"
+ },
+ {
+ "uuid": "81f95a0d-f2c7-490a-bec6-2ead9c4271c8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OBERBRUNNER DEJUAN",
+ "timestamp": "2019-05-11"
+ },
+ {
+ "uuid": "dcdc6c54-18de-403f-9c94-199c3a2effa3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CONNELLY SID",
+ "timestamp": "2023-06-30"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "d47f4604-d79e-4c32-8c5f-a0b3d4a6ac22",
+ "dateNoted": "2014-03-25",
+ "notes": "",
+ "parcelID": "19216",
+ "siteID": "18436",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8d136500-d2fa-4f0c-b1d4-8218b7e93c5e",
+ "dateNoted": "2015-03-14",
+ "notes": "",
+ "parcelID": "16795",
+ "siteID": "18736",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bd1f2fad-25b7-420c-acc5-3eadfbc44e18",
+ "dateNoted": "2022-12-25",
+ "notes": "",
+ "parcelID": "17299",
+ "siteID": "20261",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "6c2f6c6b-1e3a-4836-b07d-6b7000e50152",
+ "siteID": 16366,
+ "address": "817 Jayson Wells",
+ "latitude": 57.0533,
+ "longitude": -121.8233,
+ "lastUpdated": "2018-09-18",
+ "city": "Lake Christyhaven",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/13224",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4338879,
+ 787370,
+ 3122836,
+ 6968871,
+ 9106357
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "17187e41-4b88-4a5f-90e0-95cedae336cc",
+ "createdAt": "2022-02-27",
+ "completed": "2014-07-16",
+ "initiated": "2021-12-30",
+ "ministryContact": "LITTLE ELSE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "24a74926-fd31-41ad-a825-f6ca789f35bb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "eaa5de07-d84e-478d-8082-cb1fd8e2f6ff",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f6a78109-99e9-46bd-8d80-79ea24770386",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2e2e2d16-da83-45a0-a87f-c38004f38554",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9ac967a5-bf27-4685-9398-9dde2095d3ae",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "edb8310e-5072-4ae1-8af1-a1d07b14a875",
+ "createdAt": "2015-08-25",
+ "completed": "2019-05-20",
+ "initiated": "2021-04-18",
+ "ministryContact": "RUNTE CAMREN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "194b8d59-1791-493c-b500-33c8c41faeb3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "510700bb-060a-404d-9595-ba714a872739",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "855cbd96-7ffb-4f8d-abc7-10c2f039adc6",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-09-25",
+ "startDate": "2023-07-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0ab34b98-6c5b-4fd5-8dd1-bad67ec008d4",
+ "name": "IPSUM",
+ "endDate": "2014-11-27",
+ "startDate": "2019-12-20",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "9ee77fe7-892f-460b-bf32-96ba5c25957f",
+ "siteRegistry": true,
+ "documentDate": "2023-03-25",
+ "receivedDate": "2015-06-27",
+ "uploadedDate": "2014-05-14",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "8f27303d-11f9-444c-9f33-2212dad21dd7",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "431071eb-d256-4e3c-a906-3c1cec1950bb",
+ "siteRegistry": true,
+ "documentDate": "2017-02-06",
+ "receivedDate": "2014-07-27",
+ "uploadedDate": "2014-02-09",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "70b172a0-dbc9-4d89-b3a7-3d04d26dfc61",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c46a0f05-5c60-48c6-8222-858c5f479d17",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "26cf8f70-71f1-4f3f-9454-0f526240cb5a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9da41982-a194-43d8-a083-522216ea8363",
+ "siteRegistry": true,
+ "documentDate": "2016-06-30",
+ "receivedDate": "2019-04-11",
+ "uploadedDate": "2021-07-09",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "266005ea-28fb-4418-80ec-5d8c23bad510",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "6b02c533-540e-45d5-b9dc-9abc123fe9f6",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ee0bfcf6-afe5-4d53-8ae3-6588e4739b21",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "2a5eb10b-20b5-452d-80a9-cb006ab50f4e",
+ "siteRegistry": true,
+ "documentDate": "2017-10-06",
+ "receivedDate": "2021-05-06",
+ "uploadedDate": "2015-04-26",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "e8378f17-1d4f-43dd-a410-ae96d893196b",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e8d48aaa-3bff-4bba-af97-5bfcf1c1776d",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c65d3a35-1ad3-4f07-8beb-56aab6a5512f",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "eec9d548-944a-4706-91de-f9c207b94fc5",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-09-02 (described on Site Profile dated 2015-09-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "9c69aaf2-62e5-4656-af94-1bdc9ac2f935",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-08-04 (described on Site Profile dated 2022-08-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "175cec99-6069-4624-a2f9-b9651ecb5edd",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-03-21 (described on Site Profile dated 2021-03-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "b97bbcda-2651-4e7e-9eea-68efe989ec19",
+ "siteRegistry": false,
+ "dateNoted": "2015-02-04",
+ "parcelID": "15277",
+ "crownLandUsePIN": "17333",
+ "crownLandFileNumber": "17365",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 4 DISTRICT LOT 5 PLAN 4817"
+ },
+ {
+ "uuid": "8dd02009-9d8c-4de5-986a-f7a026696dd8",
+ "siteRegistry": false,
+ "dateNoted": "2014-08-10",
+ "parcelID": "15576",
+ "crownLandUsePIN": "15482",
+ "crownLandFileNumber": "20809",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 4 DISTRICT LOT 3 PLAN 4373"
+ },
+ {
+ "uuid": "6c357aef-2050-46aa-a1a3-f01d0752ce0b",
+ "siteRegistry": false,
+ "dateNoted": "2019-06-14",
+ "parcelID": "16548",
+ "crownLandUsePIN": "17244",
+ "crownLandFileNumber": "19096",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 4 DISTRICT LOT 2 PLAN 8207"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "9d7a7ee5-19db-410c-a20f-d003cfac80f9",
+ "siteRegistry": false,
+ "dateReceived": "2015-06-27",
+ "dateCompleted": "2020-03-10",
+ "dateEntered": "2014-06-22",
+ "dateRegistrar": "2016-01-02",
+ "dateLocalAuthorityReceived": "2020-07-03",
+ "summary": "Accusamus a perspiciatis.\nAut architecto quo suscipit delectus.\nFacere quisquam accusantium ratione.",
+ "informationUsed": "Ab doloremque vitae quis labore.\nMaiores nobis ullam iusto.\nNulla dicta ducimus.",
+ "pastOrPresentOrders": "Voluptate nulla officia molestias.\nPraesentium deleniti itaque culpa blanditiis dolorum iure.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "2bcc1635-208d-49f4-b6ea-4910babe18f6",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "995aa578-2c45-4dd1-9556-423e3e2a3c42",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "8c2e2f74-6d22-4d08-a669-5df030d5ee82",
+ "siteRegistry": false,
+ "dateReceived": "2023-07-17",
+ "dateCompleted": "2018-07-04",
+ "dateEntered": "2022-12-08",
+ "dateRegistrar": "2015-04-04",
+ "dateLocalAuthorityReceived": "2020-02-15",
+ "summary": "Molestiae nihil quos delectus quasi placeat.\nDignissimos nam neque.\nAnimi dignissimos quibusdam odio doloribus sit sunt debitis nisi non.",
+ "informationUsed": "Molestias corrupti dolorem nihil odit vero accusantium consectetur consequuntur ducimus.\nAliquam nisi dolores cum accusamus odit ipsa consequatur iste.\nAut at minima non itaque tempore perferendis.\nDolore rem quo exercitationem esse.",
+ "pastOrPresentOrders": "Eligendi similique libero fuga excepturi officia laudantium occaecati vel.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "d2113c20-c803-4226-ac19-6736be56fa1b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "03244556-debb-47eb-990c-8081e579f982",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b04dad7b-ac28-4270-bc9a-66528c2c9859",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "de915514-7bc9-4eaf-9a38-3a494a93cfbf",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUPPE GUISEPPE",
+ "timestamp": "2015-03-01"
+ },
+ {
+ "uuid": "e7c0c90c-c136-40e3-9975-fcacd35e6eeb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OBERBRUNNER-STEUBER FREEMAN",
+ "timestamp": "2020-02-16"
+ },
+ {
+ "uuid": "6f04230e-559b-44ca-ac87-1d7dd2b7ea76",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "YOST KILEY",
+ "timestamp": "2021-04-01"
+ },
+ {
+ "uuid": "9157dd9c-2bc7-48e8-9941-30eb41ad6161",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GOTTLIEB JODY",
+ "timestamp": "2014-05-04"
+ },
+ {
+ "uuid": "d2be1d4a-8244-4c98-80da-b3fa0275db8f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRANECKI-MURRAY MIREILLE",
+ "timestamp": "2017-02-09"
+ },
+ {
+ "uuid": "8fe0bdff-73a1-44e7-bf47-009870f31ea5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BECKER CLAUDIA",
+ "timestamp": "2022-10-25"
+ },
+ {
+ "uuid": "606fa7b0-7529-4d3b-8e6f-5802a6f72d51",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRUICKSHANK FOSTER",
+ "timestamp": "2019-05-01"
+ },
+ {
+ "uuid": "a19b8298-5948-4684-9417-b82f3ab5cd4a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GLEICHNER ERVIN",
+ "timestamp": "2020-12-23"
+ },
+ {
+ "uuid": "1b7998aa-670d-4ecd-981b-9e07d60274b2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOVACEK ANIBAL",
+ "timestamp": "2022-02-11"
+ },
+ {
+ "uuid": "ae509623-5634-42ea-a801-0c9a856eb94f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HALEY JILLIAN",
+ "timestamp": "2020-05-23"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "ccf0df88-d082-4f43-be44-bfd0a0784b39",
+ "dateNoted": "2018-01-20",
+ "notes": "",
+ "parcelID": "20764",
+ "siteID": "16457",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a20ae145-a3db-4241-96d0-4c00d9949881",
+ "dateNoted": "2019-06-12",
+ "notes": "",
+ "parcelID": "17126",
+ "siteID": "19202",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2357527d-878b-4d8f-8cf8-bbb7943c10d5",
+ "dateNoted": "2022-06-11",
+ "notes": "",
+ "parcelID": "15819",
+ "siteID": "16012",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "4ead740b-3b66-4ce1-82d0-696133634e45",
+ "siteID": 18536,
+ "address": "79390 Lera Spring",
+ "latitude": 52.2347,
+ "longitude": -134.1982,
+ "lastUpdated": "2014-05-02",
+ "city": "Lake Francoboro",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/2897",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4465381,
+ 7175064,
+ 4560517,
+ 8518848,
+ 9754878
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "3c40fac7-c00d-44f1-bdf6-6be5965fd978",
+ "createdAt": "2020-10-13",
+ "completed": "2018-01-06",
+ "initiated": "2014-02-09",
+ "ministryContact": "SHIELDS FRED",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e268888b-c81f-45d8-877c-01f1c588a4f8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7451fa5b-bc81-47a5-8200-61b901a7fa55",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1b874b35-b9a6-41a8-a997-f659914f8872",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1dc5ec12-2a45-4476-a95d-8e96f2d05103",
+ "createdAt": "2015-11-26",
+ "completed": "2019-03-20",
+ "initiated": "2019-03-12",
+ "ministryContact": "KERTZMANN KEVIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4fe8b426-3a13-434b-962b-33546d08dde7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b5add09d-6fb8-4e01-8e4d-fee66b835c0d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d20a9d6d-c5f9-48bd-b719-5ffa353a3e11",
+ "createdAt": "2018-03-17",
+ "completed": "2021-12-14",
+ "initiated": "2014-09-26",
+ "ministryContact": "MARVIN TYRESE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "53bfe675-1ad4-4d18-96e1-4ce38a3c7eb0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "efbfdb45-3f15-4545-84b7-680d9976cc78",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6f58a267-d3e7-4bfc-91b0-b986bf107f5f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4bafc182-e26a-488f-918d-d97d9be9a9ad",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "ff5c79a4-b3fa-4513-a185-b3848f3ae93e",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-10-21",
+ "startDate": "2015-01-17",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5cc74ed2-87e7-4d00-a7c6-b04eb1f9396e",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2014-05-26",
+ "startDate": "2014-11-10",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "773c7f0b-a561-45d9-8acd-327716afbd61",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-09-16",
+ "startDate": "2023-03-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "fbaf2cb1-a3cd-4a5e-a229-5dda99ba5e5c",
+ "siteRegistry": false,
+ "documentDate": "2022-01-14",
+ "receivedDate": "2020-01-03",
+ "uploadedDate": "2014-12-23",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "c885d635-195d-4e64-8af2-bf5d3e7255f5",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "64f24d30-c222-4bf2-b290-f21667a2bc9a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "40190277-f2e9-4599-809b-588db93e9330",
+ "siteRegistry": false,
+ "documentDate": "2021-08-27",
+ "receivedDate": "2020-02-17",
+ "uploadedDate": "2022-11-19",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "c431c7ee-ce41-4b28-a2f5-150287532d29",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f6ad9c2e-b065-4f04-aa4f-0bc6eda3eb49",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "150d99f3-e584-4deb-8341-f4c43e076fab",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "43a6cd96-c17f-455b-af6b-85009fbd7192",
+ "siteRegistry": false,
+ "documentDate": "2019-11-25",
+ "receivedDate": "2020-03-19",
+ "uploadedDate": "2017-11-17",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "fd164b27-f5fd-4920-b6ce-3cc675302371",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "15106cff-e5c0-4c46-851b-4bc261075806",
+ "siteRegistry": false,
+ "documentDate": "2022-04-05",
+ "receivedDate": "2014-06-14",
+ "uploadedDate": "2023-04-15",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "78a24719-3389-4388-908d-3c7cc0a3cef8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e97f7f5e-9414-4846-ae9d-edb749750339",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e0518423-6b9d-4fd1-9901-9239d80063a6",
+ "siteRegistry": false,
+ "documentDate": "2015-06-08",
+ "receivedDate": "2023-06-21",
+ "uploadedDate": "2017-08-22",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "0be620f6-dc17-4378-8732-ea2aaf7aa874",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "fbf75333-9cdb-4a08-bab6-5c19e23e7a1d",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "78b8ce65-b1a0-44fe-9604-65ae6f26dc71",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "fc1e541b-bc91-472c-9b69-12c6d1bc7450",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-03-02 (described on Site Profile dated 2023-03-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f12dc4c7-7edd-4750-9a4f-d06b40cd33e3",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-06-22 (described on Site Profile dated 2020-06-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "a3bf535a-eef6-4092-876c-b9d0ccdd2061",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-06-11 (described on Site Profile dated 2018-06-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "297c75b6-3071-4155-a1ce-42931c9a403e",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-08-20 (described on Site Profile dated 2016-08-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "68bcf58c-7861-437b-ac28-c9d92007d97a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-11-01 (described on Site Profile dated 2016-11-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "6e8afac5-cc9a-479a-b806-49b3c8097b9b",
+ "siteRegistry": true,
+ "dateNoted": "2018-04-18",
+ "parcelID": "19421",
+ "crownLandUsePIN": "16203",
+ "crownLandFileNumber": "19739",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 4 DISTRICT LOT 3 PLAN 8203"
+ },
+ {
+ "uuid": "9faf01d1-d1a1-4c6c-a60f-636e4fbdea59",
+ "siteRegistry": false,
+ "dateNoted": "2016-04-21",
+ "parcelID": "17813",
+ "crownLandUsePIN": "17841",
+ "crownLandFileNumber": "20253",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 3 DISTRICT LOT 4 PLAN 6216"
+ },
+ {
+ "uuid": "c8a7ef56-b8e8-4a56-a31d-f3c02ef8cba4",
+ "siteRegistry": false,
+ "dateNoted": "2018-07-17",
+ "parcelID": "18872",
+ "crownLandUsePIN": "15955",
+ "crownLandFileNumber": "20858",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 2 DISTRICT LOT 2 PLAN 7197"
+ },
+ {
+ "uuid": "f5c81ba3-85e4-40e0-9b7a-f8e8799f8008",
+ "siteRegistry": true,
+ "dateNoted": "2016-04-24",
+ "parcelID": "18639",
+ "crownLandUsePIN": "17130",
+ "crownLandFileNumber": "17239",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 1 DISTRICT LOT 3 PLAN 3554"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "818324c4-14e3-4188-8374-62d906932d8f",
+ "siteRegistry": false,
+ "dateReceived": "2020-04-25",
+ "dateCompleted": "2017-11-08",
+ "dateEntered": "2014-06-30",
+ "dateRegistrar": "2023-09-02",
+ "dateLocalAuthorityReceived": "2020-04-29",
+ "summary": "Tenetur dolores vel consectetur vero veritatis dolor debitis.\nNumquam id repellat officiis nostrum.\nConsectetur perferendis deserunt similique quia ad culpa velit officiis odit.",
+ "informationUsed": "Tempore voluptates numquam possimus.\nConsequatur officia in debitis adipisci amet.\nIste nulla pariatur repellendus repellendus.\nAnimi facilis recusandae repudiandae provident doloribus.",
+ "pastOrPresentOrders": "Natus voluptates voluptates aliquid recusandae placeat aspernatur.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b9e0626a-c5c9-4b63-93a6-619312350de2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3f2c9a10-37bf-4907-be35-34c6cd2818b5",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "82fe7220-7d18-4f78-8a9f-7d87d8911b6e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "65c851b8-0475-425b-90c2-de5a4671668e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCKENZIE TIMMOTHY",
+ "timestamp": "2015-11-09"
+ },
+ {
+ "uuid": "eba8e48b-c847-4181-a477-2040f512e4cd",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ZIEME JOAQUIN",
+ "timestamp": "2017-05-19"
+ },
+ {
+ "uuid": "40c8bd58-e163-4312-9cec-7d4b8f49ab53",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FEEST VERDA",
+ "timestamp": "2019-06-29"
+ },
+ {
+ "uuid": "0db93653-9885-460b-9e93-023efdd70b50",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DICKENS-SMITHAM GREG",
+ "timestamp": "2016-06-15"
+ },
+ {
+ "uuid": "a1110ff6-0d16-432b-bd1f-1b25d8493e26",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VEUM RAE",
+ "timestamp": "2022-09-09"
+ },
+ {
+ "uuid": "7cb7af5e-e72f-4021-90f2-9a14fc600048",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "QUITZON GLENNA",
+ "timestamp": "2017-11-30"
+ },
+ {
+ "uuid": "5fb20742-53a6-4d18-87dd-26b85ac6ff82",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOEGER LILLIAN",
+ "timestamp": "2023-07-26"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "3b5aac0e-5c41-4110-91b7-e3d3d026b9e9",
+ "dateNoted": "2014-06-28",
+ "notes": "",
+ "parcelID": "18785",
+ "siteID": "18262",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "351aef0d-369b-46e8-924f-4b92e7b80119",
+ "siteID": 18676,
+ "address": "5346 Kemmer Dale",
+ "latitude": 52.4921,
+ "longitude": -133.2361,
+ "lastUpdated": "2014-03-18",
+ "city": "Bashirianview",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/933",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1114526,
+ 8106654,
+ 7361364,
+ 808591,
+ 8438112
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "f7d324a6-ac61-4a2c-bb71-1537cce8a70a",
+ "createdAt": "2022-06-16",
+ "completed": "2019-12-05",
+ "initiated": "2015-01-25",
+ "ministryContact": "FISHER MAGNUS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d0a65258-edb5-466a-b5b2-dfe4d7fa13f3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3c849de2-6a07-4e1d-8fbf-8b792501d4f2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ddb3775d-3b48-48f0-87eb-4b2670b08f11",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "49fdccff-3ef1-46d0-8486-fa130c151180",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "378cb8bd-8bbf-4bc1-b040-4aa338b057de",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "22d54845-f775-466c-884c-272fd4996943",
+ "createdAt": "2020-01-06",
+ "completed": "2022-01-15",
+ "initiated": "2015-07-17",
+ "ministryContact": "KUPHAL-MCCULLOUGH PATRICIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e633aed7-9c1e-428b-87f2-c4f2c14beed2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "746fad37-6edd-47d6-a221-7db2508b536c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8f27084f-c6eb-4b7e-8b79-8f10112a49e4",
+ "createdAt": "2019-08-18",
+ "completed": "2014-07-23",
+ "initiated": "2023-04-13",
+ "ministryContact": "MCLAUGHLIN FIONA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f9966d96-ed7d-439e-8060-7ebdccc2f16a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "eb9139e9-688b-4974-adb0-8f65ae5f41a4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "58fd52c0-f375-47d7-92a3-6e6a03282228",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "745dadd6-b8e3-43d8-abce-a76956d532e2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "2ee83fea-89e1-40ba-869f-841a3cb6b8c8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-05-09",
+ "startDate": "2019-07-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "322e4fb2-b2a6-415e-b78d-b5f9eaf36534",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-06-22",
+ "startDate": "2020-06-18",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f77649da-43a9-431e-ba1b-49f69ed74afa",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-02-19",
+ "startDate": "2016-03-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1a2badcb-6ef5-4841-b7ac-4bcdbac0afc9",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-11-04",
+ "startDate": "2016-09-26",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "feed0d28-b303-43c0-b4ec-6d1fee2ff83b",
+ "name": "IPSUM",
+ "endDate": "2016-01-17",
+ "startDate": "2018-02-06",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "b1d860ab-5346-4fe6-a25f-a0c872984ccf",
+ "siteRegistry": true,
+ "documentDate": "2018-01-31",
+ "receivedDate": "2017-07-19",
+ "uploadedDate": "2020-01-23",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "d76648ed-625f-41ec-a5c7-ca27455217f6",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b8514248-104f-480c-877e-52d6e4a1dfd2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ac7be8c5-76fe-4173-9e01-1f57437f5e13",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "1a8aabba-0e51-4859-8b43-82dfec3f7e53",
+ "siteRegistry": false,
+ "documentDate": "2018-12-11",
+ "receivedDate": "2015-11-26",
+ "uploadedDate": "2023-01-29",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "0389f89d-b565-4eac-8c0d-9b98bbc6a6f6",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "1baeeeaa-7a3a-4b24-840d-3ee6da55be26",
+ "siteRegistry": true,
+ "documentDate": "2019-08-09",
+ "receivedDate": "2022-08-29",
+ "uploadedDate": "2019-04-26",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "7b227747-2808-413f-8caa-86f3e1f3b828",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "515e788e-c4aa-4fd7-9e58-f9a57e9442d8",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3fa28439-3938-4d65-a8cf-93d888d3cde7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "3b34f01b-0864-48f2-ab2f-535345c571cb",
+ "siteRegistry": true,
+ "documentDate": "2017-08-21",
+ "receivedDate": "2014-09-25",
+ "uploadedDate": "2018-01-31",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "ff1513b3-24e7-43ef-8f2e-0e3e3c7770da",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "8116297a-4d82-4847-bc06-297aae7a82d1",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "f07b4407-977e-4061-8a3c-f0186b839d6b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-06-29 (described on Site Profile dated 2019-06-29)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "369448c8-9ed7-4839-8113-cffa012405f8",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-05-01 (described on Site Profile dated 2022-05-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "ffe87e06-38e7-4b57-9f9b-fccccbb43991",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-03-16 (described on Site Profile dated 2018-03-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "393ee775-6d5d-4b0a-b743-06b5243deb98",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-05-23 (described on Site Profile dated 2022-05-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "99e20fbc-17c6-41a8-a0a5-5f8d6514151c",
+ "siteRegistry": false,
+ "dateNoted": "2019-09-04",
+ "parcelID": "15235",
+ "crownLandUsePIN": "20342",
+ "crownLandFileNumber": "16916",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 5 DISTRICT LOT 1 PLAN 9332"
+ },
+ {
+ "uuid": "7b31f4fc-9ab0-49a7-bac7-8d26b31d944a",
+ "siteRegistry": true,
+ "dateNoted": "2021-06-24",
+ "parcelID": "20441",
+ "crownLandUsePIN": "17057",
+ "crownLandFileNumber": "20612",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 5 DISTRICT LOT 3 PLAN 3176"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "2cdaf79f-c4b9-4ea4-98fb-73acd68c4ea5",
+ "siteRegistry": false,
+ "dateReceived": "2014-02-20",
+ "dateCompleted": "2020-09-09",
+ "dateEntered": "2021-11-02",
+ "dateRegistrar": "2015-12-03",
+ "dateLocalAuthorityReceived": "2015-12-17",
+ "summary": "Quaerat quibusdam sed rem iusto soluta nesciunt eaque.\nVoluptate minus veniam exercitationem culpa.\nRerum deserunt dolorem molestias accusamus placeat doloribus aspernatur.",
+ "informationUsed": "Saepe perspiciatis modi veritatis officia modi pariatur.\nEnim repellat ipsum iure vero.\nEx a amet repellat incidunt expedita.\nBeatae perspiciatis officiis consectetur.",
+ "pastOrPresentOrders": "Sit sunt consequuntur voluptatum iure tempore autem.\nOdio dolores repellat veritatis corrupti reiciendis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "32247d05-596b-4d81-8866-5b0aef87734b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "02a0f218-3774-4333-b9dd-36c61837dd20",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "23b3fd11-b4b5-49c3-bfe4-a52c73e29237",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ZIEMANN SAMMY",
+ "timestamp": "2014-06-25"
+ },
+ {
+ "uuid": "897bc7df-e7c7-4994-9aca-569084352564",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "EFFERTZ ALBERT",
+ "timestamp": "2015-05-17"
+ },
+ {
+ "uuid": "cdca8c6b-524e-4cd8-afa1-33717ece572c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARTOLETTI-KUNZE ERWIN",
+ "timestamp": "2018-05-13"
+ },
+ {
+ "uuid": "30deedc2-93b3-448f-82b4-e569143b56a9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUDSON JOANA",
+ "timestamp": "2014-12-31"
+ },
+ {
+ "uuid": "7c6b02a6-45ba-4003-81d3-a47a162c2a9e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUNOLFSSON ANTONIO",
+ "timestamp": "2023-03-18"
+ },
+ {
+ "uuid": "b8d30c61-4f78-49bd-bd19-09f538f45d90",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILL-BERNIER BRANDO",
+ "timestamp": "2023-07-19"
+ },
+ {
+ "uuid": "cd136f43-f1fe-4e29-af7c-d257f5135cc5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARTON GERARD",
+ "timestamp": "2021-03-18"
+ },
+ {
+ "uuid": "97d71d0b-3229-4e58-84aa-ee942d0787e6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MORISSETTE DELORES",
+ "timestamp": "2021-07-28"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "7f4163e1-ed3b-4f6c-9b38-26843ce46931",
+ "dateNoted": "2020-08-05",
+ "notes": "",
+ "parcelID": "20667",
+ "siteID": "18904",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c9fc3dc8-60bb-41fd-baac-32d88185bf43",
+ "dateNoted": "2021-08-01",
+ "notes": "",
+ "parcelID": "20486",
+ "siteID": "15472",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "0d608e07-dd8e-4a53-8e57-9fb680ed2715",
+ "siteID": 20224,
+ "address": "901 Witting Turnpike",
+ "latitude": 54.0432,
+ "longitude": -121.7892,
+ "lastUpdated": "2018-10-29",
+ "city": "Bentonville",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/2033",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1199800,
+ 7052240,
+ 6769867,
+ 1086418,
+ 1009806
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "ead3b13b-9dfa-4d70-af9e-49904c3bef2b",
+ "createdAt": "2015-12-30",
+ "completed": "2015-11-14",
+ "initiated": "2014-08-01",
+ "ministryContact": "COLLINS ANSEL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "581a3c7f-f1bf-4204-9eaf-50d393baf5c9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0e0c6ce0-65b7-477b-a544-b648bdd46a21",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "90d2b79b-8cac-47eb-aea9-30238768c662",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5978a27b-ab1c-4b49-808a-a2d20af770e6",
+ "createdAt": "2020-04-26",
+ "completed": "2017-11-24",
+ "initiated": "2014-07-07",
+ "ministryContact": "WAELCHI JOSIAH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "fe2bf10c-b9fa-46ae-84a8-912468d13993",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b0076792-bb97-40f6-8409-d93255dd30e1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "24442d4e-aa76-4a72-a2b1-5683fa764133",
+ "createdAt": "2014-08-08",
+ "completed": "2015-02-02",
+ "initiated": "2016-12-22",
+ "ministryContact": "BREITENBERG CYRUS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7e42a8fb-974a-4ea4-ba6f-8e1f5992e304",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2efe68d8-3359-4f23-8e16-a5f9fb8e088d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7815e166-a226-400c-ac78-8f37a7923c3e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b0d3f7c8-c489-4891-b92f-4bfda30bcd4a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "21118b55-cd3e-4585-8020-7d250cf7daa0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "cc0dd832-dbde-451f-847f-7b07ffc321cf",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-01-29",
+ "startDate": "2018-12-15",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c5f52dc2-29b0-4610-b87a-fcd5bc6ee859",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-11-09",
+ "startDate": "2015-09-17",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6b7b4e4c-c49c-4b65-8038-b52b795d2e83",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-10-27",
+ "startDate": "2021-09-07",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "ca50890e-5a4e-4db2-8471-0812714a0bee",
+ "siteRegistry": true,
+ "documentDate": "2021-05-17",
+ "receivedDate": "2023-05-01",
+ "uploadedDate": "2018-01-18",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "5de54103-320b-452a-ba1c-e9e2b66307b6",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0faec00c-1490-48a5-8759-09ed6ed6ed5f",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "407c75c8-9d83-48b9-9ce2-19580faf7ca0",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "8e95c912-638d-4ccf-a959-0623dfbbaec8",
+ "siteRegistry": false,
+ "documentDate": "2019-11-25",
+ "receivedDate": "2015-12-20",
+ "uploadedDate": "2013-12-10",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "a1443262-d699-4e71-9cac-70258c320a3d",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "666391bd-807c-4066-9409-41e7604ff566",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "255f06cd-129e-4c4d-956c-8f60ffa8834b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-06-25 (described on Site Profile dated 2017-06-25)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "ced6280f-0b0a-4ef5-bca0-3acf5833448b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-02-11 (described on Site Profile dated 2019-02-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "23bc2949-8e0a-434b-9580-50d7c526d4b5",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-05-12 (described on Site Profile dated 2016-05-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "39f8ad53-7d0a-4e65-b5e0-1f93687ec4ee",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-09-19 (described on Site Profile dated 2020-09-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "4429a89e-22c8-4a11-b957-b70ae4a3fc33",
+ "siteRegistry": true,
+ "dateNoted": "2018-10-23",
+ "parcelID": "19216",
+ "crownLandUsePIN": "15490",
+ "crownLandFileNumber": "18799",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 1 DISTRICT LOT 4 PLAN 3544"
+ },
+ {
+ "uuid": "d4eb34c6-e51b-4f6f-9d17-f8efb29b776b",
+ "siteRegistry": true,
+ "dateNoted": "2013-11-08",
+ "parcelID": "18954",
+ "crownLandUsePIN": "17768",
+ "crownLandFileNumber": "20644",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 1 DISTRICT LOT 1 PLAN 8947"
+ },
+ {
+ "uuid": "fd948c51-188b-4286-8cb5-bfa5c2ed1f10",
+ "siteRegistry": true,
+ "dateNoted": "2021-07-30",
+ "parcelID": "20568",
+ "crownLandUsePIN": "17681",
+ "crownLandFileNumber": "16020",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 1 DISTRICT LOT 2 PLAN 3146"
+ },
+ {
+ "uuid": "0543ff57-9116-4e7c-b566-0687a305b718",
+ "siteRegistry": false,
+ "dateNoted": "2022-11-24",
+ "parcelID": "18628",
+ "crownLandUsePIN": "20069",
+ "crownLandFileNumber": "18000",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 2 DISTRICT LOT 4 PLAN 8746"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "31a89b99-3174-4a01-94ee-0b3a65a55843",
+ "siteRegistry": false,
+ "dateReceived": "2019-03-15",
+ "dateCompleted": "2020-11-23",
+ "dateEntered": "2019-01-29",
+ "dateRegistrar": "2018-06-21",
+ "dateLocalAuthorityReceived": "2014-04-13",
+ "summary": "Quo cum nemo explicabo perspiciatis aperiam.\nVel optio perspiciatis quasi quas consectetur.",
+ "informationUsed": "Id dolorum assumenda ea error quod sapiente eum.\nQuo veritatis animi perspiciatis quam placeat ea impedit.\nQuam harum ad nihil nam vero nobis reiciendis quam.\nConsequatur fugit quasi quam odio nobis sint tenetur dolorum.",
+ "pastOrPresentOrders": "Consequatur quibusdam fugiat itaque esse exercitationem ex minima incidunt.\nIste optio voluptatem at.\nCorrupti eaque animi dicta ducimus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "110c6ee0-be54-421d-8e24-f0ba8b6f130f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "40950233-ba66-41be-bd0d-8efb76d85a87",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "96a89bc3-3929-4fff-bb2d-fd761214fbd8",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "c27f6242-7c4d-4529-865d-a1d018c047d0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DOYLE TREY",
+ "timestamp": "2023-03-26"
+ },
+ {
+ "uuid": "012b0776-a626-47b9-a599-bede79581ece",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILLMS ZORA",
+ "timestamp": "2022-07-26"
+ },
+ {
+ "uuid": "05c8f946-e394-4f3f-85cd-f3526de7cd89",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TOWNE-BLANDA REVA",
+ "timestamp": "2016-06-13"
+ },
+ {
+ "uuid": "02b630e0-ea62-470c-8efe-28626437bb7f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HERMANN DELPHIA",
+ "timestamp": "2016-02-25"
+ },
+ {
+ "uuid": "e1495cea-2ee3-469c-a50c-feb0a29098d5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEATTY ANDRE",
+ "timestamp": "2017-03-09"
+ },
+ {
+ "uuid": "9ae39e7e-0971-4206-9aea-28c5939ba3e0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REILLY BURLEY",
+ "timestamp": "2018-05-30"
+ },
+ {
+ "uuid": "908d6474-9313-40a9-a52c-42b3c448ea91",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SENGER BARON",
+ "timestamp": "2021-01-29"
+ },
+ {
+ "uuid": "151ddfe5-3a67-4664-82f3-a3f74610bf8a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TOWNE NOAH",
+ "timestamp": "2016-03-15"
+ },
+ {
+ "uuid": "e008e297-699d-4d8a-a008-d9b825a09aa5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TURNER-BINS VERDA",
+ "timestamp": "2017-01-04"
+ },
+ {
+ "uuid": "4a090038-2816-4191-ac64-790bc8f38786",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WHITE GRETCHEN",
+ "timestamp": "2014-01-07"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "ae64a501-3531-4338-b8f0-f6a48f7ea13e",
+ "dateNoted": "2015-03-09",
+ "notes": "",
+ "parcelID": "20008",
+ "siteID": "19640",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cfdb01f6-9e08-4e01-ab69-67109c8966bd",
+ "dateNoted": "2019-10-21",
+ "notes": "",
+ "parcelID": "19270",
+ "siteID": "20786",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ed4a5fc2-a598-4df9-b020-fc21c54e0564",
+ "dateNoted": "2020-05-12",
+ "notes": "",
+ "parcelID": "18006",
+ "siteID": "19460",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "023d5b1c-4677-4910-b638-a6378091a5c8",
+ "siteID": 17686,
+ "address": "42381 Jerde Circles",
+ "latitude": 49.1384,
+ "longitude": -131.5558,
+ "lastUpdated": "2018-01-16",
+ "city": "Lake Pansybury",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/15129",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1275517,
+ 9598657,
+ 8900137,
+ 9872721,
+ 9551603
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "dd4bd337-22e8-4585-9e21-a4e3927fbf30",
+ "createdAt": "2019-02-23",
+ "completed": "2015-09-19",
+ "initiated": "2016-08-30",
+ "ministryContact": "DUBUQUE MARC",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a23818a5-2a5e-4396-a76e-d1cecc24e1e9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3d2c9ac4-263c-4169-86a5-cacfccdeaa07",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e8b1ae5e-7eb2-4e7f-978f-2036573b62e0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "86df61bb-1f34-42f5-9fc2-b81d8c5aa5af",
+ "createdAt": "2022-11-19",
+ "completed": "2018-12-23",
+ "initiated": "2021-11-04",
+ "ministryContact": "SWIFT MERLIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d8bd15f1-c185-41f4-85b1-9ff31c5e1d0f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f87b9157-1696-42ce-97fc-b37c76fbab03",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b0e7de39-8e32-4c14-84e3-07806513bc97",
+ "createdAt": "2019-02-16",
+ "completed": "2021-10-11",
+ "initiated": "2016-01-20",
+ "ministryContact": "ROMAGUERA CECILE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1a6c281d-a4c6-43a3-887d-cce6b1ac13dc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7afcb64f-03e4-4133-b846-12cf11a0dd68",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7258b78c-3e05-45c6-a1ad-a24aac929a94",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e2ed1352-fe02-4e4f-a508-4b3b186c78d8",
+ "createdAt": "2014-09-27",
+ "completed": "2017-04-02",
+ "initiated": "2018-02-07",
+ "ministryContact": "MOEN JORDAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8cfbf28c-af5f-4904-95e5-47afa38dc11e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a8c7bfdf-a12d-4ad6-8b6c-b1061514213e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4dc27d93-0cb3-4584-8b05-dba2447bea87",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2dda9eb5-509b-407d-bcab-bab9e0e85fb9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dc44715d-13d3-4b3f-a5cf-3678cd95fbc1",
+ "createdAt": "2014-02-24",
+ "completed": "2020-01-30",
+ "initiated": "2014-08-30",
+ "ministryContact": "OSINSKI MCKENNA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "aefc850f-8704-4eac-b8fc-0251d13549ca",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b4db7cd5-38f2-43ed-a212-4a24173f76b6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bc03a617-e546-4a28-a0a0-e4ce25ee45e8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "44a17812-f806-4ba6-b796-458b33cf5128",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d4f9362a-40ab-47fe-8aff-76aec3c8efb4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "d5a70604-3830-4912-b01c-14e07c0d9630",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-01-14",
+ "startDate": "2019-06-06",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b79df7c6-312f-47c6-acca-a1a04795f343",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-08-11",
+ "startDate": "2023-05-09",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3a107998-bde8-40c2-bcba-754d3db74b42",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-05-03",
+ "startDate": "2022-07-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "87935ec0-5509-4c68-a99e-cc6d69741ac8",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-06-17",
+ "startDate": "2019-01-23",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "d6a98514-e80f-4e4f-916a-040deaaca79c",
+ "siteRegistry": false,
+ "documentDate": "2022-03-12",
+ "receivedDate": "2021-08-20",
+ "uploadedDate": "2022-02-12",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "acce8e5d-a06a-40d6-87f2-98979714b830",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2c5fd124-6ff5-414a-85f6-e3cd19520541",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "908df5d9-61b9-4223-a30b-77fdbb70c837",
+ "siteRegistry": false,
+ "documentDate": "2014-08-20",
+ "receivedDate": "2014-04-18",
+ "uploadedDate": "2018-05-18",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "b54b5886-7827-462e-894d-bf3c94c8089b",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "960b881e-9c50-4459-b3ec-c16459655c9f",
+ "siteRegistry": true,
+ "documentDate": "2019-10-03",
+ "receivedDate": "2016-10-15",
+ "uploadedDate": "2019-10-22",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "597985e2-6146-4f23-9c70-6b29e54cb809",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "87356abe-f8e4-4c3e-8413-5dea8309a1e0",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "a64038fc-9ed2-41c0-b7bf-406bcb82b125",
+ "siteRegistry": false,
+ "documentDate": "2018-01-16",
+ "receivedDate": "2019-04-17",
+ "uploadedDate": "2013-12-25",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "e1537df9-2cea-4f3b-9799-f366ce5951c9",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "91c7432a-93da-4796-b27e-9b2937d5140b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ff1fbc4c-4aff-42bb-87d8-d62970f3d40b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "10b67ee7-367e-4a7a-b3f6-11638fffee2c",
+ "siteRegistry": false,
+ "documentDate": "2022-08-05",
+ "receivedDate": "2017-08-03",
+ "uploadedDate": "2021-11-13",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "37ef7f56-b90f-45b6-a35f-f6ce50ace816",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a796aab5-3fec-4089-aa18-65100be46072",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "9597dee0-6f91-46e9-9eda-d48159a70a04",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-10-01 (described on Site Profile dated 2023-10-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "14bdb36f-ecc8-4a54-92be-387ad63c8f5a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-06-11 (described on Site Profile dated 2022-06-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "c396abc7-f59f-4f77-84ca-eb87eab09fc5",
+ "siteRegistry": false,
+ "dateNoted": "2014-10-31",
+ "parcelID": "19130",
+ "crownLandUsePIN": "15339",
+ "crownLandFileNumber": "19842",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 2 DISTRICT LOT 2 PLAN 4926"
+ },
+ {
+ "uuid": "2dc0ba72-2f97-4429-90b6-df4ed7d89c0f",
+ "siteRegistry": false,
+ "dateNoted": "2023-03-07",
+ "parcelID": "19653",
+ "crownLandUsePIN": "19726",
+ "crownLandFileNumber": "20993",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 4 DISTRICT LOT 3 PLAN 8532"
+ },
+ {
+ "uuid": "cd2f4078-6c60-4dae-8098-564dbf44cad0",
+ "siteRegistry": true,
+ "dateNoted": "2019-11-20",
+ "parcelID": "18238",
+ "crownLandUsePIN": "19978",
+ "crownLandFileNumber": "20383",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 2 DISTRICT LOT 4 PLAN 6529"
+ },
+ {
+ "uuid": "e7ce5138-3178-4355-829e-add8cedbe036",
+ "siteRegistry": true,
+ "dateNoted": "2017-01-22",
+ "parcelID": "20454",
+ "crownLandUsePIN": "20943",
+ "crownLandFileNumber": "15254",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 2 DISTRICT LOT 2 PLAN 9125"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "ef6aa1ae-443a-44dd-8068-cccc79fd98e4",
+ "siteRegistry": true,
+ "dateReceived": "2018-09-15",
+ "dateCompleted": "2017-09-24",
+ "dateEntered": "2017-09-02",
+ "dateRegistrar": "2015-12-24",
+ "dateLocalAuthorityReceived": "2015-07-24",
+ "summary": "Asperiores ad accusamus maiores quia ullam.\nSint recusandae omnis facilis quibusdam.",
+ "informationUsed": "Molestiae quam officia alias voluptates.\nUt delectus repellat similique eum pariatur.\nUllam consectetur velit nihil sint voluptate.\nRepellendus quod distinctio.\nNatus exercitationem officiis velit quas.",
+ "pastOrPresentOrders": "Eaque dolorum tenetur porro.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "2f735834-3ccd-4b6a-931c-943b5f9d46b2",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f0a60c77-dcb4-4a7e-bac2-df02785cdd4a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6b302459-d6f7-49b0-b962-d130113089e4",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "921e135d-e152-442b-87f2-07d590fa7de1",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "17dc5a21-0388-4568-a383-635a9f89edfc",
+ "siteRegistry": true,
+ "dateReceived": "2020-04-08",
+ "dateCompleted": "2014-12-21",
+ "dateEntered": "2016-03-04",
+ "dateRegistrar": "2018-12-17",
+ "dateLocalAuthorityReceived": "2017-07-15",
+ "summary": "Voluptatum neque iusto ea corrupti perspiciatis iste dignissimos.\nAssumenda quos deserunt praesentium.",
+ "informationUsed": "Ipsam at doloribus praesentium mollitia repellat.\nDoloremque minima blanditiis soluta modi porro reiciendis neque fugit.\nFugiat neque itaque reprehenderit.\nSit blanditiis velit dignissimos illo facere nulla blanditiis autem eaque.",
+ "pastOrPresentOrders": "Ut esse veritatis hic magni.\nProvident facere ipsam dolorem nihil ea quaerat incidunt unde.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "842a2c94-5231-4ef2-9462-966a36d14358",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3fb6d5c3-f07a-484f-87c9-893fd43658f3",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8057c1ce-bbdf-43f0-9cb1-cbed97d4fb80",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8c1c9083-741e-4669-b4b0-46c3e3a9bfa1",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "a3017910-272e-4d34-a603-80953ce43c8d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LABADIE KAREEM",
+ "timestamp": "2020-09-10"
+ },
+ {
+ "uuid": "c3c3460e-7c5a-49d6-9a12-5b1d7466b594",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BINS HENRI",
+ "timestamp": "2018-06-14"
+ },
+ {
+ "uuid": "0d8259b2-95ba-4e6a-b674-e9a7c6c53e18",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FUNK TRINITY",
+ "timestamp": "2019-03-04"
+ },
+ {
+ "uuid": "fd04b3ac-070d-475f-91e9-8cd7c9e5ec81",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JAST ALYCIA",
+ "timestamp": "2023-09-19"
+ },
+ {
+ "uuid": "c76e9f8f-21a0-4b77-a44a-b6af77bd4e91",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SMITHAM JANNIE",
+ "timestamp": "2020-11-06"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "adb51c81-7e9c-4600-a55d-4d5708f8a828",
+ "dateNoted": "2023-06-22",
+ "notes": "",
+ "parcelID": "19568",
+ "siteID": "17503",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "034ecb3e-16dc-4c92-a3c8-c75a48fd8977",
+ "siteID": 17107,
+ "address": "60625 Schroeder Viaduct",
+ "latitude": 56.7788,
+ "longitude": -123.9946,
+ "lastUpdated": "2016-06-13",
+ "city": "Fort Lora",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/6428",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9047453,
+ 4012865,
+ 8624979,
+ 4855301,
+ 6807924
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "28d8910e-c7cb-4e68-906d-5eb69cc608a7",
+ "createdAt": "2019-03-17",
+ "completed": "2020-07-12",
+ "initiated": "2022-07-01",
+ "ministryContact": "HAAG ALYSHA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "98ee1646-e46b-4c7b-b434-53ca9105003a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e44257c0-e230-412e-b4fd-7a6c784624fe",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "80c2d694-0bbe-419a-8705-0d812bc394c6",
+ "createdAt": "2019-03-04",
+ "completed": "2019-11-15",
+ "initiated": "2014-09-03",
+ "ministryContact": "MITCHELL ASTRID",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8bebc1b2-9b8b-4e23-8eb1-7f0032ce4f51",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7cada3a9-e662-4eed-8ec7-682c1c80cb18",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a0265307-7dd3-4612-96f2-d3673c3082d5",
+ "createdAt": "2018-09-08",
+ "completed": "2018-08-20",
+ "initiated": "2014-09-11",
+ "ministryContact": "HAHN VIRGIL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d0c5a4fb-d2d5-490c-8691-8bc71de30ad8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5ea26468-d804-4e72-bdb4-2b27328dacfb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "91be88b3-9e47-456f-b236-47f810ca0437",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-06-06",
+ "startDate": "2020-12-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5a65838b-09c0-46e5-b656-92919827ad2f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-04-10",
+ "startDate": "2016-06-02",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f1c1f5ba-42fb-4a4a-a20b-ea695db1bcac",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-06-09",
+ "startDate": "2021-06-17",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8181841c-8eda-4aaa-8a27-8baabe1371ae",
+ "name": "IPSUM",
+ "endDate": "2014-06-29",
+ "startDate": "2021-06-18",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "33ee1e6b-357c-4690-8e6b-97241a4c5138",
+ "siteRegistry": true,
+ "documentDate": "2016-02-19",
+ "receivedDate": "2019-11-13",
+ "uploadedDate": "2020-09-01",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "96247772-a8f3-4c6f-a712-09811d0b9d00",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c508edfa-c5bd-46c8-92f7-a5888b58a90a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "628011a7-eb34-4ffa-9256-4f5dcb9454ed",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "a2ba5322-86c4-4d9a-b90e-193b2e1ccbb5",
+ "siteRegistry": true,
+ "documentDate": "2023-05-17",
+ "receivedDate": "2015-04-30",
+ "uploadedDate": "2023-08-29",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "23a49b25-e7be-4366-8715-045d71f2b23b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9ee9f9ca-4959-4eba-850b-8202a4caa815",
+ "siteRegistry": true,
+ "documentDate": "2016-05-03",
+ "receivedDate": "2021-05-29",
+ "uploadedDate": "2015-03-15",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "98444f91-cfc9-45c7-b1a9-eef63bf85ca1",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a35bb88f-61a8-4c18-91e7-921d4911a578",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "6f906dea-a112-4115-bec7-b898d280c93b",
+ "siteRegistry": true,
+ "documentDate": "2014-11-25",
+ "receivedDate": "2015-09-21",
+ "uploadedDate": "2021-08-13",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "fd647e74-0987-4e3e-83da-94180640d78f",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e8c1f5a3-b25f-4e3d-953e-04ee9bb544ca",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "49bea3a9-e017-43bc-a8db-98576748c8a4",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-07-11 (described on Site Profile dated 2023-07-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "ac33c80d-8d37-439e-b510-26dc60817cf8",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-04-22 (described on Site Profile dated 2018-04-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "3dcc524d-5953-443d-a505-ce5e664c1c2a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-04-13 (described on Site Profile dated 2021-04-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "16e3b806-9a5a-4124-a35c-aaa94985d853",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-10-16 (described on Site Profile dated 2020-10-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "aaff1c31-d901-4a43-9221-4252e21f7788",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-02-09 (described on Site Profile dated 2016-02-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "9fef00ac-d7ea-405b-a4a9-7a39cc34bfc8",
+ "siteRegistry": true,
+ "dateNoted": "2015-05-28",
+ "parcelID": "18635",
+ "crownLandUsePIN": "17854",
+ "crownLandFileNumber": "17778",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 2 DISTRICT LOT 2 PLAN 6223"
+ },
+ {
+ "uuid": "a481705f-3c1c-447b-ba15-dd8316cb0cc7",
+ "siteRegistry": true,
+ "dateNoted": "2017-05-01",
+ "parcelID": "18739",
+ "crownLandUsePIN": "19495",
+ "crownLandFileNumber": "19162",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 2 DISTRICT LOT 5 PLAN 5429"
+ },
+ {
+ "uuid": "e2a045ab-4267-4e33-be75-33d0e0bb2e74",
+ "siteRegistry": false,
+ "dateNoted": "2022-01-26",
+ "parcelID": "16009",
+ "crownLandUsePIN": "19647",
+ "crownLandFileNumber": "18557",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 4 DISTRICT LOT 2 PLAN 7121"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "1f67117f-9a43-4b9b-897c-6a90f818c1a2",
+ "siteRegistry": false,
+ "dateReceived": "2017-04-26",
+ "dateCompleted": "2023-03-05",
+ "dateEntered": "2017-01-23",
+ "dateRegistrar": "2014-03-30",
+ "dateLocalAuthorityReceived": "2014-03-29",
+ "summary": "Nam distinctio aliquam architecto facilis rem impedit neque ea atque.\nMollitia provident dignissimos quis incidunt saepe odio tenetur officia ex.\nAliquid provident nostrum necessitatibus magni eligendi sit natus.",
+ "informationUsed": "Suscipit maxime deserunt optio aliquam.\nQuae incidunt veniam totam rerum est laudantium voluptate repellendus.\nFugit voluptatibus aliquid facere non esse eligendi.\nMaiores beatae autem.\nIpsum quis cum inventore molestias velit illo consequuntur.",
+ "pastOrPresentOrders": "Iste reiciendis aperiam accusamus maiores delectus repellendus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a73d1dd7-0137-4b8c-a120-4f86873a211f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d0319ae4-82fb-47f2-bfec-f04c081655ba",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "9f9f7fed-4922-4ec1-ab45-b3da2f2fc6df",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUSSEL DOMINIC",
+ "timestamp": "2019-01-05"
+ },
+ {
+ "uuid": "38181ad8-febe-4eef-bae1-ef91adf00b70",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MURPHY DAMIEN",
+ "timestamp": "2022-02-11"
+ },
+ {
+ "uuid": "712d1049-6f29-4325-905c-5a5bb9b24e85",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILLMS STERLING",
+ "timestamp": "2015-07-26"
+ },
+ {
+ "uuid": "14d27527-6e44-4d68-9c34-9687f52c07ab",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERGSTROM JOELLE",
+ "timestamp": "2018-06-02"
+ },
+ {
+ "uuid": "65bc2f6e-2a41-44af-9dbf-1e82b5d71912",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BRUEN LETA",
+ "timestamp": "2020-02-19"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "9befe575-593b-4ec8-a67b-7f35785553de",
+ "dateNoted": "2016-11-03",
+ "notes": "",
+ "parcelID": "15338",
+ "siteID": "19986",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2857ca9a-6480-4f41-bc69-3d64cfeb602e",
+ "dateNoted": "2018-03-24",
+ "notes": "",
+ "parcelID": "16443",
+ "siteID": "16144",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9bd92608-f889-489d-95e3-05a0935aa093",
+ "dateNoted": "2017-04-12",
+ "notes": "",
+ "parcelID": "15924",
+ "siteID": "15579",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "ef9066d7-1c59-4cf2-aa2c-3c27765e6373",
+ "siteID": 15231,
+ "address": "69189 Julius Burgs",
+ "latitude": 57.6149,
+ "longitude": -129.392,
+ "lastUpdated": "2017-09-03",
+ "city": "Yorba Linda",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/16246",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5213557,
+ 9460055,
+ 8726554,
+ 9740208,
+ 4202808
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "b4acf551-06d1-43ee-9ec8-feb700755245",
+ "createdAt": "2023-04-23",
+ "completed": "2017-07-20",
+ "initiated": "2021-03-16",
+ "ministryContact": "MARKS GILBERTO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7532cf23-180d-4e05-a1fa-dbd0e2e058ee",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "77a8896e-7a9d-42cf-962f-a3e5d8ed6b70",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "07dab19f-f949-4ba6-ad2a-7e519b821726",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f69dd947-c561-4a2a-9caf-2161c723ed3f",
+ "createdAt": "2019-12-23",
+ "completed": "2013-11-02",
+ "initiated": "2019-10-22",
+ "ministryContact": "SCHUPPE DEDRIC",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d19f20a7-39b5-4779-9336-5245b29f8bc4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b313d49b-7ce6-4d4a-8449-a74f5ef71884",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c396d7cc-cfb3-44fd-a1dd-f6f8834e6f71",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "31d8a35b-95dc-4f08-b67f-7e54a3188ece",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "de8a1d2d-8557-42dc-9bce-b397abe6de99",
+ "createdAt": "2017-11-20",
+ "completed": "2022-02-10",
+ "initiated": "2016-10-29",
+ "ministryContact": "BERGE EDMUND",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8edd51cb-0c59-480e-87ad-ebc1549039a1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a8955843-8451-4b52-9b01-1debdf30cd4a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "958840cb-c0ba-43b6-9c11-58042878d3f3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "962de599-2bb0-4d45-9324-b1dbce3dffd1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6e1157b2-9f40-47b6-8dad-951008c5a92a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d60753bb-ea23-4898-9ea7-fb8e26ba8e85",
+ "createdAt": "2018-07-30",
+ "completed": "2019-11-30",
+ "initiated": "2022-01-29",
+ "ministryContact": "LITTEL ALENE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ba1afa44-f7d6-45f7-92dc-5a0ddb37054c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "70f35b9f-ca9e-417b-a8f5-191f647de5df",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "68102315-b14d-43cd-9cf2-4c925e5dec4d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "342ed5c1-e0ab-4a32-9914-500ffafe5c07",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "fc555965-4f16-47a2-829d-ea7075905c05",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-08-25",
+ "startDate": "2016-12-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a4a1df23-20e2-41df-8599-9a748441fa20",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-01-02",
+ "startDate": "2018-01-10",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "52cf51fd-6884-4fc7-9a03-157a6bcc8223",
+ "siteRegistry": true,
+ "documentDate": "2014-01-31",
+ "receivedDate": "2015-02-24",
+ "uploadedDate": "2016-02-27",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "7d7e641e-c842-4d62-85d0-33a4c0981167",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ec228d43-7c7c-41aa-9ca3-ed578c48483d",
+ "siteRegistry": false,
+ "documentDate": "2017-02-18",
+ "receivedDate": "2017-01-16",
+ "uploadedDate": "2014-01-24",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "280f1595-6695-4c4e-8ea3-79bc183cafe5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "10dba702-7a75-4ef0-8c7e-4a7f535a91e3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "10b9224e-6807-4a25-9e40-bfd5518798b5",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f30dd97d-b2dc-468a-b77f-85bd6865170a",
+ "siteRegistry": true,
+ "documentDate": "2018-01-21",
+ "receivedDate": "2017-10-09",
+ "uploadedDate": "2015-09-21",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "3efe082d-e86e-4945-827e-e8950921373a",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "a1818f44-0113-4653-a445-75049793418f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-01-07 (described on Site Profile dated 2018-01-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "ec0f23d1-f80d-443d-a457-60a86d1a988c",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-06-23 (described on Site Profile dated 2020-06-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "13912754-7baa-4579-9f11-2a72b38eb143",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-07-30 (described on Site Profile dated 2021-07-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "33807723-9e68-44c7-8bec-3a8f3ae7c4ea",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-05-05 (described on Site Profile dated 2016-05-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "92da49db-75d8-45af-b83f-1ede8360f130",
+ "siteRegistry": true,
+ "dateNoted": "2021-02-10",
+ "parcelID": "18684",
+ "crownLandUsePIN": "19453",
+ "crownLandFileNumber": "19677",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 5 DISTRICT LOT 5 PLAN 4736"
+ },
+ {
+ "uuid": "5b6e490f-b6f3-45bc-a008-c81b1e479b14",
+ "siteRegistry": false,
+ "dateNoted": "2023-07-05",
+ "parcelID": "19424",
+ "crownLandUsePIN": "20664",
+ "crownLandFileNumber": "15503",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 3 DISTRICT LOT 4 PLAN 9033"
+ },
+ {
+ "uuid": "396216e4-7bfd-4194-9c0e-e1bf50dd0cab",
+ "siteRegistry": false,
+ "dateNoted": "2018-11-06",
+ "parcelID": "17292",
+ "crownLandUsePIN": "19417",
+ "crownLandFileNumber": "18287",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 3 DISTRICT LOT 1 PLAN 7869"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "81b3579d-a3c9-443f-ab08-fc95e0c51b9e",
+ "siteRegistry": false,
+ "dateReceived": "2017-07-08",
+ "dateCompleted": "2018-12-05",
+ "dateEntered": "2016-10-18",
+ "dateRegistrar": "2018-03-21",
+ "dateLocalAuthorityReceived": "2014-12-06",
+ "summary": "Voluptatem delectus adipisci impedit soluta impedit accusamus error maxime amet.\nEum aut ducimus incidunt quis.\nRepudiandae voluptatem officiis iste tenetur inventore corrupti dolores.",
+ "informationUsed": "Illum accusamus consectetur.\nDoloribus amet eveniet neque harum.\nEst dolore consequuntur impedit.\nDeserunt optio laboriosam iusto sapiente maiores suscipit voluptatum consectetur voluptatum.\nAliquam occaecati nostrum excepturi.",
+ "pastOrPresentOrders": "Deleniti labore ea at ratione modi tenetur.\nQuam quis iure corrupti nulla eveniet.\nUnde earum culpa quasi porro tempora qui aperiam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e07613cc-98eb-4436-af46-627e38246181",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6133b046-6a8a-476d-ae70-c332725a5a0c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "041734eb-605f-4bdd-bff0-e609d9d6c00e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ed5aad1b-c926-4409-8796-3c4d125de12d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "b277a077-fcc5-4614-92e8-b607c95b3811",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WAELCHI LAMAR",
+ "timestamp": "2016-03-29"
+ },
+ {
+ "uuid": "27acbdc4-6c1b-4c79-bdfb-60390f03ff60",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOYLE-LARSON DORTHY",
+ "timestamp": "2021-01-09"
+ },
+ {
+ "uuid": "99d19f58-888d-461e-bea4-123a29c9cb0b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRIST REYES",
+ "timestamp": "2019-09-07"
+ },
+ {
+ "uuid": "708d5c9d-7d5b-46d0-b89b-d4c36b823246",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WEIMANN FRIEDRICH",
+ "timestamp": "2019-08-21"
+ },
+ {
+ "uuid": "199efe21-b67f-41c7-9b5a-af567d8fe604",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DOUGLAS ALANNA",
+ "timestamp": "2017-04-03"
+ },
+ {
+ "uuid": "999b8e89-dfc3-4c92-ad98-240cc1f3fc90",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WALTER ERIKA",
+ "timestamp": "2021-01-19"
+ },
+ {
+ "uuid": "8e8b0d3a-57aa-46d0-8ea0-61aece4121a9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ZBONCAK ASHLEE",
+ "timestamp": "2022-08-03"
+ },
+ {
+ "uuid": "4e321969-5d99-4f3d-889c-79d2b7c5920d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HERMISTON DION",
+ "timestamp": "2018-12-19"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "8fbf826f-4f07-4644-a43c-a5dd7b3f0870",
+ "dateNoted": "2019-10-30",
+ "notes": "",
+ "parcelID": "18104",
+ "siteID": "16457",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1b65824c-d69c-4390-8c22-05ffcc38cff3",
+ "dateNoted": "2017-10-13",
+ "notes": "",
+ "parcelID": "17646",
+ "siteID": "16834",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "da535e3f-9cce-4afb-b9c9-8ecde294680e",
+ "dateNoted": "2020-06-05",
+ "notes": "",
+ "parcelID": "18076",
+ "siteID": "17785",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "1ce254b6-0111-43ce-a68d-9c243c263438",
+ "siteID": 17130,
+ "address": "7370 O'Reilly Stream",
+ "latitude": 56.502,
+ "longitude": -136.1806,
+ "lastUpdated": "2016-06-05",
+ "city": "Efrenboro",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/2711",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9568636,
+ 9034355,
+ 7156702,
+ 7347417,
+ 2003359
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "7df865cf-1027-4b19-b636-a54127df5e50",
+ "createdAt": "2023-02-07",
+ "completed": "2019-06-19",
+ "initiated": "2014-05-16",
+ "ministryContact": "SCHULTZ MARC",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "10e6993d-0c91-438a-97a3-ce11d0dbfb62",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ccc3bdc1-7423-43fa-90c5-7ddbaac1cdfe",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4158da57-1b87-4021-b628-2d29e305f0bc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1d7cd470-dfd1-4581-b6ef-b67ecd47ca6b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9bc38d16-743b-4773-ae84-54ec7f5fe3ee",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8580eecd-aafb-4a4d-9600-e0ac30fe91c9",
+ "createdAt": "2023-05-30",
+ "completed": "2014-06-15",
+ "initiated": "2020-06-23",
+ "ministryContact": "SCHMITT SYDNEY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "94a11933-79a9-4207-9fad-ac473032128e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "80764157-f1c4-4e4c-a089-662e20f8e384",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9a375b37-45c1-4bd3-bef6-fa210a507f65",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1d14d72e-5080-42a9-a3b5-c331e5d22880",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e9940c25-3080-4216-9ddf-3365ed4c0f55",
+ "createdAt": "2018-12-15",
+ "completed": "2023-04-21",
+ "initiated": "2023-01-01",
+ "ministryContact": "TREMBLAY JENSEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2becc2dd-4533-4c7e-bc93-af5bb4c5b569",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "865bc988-0e0b-4d07-a176-9651a6a610c5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ad0c4571-291b-4861-9f84-46dbfb5a27f5",
+ "createdAt": "2023-04-10",
+ "completed": "2019-05-17",
+ "initiated": "2016-01-21",
+ "ministryContact": "KEELING CHELSEY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "cf875e6f-7336-4d86-8e61-56f82de20420",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "58253cfb-9a65-40b3-886c-6eb1dece9e44",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1628dd6c-9468-4e2c-9902-0cb246ec3c92",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "47608b2b-cb09-4e27-97b5-1ac8029636a2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3d717369-7a36-45b1-8b80-79ef5a4f0bb7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "b8248adc-2f94-4d1a-9750-3744f0f972c1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-08-09",
+ "startDate": "2014-11-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "eed1be11-7912-42b7-9a1d-4dc8a8df3e3c",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2014-11-20",
+ "startDate": "2021-09-07",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a4ecbe2c-ec4b-4d51-b095-d98a61db7761",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2022-03-03",
+ "startDate": "2015-06-10",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "3670ce53-dae0-496c-8eaf-3105c173203a",
+ "siteRegistry": false,
+ "documentDate": "2021-08-04",
+ "receivedDate": "2016-06-13",
+ "uploadedDate": "2022-04-19",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "b8d0b39f-ffee-4c4c-90fc-c3f493142ef0",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "cb25f25e-1d24-43c7-a101-46ce960dc6c5",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "cd046aaf-a1ff-4f7a-8497-ca1b6cb18df1",
+ "siteRegistry": true,
+ "documentDate": "2014-11-25",
+ "receivedDate": "2018-08-31",
+ "uploadedDate": "2016-12-25",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "a817232e-b14f-457c-93e3-44a117100c2c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "97bb3414-b088-4607-8ac4-6455862bfce9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "bb6c5417-9fff-467f-a56f-c85f86011e15",
+ "siteRegistry": false,
+ "documentDate": "2019-07-20",
+ "receivedDate": "2016-06-16",
+ "uploadedDate": "2014-04-11",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "349ba59c-abab-45e1-9525-f055cd565ab1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "b6c7c007-8b8f-42a6-9f05-71f5b984e25f",
+ "siteRegistry": false,
+ "documentDate": "2015-04-17",
+ "receivedDate": "2016-10-17",
+ "uploadedDate": "2017-03-05",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "d2dea9bc-88da-415e-9ea7-2cd8de1db81b",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1af3a2b7-7cda-4d43-be4e-052e417a78ad",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4aa7f704-e674-4731-b09d-73f0b7241e25",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9a8026d0-bcd7-4fef-ae0b-54aa532d274a",
+ "siteRegistry": false,
+ "documentDate": "2023-01-09",
+ "receivedDate": "2022-05-06",
+ "uploadedDate": "2017-11-17",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "2448d7e1-7e9b-4bc1-bf5c-20a9a38026e6",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "8444b964-24b6-49f7-a8ad-897870e9de79",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-04-13 (described on Site Profile dated 2020-04-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "10b21200-c5d4-48d4-943d-7625ca0903a4",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-09-24 (described on Site Profile dated 2014-09-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "6d6429a8-2b2e-4a1a-9a47-85802b5f6127",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-04-01 (described on Site Profile dated 2020-04-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "38a3322f-4ceb-494e-b948-49eaa42272fd",
+ "siteRegistry": true,
+ "dateNoted": "2016-07-28",
+ "parcelID": "20623",
+ "crownLandUsePIN": "19568",
+ "crownLandFileNumber": "17070",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 3 DISTRICT LOT 5 PLAN 9365"
+ },
+ {
+ "uuid": "0d5c7c70-6456-477f-95a5-5a7c0200b85c",
+ "siteRegistry": true,
+ "dateNoted": "2018-01-18",
+ "parcelID": "20794",
+ "crownLandUsePIN": "19576",
+ "crownLandFileNumber": "15894",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 5 DISTRICT LOT 1 PLAN 8189"
+ },
+ {
+ "uuid": "4c839378-cd6d-44df-93c1-1c02b5e1c56c",
+ "siteRegistry": true,
+ "dateNoted": "2019-05-28",
+ "parcelID": "16902",
+ "crownLandUsePIN": "15810",
+ "crownLandFileNumber": "15217",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 4 DISTRICT LOT 5 PLAN 5791"
+ },
+ {
+ "uuid": "d77380d2-58da-4614-b597-f37243e5cbf9",
+ "siteRegistry": false,
+ "dateNoted": "2022-02-26",
+ "parcelID": "18118",
+ "crownLandUsePIN": "17368",
+ "crownLandFileNumber": "16641",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 1 DISTRICT LOT 1 PLAN 3681"
+ },
+ {
+ "uuid": "63751049-553e-458d-967f-89ae7609e91a",
+ "siteRegistry": false,
+ "dateNoted": "2015-01-23",
+ "parcelID": "16911",
+ "crownLandUsePIN": "19415",
+ "crownLandFileNumber": "19016",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 2 DISTRICT LOT 5 PLAN 7766"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "e055288d-edd5-48eb-961d-6f7f2f6e0424",
+ "siteRegistry": true,
+ "dateReceived": "2015-10-16",
+ "dateCompleted": "2021-11-19",
+ "dateEntered": "2014-12-02",
+ "dateRegistrar": "2019-05-25",
+ "dateLocalAuthorityReceived": "2019-07-31",
+ "summary": "Sint distinctio dolores sequi.",
+ "informationUsed": "Corrupti doloribus aperiam laudantium.\nAnimi mollitia minima illum assumenda.\nQuos accusantium autem autem quam architecto cupiditate.",
+ "pastOrPresentOrders": "Dicta laborum consequuntur excepturi explicabo quae voluptas corrupti distinctio.\nNostrum in quisquam voluptatum nihil occaecati laboriosam rerum ab impedit.\nQuas fugiat nisi reprehenderit laudantium sequi molestias iste architecto excepturi.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b39ad30a-24c8-4753-9f8d-e6e7970623ab",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "026f36d4-5d3e-483b-83b3-f570714e4a45",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "415aa730-262e-4ad3-9d64-67b610bb194b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "22473d0a-948c-4fa7-a131-15e20c0ff675",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "18cdd6d2-343f-4899-ba0c-570e4c7d1fa0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KASSULKE AKEEM",
+ "timestamp": "2018-10-20"
+ },
+ {
+ "uuid": "d570c794-edd0-4551-950a-fd0498be4f46",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PAUCEK MARISA",
+ "timestamp": "2016-07-22"
+ },
+ {
+ "uuid": "936fa2c5-2787-4283-aa79-7980ec6c7b47",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STEUBER NARCISO",
+ "timestamp": "2015-07-09"
+ },
+ {
+ "uuid": "a821a45d-9855-47b4-96e5-e8b70503937d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GRIMES GOLDEN",
+ "timestamp": "2014-11-02"
+ },
+ {
+ "uuid": "7044ef70-cd83-4017-bbac-8e77666c1127",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MURRAY DAVONTE",
+ "timestamp": "2019-01-05"
+ },
+ {
+ "uuid": "544aad06-9860-4dbf-83fd-52eb28942f7d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KSHLERIN LINWOOD",
+ "timestamp": "2020-04-08"
+ },
+ {
+ "uuid": "90f80dfc-4151-4e3a-8e60-0e26839ce61a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GOYETTE KAVON",
+ "timestamp": "2022-07-28"
+ },
+ {
+ "uuid": "a0e0a79a-a8db-4e1c-88ad-eda015927dc3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MACEJKOVIC JOVANNY",
+ "timestamp": "2016-10-27"
+ },
+ {
+ "uuid": "d5b34a92-750b-4433-ae6f-966af630c205",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRIST NOLAN",
+ "timestamp": "2016-09-14"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "27fcc1b4-9379-4e1f-920a-b0df7a7d15ca",
+ "dateNoted": "2018-11-08",
+ "notes": "",
+ "parcelID": "16101",
+ "siteID": "17014",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "4b18e874-fae8-4c28-baac-ab3d3d4f71e3",
+ "siteID": 20767,
+ "address": "78245 Rohan Road",
+ "latitude": 51.2931,
+ "longitude": -136.244,
+ "lastUpdated": "2017-06-17",
+ "city": "Odessa",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/15141",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7358435,
+ 2541177,
+ 8925804,
+ 8939040,
+ 610784
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "2a70426d-d634-423a-8e39-93ae86e80663",
+ "createdAt": "2019-03-08",
+ "completed": "2015-12-04",
+ "initiated": "2015-06-23",
+ "ministryContact": "MEDHURST RAMON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bcec5101-9987-4202-90c1-793f3939236b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bb7c1878-95bd-4398-8f5b-ad75feef2454",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "27566b2a-ce30-4604-b483-7fb38a2de742",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "05f8f306-1a98-4e07-86ee-13e832e036d5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "212a084a-fd17-41aa-afaf-2aaf394231fc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "90c1e192-cd1b-48ff-9f91-0f97ade808b8",
+ "createdAt": "2023-08-24",
+ "completed": "2018-11-20",
+ "initiated": "2018-01-03",
+ "ministryContact": "BARTON ELISABETH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ba007de6-1ff0-491e-9ade-f328c1a787f8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "45ece75b-c45b-4845-9944-8d3090f519da",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7ab0341e-cb25-401c-a312-783131858312",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "839deefc-16f1-4a93-802e-3909b2e16df7",
+ "createdAt": "2021-01-19",
+ "completed": "2016-12-24",
+ "initiated": "2014-05-11",
+ "ministryContact": "FRIESEN VADA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c41c9129-e750-4352-b7cc-482163594661",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5e3c7460-05e3-4ce7-9127-8d8d67f7cc9c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ccb54e25-e5c3-459e-a2bb-8c82730335a5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "633291db-3b3c-4e05-81b8-413fbcd28af3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "8c3a801b-ebdb-4c75-8a77-cb1609609b8d",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-08-29",
+ "startDate": "2018-08-12",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a7173d80-eee2-4f62-8084-d118fc75313e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-12-14",
+ "startDate": "2020-02-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "01f3e1ba-4859-4213-8c2a-e370914d441e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-11-22",
+ "startDate": "2021-12-20",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "48831be4-df31-4fec-9dc8-bdce52b9ff3f",
+ "name": "IPSUM",
+ "endDate": "2017-05-26",
+ "startDate": "2022-07-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "69f139a3-bc09-4ba3-a833-4eba67bde099",
+ "name": "IPSUM",
+ "endDate": "2017-05-07",
+ "startDate": "2020-05-26",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "da9deaa9-f5a9-44fa-9a41-493bf84a2e76",
+ "siteRegistry": true,
+ "documentDate": "2015-08-24",
+ "receivedDate": "2018-11-25",
+ "uploadedDate": "2016-10-22",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "e13a05c5-f3b1-4e52-8c39-056e0cba5672",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "deb0fd12-d4bd-4db2-afa9-b33a39408ce4",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-12-31 (described on Site Profile dated 2013-12-31)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "45bcd238-3c4d-4e6c-ac71-aac535d7636b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-12-22 (described on Site Profile dated 2015-12-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "ad4a4955-8cb9-4e5a-9194-95842e76c908",
+ "siteRegistry": false,
+ "dateNoted": "2013-11-12",
+ "parcelID": "20188",
+ "crownLandUsePIN": "18755",
+ "crownLandFileNumber": "15927",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 5 DISTRICT LOT 2 PLAN 9381"
+ },
+ {
+ "uuid": "7bca6d8f-261a-4dc3-a37f-530eea2eab8c",
+ "siteRegistry": false,
+ "dateNoted": "2021-02-08",
+ "parcelID": "18393",
+ "crownLandUsePIN": "20038",
+ "crownLandFileNumber": "17154",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 3 DISTRICT LOT 4 PLAN 3620"
+ },
+ {
+ "uuid": "ea974b99-5a4a-4f60-aa80-7e08472b3584",
+ "siteRegistry": false,
+ "dateNoted": "2016-11-03",
+ "parcelID": "16305",
+ "crownLandUsePIN": "17440",
+ "crownLandFileNumber": "15208",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 3 DISTRICT LOT 4 PLAN 7765"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "913d055e-eee2-49f5-9a38-17fbf885998d",
+ "siteRegistry": false,
+ "dateReceived": "2019-03-13",
+ "dateCompleted": "2018-11-19",
+ "dateEntered": "2013-11-12",
+ "dateRegistrar": "2018-06-10",
+ "dateLocalAuthorityReceived": "2015-07-20",
+ "summary": "Natus libero harum a voluptates repellat.\nDolores dolorum enim sit non fugiat aut aut.",
+ "informationUsed": "Sapiente nobis nemo facilis at error dolor.\nFuga hic tempore sapiente dolorem repudiandae minus tempore possimus.\nImpedit qui id quia at totam.\nLaboriosam ab consectetur nam aperiam.\nVero eos sed modi corrupti quod.",
+ "pastOrPresentOrders": "Hic aut facilis quia ex beatae eligendi.\nLibero nam provident quia harum ea ullam.\nNecessitatibus sint rerum voluptates ullam tempore error.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "f4398151-2ccd-4c4e-a95b-b2bc9b9650f6",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d03962f0-8344-4f7c-b45f-390228aa204a",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "534d202b-084d-4f1c-8565-b0cbc6d07744",
+ "siteRegistry": false,
+ "dateReceived": "2016-03-27",
+ "dateCompleted": "2018-04-16",
+ "dateEntered": "2019-02-24",
+ "dateRegistrar": "2021-08-14",
+ "dateLocalAuthorityReceived": "2021-11-04",
+ "summary": "Eius voluptate atque odit voluptate quam ducimus possimus.\nVitae quo sunt eum aspernatur fugit iste officia placeat.\nVeniam odit accusamus.",
+ "informationUsed": "Hic aliquid expedita dolorem corrupti est placeat incidunt.\nSunt dignissimos inventore.\nNobis inventore placeat itaque voluptatem qui tenetur in quae dolores.",
+ "pastOrPresentOrders": "Ratione ad quibusdam perspiciatis itaque eaque tenetur deleniti dolorem ut.\nEligendi autem delectus sed.\nCupiditate molestias ullam fuga amet.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "061a705a-e350-4f5d-92ed-6a54e524911d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "73c5972b-775e-4e27-b63d-ce6d63ef6a3a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "12517500-3b5e-4e1b-8e99-7aac069b53cb",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b1c5a203-360b-4ca3-aa73-80335498a899",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "e1fc4e21-1fa0-4b0d-8ed3-cc198312e84b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "THOMPSON VICTOR",
+ "timestamp": "2022-06-30"
+ },
+ {
+ "uuid": "d6a521ff-b567-4156-91d4-ea122a4b07f8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRAMI KRISTOFER",
+ "timestamp": "2021-07-09"
+ },
+ {
+ "uuid": "ee305f51-059d-4546-97d6-fd8f079d48cd",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUPHAL ESTELL",
+ "timestamp": "2016-02-28"
+ },
+ {
+ "uuid": "cce5da4e-66e0-4b45-89d1-bf31576b0705",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WUCKERT REYMUNDO",
+ "timestamp": "2018-02-14"
+ },
+ {
+ "uuid": "c512476c-3958-451f-b0e7-dbb89f0d5761",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HICKLE SUZANNE",
+ "timestamp": "2015-12-08"
+ },
+ {
+ "uuid": "e8607924-b629-4b50-8d6d-372575a513c7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRITSCH BERNIE",
+ "timestamp": "2016-11-11"
+ },
+ {
+ "uuid": "2da7503b-46a8-4ec5-b275-a6c1d5245a24",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FLATLEY STEPHEN",
+ "timestamp": "2017-10-06"
+ },
+ {
+ "uuid": "b219a97c-7bd6-48fd-a8ec-5b994329bafc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WELCH BELL",
+ "timestamp": "2017-11-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "c4721c26-b5c6-4574-bcd0-df29f9f07746",
+ "dateNoted": "2022-07-30",
+ "notes": "",
+ "parcelID": "19291",
+ "siteID": "17088",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6c08efd6-9fe2-47b0-ac5e-93b2803f1bd6",
+ "dateNoted": "2019-11-03",
+ "notes": "",
+ "parcelID": "17932",
+ "siteID": "18063",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "ec1f1cd0-d3d7-4417-889b-fc1d81f445ea",
+ "siteID": 16403,
+ "address": "241 Edwina Glen",
+ "latitude": 50.7617,
+ "longitude": -130.5712,
+ "lastUpdated": "2021-07-29",
+ "city": "Pembroke Pines",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/1641",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8449378,
+ 2412701,
+ 2930909,
+ 6048192,
+ 7759421
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "70935363-585a-4267-b752-26c50f9b9af0",
+ "createdAt": "2020-08-21",
+ "completed": "2017-12-14",
+ "initiated": "2018-11-03",
+ "ministryContact": "WATSICA LONNIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "40744cab-1506-403b-8895-906216b0afbd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e31fc84d-2195-4421-988d-d517d79fa0ba",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "012439bc-dc7c-4c17-914b-cc17b73e9b67",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "37ff98eb-f775-462d-851a-b1db23c3908b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "aa960e9b-918c-4e41-9672-218587c61947",
+ "createdAt": "2014-11-29",
+ "completed": "2015-02-28",
+ "initiated": "2014-09-24",
+ "ministryContact": "KAUTZER SHAD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3af9d228-9932-4e95-8581-6adf72263e1d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "13660dfc-09b9-432c-b59e-575b58144d90",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "31ef6512-ed20-4923-a4d4-db0d5bd0eaba",
+ "name": "IPSUM",
+ "endDate": "2023-07-07",
+ "startDate": "2023-09-25",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3f920ddd-16f0-41a3-a919-183f16fef4cb",
+ "name": "IPSUM",
+ "endDate": "2017-08-18",
+ "startDate": "2022-08-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "847fbe1b-8586-44e6-92f6-c2a899422526",
+ "name": "IPSUM",
+ "endDate": "2017-04-01",
+ "startDate": "2021-10-12",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2dd11671-f154-4d14-9957-ae2e5d405ee2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-09-03",
+ "startDate": "2015-08-13",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "83ddf64c-fc1b-491f-97a7-a816c2a9ef37",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-03-09",
+ "startDate": "2023-07-05",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "8926fc24-a569-47c1-ab1b-8fae0ab4fae2",
+ "siteRegistry": true,
+ "documentDate": "2017-10-27",
+ "receivedDate": "2020-05-05",
+ "uploadedDate": "2022-07-13",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "9db96ea5-d10c-4625-b03c-2d5fc62c7720",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f3c6e8d2-44f6-4250-a7ef-4855f432c7f6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "8953008a-432e-4168-9550-4d25dde50d33",
+ "siteRegistry": true,
+ "documentDate": "2022-10-02",
+ "receivedDate": "2020-04-01",
+ "uploadedDate": "2023-02-17",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "671c8db7-8166-400e-bdcc-49bcd1d34ece",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4032fa03-e84b-474b-aff6-1905e3c83c2e",
+ "siteRegistry": true,
+ "documentDate": "2019-01-24",
+ "receivedDate": "2015-11-14",
+ "uploadedDate": "2014-11-05",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "c6e412fd-8564-49f1-92e6-bd3aced0bccd",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "6d7f6432-7433-48b7-9826-8dc381456dc7",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0f3fb343-63ac-4c36-8496-9825a6ef5370",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "619080a6-2073-4763-b41b-152a7f6e2352",
+ "siteRegistry": true,
+ "documentDate": "2018-03-25",
+ "receivedDate": "2021-04-11",
+ "uploadedDate": "2022-09-22",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "9a143180-3f7c-4ade-8344-049da4c6fc8e",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "edfc8b51-b36c-4e96-8fd7-ba866122d695",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "859d4587-8e32-4724-b9ad-e55604b12bca",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "51d01c94-c42b-43b6-8a20-a793cba0a700",
+ "siteRegistry": true,
+ "documentDate": "2015-03-28",
+ "receivedDate": "2015-02-01",
+ "uploadedDate": "2017-03-13",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "92abf6a7-c8a5-485b-b5b0-b84430d46dc5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "8d3e5762-c080-40c9-89ab-9f10a708b766",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-05-10 (described on Site Profile dated 2021-05-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "ba053f94-9012-45fe-8acd-d88d9078dfd6",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-08-04 (described on Site Profile dated 2017-08-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "3c1ebc21-739a-40ae-a6bf-48baf10f87ad",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-10-02 (described on Site Profile dated 2015-10-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "08d56e5d-37c6-4822-a414-7c9ad8f2917e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-09-09 (described on Site Profile dated 2023-09-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "1f351f34-036e-475f-ae42-1e2cacd39038",
+ "siteRegistry": true,
+ "dateNoted": "2019-03-01",
+ "parcelID": "20228",
+ "crownLandUsePIN": "20586",
+ "crownLandFileNumber": "16251",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 1 DISTRICT LOT 5 PLAN 4374"
+ },
+ {
+ "uuid": "9f4afb34-2756-44bd-a93b-a083614c0a0a",
+ "siteRegistry": false,
+ "dateNoted": "2019-09-27",
+ "parcelID": "20992",
+ "crownLandUsePIN": "17576",
+ "crownLandFileNumber": "20345",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 4 DISTRICT LOT 4 PLAN 8327"
+ },
+ {
+ "uuid": "201bbd58-5d3d-4c3b-9440-23286c25c2db",
+ "siteRegistry": true,
+ "dateNoted": "2018-07-12",
+ "parcelID": "15847",
+ "crownLandUsePIN": "19159",
+ "crownLandFileNumber": "19100",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 4 DISTRICT LOT 2 PLAN 9181"
+ },
+ {
+ "uuid": "d6551949-8b34-4870-aeea-d3d02496a8b3",
+ "siteRegistry": true,
+ "dateNoted": "2023-06-03",
+ "parcelID": "15882",
+ "crownLandUsePIN": "17025",
+ "crownLandFileNumber": "18952",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 1 DISTRICT LOT 1 PLAN 7513"
+ },
+ {
+ "uuid": "3011b25f-b056-4644-98e3-243d5fd5306a",
+ "siteRegistry": false,
+ "dateNoted": "2014-07-18",
+ "parcelID": "19210",
+ "crownLandUsePIN": "20809",
+ "crownLandFileNumber": "19346",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 4 DISTRICT LOT 4 PLAN 9089"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "95502a3d-63a3-402e-821d-5ea20e758287",
+ "siteRegistry": true,
+ "dateReceived": "2021-09-17",
+ "dateCompleted": "2014-10-14",
+ "dateEntered": "2017-09-21",
+ "dateRegistrar": "2018-05-29",
+ "dateLocalAuthorityReceived": "2015-05-27",
+ "summary": "Voluptas veniam ducimus dolore nobis culpa.\nPerferendis placeat corporis.\nArchitecto facere porro ipsam expedita quibusdam in quo excepturi.",
+ "informationUsed": "Perferendis perferendis placeat facilis similique rerum sequi dolorum cum.\nAliquam occaecati accusamus modi harum molestiae.\nLaborum aperiam exercitationem distinctio sed officia exercitationem.\nQuia inventore repellendus.",
+ "pastOrPresentOrders": "Repellat impedit laudantium quis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "49ceaa5f-078d-4de7-bd85-3e66a8f45db8",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4709f13e-b3c7-4202-89ef-bf14b4123fe7",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8d34c9dc-a7dc-4a86-9c29-f7c696186c9d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d6446f63-94e3-4339-9eac-813426b31e7b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "2ad719a3-8e7e-4dd7-9778-dc6f4ca574d3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHROEDER RANDY",
+ "timestamp": "2023-01-31"
+ },
+ {
+ "uuid": "61c7d75f-17a0-4a86-b2d6-f3a548501af8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DIETRICH JOYCE",
+ "timestamp": "2021-11-08"
+ },
+ {
+ "uuid": "6f578dfa-ac51-441c-94ef-89a854d44654",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BRUEN ARMAND",
+ "timestamp": "2017-08-18"
+ },
+ {
+ "uuid": "c1a29123-914b-4bd3-b09e-43281d087096",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LOCKMAN LUKAS",
+ "timestamp": "2017-12-29"
+ },
+ {
+ "uuid": "7b30d580-f884-4863-9c18-2b5bf65ff487",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "POUROS JAEDEN",
+ "timestamp": "2013-12-12"
+ },
+ {
+ "uuid": "911252cb-fa49-49a0-939b-eafc4019caa1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOEHM JAMIE",
+ "timestamp": "2014-06-04"
+ },
+ {
+ "uuid": "bb28cd99-f688-4a53-bd89-43ed5211be64",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FEIL STACEY",
+ "timestamp": "2015-08-27"
+ },
+ {
+ "uuid": "3c2ceae1-3cec-49e8-8aa7-cf8bd2a4db79",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHNEIDER LLEWELLYN",
+ "timestamp": "2019-01-24"
+ },
+ {
+ "uuid": "3445e275-c0fc-487b-a411-eac7b2b0fe49",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JENKINS CRISTAL",
+ "timestamp": "2019-12-20"
+ },
+ {
+ "uuid": "e16142c6-c977-4238-b12a-8f4392ba3e55",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILLMS YOLANDA",
+ "timestamp": "2020-02-20"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "c01a4fa1-ab12-4b72-909d-9a28f0d37d8f",
+ "dateNoted": "2014-06-27",
+ "notes": "",
+ "parcelID": "15256",
+ "siteID": "20693",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "802e75a6-d368-4c91-9aeb-84ed8b6aba39",
+ "dateNoted": "2019-05-03",
+ "notes": "",
+ "parcelID": "17851",
+ "siteID": "20148",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a365ff9c-3c5a-455b-b45d-00c4c6494b15",
+ "dateNoted": "2015-07-21",
+ "notes": "",
+ "parcelID": "20843",
+ "siteID": "16804",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "7f911283-9c72-4772-8f4c-4b9902d7bffd",
+ "siteID": 16918,
+ "address": "999 Friesen Bridge",
+ "latitude": 49.3859,
+ "longitude": -138.0825,
+ "lastUpdated": "2021-12-28",
+ "city": "Vidastead",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/12160",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3868729,
+ 4800422,
+ 2351115,
+ 4556594,
+ 5707555
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "f7ef03bc-e305-4648-a6ef-2c226d868d28",
+ "createdAt": "2017-10-14",
+ "completed": "2023-06-04",
+ "initiated": "2014-07-16",
+ "ministryContact": "WINDLER JOHNPAUL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e78579c3-b48b-4a1b-b77e-3a4711e6136a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "315d0554-1721-46f1-b1ba-e8d931896374",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "77121180-bb9b-485f-a7d3-7df6cad246f1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "59f9f09a-3fc6-4f6c-9ca9-5ad6da54d96c",
+ "createdAt": "2015-07-11",
+ "completed": "2015-01-01",
+ "initiated": "2014-05-06",
+ "ministryContact": "BOYLE EINAR",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5e0a9596-c306-49c7-8b04-9ecd34d3272c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2a443d80-876f-4fa2-834f-d466a88b8b2e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ddaeef58-e1a7-427a-bafc-b8959d394497",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d38da9e1-42b0-4435-a9bf-3b07b3ceac53",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bd39066d-cff5-4fc4-92b5-dd01360827f3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "08752190-9f5f-43bc-b663-7b4b189a1a16",
+ "createdAt": "2023-04-09",
+ "completed": "2020-01-24",
+ "initiated": "2020-01-26",
+ "ministryContact": "LUBOWITZ OTTO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "92037ec5-62f8-4e3e-8715-30017441af2b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4dde1725-8597-4c4a-84b7-e37107b1ac2b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "07a6d3a5-7c53-42c4-961a-8546bad826fd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "da66704a-d1a2-4d70-9f63-b33b46a3e24c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1a00f269-90ab-4f15-9bcf-081917cb29a7",
+ "createdAt": "2018-10-05",
+ "completed": "2015-01-18",
+ "initiated": "2014-06-09",
+ "ministryContact": "KUNZE JOEY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ac96b03d-c852-4612-86d1-f884684a00a2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f4c9d3d5-dfed-42c2-ba01-b1e89f80414c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "ee5281be-5233-4796-ab61-0c2d784c8159",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-08-21",
+ "startDate": "2019-04-07",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c7865426-40e7-4999-8210-b93ce4139065",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-02-03",
+ "startDate": "2015-08-04",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "684e26e6-deee-4e31-b836-b5b8adfa9a1c",
+ "name": "IPSUM",
+ "endDate": "2023-03-17",
+ "startDate": "2014-07-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8b2b2cbd-33bd-4e87-a810-cf7f51422411",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-01-19",
+ "startDate": "2020-05-07",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f5c88262-daea-479e-87fc-4f1881c186ae",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-01-18",
+ "startDate": "2020-02-22",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "1d2a2d89-0712-4d69-97d3-fe746abb7c0c",
+ "siteRegistry": true,
+ "documentDate": "2021-05-22",
+ "receivedDate": "2015-10-26",
+ "uploadedDate": "2015-01-27",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "3437cc9a-b907-4a76-9436-acc02ff806d4",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ac025963-0d5e-4fd9-b400-691d70185557",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "34eb3f61-171c-4325-bfee-1659e23e139d",
+ "siteRegistry": true,
+ "documentDate": "2016-11-13",
+ "receivedDate": "2014-08-23",
+ "uploadedDate": "2016-10-05",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "71e3985a-4328-4ff5-83aa-0f0d5ba37bcf",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "324df746-c920-4e3b-8347-bb732a442e0d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "df96cf8a-90c8-4e61-84d9-376c50365104",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9618ae22-41b0-4497-979c-e86d63210602",
+ "siteRegistry": true,
+ "documentDate": "2017-11-04",
+ "receivedDate": "2022-10-07",
+ "uploadedDate": "2019-10-08",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "e01140c1-7c8f-4692-93e6-416ad6a54a57",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "086568bb-cdaa-4077-bb83-e5fb88416921",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-08-30 (described on Site Profile dated 2021-08-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "31aba582-e7c3-4529-9faf-73b287ecfeec",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-05-04 (described on Site Profile dated 2017-05-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "4575bcee-78c1-467c-835b-9720245bf5ca",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-09-04 (described on Site Profile dated 2023-09-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "69848802-fe3a-476f-b6b8-d81f85b3c9a1",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-06-08 (described on Site Profile dated 2018-06-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "53af0e9e-a910-4123-9745-e5308eaaa5ee",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-06-19 (described on Site Profile dated 2020-06-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "ff53450a-156d-4b35-9131-990f7172aa5d",
+ "siteRegistry": true,
+ "dateNoted": "2014-11-19",
+ "parcelID": "16584",
+ "crownLandUsePIN": "19328",
+ "crownLandFileNumber": "17497",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 4 DISTRICT LOT 4 PLAN 7963"
+ },
+ {
+ "uuid": "b3568124-2597-4a0d-bf96-8c4d71ebd8cb",
+ "siteRegistry": true,
+ "dateNoted": "2018-12-26",
+ "parcelID": "18962",
+ "crownLandUsePIN": "16291",
+ "crownLandFileNumber": "18711",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 2 DISTRICT LOT 3 PLAN 7200"
+ },
+ {
+ "uuid": "d1e8e0a0-af7b-4274-a225-a68dec259dbe",
+ "siteRegistry": true,
+ "dateNoted": "2023-02-12",
+ "parcelID": "20953",
+ "crownLandUsePIN": "17306",
+ "crownLandFileNumber": "20959",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 1 DISTRICT LOT 1 PLAN 5615"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "574097a6-3493-4810-b235-2564425a701b",
+ "siteRegistry": false,
+ "dateReceived": "2023-10-14",
+ "dateCompleted": "2019-02-11",
+ "dateEntered": "2017-08-27",
+ "dateRegistrar": "2020-09-23",
+ "dateLocalAuthorityReceived": "2021-05-15",
+ "summary": "Molestiae error rerum autem tempore rerum nam doloribus.",
+ "informationUsed": "Deleniti fugit eos unde ducimus pariatur cupiditate.\nFugit voluptas dicta perspiciatis adipisci praesentium natus repellat quo.\nVoluptas quod omnis.\nNatus fugiat rerum.",
+ "pastOrPresentOrders": "Numquam perferendis enim molestiae cumque illum numquam perspiciatis suscipit blanditiis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "11af073a-5efd-47a6-846e-b900022537f1",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e481733b-bf78-4731-b1bf-b0d61018b814",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "317531b8-9b09-48a3-9e41-d2e05625aefb",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "25d81c6e-954a-4601-8503-d957201f5e9b",
+ "siteRegistry": true,
+ "dateReceived": "2018-10-31",
+ "dateCompleted": "2013-11-16",
+ "dateEntered": "2021-05-21",
+ "dateRegistrar": "2017-09-04",
+ "dateLocalAuthorityReceived": "2014-11-04",
+ "summary": "Harum accusantium dolorem vel debitis.\nDignissimos impedit quo eos possimus perferendis.",
+ "informationUsed": "Impedit ex velit neque eos.\nOdio eius at qui impedit voluptatibus explicabo illum.\nEst natus ducimus sed amet laboriosam veritatis.",
+ "pastOrPresentOrders": "Velit rerum sequi qui perspiciatis aliquam dolor cum autem distinctio.\nPossimus ea sapiente ab est occaecati voluptate neque.\nAutem corporis quos nobis iste.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "c68cad93-43d5-49af-b64f-b01b75a543b7",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2af5439f-2eda-408d-af4f-a23a09394f71",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fe472c05-221f-406a-9334-189c622e008b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "83fd146b-1fdf-4639-9218-901b604c3f6a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SHANAHAN LOYCE",
+ "timestamp": "2022-02-09"
+ },
+ {
+ "uuid": "e5a92e60-50fc-455e-be1a-63c84455526d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BLICK RHIANNA",
+ "timestamp": "2017-01-09"
+ },
+ {
+ "uuid": "33b09506-300b-4833-86ab-17107368e924",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCCLURE DONNELL",
+ "timestamp": "2019-09-02"
+ },
+ {
+ "uuid": "83b0b498-8be1-4ca6-a5c2-13371813b9d3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KING FABIOLA",
+ "timestamp": "2019-06-15"
+ },
+ {
+ "uuid": "544b1d97-a4af-4e85-b4ec-720d3702cf60",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VONRUEDEN REGINALD",
+ "timestamp": "2016-05-26"
+ },
+ {
+ "uuid": "d0422de4-c35a-48d4-ad1b-58551f5ad9f1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VONRUEDEN MARTINE",
+ "timestamp": "2021-06-29"
+ },
+ {
+ "uuid": "23419f94-b3d7-48bb-9c67-5690f6579852",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WISOZK MIA",
+ "timestamp": "2016-07-22"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "7bd7e822-a61d-4c16-abb0-4aa34fda98e1",
+ "dateNoted": "2015-08-05",
+ "notes": "",
+ "parcelID": "19581",
+ "siteID": "18365",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "514184a2-4194-4ba4-b03b-85620c44fa45",
+ "siteID": 15587,
+ "address": "593 Hickle Ways",
+ "latitude": 55.4384,
+ "longitude": -132.0178,
+ "lastUpdated": "2016-08-08",
+ "city": "Estrellaburgh",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/898",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3469164,
+ 6590766,
+ 2801661,
+ 6113294,
+ 3957755
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "984ed7a8-a8a1-4f84-a106-245e21b08f9c",
+ "createdAt": "2016-02-05",
+ "completed": "2021-06-30",
+ "initiated": "2019-10-06",
+ "ministryContact": "CUMMINGS DEWAYNE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f0c1bd65-3fc9-4a97-9399-3d440c3bde86",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ad84bd48-9827-473c-8c5c-cfb3d9204467",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "04421f4c-a68b-4972-adab-83b9aab88f61",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "79801d11-c299-4a28-827a-68718973215b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0227eab2-f1a4-4e3a-b52c-269b918dce8c",
+ "createdAt": "2018-01-01",
+ "completed": "2018-10-25",
+ "initiated": "2019-02-05",
+ "ministryContact": "KAUTZER ESTRELLA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ad1ec632-108c-47c6-9171-60d98528ac77",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "44fd53f0-8bc7-4098-8cef-908a62439a02",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "23bf7f15-cfae-4d08-8540-c2e7c211c9fe",
+ "createdAt": "2018-11-10",
+ "completed": "2014-07-01",
+ "initiated": "2014-06-11",
+ "ministryContact": "STREICH NEVA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "754060ee-b012-4972-bb4c-0c69bddae666",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2fb8e44e-6922-4c27-b1cb-303031b8d60d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "63ce6ab0-a337-485b-ad5a-fb26ed9cc060",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dc90b9fd-f9b0-4c1c-abd5-917876d5a84f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0efc5caa-00b0-4369-8860-6ea392a56ab9",
+ "createdAt": "2016-09-28",
+ "completed": "2023-03-27",
+ "initiated": "2014-06-22",
+ "ministryContact": "GUTKOWSKI CULLEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8bd4c8d6-3369-4f1d-9c2c-fbf37555371e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3df3f106-7c95-4d4d-8ffa-dd11a45371ba",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "539f3e3b-5d78-4073-9ec1-1ba50c62f423",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "87e741c7-ddae-4fa8-bf5c-1ac16b8868e8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2d47f5a8-4223-4451-bc7c-4a3ba2f6bf66",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "eab53048-a055-4f5a-ac37-10a06f2f7fd7",
+ "createdAt": "2016-02-11",
+ "completed": "2021-09-14",
+ "initiated": "2015-11-14",
+ "ministryContact": "MARKS KAILEE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "6acbdb84-2fa5-478f-b542-cd1914cd9250",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "321ea496-3ab6-46c4-8beb-f53f22217490",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "fc7f7158-33d3-4e65-8af8-e9696573ebf9",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-10-31",
+ "startDate": "2015-01-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d7f33fe1-6a5e-4827-8b78-4fbcfe51fee6",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-02-23",
+ "startDate": "2017-12-14",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8e39bfd9-888c-4cf6-a5a3-e16cdb247b63",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-09-03",
+ "startDate": "2022-10-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b28aa8b7-4bb2-4c0b-94a0-5f509bfcc0b5",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-12-27",
+ "startDate": "2018-12-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f1754027-f539-42ee-9dd0-451d953b7047",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-03-08",
+ "startDate": "2017-04-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "8ee4ec40-af49-4655-afcf-80369d39094c",
+ "siteRegistry": true,
+ "documentDate": "2018-04-09",
+ "receivedDate": "2018-02-10",
+ "uploadedDate": "2019-12-27",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "a8276811-cc51-47f9-ac83-cddaabe828f0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "54bb8294-6cae-4e34-b187-3ed4c0a487d6",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "d59f94ab-1f77-4d32-8b5c-7a131c1b6cfc",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-08-08 (described on Site Profile dated 2019-08-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "7427ef7f-596e-430c-b6f9-3d9acd26743e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-09-27 (described on Site Profile dated 2015-09-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "db699feb-6aba-4aee-8429-7c2373d43067",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-08-01 (described on Site Profile dated 2017-08-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "e41eedb3-8472-450d-a054-fbc03bbec53e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-01-30 (described on Site Profile dated 2017-01-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "5ffa2a24-3dbe-4553-80d4-5bbcafd11ffb",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-08-16 (described on Site Profile dated 2015-08-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "a0149999-e248-4763-b603-ebeff1ad7f49",
+ "siteRegistry": true,
+ "dateNoted": "2016-08-05",
+ "parcelID": "18331",
+ "crownLandUsePIN": "16671",
+ "crownLandFileNumber": "19626",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 2 DISTRICT LOT 4 PLAN 9576"
+ },
+ {
+ "uuid": "1fe7851c-9048-4597-82e7-0aafafdbb987",
+ "siteRegistry": false,
+ "dateNoted": "2019-03-25",
+ "parcelID": "16037",
+ "crownLandUsePIN": "18443",
+ "crownLandFileNumber": "15941",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 2 DISTRICT LOT 3 PLAN 8135"
+ },
+ {
+ "uuid": "edb563f8-d7b3-4edf-8d44-d977ee276de7",
+ "siteRegistry": true,
+ "dateNoted": "2023-09-30",
+ "parcelID": "15490",
+ "crownLandUsePIN": "19846",
+ "crownLandFileNumber": "19932",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 2 DISTRICT LOT 5 PLAN 7828"
+ },
+ {
+ "uuid": "89c40b3d-7a35-4bce-b871-99de2ba3d054",
+ "siteRegistry": true,
+ "dateNoted": "2019-02-18",
+ "parcelID": "17059",
+ "crownLandUsePIN": "17759",
+ "crownLandFileNumber": "17984",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 3 DISTRICT LOT 2 PLAN 3499"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "f6ca6615-3951-4055-87d2-045975e8517e",
+ "siteRegistry": true,
+ "dateReceived": "2019-07-12",
+ "dateCompleted": "2023-07-11",
+ "dateEntered": "2016-04-18",
+ "dateRegistrar": "2020-06-05",
+ "dateLocalAuthorityReceived": "2019-12-11",
+ "summary": "Aspernatur reiciendis eos tempore.\nTempore impedit ratione occaecati accusamus amet.\nIpsam voluptas iure quasi doloremque natus unde eligendi rerum porro.",
+ "informationUsed": "Explicabo quidem sunt quis libero impedit aut.\nMagni sit doloribus expedita voluptas adipisci.\nSuscipit praesentium facilis nulla.\nExpedita ut vitae repellendus asperiores consectetur possimus sapiente ex.",
+ "pastOrPresentOrders": "Suscipit animi maiores voluptates vitae consequatur repellat atque.\nSit ipsam unde voluptas mollitia.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b5866bbf-2e0b-43f9-9845-573d2f1c20e4",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "97b159fc-907d-4b26-b586-890c541e7700",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c10eea57-4456-44e5-b55d-28385e94e20a",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "f29ad94d-7c53-44e6-922f-16a235a23a41",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DOOLEY DAWN",
+ "timestamp": "2015-08-09"
+ },
+ {
+ "uuid": "982b027e-29b1-40c4-8dde-a2097b863f1c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUHN KRIS",
+ "timestamp": "2016-11-22"
+ },
+ {
+ "uuid": "01c490cc-f1cf-451e-81dc-58b66ca75212",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUECKER DAKOTA",
+ "timestamp": "2021-04-01"
+ },
+ {
+ "uuid": "94705e42-505f-4322-8148-a020134e13b6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KIEHN CHYNA",
+ "timestamp": "2022-11-17"
+ },
+ {
+ "uuid": "ff18f0c6-e37c-4af0-92b5-01d3a7fc5b25",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOVACEK MITTIE",
+ "timestamp": "2018-08-12"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "3bec74d8-c9be-45ab-914b-3cc4e1772d6c",
+ "dateNoted": "2019-07-13",
+ "notes": "",
+ "parcelID": "18103",
+ "siteID": "19360",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "998879ca-d568-4f3e-bd19-ce0fe638e057",
+ "siteID": 20562,
+ "address": "639 Lynch Union",
+ "latitude": 58.7552,
+ "longitude": -124.7925,
+ "lastUpdated": "2018-11-07",
+ "city": "Abdielburgh",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/7480",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1252954,
+ 2000444,
+ 4428697,
+ 2539286,
+ 3336147
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "2ff53ced-91be-4845-a24b-e0508532ee72",
+ "createdAt": "2018-01-09",
+ "completed": "2013-12-04",
+ "initiated": "2017-03-08",
+ "ministryContact": "LABADIE DONNA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1c00f981-aa84-4071-8b5f-f0a1696cbacc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "97035cbf-4119-4c79-8803-92b14cd8a7af",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3c04ce13-7283-47d5-a4b6-26d232d8383a",
+ "createdAt": "2015-03-01",
+ "completed": "2015-10-06",
+ "initiated": "2019-10-31",
+ "ministryContact": "HETTINGER JAIME",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "628f68fb-bacd-448e-8327-3fcab9aff304",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b3dc2a3e-b1b7-4268-826d-bb58d41b6500",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "02f35c4f-e73b-4021-84f5-21a9bb1e27f8",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-03-22",
+ "startDate": "2017-06-09",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9c52395d-c573-4182-9af2-4d8244dd4c88",
+ "name": "IPSUM",
+ "endDate": "2014-06-08",
+ "startDate": "2022-12-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "23b81e8f-963c-4e30-abec-42a3ad826605",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-06-17",
+ "startDate": "2022-04-20",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "f43882a8-f8ed-426f-8ae5-2cd38d87b5ba",
+ "siteRegistry": false,
+ "documentDate": "2021-12-09",
+ "receivedDate": "2022-08-16",
+ "uploadedDate": "2019-02-25",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "bfd17037-01ad-406b-ac06-ebb95c07cb2d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e9ca3513-9350-475a-a0cb-e46cbee268dc",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "26be09f2-4866-413a-802c-e036d2ae05da",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-04-15 (described on Site Profile dated 2015-04-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "69cb610c-73d6-405a-b0d1-2d5a745fa3e1",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-08-11 (described on Site Profile dated 2015-08-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "5b682d27-e851-4521-a5af-c2eb6a8a9346",
+ "siteRegistry": false,
+ "dateNoted": "2022-04-21",
+ "parcelID": "17746",
+ "crownLandUsePIN": "20165",
+ "crownLandFileNumber": "16276",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 2 DISTRICT LOT 1 PLAN 9773"
+ },
+ {
+ "uuid": "8ce5ded6-b7be-4eb4-a813-da8422665d09",
+ "siteRegistry": true,
+ "dateNoted": "2021-01-22",
+ "parcelID": "20949",
+ "crownLandUsePIN": "16455",
+ "crownLandFileNumber": "20839",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 4 DISTRICT LOT 5 PLAN 8138"
+ },
+ {
+ "uuid": "d589154f-5cce-4a1e-a3ba-cbc5c9acb303",
+ "siteRegistry": true,
+ "dateNoted": "2019-01-19",
+ "parcelID": "20345",
+ "crownLandUsePIN": "19736",
+ "crownLandFileNumber": "17664",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 2 DISTRICT LOT 2 PLAN 5626"
+ },
+ {
+ "uuid": "07325c39-e732-443a-940b-8234580f6439",
+ "siteRegistry": false,
+ "dateNoted": "2014-07-18",
+ "parcelID": "16292",
+ "crownLandUsePIN": "20793",
+ "crownLandFileNumber": "17200",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 3 DISTRICT LOT 5 PLAN 9520"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "7502e636-945a-465f-80c8-aaa0357552bb",
+ "siteRegistry": true,
+ "dateReceived": "2014-03-21",
+ "dateCompleted": "2021-11-24",
+ "dateEntered": "2020-11-21",
+ "dateRegistrar": "2019-08-30",
+ "dateLocalAuthorityReceived": "2017-06-22",
+ "summary": "Minus quidem vel aperiam laborum explicabo.\nTotam totam doloribus omnis possimus mollitia corrupti ipsa voluptas deleniti.",
+ "informationUsed": "Ducimus delectus vitae temporibus.\nVoluptate recusandae dolorum quis ipsum non reprehenderit.\nLaborum similique vel ducimus quaerat non beatae minus minima dicta.\nDolore tempore vero debitis dolorem enim dignissimos sequi.\nNostrum odio consequuntur.",
+ "pastOrPresentOrders": "Autem eaque omnis.\nPraesentium quod nesciunt voluptas amet.\nIste nihil incidunt ipsum assumenda sed.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "7176676d-7d2c-4413-ab3f-b9d25f65f35e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ee866797-7f9c-474b-a46d-bdca7e164030",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "78586ac4-d508-49ef-aad6-8949e493aa13",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "37b7f887-2a90-4976-b6b4-03811d3bc0ef",
+ "siteRegistry": true,
+ "dateReceived": "2017-02-15",
+ "dateCompleted": "2021-06-10",
+ "dateEntered": "2020-04-10",
+ "dateRegistrar": "2019-04-01",
+ "dateLocalAuthorityReceived": "2017-11-15",
+ "summary": "Eos modi tempore quaerat esse alias sit vel inventore.",
+ "informationUsed": "Sunt tempora tempora atque placeat est suscipit deleniti nesciunt dolorem.\nQuis vero vitae.\nMollitia temporibus esse sapiente laborum.\nAdipisci quos corporis numquam reiciendis.",
+ "pastOrPresentOrders": "Provident cumque aliquid tempora.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "6dde5723-7b99-4514-ae9b-b2e3105ee607",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a57f5bed-7d8d-415c-90a3-7c95a486f338",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "601c6799-e621-4be4-a33f-b6b9ef490bef",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "ff27bd5b-0464-4c89-8acd-3dd80a44d7b7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OBERBRUNNER-LOWE GIOVANNI",
+ "timestamp": "2017-04-21"
+ },
+ {
+ "uuid": "9a692872-7677-4e57-bbeb-1b04e534dcee",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ABSHIRE HIRAM",
+ "timestamp": "2014-02-11"
+ },
+ {
+ "uuid": "18a25e61-be13-4ede-b837-101bd200df84",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUNDE NICKLAUS",
+ "timestamp": "2013-12-30"
+ },
+ {
+ "uuid": "1df94a64-8774-4a57-a517-53748676b926",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KONOPELSKI MALINDA",
+ "timestamp": "2022-06-26"
+ },
+ {
+ "uuid": "d1818096-195b-47d3-b9ab-13c14a852f86",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "POUROS KARI",
+ "timestamp": "2019-09-28"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "1474111c-bc46-42ef-8ec1-a83ae211d5d3",
+ "dateNoted": "2016-06-28",
+ "notes": "",
+ "parcelID": "16921",
+ "siteID": "16012",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c8e98b4c-df44-42f3-a2f8-4fb22f705fea",
+ "dateNoted": "2020-10-11",
+ "notes": "",
+ "parcelID": "18422",
+ "siteID": "19202",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "92870c90-b6fd-4e73-836b-e626cccc76de",
+ "dateNoted": "2017-05-31",
+ "notes": "",
+ "parcelID": "16490",
+ "siteID": "15587",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "faa5db4b-7d8c-4a8d-a84f-8a7f5f24bbdc",
+ "siteID": 15289,
+ "address": "8111 Shea Summit",
+ "latitude": 52.3831,
+ "longitude": -118.3316,
+ "lastUpdated": "2015-03-14",
+ "city": "Los Angeles",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/5572",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5017302,
+ 654945,
+ 8308094,
+ 7250639,
+ 2559376
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "39ab5ce9-38e1-4d5d-a2ef-64e144f4d9ab",
+ "createdAt": "2014-09-30",
+ "completed": "2017-10-14",
+ "initiated": "2018-08-28",
+ "ministryContact": "SCHAEFER EMMETT",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "98fd39aa-5fd5-4eef-a837-b52bbedf6c99",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7a42acdf-c429-4094-851a-ab727298c33a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0fcb92ec-a7ad-4111-ab2a-290410e17d08",
+ "createdAt": "2021-03-10",
+ "completed": "2022-08-08",
+ "initiated": "2014-04-24",
+ "ministryContact": "WOLF MAYMIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8a64e062-6b82-4d32-86a3-a654cfb64369",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "89cc384b-225d-4e05-90b8-9bab0bd858e4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8dcd9979-26d1-4f22-ad47-d0a1343012eb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "e7eb301e-dc9d-44ca-9e01-f151e2e80289",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-01-21",
+ "startDate": "2019-12-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "99752e5a-9e01-47b9-8baf-3c1ba9aaf1d3",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-09-21",
+ "startDate": "2014-08-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "da87a213-0748-4904-9d52-b84b9f116e54",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-02-17",
+ "startDate": "2021-09-25",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "76d19a97-fbd8-4879-b9fe-9b90aa4ebac3",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-05-05",
+ "startDate": "2021-09-14",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "abd98be1-1c40-4ab6-981a-c90cb698956e",
+ "siteRegistry": false,
+ "documentDate": "2019-01-30",
+ "receivedDate": "2021-06-09",
+ "uploadedDate": "2017-06-21",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "2d3fd862-3cc2-429e-a50f-5351e4f8b1c9",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1fb5fd70-7e91-41c7-8b52-bb78da21a1bd",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "50ad12dd-8855-4a7a-bc7d-08f2259d0305",
+ "siteRegistry": true,
+ "documentDate": "2020-02-11",
+ "receivedDate": "2014-12-20",
+ "uploadedDate": "2019-12-29",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "427f2263-e21e-4c47-aa4f-c0ae83d10375",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "bb40bc86-c951-4204-8b37-c59dd81f7bca",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4d396c9b-6dc0-429a-83c1-4a2fa1c2ac70",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "afb57c66-eb73-4e96-bcda-b660daec8896",
+ "siteRegistry": false,
+ "documentDate": "2014-04-13",
+ "receivedDate": "2015-12-18",
+ "uploadedDate": "2019-09-04",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "317f97ec-43f3-4d58-bee5-12a2521e862a",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "87f11060-cd50-4c9b-a4a8-20255da89b5a",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d1a44545-03a4-4f49-9ffe-b3c79c0779d8",
+ "siteRegistry": false,
+ "documentDate": "2017-12-10",
+ "receivedDate": "2016-09-06",
+ "uploadedDate": "2023-08-07",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "4c540641-5e0f-4633-a43c-c5c5216f707e",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "24abd935-2d08-42a7-9a82-51d35f90bf8e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "1e1ecab7-9dc1-4c9a-9f0b-168345d14703",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-02-19 (described on Site Profile dated 2022-02-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "b816940f-68b9-44e7-a5df-00f8d0fa2b3b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-02-04 (described on Site Profile dated 2015-02-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "742168d2-bc80-4185-9ce7-ac3e221e832f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-12-23 (described on Site Profile dated 2021-12-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "dd4edd98-af96-4861-9761-0d3400a28dfc",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-05-28 (described on Site Profile dated 2018-05-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "0b2036c7-86a9-4ed9-83a0-4f0f97b92560",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-02-03 (described on Site Profile dated 2019-02-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "1098652d-d69c-4e28-a81b-19be16528776",
+ "siteRegistry": true,
+ "dateNoted": "2023-06-29",
+ "parcelID": "20493",
+ "crownLandUsePIN": "19090",
+ "crownLandFileNumber": "18985",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 3 DISTRICT LOT 2 PLAN 6989"
+ },
+ {
+ "uuid": "8f081541-a9c9-4462-8ebe-9b0217ba6d87",
+ "siteRegistry": true,
+ "dateNoted": "2016-01-03",
+ "parcelID": "17227",
+ "crownLandUsePIN": "20164",
+ "crownLandFileNumber": "18280",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 3 DISTRICT LOT 3 PLAN 4770"
+ },
+ {
+ "uuid": "845a77b8-e5b6-4767-aadd-8dc4986bbffc",
+ "siteRegistry": true,
+ "dateNoted": "2021-09-26",
+ "parcelID": "18114",
+ "crownLandUsePIN": "18315",
+ "crownLandFileNumber": "20498",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 5 DISTRICT LOT 4 PLAN 8383"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "bfee155a-6e17-4b57-9a8b-d456030e8a0c",
+ "siteRegistry": true,
+ "dateReceived": "2018-12-04",
+ "dateCompleted": "2013-12-06",
+ "dateEntered": "2022-05-05",
+ "dateRegistrar": "2016-09-16",
+ "dateLocalAuthorityReceived": "2020-02-29",
+ "summary": "Placeat quis deserunt.",
+ "informationUsed": "Repellendus autem eum.\nLabore sint accusantium veritatis optio recusandae laudantium.\nEt cupiditate quidem libero.\nMollitia occaecati mollitia magni veniam nihil labore voluptatibus ad sed.\nSequi consequuntur accusamus velit inventore ipsam.",
+ "pastOrPresentOrders": "Doloribus omnis autem hic dolorem sed officiis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "000d5ef0-c54f-4968-81d3-4304730e337c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0bfbfe68-0f45-492b-85c0-ffcd2858faf8",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "80ecfab1-2911-4fb0-b130-6780a97feab3",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "65754be5-e70d-4cc9-9467-1f15fb8305d8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ONDRICKA DANA",
+ "timestamp": "2021-10-02"
+ },
+ {
+ "uuid": "344f3785-1d0d-4c53-904d-ebef3fad6033",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LARSON MONTY",
+ "timestamp": "2023-10-11"
+ },
+ {
+ "uuid": "e89d63d5-8910-4de5-aaf3-8d41e343e7c8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KEMMER GOLDEN",
+ "timestamp": "2020-10-09"
+ },
+ {
+ "uuid": "630c9b05-5b3b-4566-8d10-c00a9bd3a2d4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "POLLICH ANNABELL",
+ "timestamp": "2020-09-24"
+ },
+ {
+ "uuid": "81d177f2-951d-4723-a0ec-6a72ee8c62d8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GUTMANN JAVIER",
+ "timestamp": "2017-04-21"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "b687e0cb-cf86-4aa9-a178-a23e62f50336",
+ "dateNoted": "2021-06-05",
+ "notes": "",
+ "parcelID": "16125",
+ "siteID": "17014",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fe13a6b1-8446-412d-99de-e6fac8e179b6",
+ "dateNoted": "2014-07-23",
+ "notes": "",
+ "parcelID": "20467",
+ "siteID": "18736",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "e6ac3848-de3b-450a-b927-9fb132644055",
+ "siteID": 17285,
+ "address": "2459 Padberg Plain",
+ "latitude": 55.6866,
+ "longitude": -127.1143,
+ "lastUpdated": "2019-12-06",
+ "city": "Schulistland",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/14203",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4355326,
+ 4255759,
+ 7435634,
+ 8636997,
+ 4483000
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "7e340213-8a2e-479a-82d1-9482807f0ec7",
+ "createdAt": "2016-02-27",
+ "completed": "2014-08-29",
+ "initiated": "2021-09-21",
+ "ministryContact": "ROMAGUERA MAYA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bf5ce482-f2d7-4a3c-b726-84ab5b751b56",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3edc9440-d678-4dc7-804e-280cf7c607ef",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f5519f0c-de69-4f4c-a0e2-4db7725ff7c8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5086b504-ac93-4b9d-b9c5-0884cbb62c7f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "363828af-fac7-4cda-bb23-9a3ad15f5270",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "96f208d9-e9fa-405b-bec1-c52b8d27af1b",
+ "createdAt": "2022-06-28",
+ "completed": "2014-03-22",
+ "initiated": "2018-07-31",
+ "ministryContact": "BARTOLETTI TIMMY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a01965b5-f157-4f65-8dbb-429adaae75e3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "afe8d93a-7312-4d9b-a256-35e9b2b2bcd7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fc08ab79-9dc5-4b80-b910-aa6bd4ded0fc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9e8224aa-9f2e-449e-a015-09f5e2260ac2",
+ "createdAt": "2018-09-19",
+ "completed": "2015-08-10",
+ "initiated": "2021-09-30",
+ "ministryContact": "MCLAUGHLIN CORNELIUS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3b6d5b6b-38b2-4065-89f8-0f39d966be9f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f1a7747e-3ade-4c48-89f3-96e7a41bddc0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4fb9e540-85d9-401a-9504-522620d3c7fe",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b6d859c7-0fca-4876-b406-47951770b3d7",
+ "createdAt": "2017-02-24",
+ "completed": "2016-09-18",
+ "initiated": "2023-02-03",
+ "ministryContact": "SHANAHAN ROBERTA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3a9d34bf-6b26-4091-be22-0fdcd1fdc11f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "85fbaab3-3932-4a6e-8286-3098a7f29f46",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "319f4aac-c476-4a0a-9547-b8b0aa9ccb0a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "5ce3a020-1f78-4503-9600-291ec7d77fbc",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-01-17",
+ "startDate": "2018-08-07",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1ccf0283-cb3d-4a20-bcf3-7a491bf75413",
+ "name": "IPSUM",
+ "endDate": "2014-07-29",
+ "startDate": "2022-06-15",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "819a8b35-c2b3-429a-813d-58a685f54a71",
+ "siteRegistry": false,
+ "documentDate": "2015-03-03",
+ "receivedDate": "2020-12-02",
+ "uploadedDate": "2022-07-27",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "595d29f5-d5df-4f7f-be5d-2fdd9a19526d",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "219f487c-e327-42ae-96a0-2f5fe0f70f79",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "83cc050a-cc81-43ae-8ec2-d323bb7b5d29",
+ "siteRegistry": false,
+ "documentDate": "2022-06-12",
+ "receivedDate": "2014-03-27",
+ "uploadedDate": "2021-09-19",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "df389469-5e0a-49e4-829f-4af2e9c466b5",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ee68c34a-47c0-4140-87a0-97bf937f4cb7",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "21b90f06-9e3e-488c-a840-08ed4ceb0128",
+ "siteRegistry": true,
+ "documentDate": "2016-05-12",
+ "receivedDate": "2015-08-30",
+ "uploadedDate": "2022-10-19",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "11d77cb0-dc77-45b7-91c8-a63e121a096f",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "907d69f4-4fb2-4ca1-8154-05bda23299b4",
+ "siteRegistry": false,
+ "documentDate": "2022-09-18",
+ "receivedDate": "2019-04-18",
+ "uploadedDate": "2014-09-03",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "5a7ccac8-cf19-4a68-9854-551186363b1c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "844fd688-0dd9-4723-b129-aa15952c2cc4",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "e437993d-9ff8-4080-b49a-175eb4273bb7",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-06-15 (described on Site Profile dated 2018-06-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "cc77ff54-f6ac-475f-bfc3-169204b74788",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-08-05 (described on Site Profile dated 2015-08-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "4ad8a2b5-7e04-4eff-9a65-ffae35299756",
+ "siteRegistry": true,
+ "dateNoted": "2023-06-24",
+ "parcelID": "19650",
+ "crownLandUsePIN": "16283",
+ "crownLandFileNumber": "17555",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 5 DISTRICT LOT 3 PLAN 4255"
+ },
+ {
+ "uuid": "4f568b93-61a3-4f1d-a203-643f51866c20",
+ "siteRegistry": false,
+ "dateNoted": "2018-06-27",
+ "parcelID": "19279",
+ "crownLandUsePIN": "17280",
+ "crownLandFileNumber": "17481",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 5 DISTRICT LOT 5 PLAN 7217"
+ },
+ {
+ "uuid": "318c9908-4606-4257-b378-689b52d8efbb",
+ "siteRegistry": true,
+ "dateNoted": "2020-01-31",
+ "parcelID": "19044",
+ "crownLandUsePIN": "17584",
+ "crownLandFileNumber": "20379",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 5 DISTRICT LOT 5 PLAN 4290"
+ },
+ {
+ "uuid": "be0f68ab-f863-44bd-9d23-fd0c257c0ca1",
+ "siteRegistry": false,
+ "dateNoted": "2022-10-27",
+ "parcelID": "19085",
+ "crownLandUsePIN": "15197",
+ "crownLandFileNumber": "19153",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 1 DISTRICT LOT 1 PLAN 5625"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "ebab494d-7462-4c8b-8133-a95c24e3911d",
+ "siteRegistry": true,
+ "dateReceived": "2021-05-08",
+ "dateCompleted": "2022-05-27",
+ "dateEntered": "2018-01-15",
+ "dateRegistrar": "2014-07-12",
+ "dateLocalAuthorityReceived": "2018-07-14",
+ "summary": "Recusandae nisi eos nisi illo molestias.",
+ "informationUsed": "Sint aperiam similique facilis voluptatibus inventore ipsa in delectus.\nMagnam saepe iure ipsum quas blanditiis a sequi ipsa.\nAccusantium nisi suscipit tempora blanditiis fugiat sequi assumenda earum animi.\nRepellendus aperiam ut fuga deleniti explicabo ea tempore autem.\nReprehenderit occaecati rem accusantium perferendis blanditiis voluptates illo.",
+ "pastOrPresentOrders": "Recusandae quo iste animi repudiandae dolorem nulla modi.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a51a03a3-09b9-405e-bd63-28391e1f0564",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e0a73f27-21f2-481f-bd5e-9ef73fc34606",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "50889df7-b5fb-493a-846d-b586edd69707",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NIENOW-HALEY NEAL",
+ "timestamp": "2020-09-04"
+ },
+ {
+ "uuid": "62619538-d2d1-4c28-8660-487a4f16037c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEBSACK LESLEY",
+ "timestamp": "2021-06-05"
+ },
+ {
+ "uuid": "1a16615c-37d9-4354-ba39-f6060b1c2853",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCDERMOTT MORTON",
+ "timestamp": "2013-12-19"
+ },
+ {
+ "uuid": "9e4045fe-3679-4338-a132-813406c680e6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERNIER FAUSTINO",
+ "timestamp": "2016-06-30"
+ },
+ {
+ "uuid": "cc232b32-7d58-4adf-89eb-7581cd0ada0f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JOHNSON ANDY",
+ "timestamp": "2020-01-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "b394b5d4-41f8-41ad-a571-c49df046ceb6",
+ "dateNoted": "2015-09-06",
+ "notes": "",
+ "parcelID": "20566",
+ "siteID": "19986",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "ae145ed9-0221-47c9-b485-e6dad710a5e6",
+ "siteID": 17845,
+ "address": "23827 Trantow Shoals",
+ "latitude": 57.0359,
+ "longitude": -118.9173,
+ "lastUpdated": "2018-06-06",
+ "city": "West Juliestad",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/19190",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1005081,
+ 8697697,
+ 3001315,
+ 3916776,
+ 5433240
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "c033ae5b-a7f3-4557-a429-a628a6264ee7",
+ "createdAt": "2015-10-16",
+ "completed": "2023-09-15",
+ "initiated": "2018-01-09",
+ "ministryContact": "CRONA PAOLO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f925fd53-c54d-43da-9028-a59ca8dc002c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bfdd3d2c-a9c6-4a3f-b477-d59062a38648",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0af9943c-08e9-4be6-a5a3-4abf0043558e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "55c506ac-519f-4067-af97-8ebcd730b512",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ba1589d6-1635-4d80-a7b9-b87edda5a31e",
+ "createdAt": "2018-10-01",
+ "completed": "2019-05-06",
+ "initiated": "2015-04-03",
+ "ministryContact": "ALTENWERTH ELEAZAR",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d9b41bc6-d3dc-4e63-a0a5-f118b7b2ea31",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9c36635e-b486-4879-bc34-be3d51cde631",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d9f62b46-477f-43c3-bf30-01953d832524",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ea4fc90f-a36d-4b19-8c1b-bd2ec58378da",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "08f2c71d-b127-4f02-9492-3b1a6857c0cd",
+ "createdAt": "2020-05-20",
+ "completed": "2018-09-06",
+ "initiated": "2021-05-11",
+ "ministryContact": "WUNSCH ALESSANDRA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e9641523-d97b-4ec1-86bf-41e09886ac3e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8e9a349f-dcba-4f75-8107-cf863fe65879",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d45f5e5d-c15c-46a8-926f-6770ab4e9520",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "69b5449f-ac26-4602-8e9e-cde549636f5a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "721ba085-8c94-4bfd-9a8d-c4170a6ed71b",
+ "createdAt": "2018-01-03",
+ "completed": "2017-11-24",
+ "initiated": "2016-11-19",
+ "ministryContact": "RIPPIN ROBIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5c41afd8-883c-4e7b-89c6-f56a8a8b3e6e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a16cf00c-948b-4081-83f3-8389d3b01b08",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "315e96e1-89cb-4179-a15d-9cbf658519a0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5e5b6759-a03b-4189-93b8-bb54189dd9b6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2abfa6da-9316-4e96-874e-025b60d70c81",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "e28a49c4-dae8-480c-ae8b-021708ca87bb",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2023-09-09",
+ "startDate": "2018-10-07",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "043beb3a-008f-4859-b742-0a7fd8b2b4a1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-11-16",
+ "startDate": "2015-04-26",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b09dc332-8f36-42a5-9b6b-8926abfa6c4d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-01-09",
+ "startDate": "2023-09-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7cddf383-9bd9-461e-a071-f49e5b50e86e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-04-08",
+ "startDate": "2014-12-06",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9903c428-7f29-4c96-b9cd-df8c3772d662",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-01-19",
+ "startDate": "2014-03-19",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "84e5d980-123b-4dcd-894d-e9f968a2ec14",
+ "siteRegistry": true,
+ "documentDate": "2023-01-21",
+ "receivedDate": "2017-10-16",
+ "uploadedDate": "2014-10-14",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "83fca378-eb31-4503-9af9-f4e0d680db80",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "498e337f-150f-47a4-b6a3-6c96328deb7b",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "83771b9f-8ed3-43c0-8c51-d3af5671e0be",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9fe6e126-8ab5-495a-8b09-39d4f6225ffa",
+ "siteRegistry": true,
+ "documentDate": "2022-02-22",
+ "receivedDate": "2014-07-13",
+ "uploadedDate": "2020-10-27",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "7efb0db1-58dd-4fb4-82cd-cdb48b33cd81",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "683fbf2e-7c50-48ef-9d54-77337b5a7d98",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "47115adb-3370-4f57-8829-7262975e4c8f",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "b90de143-6cf5-4424-80fb-1150f12087ca",
+ "siteRegistry": false,
+ "documentDate": "2019-08-17",
+ "receivedDate": "2018-08-23",
+ "uploadedDate": "2016-07-02",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "ce0d0ef5-3cd5-4bd5-878e-2f01ececc0f9",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "be18c729-a23c-49a5-9057-59dcd8b2fccf",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-08-18 (described on Site Profile dated 2017-08-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "2f6282de-8af8-4d68-bbb9-a265f11fc396",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-10-20 (described on Site Profile dated 2015-10-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "508182ec-70bd-47b9-bb6a-c0e1c4450cdf",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-09-27 (described on Site Profile dated 2020-09-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "4b9d648d-551a-4f03-9d58-c86e9a4245ce",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-12-19 (described on Site Profile dated 2017-12-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "00f5f103-c4d4-4d96-854c-c6bcd9c853b9",
+ "siteRegistry": false,
+ "dateNoted": "2018-03-25",
+ "parcelID": "15401",
+ "crownLandUsePIN": "20332",
+ "crownLandFileNumber": "18823",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 4 DISTRICT LOT 4 PLAN 6570"
+ },
+ {
+ "uuid": "f42cb3d9-30ca-4a6e-8ee3-a01981356660",
+ "siteRegistry": true,
+ "dateNoted": "2022-09-04",
+ "parcelID": "18998",
+ "crownLandUsePIN": "19105",
+ "crownLandFileNumber": "15944",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 4 DISTRICT LOT 3 PLAN 7703"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "d8f2cdb5-a61d-4732-a1b9-3b80f0eb32ea",
+ "siteRegistry": true,
+ "dateReceived": "2016-05-27",
+ "dateCompleted": "2018-12-28",
+ "dateEntered": "2016-05-11",
+ "dateRegistrar": "2021-01-10",
+ "dateLocalAuthorityReceived": "2017-02-18",
+ "summary": "Voluptatem deleniti corrupti quod harum cumque magni.",
+ "informationUsed": "Quo in pariatur alias occaecati non qui nobis et.\nPlaceat maiores ullam expedita amet consequatur excepturi ex nostrum.\nAutem atque odit ducimus.\nLibero commodi libero sunt.\nDeserunt consequatur consequuntur ea a asperiores nisi veritatis.",
+ "pastOrPresentOrders": "Suscipit molestiae numquam ad maiores repudiandae.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "7fbea592-4c75-4d0d-aec6-a48dfb4c4ba0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f4d86666-b0ff-403a-9ed2-9749066fbb75",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6455d0fb-4220-4b83-bbcf-daa402c8034c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ec974e9f-d4e9-428a-9014-b5a5323c6a15",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "dcf272bc-6eac-4e3e-9c13-5cd817e61b96",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUHLMAN JAYLIN",
+ "timestamp": "2020-05-25"
+ },
+ {
+ "uuid": "47c66345-82c0-4bf0-af2f-9590a0f2cb38",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SPENCER RASHAD",
+ "timestamp": "2018-02-24"
+ },
+ {
+ "uuid": "a76e4f3e-eae3-4b67-ae79-8c6d0140e530",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TREUTEL MAVIS",
+ "timestamp": "2019-12-03"
+ },
+ {
+ "uuid": "3ab8aa3d-1922-4554-8fe7-95e54f31a427",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REICHERT JODY",
+ "timestamp": "2017-08-15"
+ },
+ {
+ "uuid": "c1341785-cac6-4cbb-bcf9-a6c8d6572985",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STARK ABE",
+ "timestamp": "2018-02-18"
+ },
+ {
+ "uuid": "4897a303-cf93-48d8-9349-3076796dd53e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DOOLEY PRINCE",
+ "timestamp": "2021-05-11"
+ },
+ {
+ "uuid": "c42a8f4e-f441-474d-af86-8d040859bfa4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GRADY DELL",
+ "timestamp": "2017-08-19"
+ },
+ {
+ "uuid": "05c9dacb-34a7-45d2-812c-9c2c2bdd4b79",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LARKIN TRINITY",
+ "timestamp": "2020-02-18"
+ },
+ {
+ "uuid": "1f453d7e-5b8d-4d3d-9c4f-25b267771a9f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCGLYNN MAUDE",
+ "timestamp": "2013-10-19"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "338974b9-62c4-4273-9db6-653eb1c270a7",
+ "dateNoted": "2016-04-18",
+ "notes": "",
+ "parcelID": "18312",
+ "siteID": "20148",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "07b4333c-653b-478f-82fd-4a9db829f556",
+ "dateNoted": "2022-10-30",
+ "notes": "",
+ "parcelID": "19248",
+ "siteID": "17989",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5e96efb3-8e43-40b8-88fc-bd7ad83572f7",
+ "dateNoted": "2019-01-21",
+ "notes": "",
+ "parcelID": "19777",
+ "siteID": "18030",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "b6e71326-2d21-4dd3-bb6d-a2b158c77578",
+ "siteID": 19512,
+ "address": "282 Rubie Springs",
+ "latitude": 55.5777,
+ "longitude": -129.6089,
+ "lastUpdated": "2015-04-21",
+ "city": "Jonesburgh",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/12248",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8491015,
+ 8150792,
+ 4164848,
+ 5197789,
+ 7832409
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "c8eaf5d2-bdf5-4290-8e1c-aba475d8f420",
+ "createdAt": "2015-07-02",
+ "completed": "2015-09-11",
+ "initiated": "2016-05-17",
+ "ministryContact": "WAELCHI LELIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3c566a0c-a1db-4ea2-b140-ca564964ba64",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "962ea14b-1ab7-4a8f-9295-da6917b800ff",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "271af404-5d08-4e1f-9a20-1b9ea1dc5c45",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "eb534931-e21f-4f27-bfa8-d677287ba05c",
+ "createdAt": "2023-03-04",
+ "completed": "2022-02-13",
+ "initiated": "2017-08-29",
+ "ministryContact": "JOHNS KATELYN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3afa65cf-aaa7-4b05-8ad8-f4a336397dae",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a60b348d-f0cb-4626-8393-09391b5b76bb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6af896c0-dcd6-42b3-998b-345ba60e9406",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "00f387a0-c985-4f9d-b621-c86279caa329",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "e50455a4-10d9-4ea0-9c10-b3ca84698cd9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-10-14",
+ "startDate": "2015-10-17",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ff3f8f7f-6e1c-41c0-a0f0-c99ceb1f7c75",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-04-12",
+ "startDate": "2019-12-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "615b475d-a869-4c2a-a867-aa6822ae7ded",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-03-06",
+ "startDate": "2018-11-03",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5db976bd-0bdb-4de3-9635-c308fe78a9a7",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-12-17",
+ "startDate": "2014-06-30",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "829abb41-cb3f-4b0a-b18b-39c629764d3d",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-12-16",
+ "startDate": "2015-04-09",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "289fc4b1-6b07-4dc8-978f-47616eaab567",
+ "siteRegistry": false,
+ "documentDate": "2022-07-18",
+ "receivedDate": "2016-10-02",
+ "uploadedDate": "2015-07-26",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "4ef6c0df-05a7-4e57-9ff1-b5287f20bbf5",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "d51fcaba-8bae-4df4-86fc-bc2eaea8ef04",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-06-20 (described on Site Profile dated 2019-06-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "600470b6-1285-4189-85c2-606dac3470b5",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-08-18 (described on Site Profile dated 2015-08-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "912edc15-3bfc-4ade-b3ca-b776e7131be6",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-04-26 (described on Site Profile dated 2018-04-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "cc413236-7c06-4970-91c2-c011809cd9fa",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-06-01 (described on Site Profile dated 2022-06-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "77282c0a-90fa-4173-a452-65073bc7da5d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-07-31 (described on Site Profile dated 2020-07-31)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "779a8a8e-c53d-4bb6-8cfe-a0d217340730",
+ "siteRegistry": false,
+ "dateNoted": "2021-02-28",
+ "parcelID": "17475",
+ "crownLandUsePIN": "16103",
+ "crownLandFileNumber": "16312",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 4 DISTRICT LOT 2 PLAN 8028"
+ },
+ {
+ "uuid": "3c47224c-0c6d-4f58-9258-29d642e65a21",
+ "siteRegistry": false,
+ "dateNoted": "2022-11-07",
+ "parcelID": "20512",
+ "crownLandUsePIN": "17446",
+ "crownLandFileNumber": "19359",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 5 DISTRICT LOT 2 PLAN 5794"
+ },
+ {
+ "uuid": "0e1b6dac-9772-4edf-a6d8-6bb33fb23abe",
+ "siteRegistry": false,
+ "dateNoted": "2018-06-20",
+ "parcelID": "16666",
+ "crownLandUsePIN": "17316",
+ "crownLandFileNumber": "19448",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 1 DISTRICT LOT 2 PLAN 8970"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "25d20b5a-fade-463d-ae22-240d60d07efd",
+ "siteRegistry": true,
+ "dateReceived": "2018-04-27",
+ "dateCompleted": "2020-01-26",
+ "dateEntered": "2023-04-17",
+ "dateRegistrar": "2019-01-25",
+ "dateLocalAuthorityReceived": "2015-12-22",
+ "summary": "Corrupti cum consequatur a non eligendi velit ipsum error natus.\nAmet nulla eveniet.\nTotam excepturi nulla.",
+ "informationUsed": "Quisquam cum voluptas distinctio.\nCupiditate aut dolorem magni et placeat minus.\nDicta porro ea.\nQuam beatae id odit voluptates aperiam.",
+ "pastOrPresentOrders": "Ratione nam recusandae voluptas consequuntur quisquam libero natus culpa.\nEius voluptates voluptatem blanditiis rem autem laboriosam tempora.\nRerum cupiditate quidem provident consequuntur iusto dolorem.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "fb7ad782-0afc-432f-a5c6-07576f999b8e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2754bd42-a51c-49c8-be42-dbab34d1f719",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "24705d05-c4b6-4148-9446-dadb4ac7cf51",
+ "siteRegistry": false,
+ "dateReceived": "2019-02-01",
+ "dateCompleted": "2023-01-14",
+ "dateEntered": "2022-05-24",
+ "dateRegistrar": "2018-06-19",
+ "dateLocalAuthorityReceived": "2020-07-07",
+ "summary": "Numquam repudiandae ratione.",
+ "informationUsed": "Unde eveniet dicta ratione.\nAlias vitae error eos in unde molestiae excepturi neque.\nIste sunt unde quis odit error incidunt libero optio eveniet.\nDolore ex provident rem.\nNemo eos culpa veniam rem dolores ducimus neque tempora.",
+ "pastOrPresentOrders": "Vitae iure itaque ratione praesentium.\nUllam repudiandae velit enim eum esse.\nMaiores laborum iure dolorem omnis pariatur.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "95ec860d-ba88-4615-a512-e33bcfa43504",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6861e38c-6666-4672-b50f-42375734141b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4f1201fd-09dd-4e15-b231-188487274b59",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "6d61244b-f421-48ab-bf30-23f87d806a14",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEATTY ROSALEE",
+ "timestamp": "2014-03-18"
+ },
+ {
+ "uuid": "64ae018e-a7a1-4395-926e-ec3383b92bc1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FEEST JAY",
+ "timestamp": "2016-02-18"
+ },
+ {
+ "uuid": "6ecb9548-a07e-45e5-bd38-604608de8216",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ZBONCAK-HAMILL LINDSEY",
+ "timestamp": "2019-04-09"
+ },
+ {
+ "uuid": "16f00212-0200-4b9a-8d2f-b5a2975dfff2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DICKENS EUNICE",
+ "timestamp": "2019-12-22"
+ },
+ {
+ "uuid": "7c562c21-8ab7-41e5-964a-1f7f1c9ad9d1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LAKIN KADEN",
+ "timestamp": "2021-11-05"
+ },
+ {
+ "uuid": "fa0a9c89-ffc7-47cd-90b7-b59d7826d69c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TROMP GIOVANNI",
+ "timestamp": "2015-08-21"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "9f588c75-5f45-4705-8f3c-25b18dcff233",
+ "dateNoted": "2017-12-10",
+ "notes": "",
+ "parcelID": "19729",
+ "siteID": "15971",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "df7e5265-669a-4946-bbbc-4402887a9f91",
+ "dateNoted": "2014-08-08",
+ "notes": "",
+ "parcelID": "17920",
+ "siteID": "16834",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "081d2833-e2ac-4510-86ef-915f34098a1b",
+ "siteID": 20148,
+ "address": "798 Judd Rest",
+ "latitude": 57.0881,
+ "longitude": -127.6396,
+ "lastUpdated": "2014-01-14",
+ "city": "Albacester",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/9078",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9239005,
+ 4800550,
+ 3070114,
+ 4061379,
+ 8105532
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "1320e00e-905c-46e2-8623-0fe125b17c49",
+ "createdAt": "2015-03-04",
+ "completed": "2016-04-22",
+ "initiated": "2016-03-16",
+ "ministryContact": "BEIER-LEMKE DAVIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "43b0a6b1-e589-41d0-ba9e-3280b2ad5aad",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "77ff0816-595b-436b-bf2d-62336407281a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "440237a3-c5b5-40fa-b146-b175b053f451",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ca237e81-5308-44ae-a2f6-7532b7f029d9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "89a6ebc4-ffe3-4ee0-9647-3a6638dcaf33",
+ "createdAt": "2014-01-28",
+ "completed": "2022-08-04",
+ "initiated": "2022-11-10",
+ "ministryContact": "BORER LIAM",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "716d12aa-f6c9-49bd-bf96-719ae1b97485",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "65e13789-7905-4871-be83-a4395282bb84",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "70673e22-a977-4083-a259-800974c40147",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "10aaad0f-be09-4572-8f4f-12f009fc521d",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2014-07-02",
+ "startDate": "2015-11-30",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "aa2cdfbb-b91e-48fd-8ebc-4bb48b0202a8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-01-04",
+ "startDate": "2015-02-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "253dfe95-3e80-44a1-93e0-4264d7a163dc",
+ "name": "IPSUM",
+ "endDate": "2018-03-19",
+ "startDate": "2018-06-29",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "91942013-f7f3-4a98-8a99-6c4ca8c18455",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2014-08-19",
+ "startDate": "2015-07-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "49596760-5e73-4d84-876e-fc9f5a761c2d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-11-11",
+ "startDate": "2015-03-01",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "b114cf1d-0014-4c58-935a-86ec8226fefb",
+ "siteRegistry": true,
+ "documentDate": "2020-09-29",
+ "receivedDate": "2020-06-07",
+ "uploadedDate": "2019-10-28",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "a6c19a58-0423-4240-9ce6-6b744deb1723",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "98ed3650-16f2-4d88-b3dc-36ed2ac06580",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "967b14ad-a5bb-499b-9d2b-52a1b60c8f47",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "8cd9def4-a0d2-4f90-b153-a1c302df5093",
+ "siteRegistry": true,
+ "documentDate": "2021-03-07",
+ "receivedDate": "2020-03-14",
+ "uploadedDate": "2017-07-03",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "4309e627-27b1-4d4b-8425-1d34e877b3dc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "26537e0d-d553-40ae-85ea-2c5144c92d78",
+ "siteRegistry": false,
+ "documentDate": "2018-06-23",
+ "receivedDate": "2023-05-17",
+ "uploadedDate": "2017-12-11",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "0f823ff3-7a9b-45cc-91df-364508d7ae18",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "6f250186-b53b-4445-be39-2930e74207ec",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "35a8908a-5412-418e-87bb-c6832b4b0081",
+ "siteRegistry": false,
+ "documentDate": "2015-06-09",
+ "receivedDate": "2020-02-27",
+ "uploadedDate": "2018-03-24",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "7cbf1ab1-83b7-4e70-ad00-81828483714f",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "14a72d32-7ff1-4188-9b77-c5df14b15a10",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-08-07 (described on Site Profile dated 2017-08-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "75ff88a3-a211-4ce0-810d-802b90b00a4b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-02-19 (described on Site Profile dated 2018-02-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "ac1dd8d0-eca7-47dc-970c-77528549a4de",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-06-20 (described on Site Profile dated 2022-06-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "f29e7991-b12b-4686-aa85-e45ece40099d",
+ "siteRegistry": true,
+ "dateNoted": "2014-11-04",
+ "parcelID": "16928",
+ "crownLandUsePIN": "16383",
+ "crownLandFileNumber": "15249",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 3 DISTRICT LOT 3 PLAN 6962"
+ },
+ {
+ "uuid": "fad07457-152d-4965-b3bc-1bafbe575a4f",
+ "siteRegistry": true,
+ "dateNoted": "2014-04-12",
+ "parcelID": "18904",
+ "crownLandUsePIN": "20215",
+ "crownLandFileNumber": "20361",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 5 DISTRICT LOT 5 PLAN 8153"
+ },
+ {
+ "uuid": "3c2d68ee-1a6c-4613-9655-f3c98c4b1497",
+ "siteRegistry": false,
+ "dateNoted": "2017-11-24",
+ "parcelID": "17845",
+ "crownLandUsePIN": "20468",
+ "crownLandFileNumber": "17315",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 4 DISTRICT LOT 1 PLAN 3887"
+ },
+ {
+ "uuid": "be864d30-76a8-4a7a-9123-3072431dcac6",
+ "siteRegistry": false,
+ "dateNoted": "2013-12-01",
+ "parcelID": "15555",
+ "crownLandUsePIN": "18621",
+ "crownLandFileNumber": "19340",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 3 DISTRICT LOT 5 PLAN 3596"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "33672382-e4d2-443c-b447-0c1a646ca0da",
+ "siteRegistry": false,
+ "dateReceived": "2018-05-17",
+ "dateCompleted": "2014-07-29",
+ "dateEntered": "2015-06-30",
+ "dateRegistrar": "2016-01-20",
+ "dateLocalAuthorityReceived": "2022-05-20",
+ "summary": "Eligendi recusandae eum rerum blanditiis molestiae saepe quaerat.",
+ "informationUsed": "Est commodi ipsum minus aperiam quasi alias repellendus.\nQuos ex veniam quae.\nPerferendis autem veritatis eius voluptatem hic.",
+ "pastOrPresentOrders": "Consectetur nisi corporis fugiat ducimus minus maiores quaerat porro.\nVoluptas fuga possimus quibusdam officiis ea doloremque mollitia atque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e2fae087-1966-4ecc-b3b9-5c79e371c47d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c24894f7-ed92-4efd-86e5-5d27afe454e5",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ac922640-4c4f-4eaa-aee9-72aa89e95200",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "ed2922bd-022f-4a5b-ac70-195a6174365a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WISOZK ISAAC",
+ "timestamp": "2017-06-23"
+ },
+ {
+ "uuid": "9922a775-ea3f-4888-a368-c6bd959bd3d7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CASSIN PATIENCE",
+ "timestamp": "2018-07-02"
+ },
+ {
+ "uuid": "5424b20c-4d26-45f0-a537-8007cc909bda",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERGSTROM MAJOR",
+ "timestamp": "2023-10-11"
+ },
+ {
+ "uuid": "dd3aea3f-859b-4c60-82cf-dbe7c053a103",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OKUNEVA ANGELINA",
+ "timestamp": "2015-01-31"
+ },
+ {
+ "uuid": "2a3b937e-5a5e-437e-aa8e-105a68212828",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JAKUBOWSKI ALBERTA",
+ "timestamp": "2020-06-04"
+ },
+ {
+ "uuid": "7f8dc346-eb06-4cbf-a3e7-a0e8623d91af",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STROSIN LILIANE",
+ "timestamp": "2015-04-07"
+ },
+ {
+ "uuid": "9b43b50f-7f79-4a99-9c89-5eafcb9e7400",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GREENFELDER KOBE",
+ "timestamp": "2015-04-14"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "5a84ff31-7dbc-4ecf-b801-8302dfaf6556",
+ "dateNoted": "2020-04-27",
+ "notes": "",
+ "parcelID": "15964",
+ "siteID": "18676",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "01c90550-6d11-4f00-99a2-d6391f52053d",
+ "dateNoted": "2018-01-05",
+ "notes": "",
+ "parcelID": "19723",
+ "siteID": "17033",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "b8bc065f-9bc8-41ff-9c8d-5a8f2b7962fd",
+ "siteID": 17275,
+ "address": "1690 Schiller Expressway",
+ "latitude": 49.3353,
+ "longitude": -136.1461,
+ "lastUpdated": "2023-07-16",
+ "city": "North Josephine",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/10511",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4056418,
+ 8047767,
+ 7656492,
+ 6289995,
+ 9700303
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "4eabfa3e-8a43-46dd-a408-660dc53d9634",
+ "createdAt": "2014-06-09",
+ "completed": "2020-02-23",
+ "initiated": "2016-05-17",
+ "ministryContact": "BLANDA TRINITY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2cd981f0-b2bc-442f-95c5-63ac715c916c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "73bf1f5c-6128-4483-ac26-f7084028ed61",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a079fa95-af0a-418e-9a22-d7a329c679f5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e94cfb63-7a58-480c-9e8b-214fe34aed1a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a3efc1a9-283a-4f45-bd00-07b8e7349d93",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1d528535-ae63-41cf-ae5a-76ada6d131d4",
+ "createdAt": "2017-06-21",
+ "completed": "2020-04-26",
+ "initiated": "2020-08-13",
+ "ministryContact": "STEHR ELENORA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e62ba88d-94b1-4470-a745-2447a8ef6dca",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5c8ee7c2-f591-4e2b-bfbf-a9cdf58319ec",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "434e9dee-ac95-4a07-a159-a72f1d3c6dbd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e123c102-4adf-4ab5-9b5f-beda580174d7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ad75a473-d953-4686-9da9-2cc1ca007f76",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "e7053409-889a-415a-b1f3-7116bb91c712",
+ "name": "IPSUM",
+ "endDate": "2016-09-28",
+ "startDate": "2020-11-07",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "14ff149c-f6dc-49c5-8800-b43790c3fcda",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-03-30",
+ "startDate": "2023-08-04",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "01ad6c88-0412-432d-bc56-e76d02d740cb",
+ "name": "IPSUM",
+ "endDate": "2020-08-17",
+ "startDate": "2015-09-25",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "99fc2110-a6dc-4c33-bcc6-7a145855c75c",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-05-14",
+ "startDate": "2018-11-10",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "83abd401-ebdc-41d2-bd03-8e2a78da4ac4",
+ "siteRegistry": true,
+ "documentDate": "2022-10-30",
+ "receivedDate": "2018-07-06",
+ "uploadedDate": "2021-06-03",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "fb239593-efc4-4fec-8f93-8db9b78646ee",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "091490ae-33bd-4e07-999a-c989cdc1c83c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "d1caa234-97b2-41c6-be42-02a6dbe1f1a0",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-04-08 (described on Site Profile dated 2019-04-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "c0455477-4f90-4787-a35a-1e958a5fef1d",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-05-10 (described on Site Profile dated 2015-05-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "67866275-6c4d-4ac3-a6f8-894cd75a0207",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-03-18 (described on Site Profile dated 2017-03-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "ec0d1259-8274-4e64-b980-7f07331cf1dc",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-01-12 (described on Site Profile dated 2018-01-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "e8dee31d-6a1a-496b-894b-2c3ce5205e8f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-05-18 (described on Site Profile dated 2014-05-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "7c0fcaab-8cc6-4dda-b407-925906e8ac0e",
+ "siteRegistry": true,
+ "dateNoted": "2015-08-24",
+ "parcelID": "20896",
+ "crownLandUsePIN": "16850",
+ "crownLandFileNumber": "18808",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 4 DISTRICT LOT 1 PLAN 7717"
+ },
+ {
+ "uuid": "011dbd5b-92fb-41ad-b087-5642a3cdb264",
+ "siteRegistry": true,
+ "dateNoted": "2019-11-20",
+ "parcelID": "17918",
+ "crownLandUsePIN": "16929",
+ "crownLandFileNumber": "15984",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 3 DISTRICT LOT 3 PLAN 7633"
+ },
+ {
+ "uuid": "18df52b3-1429-4acf-aada-d899914eef92",
+ "siteRegistry": false,
+ "dateNoted": "2013-11-02",
+ "parcelID": "20992",
+ "crownLandUsePIN": "17601",
+ "crownLandFileNumber": "20642",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 4 DISTRICT LOT 2 PLAN 8710"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "29a3936e-2aeb-448d-9b0b-59955236d24e",
+ "siteRegistry": true,
+ "dateReceived": "2019-09-05",
+ "dateCompleted": "2015-01-18",
+ "dateEntered": "2019-01-21",
+ "dateRegistrar": "2014-06-20",
+ "dateLocalAuthorityReceived": "2018-06-17",
+ "summary": "Quibusdam quae voluptates.",
+ "informationUsed": "Necessitatibus quo quas quae laudantium.\nTemporibus facere nostrum.\nMollitia quo odit facere delectus nostrum.\nQuam eos veritatis.",
+ "pastOrPresentOrders": "Dicta dicta distinctio fugiat incidunt totam autem repellendus.\nNemo eum voluptatibus culpa esse ad ullam rem unde quod.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a6dd38af-5bc0-4428-b3c4-3223a79a9e30",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4636da44-66c1-4ee8-b7e1-1a98580e6510",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1cb13b13-e002-47be-993a-7ca774f463ed",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "972a7d23-6259-494d-8cc4-a01a3ac92033",
+ "siteRegistry": true,
+ "dateReceived": "2022-03-18",
+ "dateCompleted": "2023-05-24",
+ "dateEntered": "2015-12-22",
+ "dateRegistrar": "2017-07-17",
+ "dateLocalAuthorityReceived": "2022-12-19",
+ "summary": "Dolorum nam assumenda repellat ipsum perferendis quasi.\nAtque doloribus amet ducimus repudiandae illum fugiat impedit quis.",
+ "informationUsed": "Suscipit eaque animi.\nLabore velit saepe debitis voluptate aspernatur voluptate quia atque.\nReprehenderit blanditiis quaerat aperiam nihil voluptatum quidem ullam.\nVoluptas iure reprehenderit quo fugit vitae earum reiciendis tempore.",
+ "pastOrPresentOrders": "Provident cumque ullam molestias quaerat ducimus sint quod tenetur.\nReprehenderit ea culpa ex aut consectetur facilis repellendus praesentium fugiat.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "bb9e6164-6f05-4c26-ae5d-e63418d90ba0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "664e09af-67c9-40c1-a8e5-8f3323520b89",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "173846b8-88f8-4019-8cfd-9cd15152eb46",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOEPP TRYSTAN",
+ "timestamp": "2020-02-21"
+ },
+ {
+ "uuid": "7ebc2165-d4a1-4d9f-b38a-718cf6d80854",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DUBUQUE ANASTASIA",
+ "timestamp": "2016-07-16"
+ },
+ {
+ "uuid": "3c84115b-e848-45f2-9ddf-f0348cbf74a5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JACOBS STEPHAN",
+ "timestamp": "2018-12-31"
+ },
+ {
+ "uuid": "004c1738-11f8-47d5-bb04-b4ca305b3650",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LESCH SIMEON",
+ "timestamp": "2014-06-08"
+ },
+ {
+ "uuid": "f22c0de6-f7e8-41ff-be74-578cef38a3d1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HICKLE CARLEE",
+ "timestamp": "2013-12-01"
+ },
+ {
+ "uuid": "05cccffb-8752-4626-93fb-5a8911a4a2ae",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KLING GUSSIE",
+ "timestamp": "2015-10-28"
+ },
+ {
+ "uuid": "c01ba3ca-cb5e-4214-903f-c51499aa6471",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RIPPIN MARIANNA",
+ "timestamp": "2016-01-23"
+ },
+ {
+ "uuid": "907a16bb-75bf-476e-ba75-dda72d624e9c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILLMS JARRETT",
+ "timestamp": "2017-05-20"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "f5f79a04-74a9-440e-a3ee-6359c36ee16f",
+ "dateNoted": "2018-07-11",
+ "notes": "",
+ "parcelID": "19591",
+ "siteID": "17582",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d0ea307d-ba73-4212-818f-4480578595fa",
+ "dateNoted": "2023-07-25",
+ "notes": "",
+ "parcelID": "19542",
+ "siteID": "16978",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "b49974f0-c3cb-4870-b3ae-8c6abce55cf1",
+ "siteID": 17392,
+ "address": "1445 Crooks Junction",
+ "latitude": 58.8677,
+ "longitude": -129.6143,
+ "lastUpdated": "2016-06-24",
+ "city": "East Aimeefort",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/12896",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9971347,
+ 5808197,
+ 7355214,
+ 8790246,
+ 2495723
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "72f2931c-3da8-4081-b479-c304857a3b33",
+ "createdAt": "2014-12-02",
+ "completed": "2018-09-10",
+ "initiated": "2016-06-16",
+ "ministryContact": "SCHMELER DARBY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a62b7e11-d144-4f27-a79d-50d602d26224",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7a97e891-e588-461f-a8fa-79836e7e3e5b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5da874c2-e468-4573-9927-3d7869a8f9a1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "36980a76-40bd-4971-a745-a9a223108a68",
+ "createdAt": "2022-11-21",
+ "completed": "2015-05-05",
+ "initiated": "2016-12-19",
+ "ministryContact": "SMITHAM ORION",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "87d92744-ce30-490c-9911-b1e0f35808d4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "14660eb6-512f-4a6c-bd65-d2cbe31615ca",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9c977306-2113-4ed6-babf-2f490b329071",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "31584466-d9c8-4d15-bd22-28203addfc11",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5c68c28e-706b-4e7e-9e7f-df348e0890d6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "6c37ae35-5d6f-4cc9-a4f6-85227d333510",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-07-09",
+ "startDate": "2020-05-25",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "03663b3a-60fb-46cf-9ba9-182cc9c6bd47",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2023-06-15",
+ "startDate": "2023-09-04",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4b9af9d9-58c4-43b6-bf84-e1d09d4b56eb",
+ "name": "IPSUM",
+ "endDate": "2023-08-14",
+ "startDate": "2020-05-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "55122d69-fd1f-4e91-9bd6-a44575542cc2",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-02-12",
+ "startDate": "2016-07-28",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "dee82409-1213-4098-924a-2284f7a99196",
+ "siteRegistry": false,
+ "documentDate": "2021-04-17",
+ "receivedDate": "2015-01-16",
+ "uploadedDate": "2019-12-19",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "1824d1f4-ab37-476e-bcfc-b5ecbb89ee6b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "9ff319a2-1a52-46d5-bbfc-2ef2b9054ae4",
+ "siteRegistry": false,
+ "documentDate": "2017-05-02",
+ "receivedDate": "2018-01-04",
+ "uploadedDate": "2023-01-26",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "f6ad0c14-32a4-4b0f-b076-ec732fbbf1da",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d1e83a45-ad04-46a1-bb83-c37441c22171",
+ "siteRegistry": true,
+ "documentDate": "2014-01-18",
+ "receivedDate": "2016-12-26",
+ "uploadedDate": "2020-07-16",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "03d6f8e1-c4cf-431a-a982-47556f0acd3f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ce791ae5-5e7c-4382-8796-715efa1b6b9e",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "08120519-7b08-488e-92c1-5e86fcc4b8c5",
+ "siteRegistry": true,
+ "documentDate": "2022-03-18",
+ "receivedDate": "2017-03-10",
+ "uploadedDate": "2017-09-01",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "5aa65f8e-38bc-41ed-a99f-7ef6b09936ee",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "f54f3dcf-7f77-47c7-b402-f2e27d697086",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-06-01 (described on Site Profile dated 2019-06-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "3b1fe0d0-e789-4fb4-8022-8996e4f8e918",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-11-03 (described on Site Profile dated 2019-11-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "5cb1a4db-be26-4776-9b53-fdc8c95f04ef",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-11-20 (described on Site Profile dated 2015-11-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "495d654c-67d0-4d80-8764-702ae99dbecc",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-12-23 (described on Site Profile dated 2014-12-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "827f60ff-50ea-47f9-927a-507c4bc5793f",
+ "siteRegistry": true,
+ "dateNoted": "2015-10-01",
+ "parcelID": "15390",
+ "crownLandUsePIN": "18166",
+ "crownLandFileNumber": "17262",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 1 DISTRICT LOT 3 PLAN 3449"
+ },
+ {
+ "uuid": "42ea85d9-3927-4e81-a92c-ad05c2b32619",
+ "siteRegistry": true,
+ "dateNoted": "2021-03-23",
+ "parcelID": "19253",
+ "crownLandUsePIN": "18101",
+ "crownLandFileNumber": "20931",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 1 DISTRICT LOT 1 PLAN 4806"
+ },
+ {
+ "uuid": "c72876bf-620b-4e17-a1ef-2b50c908f188",
+ "siteRegistry": true,
+ "dateNoted": "2014-06-11",
+ "parcelID": "17262",
+ "crownLandUsePIN": "15422",
+ "crownLandFileNumber": "15921",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 1 DISTRICT LOT 4 PLAN 3610"
+ },
+ {
+ "uuid": "37658d3c-77f7-4acf-ab1f-be917eaa63c2",
+ "siteRegistry": true,
+ "dateNoted": "2022-04-21",
+ "parcelID": "18504",
+ "crownLandUsePIN": "18153",
+ "crownLandFileNumber": "16342",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 3 DISTRICT LOT 3 PLAN 8284"
+ },
+ {
+ "uuid": "b77917ab-5774-4494-84c8-6233202a7a00",
+ "siteRegistry": false,
+ "dateNoted": "2017-11-02",
+ "parcelID": "15997",
+ "crownLandUsePIN": "16518",
+ "crownLandFileNumber": "20213",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 1 DISTRICT LOT 4 PLAN 7006"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "517a67b3-fe8f-4ce6-b26d-5663f879f0e5",
+ "siteRegistry": true,
+ "dateReceived": "2020-04-17",
+ "dateCompleted": "2022-03-30",
+ "dateEntered": "2018-12-22",
+ "dateRegistrar": "2019-01-11",
+ "dateLocalAuthorityReceived": "2021-12-31",
+ "summary": "Quaerat esse accusantium ut impedit rerum recusandae soluta minus aliquam.",
+ "informationUsed": "Tempora quos laboriosam aut beatae earum alias quidem fugiat deleniti.\nTotam qui accusantium facere in earum velit expedita dolorem deleniti.\nEsse illum aliquid repellendus ea id dicta vitae.\nAd laudantium quo dolor saepe.",
+ "pastOrPresentOrders": "Laborum ipsa voluptate maiores aliquam odit neque maiores.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "16562413-e3a1-4b93-bae6-9ddfd2dd4781",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6882a632-3d90-4de9-bac6-94a5cbccbea1",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1860bda1-4f78-4fe6-bb97-48fa8c2bf2ea",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "167f2c91-1ca9-4b12-940e-5e4f6aaf74bd",
+ "siteRegistry": false,
+ "dateReceived": "2018-05-05",
+ "dateCompleted": "2016-02-21",
+ "dateEntered": "2015-08-02",
+ "dateRegistrar": "2022-10-08",
+ "dateLocalAuthorityReceived": "2015-09-02",
+ "summary": "Praesentium voluptatum harum ducimus illum.",
+ "informationUsed": "Itaque dolorum perspiciatis sit eum.\nPerferendis quo odio molestias officia qui.\nAt enim excepturi quisquam dicta.\nMaxime esse consequuntur nostrum est excepturi laborum quibusdam veritatis sapiente.",
+ "pastOrPresentOrders": "Molestiae eaque tenetur ratione harum in.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "510b2c34-0fbf-4e34-a7d8-341789f11514",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f39ddb0d-3e12-45f9-96f4-275cfaa81cd0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ecbd7f7f-1c61-42f2-815b-36bbdadf0614",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "fa5aa351-6343-4d01-89bd-37a21fb429a0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BREKKE TERESA",
+ "timestamp": "2023-01-22"
+ },
+ {
+ "uuid": "6c667f8c-9558-4053-bb80-71e2f25e96d8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ABBOTT JUDSON",
+ "timestamp": "2016-08-02"
+ },
+ {
+ "uuid": "616163fd-1572-470a-81aa-894551f36dc6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCLAUGHLIN MAXIMUS",
+ "timestamp": "2014-10-31"
+ },
+ {
+ "uuid": "df79708c-9931-4007-9cd2-8ff4f1b9dfb1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "AUER-YOST JENNYFER",
+ "timestamp": "2016-10-15"
+ },
+ {
+ "uuid": "0e6fe6b8-ffa6-479e-822a-36cdf68f13d8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RITCHIE LONIE",
+ "timestamp": "2023-01-08"
+ },
+ {
+ "uuid": "21fcbaa1-98b3-4c11-84ea-f070378f819a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MURRAY EUNICE",
+ "timestamp": "2018-07-26"
+ },
+ {
+ "uuid": "7b255be8-1b90-4efc-830c-8ffad5bb87c1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FEIL NICHOLE",
+ "timestamp": "2018-09-28"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "5f792877-7197-4dd1-8205-3f315a347b92",
+ "dateNoted": "2016-08-02",
+ "notes": "",
+ "parcelID": "16656",
+ "siteID": "20698",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "8bec0368-bca0-48b7-bb46-beed5a251c0a",
+ "siteID": 18757,
+ "address": "714 Lind Corners",
+ "latitude": 53.1952,
+ "longitude": -119.4505,
+ "lastUpdated": "2016-04-17",
+ "city": "Lewisville",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/16193",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1466935,
+ 2301498,
+ 5960478,
+ 3537780,
+ 5993094
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "7624491c-115d-4b02-93d7-b4d58a6c23f6",
+ "createdAt": "2019-05-03",
+ "completed": "2021-11-18",
+ "initiated": "2022-11-14",
+ "ministryContact": "KOZEY NASH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "df45cfcb-516c-419d-bfb1-5f3bf441a4c2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "35e812cf-6e80-441a-9b56-aeb24128ced6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "55c23683-f67a-4530-bdb0-ebaae0ae96eb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9b4446b9-629f-40a4-8192-28cb3239ceca",
+ "createdAt": "2022-05-07",
+ "completed": "2015-10-14",
+ "initiated": "2020-04-13",
+ "ministryContact": "SWIFT FRANCISCO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1d3ea6e7-290c-4781-b12e-4f40a4337abb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bbf33f66-b264-45a4-bfd9-f9ea4b4544b6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a44eee79-c76f-41ca-8995-96ded636c3cf",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "f6c1cc1f-34a9-4ad9-a31b-7b86838938e5",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-12-09",
+ "startDate": "2020-01-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1d5f7c84-6fd0-469d-b321-67f39174ab46",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-01-24",
+ "startDate": "2014-12-23",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "22bf3dc6-3a0e-4cb6-8b17-53f546470dbf",
+ "siteRegistry": true,
+ "documentDate": "2022-08-21",
+ "receivedDate": "2016-12-05",
+ "uploadedDate": "2018-11-16",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "afdf7f3a-cc9e-4526-9b33-fa23b09c1b09",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ed1eccb1-de2a-4d08-8505-99c8bd357e00",
+ "siteRegistry": false,
+ "documentDate": "2018-04-01",
+ "receivedDate": "2015-03-06",
+ "uploadedDate": "2017-10-09",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "e6e72176-d2ac-4182-9fdd-ad23e93969b1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d52808ac-49e9-4553-ba74-5528b04dda3f",
+ "siteRegistry": true,
+ "documentDate": "2016-12-03",
+ "receivedDate": "2015-04-18",
+ "uploadedDate": "2014-02-27",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "4097dd5c-2423-4a55-9754-f77dc240f08d",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "87e33c32-25e1-484f-abd2-137346b00da3",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "6e47aa08-9766-4817-8d1b-ff3e1b18b7e2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d303e8cd-41ef-4cfd-af9e-202d4cc298d2",
+ "siteRegistry": true,
+ "documentDate": "2014-08-22",
+ "receivedDate": "2022-01-15",
+ "uploadedDate": "2016-08-11",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "bd314379-11b8-4a25-a598-96fb936b0cf7",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "7f53844f-46d2-4db0-bc78-ff0a79cd5528",
+ "siteRegistry": true,
+ "documentDate": "2017-11-24",
+ "receivedDate": "2015-07-31",
+ "uploadedDate": "2020-10-02",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "7a961e3b-06d8-4c9c-bcbe-2380fd4d3481",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e4043c1b-d618-4611-96dc-d7893cc60a1e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "cc06c7a2-e0c8-468c-9304-0583c77d1b4e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-05-10 (described on Site Profile dated 2017-05-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "b720e768-9901-4985-9823-957c98e1838c",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-12-08 (described on Site Profile dated 2017-12-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "1ad7fa86-9e10-4589-adb8-624760d67e95",
+ "siteRegistry": false,
+ "dateNoted": "2016-11-29",
+ "parcelID": "17501",
+ "crownLandUsePIN": "16437",
+ "crownLandFileNumber": "18351",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 1 DISTRICT LOT 1 PLAN 3985"
+ },
+ {
+ "uuid": "95c8f3a0-5234-4947-b860-8ffdd5e39524",
+ "siteRegistry": true,
+ "dateNoted": "2015-05-15",
+ "parcelID": "19048",
+ "crownLandUsePIN": "18619",
+ "crownLandFileNumber": "17672",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 1 DISTRICT LOT 4 PLAN 5948"
+ },
+ {
+ "uuid": "72bea8f2-21f1-44b9-a8df-7e69c01dcea3",
+ "siteRegistry": false,
+ "dateNoted": "2017-11-25",
+ "parcelID": "19860",
+ "crownLandUsePIN": "17806",
+ "crownLandFileNumber": "15432",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 2 DISTRICT LOT 3 PLAN 5139"
+ },
+ {
+ "uuid": "62cbd31b-4ab3-4e62-9ae9-590dffc968e1",
+ "siteRegistry": true,
+ "dateNoted": "2015-03-30",
+ "parcelID": "20728",
+ "crownLandUsePIN": "16529",
+ "crownLandFileNumber": "15584",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 5 DISTRICT LOT 5 PLAN 8451"
+ },
+ {
+ "uuid": "b2609760-f41c-4cb3-bce3-ae51e659d74a",
+ "siteRegistry": false,
+ "dateNoted": "2017-07-13",
+ "parcelID": "17170",
+ "crownLandUsePIN": "17606",
+ "crownLandFileNumber": "15333",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 5 DISTRICT LOT 1 PLAN 7748"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "642bd17a-2e62-42e4-9461-ef5d253d04fb",
+ "siteRegistry": false,
+ "dateReceived": "2021-05-19",
+ "dateCompleted": "2018-10-19",
+ "dateEntered": "2017-09-01",
+ "dateRegistrar": "2022-05-17",
+ "dateLocalAuthorityReceived": "2017-01-01",
+ "summary": "Maiores nam delectus porro alias repellat.",
+ "informationUsed": "Non aperiam placeat.\nRepudiandae numquam consequatur error eligendi porro reprehenderit in earum.\nRepellat suscipit maiores minus dolores earum.\nCumque ratione quae nesciunt.",
+ "pastOrPresentOrders": "Dolor minus aliquid.\nEos consequuntur eius amet tempore.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "753b03aa-8c83-48ee-8660-a6a7ed091a11",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "41c3c919-7cf4-44da-94bd-88f72cd616b2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "65e2a34a-370c-411e-880d-3d0e45fe26f1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUEL RON",
+ "timestamp": "2018-05-02"
+ },
+ {
+ "uuid": "6059b07d-a24b-435a-9afe-052bc07c75c3",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LANGWORTH GABRIEL",
+ "timestamp": "2020-09-26"
+ },
+ {
+ "uuid": "c0ff567c-7b40-464d-ba03-314cea0a0cc6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BALISTRERI ALVIS",
+ "timestamp": "2014-10-01"
+ },
+ {
+ "uuid": "95e00026-5f8f-4e26-a7fa-b53c777c791a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHOEN MERLIN",
+ "timestamp": "2023-07-22"
+ },
+ {
+ "uuid": "43ac1e50-0266-4ba2-aac8-470a1f7eb576",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TRANTOW ELZA",
+ "timestamp": "2015-05-19"
+ },
+ {
+ "uuid": "aff578f8-1eb5-4206-b8b3-efb73877d5b1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LOWE ALLEN",
+ "timestamp": "2019-11-29"
+ },
+ {
+ "uuid": "f25510d9-5a58-4b17-bfd0-ba6c97f86ffb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOSCO DASHAWN",
+ "timestamp": "2017-08-27"
+ },
+ {
+ "uuid": "58f45dc8-abf4-4675-93cc-a2a4716c88f2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUDSON RICKY",
+ "timestamp": "2017-11-24"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "0dec0b7c-7e36-46b9-aa54-2226abcb1a9d",
+ "dateNoted": "2019-10-02",
+ "notes": "",
+ "parcelID": "20238",
+ "siteID": "19619",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cf17eda6-35e2-4021-8e7a-66ea323c913f",
+ "dateNoted": "2015-10-15",
+ "notes": "",
+ "parcelID": "18467",
+ "siteID": "20988",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ec66dc38-bce5-41cc-ae84-3323f02a18ee",
+ "dateNoted": "2019-05-20",
+ "notes": "",
+ "parcelID": "20905",
+ "siteID": "20842",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "d26a5a16-674a-4014-8ffb-a3034c09cec6",
+ "siteID": 18582,
+ "address": "5690 Concepcion Pine",
+ "latitude": 55.3145,
+ "longitude": -138.5696,
+ "lastUpdated": "2021-04-14",
+ "city": "Yundtfurt",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/7333",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7308925,
+ 2491111,
+ 9937734,
+ 6471173,
+ 6159848
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "88698c22-1452-4f19-987e-20aa350d4c48",
+ "createdAt": "2015-07-16",
+ "completed": "2015-09-25",
+ "initiated": "2016-06-21",
+ "ministryContact": "HOEGER CASPER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e82e6be1-35f9-44b6-8501-f3b3d08a6afc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "682d5119-d9c5-4eb3-a99f-87897710fad2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ed2e963f-2aa9-4f2b-b0c1-fa78abf70add",
+ "createdAt": "2018-01-01",
+ "completed": "2018-09-21",
+ "initiated": "2021-04-29",
+ "ministryContact": "HUDSON RUSS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ecfdce2e-3fa9-46dd-8612-b013580b23bb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4736dba1-8646-4585-80ee-c54bbf94489d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c093f636-7968-4b7f-849c-f6fe29b9b546",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "94f7ea99-2bb5-4c32-ab87-7c256c7bf53a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0f94e6ba-f258-470b-a80f-84522fea0403",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6a650938-75a5-46bc-a8cf-1d6892489ef8",
+ "createdAt": "2021-04-20",
+ "completed": "2013-11-19",
+ "initiated": "2015-06-29",
+ "ministryContact": "KULAS JOANNIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "00030a0c-777f-4b18-acf8-2958cc20330b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "254c6813-eb5e-4cf7-86d0-0290c2cf902c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8b75fc2a-ded2-4411-a292-2bc889b16739",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "ade528c0-c13b-4eb7-88c3-5569157a0fae",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-06-18",
+ "startDate": "2017-09-06",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9c1cebd3-fe54-4235-ab10-e95758c8a6e8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-11-04",
+ "startDate": "2015-08-01",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9fec58db-e93a-415f-9272-e593ab60709b",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-01-29",
+ "startDate": "2014-06-01",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c4fbd9fc-7bce-4d40-b094-4d33d03ccef7",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-10-23",
+ "startDate": "2022-10-30",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "4b8f9f45-93fc-4035-b5ef-1aa689507f9e",
+ "siteRegistry": false,
+ "documentDate": "2015-05-13",
+ "receivedDate": "2016-05-04",
+ "uploadedDate": "2017-10-01",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "8e93e52c-0eb6-4e2d-869e-16ef8fac87d2",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "492775f7-d881-47a2-b480-ae6b2b447e59",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "56b35970-c5f8-40d1-a952-46e7ee0d6a61",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "a2a6bfe0-0959-4d0f-a5b7-32a23374e727",
+ "siteRegistry": false,
+ "documentDate": "2019-07-27",
+ "receivedDate": "2021-05-07",
+ "uploadedDate": "2018-06-17",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "5845f5bb-1e6e-4b52-bd29-095d69f5c826",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2649d7d8-f6de-41fd-850a-9e5caf9f47be",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "897752fb-70fb-4be1-84e8-9000dc558ccf",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "a19793ad-d180-4188-b9c1-36ea17cd836c",
+ "siteRegistry": true,
+ "documentDate": "2017-06-21",
+ "receivedDate": "2022-08-15",
+ "uploadedDate": "2023-07-07",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "bd91a5bb-8b2f-45d5-be24-ef177bebef5c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ab070c3d-f8df-4285-bb77-957278245ccd",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e6172d59-816e-4d38-8233-012717823151",
+ "siteRegistry": false,
+ "documentDate": "2022-02-06",
+ "receivedDate": "2021-09-20",
+ "uploadedDate": "2014-01-12",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "ea27c136-0690-4f95-a3f5-642f4805d65f",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "51afef65-0c13-4aab-89bb-85150dd8a88e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "0388946d-5950-474d-b74f-10353d4caa23",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-01-06 (described on Site Profile dated 2017-01-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "ac9166e9-d716-4ce5-a5ef-502feaebee02",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-12-20 (described on Site Profile dated 2014-12-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "e083bd89-2f5f-4a19-b013-2599c2af0fd6",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-05-24 (described on Site Profile dated 2017-05-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "0029fe2e-96f0-46e0-b858-db406361355f",
+ "siteRegistry": true,
+ "dateNoted": "2014-01-23",
+ "parcelID": "16150",
+ "crownLandUsePIN": "15312",
+ "crownLandFileNumber": "18509",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 5 DISTRICT LOT 3 PLAN 8935"
+ },
+ {
+ "uuid": "c96a27e1-dd3d-4162-a189-a69e58406a18",
+ "siteRegistry": false,
+ "dateNoted": "2023-04-13",
+ "parcelID": "15404",
+ "crownLandUsePIN": "19013",
+ "crownLandFileNumber": "19015",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 5 DISTRICT LOT 1 PLAN 4216"
+ },
+ {
+ "uuid": "846110a6-381c-4da0-b4e3-7dafe822e53f",
+ "siteRegistry": true,
+ "dateNoted": "2017-09-19",
+ "parcelID": "17018",
+ "crownLandUsePIN": "20178",
+ "crownLandFileNumber": "17538",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 5 DISTRICT LOT 1 PLAN 9300"
+ },
+ {
+ "uuid": "b4ae5169-7c44-4856-8fdb-4374f7f0ce1a",
+ "siteRegistry": true,
+ "dateNoted": "2022-08-06",
+ "parcelID": "18050",
+ "crownLandUsePIN": "18650",
+ "crownLandFileNumber": "18523",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 4 DISTRICT LOT 1 PLAN 8981"
+ },
+ {
+ "uuid": "d4d035a2-8060-47a4-9c6e-b0cc5fff0b40",
+ "siteRegistry": true,
+ "dateNoted": "2015-07-15",
+ "parcelID": "20487",
+ "crownLandUsePIN": "20038",
+ "crownLandFileNumber": "15703",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 1 DISTRICT LOT 4 PLAN 7286"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "65a01581-3a95-45e7-a76f-22e9dbf92f7e",
+ "siteRegistry": true,
+ "dateReceived": "2016-07-22",
+ "dateCompleted": "2016-08-22",
+ "dateEntered": "2015-10-29",
+ "dateRegistrar": "2016-01-25",
+ "dateLocalAuthorityReceived": "2021-05-11",
+ "summary": "Quisquam ullam rem eum et itaque.\nAmet inventore accusamus veritatis numquam expedita laboriosam.\nDoloremque commodi fugit.",
+ "informationUsed": "Incidunt ipsam quia recusandae voluptatem fugiat minima.\nSapiente eaque sequi totam quae.\nSuscipit tempora veniam dolore.\nEst at totam cupiditate dolorum iure delectus eius nemo neque.\nMolestias nulla ratione.",
+ "pastOrPresentOrders": "Ea inventore veritatis animi corrupti ipsum nihil.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "c4540cbb-9722-4c27-8a15-81fa03d1c818",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e0138c2a-3791-4c7e-b60e-fb4cc34b7e5e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "40ccad1e-eae8-4b29-9248-227dc7b20200",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "60be6261-74be-420f-b55d-fa863d4e2986",
+ "siteRegistry": true,
+ "dateReceived": "2021-06-14",
+ "dateCompleted": "2014-03-01",
+ "dateEntered": "2016-08-22",
+ "dateRegistrar": "2015-01-05",
+ "dateLocalAuthorityReceived": "2018-03-27",
+ "summary": "Harum dignissimos itaque.\nDeserunt sit natus soluta fugiat modi.\nEarum eaque ab provident hic nemo quos.",
+ "informationUsed": "Repudiandae consequuntur quidem et dolores ut.\nDolores unde itaque repellat explicabo iste doloremque.\nProvident earum magnam.\nVel aspernatur reprehenderit veniam porro.",
+ "pastOrPresentOrders": "Rerum maxime officiis tempora vel id voluptatum aliquam quaerat.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "f98509ef-f15c-4f2a-9ee4-61b690fc4355",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "72b5d09a-1855-4ead-9614-2b0f03e7f55b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "46d0069e-7e2f-4c92-a28f-4cf658e01692",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "34b5c213-0c97-4c10-9f3f-1d62e0e2c2e8",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CONN BRODY",
+ "timestamp": "2020-02-14"
+ },
+ {
+ "uuid": "51bbe793-7f1d-4bde-8512-8c7da1fc62f7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUSTER JERAMIE",
+ "timestamp": "2013-12-06"
+ },
+ {
+ "uuid": "d1971632-8626-4027-bd4a-71cd7872e088",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LARKIN ONA",
+ "timestamp": "2019-12-22"
+ },
+ {
+ "uuid": "17fe2db5-b1a7-4248-a1fa-21acabc1d5af",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MANN DARREN",
+ "timestamp": "2015-07-21"
+ },
+ {
+ "uuid": "2c6ad84f-476c-46a6-bf23-617cd5622ee3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STANTON JAIME",
+ "timestamp": "2016-01-10"
+ },
+ {
+ "uuid": "93a95450-fb36-42d4-8b31-76fe3e843525",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOVACEK LELA",
+ "timestamp": "2015-07-22"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "119aa6c8-ad9e-4e59-87ca-eb52c597b4f7",
+ "dateNoted": "2023-03-16",
+ "notes": "",
+ "parcelID": "16369",
+ "siteID": "20343",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e6ef11c9-3587-474b-9809-69f3dfa73015",
+ "dateNoted": "2020-12-22",
+ "notes": "",
+ "parcelID": "15983",
+ "siteID": "20630",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7ad257e4-776d-4f8e-8964-2f544b490dba",
+ "dateNoted": "2021-03-16",
+ "notes": "",
+ "parcelID": "17283",
+ "siteID": "16177",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "6882d172-0fae-41a2-af54-b81e5661b847",
+ "siteID": 20260,
+ "address": "7924 Kessler Mount",
+ "latitude": 52.0302,
+ "longitude": -137.9545,
+ "lastUpdated": "2020-07-05",
+ "city": "West Des Moines",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/10642",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 429984,
+ 7785897,
+ 9926354,
+ 5159448,
+ 4563885
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "44993df7-b0a0-42b6-a7bc-3999f4cbdece",
+ "createdAt": "2015-03-02",
+ "completed": "2022-08-10",
+ "initiated": "2018-06-04",
+ "ministryContact": "BROWN NOLA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1174bbc6-83f0-4d43-9f12-6b46d2a23833",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "20f698bd-376d-4791-9198-95b06ee82139",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fe9b25d2-88cc-4b8c-88bf-c6c84814d1aa",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6e818a8f-51ef-42d1-ac24-bc3fb8fe1505",
+ "createdAt": "2020-08-11",
+ "completed": "2017-03-27",
+ "initiated": "2016-02-11",
+ "ministryContact": "FADEL ALESSANDRO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "23238495-ed88-40a4-9529-c01ff2494e27",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e21dca98-9cd8-4770-95a6-c93cfd26116a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1537d897-fca9-407d-8adf-162a585d6692",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "efc5139c-93b7-4221-a9cd-c1a8087d91ce",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f5d1dde5-da2d-45e0-abad-e0c9cc4ffed6",
+ "createdAt": "2015-07-24",
+ "completed": "2017-11-12",
+ "initiated": "2014-03-01",
+ "ministryContact": "NIKOLAUS LEONOR",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "55ef0ecd-1acf-4bb6-bdee-0825bd07d055",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0c946302-4d04-481c-82e3-1e1ca2d9bd8e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bad04f46-fe16-4189-91fe-cbee57d48b5e",
+ "createdAt": "2017-10-29",
+ "completed": "2016-08-24",
+ "initiated": "2014-07-02",
+ "ministryContact": "BERGE MAYRA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5349be22-1c64-44ba-b0fe-3cfb8b708d2a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d1a99091-0f37-4f06-a992-d9590edfc1cd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0ba45f6a-0ad3-4863-aa8e-fcfe8d710cef",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c4b3991f-df82-4b14-bb4b-5981796c11ef",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3ae4262b-ee83-44b5-875a-268df5da6325",
+ "createdAt": "2019-10-06",
+ "completed": "2019-04-01",
+ "initiated": "2016-11-14",
+ "ministryContact": "BEDNAR BUFORD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "70293db9-7d69-4afd-93df-5743be02939f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "78f7e2c6-67fb-4251-9d6d-ce4fb453fa02",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8e4ba5c3-a6b8-4a9d-80d3-bbb1d63222d6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6bafbe63-2507-4de6-990b-44f2d79376a9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "3763db2e-d84a-4ff6-a1b4-fac1a7ed64e6",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-08-05",
+ "startDate": "2018-06-30",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a2efffeb-9529-46b0-8f7d-2c511eaaaddf",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-05-31",
+ "startDate": "2017-10-12",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "554f7e2a-0913-4206-8ed5-ebee33174b12",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-05-31",
+ "startDate": "2018-02-01",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3e09fb02-7e55-4cb0-b620-f4a7b91c3c33",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2022-12-14",
+ "startDate": "2014-06-05",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "e0d6c034-76a9-4502-8119-6c4e710c7f96",
+ "siteRegistry": true,
+ "documentDate": "2017-03-14",
+ "receivedDate": "2016-05-11",
+ "uploadedDate": "2023-06-28",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "d624900e-e50b-4a7a-9a41-e3090f8ebc8d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "20ef09bd-1fde-49ce-a87d-b3538217e3e4",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d34ef980-ff02-452e-af71-d08f933cf5d7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "249dd09e-63ef-4540-966d-838caf656ea1",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-08-01 (described on Site Profile dated 2022-08-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "8814915c-9d19-4d90-8edc-6f458ba13d7a",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-01-15 (described on Site Profile dated 2019-01-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "ea9f97fd-9182-4c5b-9929-bb6270bf20e5",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-02-05 (described on Site Profile dated 2019-02-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "95b6b934-e719-45af-ab36-83fd20c18726",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-08-15 (described on Site Profile dated 2019-08-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "6ccdef00-b991-4a39-8d1a-95b338adec3c",
+ "siteRegistry": true,
+ "dateNoted": "2015-11-15",
+ "parcelID": "19775",
+ "crownLandUsePIN": "16019",
+ "crownLandFileNumber": "19018",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 5 DISTRICT LOT 4 PLAN 3669"
+ },
+ {
+ "uuid": "c3270aa0-a118-40ad-bb2e-82a20ff96c5b",
+ "siteRegistry": false,
+ "dateNoted": "2016-11-21",
+ "parcelID": "18143",
+ "crownLandUsePIN": "19148",
+ "crownLandFileNumber": "20057",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 5 DISTRICT LOT 3 PLAN 9138"
+ },
+ {
+ "uuid": "ddad9c45-2377-466c-829c-599de96d4df8",
+ "siteRegistry": false,
+ "dateNoted": "2018-07-08",
+ "parcelID": "18386",
+ "crownLandUsePIN": "16867",
+ "crownLandFileNumber": "19980",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 4 DISTRICT LOT 4 PLAN 4243"
+ },
+ {
+ "uuid": "c878f28e-c142-4557-b2c4-174898158900",
+ "siteRegistry": false,
+ "dateNoted": "2017-07-17",
+ "parcelID": "15703",
+ "crownLandUsePIN": "16898",
+ "crownLandFileNumber": "20001",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 1 DISTRICT LOT 5 PLAN 7595"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "56207a03-11a3-489d-8da4-58664c88362b",
+ "siteRegistry": true,
+ "dateReceived": "2017-04-13",
+ "dateCompleted": "2016-05-28",
+ "dateEntered": "2016-10-06",
+ "dateRegistrar": "2018-04-16",
+ "dateLocalAuthorityReceived": "2017-09-17",
+ "summary": "Tempore porro eius.\nReprehenderit at quibusdam nam dolores provident exercitationem natus hic in.\nRecusandae placeat molestiae quas enim corrupti eum corrupti.",
+ "informationUsed": "Eos alias sint.\nAccusantium non maxime libero maiores doloribus.\nSapiente mollitia ut ducimus cum in ipsum perferendis reprehenderit.\nInventore asperiores debitis doloremque sequi ducimus iste.",
+ "pastOrPresentOrders": "Mollitia numquam itaque veniam itaque inventore perspiciatis facere culpa nobis.\nTempore natus sequi suscipit provident voluptates.\nNatus molestiae possimus autem aut facere possimus nemo.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a1114f3c-5d92-4c58-8d28-c85429c4d857",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cebdf766-b67b-449f-b25e-fad110c77d6d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "4ef72acf-530e-47c9-b6b3-1d1397d86f50",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAMMES KESHAWN",
+ "timestamp": "2022-10-16"
+ },
+ {
+ "uuid": "22115286-c2c1-4ec0-95d6-bfa277310029",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FEIL DILLON",
+ "timestamp": "2015-05-30"
+ },
+ {
+ "uuid": "b1234e92-c334-44f2-acba-08ee04c2450f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MARVIN HELENE",
+ "timestamp": "2015-03-17"
+ },
+ {
+ "uuid": "dc6e8157-c7c6-401d-ab15-5416072f7c7e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LITTLE MILO",
+ "timestamp": "2017-07-12"
+ },
+ {
+ "uuid": "9d0ab58b-a941-4612-9884-615d20670b21",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAHRINGER ASIA",
+ "timestamp": "2015-08-08"
+ },
+ {
+ "uuid": "4a5d2ce6-5541-43ae-8198-823f052de566",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STOLTENBERG BRYCE",
+ "timestamp": "2022-08-20"
+ },
+ {
+ "uuid": "b4d7d07b-92d3-4d8f-9ae0-26b5b573a7e2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WOLFF JACKY",
+ "timestamp": "2013-11-29"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "3eeabdb5-9aa1-41b3-be4e-3cc76c52b2be",
+ "dateNoted": "2022-06-22",
+ "notes": "",
+ "parcelID": "20409",
+ "siteID": "17114",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c9256d20-367d-4477-b9b4-a554a3cfb09e",
+ "dateNoted": "2017-03-22",
+ "notes": "",
+ "parcelID": "18084",
+ "siteID": "19986",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "b15f281b-53d8-4185-a8f7-2d871820bd1a",
+ "siteID": 15483,
+ "address": "3720 Pfannerstill Corner",
+ "latitude": 56.7896,
+ "longitude": -129.5439,
+ "lastUpdated": "2017-03-11",
+ "city": "Noahview",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/19353",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 2743919,
+ 8161832,
+ 7058901,
+ 9196301,
+ 632290
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "fb4883f8-0644-4be7-8bd4-1761a366001a",
+ "createdAt": "2019-08-06",
+ "completed": "2022-05-19",
+ "initiated": "2021-10-26",
+ "ministryContact": "REILLY KATHRYNE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9133d60a-7ff1-4818-8c05-a843709cbe01",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d6ed9343-2b36-4384-8059-bedf015c5e19",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "400856f7-5e49-4545-801f-a42e4d436b01",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "419da68e-8e70-4e3a-989a-ad8b06bd6ef3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b49b7259-3b48-49a1-a5df-96728e158ca6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f97eebc3-fa3b-4638-bcbc-8056cd1c3491",
+ "createdAt": "2019-03-31",
+ "completed": "2018-12-17",
+ "initiated": "2014-05-13",
+ "ministryContact": "VEUM VERNER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "55a7fb48-7cb9-43d1-9986-620dcceee94e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f2814fd8-fbf0-429d-b37f-f69c7cc4cc42",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "84a9041e-dc65-4c53-8968-f8e99f39971f",
+ "createdAt": "2020-03-04",
+ "completed": "2020-02-21",
+ "initiated": "2014-12-26",
+ "ministryContact": "HARRIS ERVIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8588061a-400b-4f4f-b916-9086df9e5831",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cf75290d-5f58-46db-9e19-29c25d4346de",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dff8f66a-f6d9-49cc-ada9-35a1e414b3d0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2984abe0-1741-4d7c-992a-40d2195e6749",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "27eb6935-16e5-43ef-b15e-bc4ee4fa37f0",
+ "name": "IPSUM",
+ "endDate": "2022-08-07",
+ "startDate": "2020-08-15",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6388ff1c-bfad-47af-a4c5-4319ea321160",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-03-27",
+ "startDate": "2020-07-19",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "536e9ffb-1218-43fd-b178-4042efbb176f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-09-03",
+ "startDate": "2014-07-07",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "57ad80dd-fd14-41f7-bf08-42afd8c20d0c",
+ "name": "IPSUM",
+ "endDate": "2019-05-11",
+ "startDate": "2016-11-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "86203fbe-61d0-4541-96ef-af25a4933766",
+ "siteRegistry": true,
+ "documentDate": "2021-01-07",
+ "receivedDate": "2022-07-04",
+ "uploadedDate": "2014-05-18",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "aa920103-80f6-4273-9217-676c20c110b2",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "20627fb8-4b93-4a64-9d9a-7c36b2cb808c",
+ "siteRegistry": false,
+ "documentDate": "2013-12-05",
+ "receivedDate": "2013-12-15",
+ "uploadedDate": "2022-09-16",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "0f9e3009-011d-447f-bc1a-e07d7ed255cd",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f26bd411-4dfe-46a6-b11b-9edecafb02b6",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "aee91581-8e3e-4459-a4c1-1feb05d6e905",
+ "siteRegistry": false,
+ "documentDate": "2022-11-27",
+ "receivedDate": "2014-04-20",
+ "uploadedDate": "2023-08-11",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "07c3519f-683e-45c1-83af-1815a9bee9a4",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "3122f87b-a3e5-4813-9166-b777b3c7e13f",
+ "siteRegistry": false,
+ "documentDate": "2017-06-03",
+ "receivedDate": "2016-11-08",
+ "uploadedDate": "2019-03-25",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "68d955cc-3de5-457f-9dcc-7c48177fcb42",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "1f07dc3f-0921-46a8-9aa9-6260d2d9cd1a",
+ "siteRegistry": false,
+ "documentDate": "2022-08-31",
+ "receivedDate": "2022-01-20",
+ "uploadedDate": "2017-07-09",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "94bd25c1-6653-4113-b021-9d17b984c19c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "dafd635c-bdbd-450d-97e3-5ddae9807808",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-08-08 (described on Site Profile dated 2017-08-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "987ed014-f9a6-416e-aa52-00fb721fa621",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-07-15 (described on Site Profile dated 2018-07-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "a617580b-3590-4384-ad0b-6e4ddfe66151",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-10-21 (described on Site Profile dated 2013-10-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "e896347a-d1bd-4b04-8907-bbe4ccae64ac",
+ "siteRegistry": true,
+ "dateNoted": "2018-10-03",
+ "parcelID": "17617",
+ "crownLandUsePIN": "16249",
+ "crownLandFileNumber": "18427",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 2 DISTRICT LOT 3 PLAN 7444"
+ },
+ {
+ "uuid": "40cef4db-944e-4a18-8650-56c63be179fc",
+ "siteRegistry": true,
+ "dateNoted": "2022-05-02",
+ "parcelID": "15967",
+ "crownLandUsePIN": "20179",
+ "crownLandFileNumber": "16698",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 5 DISTRICT LOT 1 PLAN 8740"
+ },
+ {
+ "uuid": "c00b8f88-f114-4952-9db7-533d3d1bb277",
+ "siteRegistry": true,
+ "dateNoted": "2014-02-05",
+ "parcelID": "20521",
+ "crownLandUsePIN": "17351",
+ "crownLandFileNumber": "15487",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 3 DISTRICT LOT 1 PLAN 7831"
+ },
+ {
+ "uuid": "4764385e-3386-4c2e-8ea2-06a2e7ef3bd4",
+ "siteRegistry": true,
+ "dateNoted": "2021-01-24",
+ "parcelID": "19235",
+ "crownLandUsePIN": "16601",
+ "crownLandFileNumber": "20565",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 1 DISTRICT LOT 4 PLAN 9304"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "f1382bc0-2e8f-4cd8-836e-5bb267a7bc90",
+ "siteRegistry": true,
+ "dateReceived": "2020-03-04",
+ "dateCompleted": "2021-06-22",
+ "dateEntered": "2021-10-14",
+ "dateRegistrar": "2021-06-08",
+ "dateLocalAuthorityReceived": "2017-05-28",
+ "summary": "Deserunt laboriosam minima aperiam atque harum voluptatem doloremque qui.",
+ "informationUsed": "Fugit ipsa ducimus facere neque rerum nihil facere fugit.\nInventore nam cum dolor ut illo eos nulla nisi.\nNisi labore doloremque id molestias quis autem.",
+ "pastOrPresentOrders": "Culpa amet veniam vel.\nTempora atque eaque reiciendis alias animi a temporibus tenetur.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "30cdf0ec-6e33-4b2d-8a81-8994baf96aab",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3d1d660e-b461-4a77-a9bf-89cf49e81c0f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2f2639c7-4b44-4599-b009-4d3adad7074a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "c1042577-9e98-4af7-b21c-401ad087fce6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HINTZ POLLY",
+ "timestamp": "2023-01-16"
+ },
+ {
+ "uuid": "db3e0376-f864-40e6-bc8a-c11fbfaf2afc",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHULIST CATHARINE",
+ "timestamp": "2019-06-13"
+ },
+ {
+ "uuid": "8eb9288d-7cfb-4875-b739-35004ac0ea8d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARTON FREEMAN",
+ "timestamp": "2014-09-06"
+ },
+ {
+ "uuid": "fde3f753-a251-44cf-b949-4c30587bc222",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAMILL MELBA",
+ "timestamp": "2017-02-18"
+ },
+ {
+ "uuid": "0d194624-66c0-40d4-8cab-49ecfd583d09",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DAVIS-BOYLE STEPHEN",
+ "timestamp": "2023-02-06"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "21304ffc-255e-4904-9307-cbb6f8761244",
+ "dateNoted": "2020-02-21",
+ "notes": "",
+ "parcelID": "18924",
+ "siteID": "19623",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "d10e44dc-1ee4-4411-a821-fbc2d6dfd43f",
+ "siteID": 17576,
+ "address": "200 Eusebio Expressway",
+ "latitude": 48.4193,
+ "longitude": -135.8596,
+ "lastUpdated": "2015-03-22",
+ "city": "Efraintown",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/981",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1792375,
+ 8850212,
+ 6199607,
+ 6655358,
+ 7275500
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "0bc429b8-a26d-4f21-9378-c421c7796ec4",
+ "createdAt": "2016-03-11",
+ "completed": "2022-07-13",
+ "initiated": "2021-05-09",
+ "ministryContact": "KOSS ELLIS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "698fe843-9c0c-4817-beff-f568367c1d8c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ceafd6c4-0a7a-48f7-af46-c2410ebc9d0f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "28d577ca-1853-4973-a78d-df8acb1fce97",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "06f4d916-6e42-4778-813b-2a230967be2b",
+ "createdAt": "2020-12-28",
+ "completed": "2018-12-02",
+ "initiated": "2022-12-25",
+ "ministryContact": "MAYERT ANASTASIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "351e2da9-b3a3-480e-ab2f-8a4677999c8f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b64869a4-fedb-43ed-81cf-2a34aaa72ade",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a5c1e00c-37d1-4bdf-b980-33f32b4fc430",
+ "createdAt": "2016-12-17",
+ "completed": "2018-08-11",
+ "initiated": "2015-09-20",
+ "ministryContact": "BARTON ROWAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9e6cae59-c241-4967-a543-8d7b2fb557bb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "01af5432-96db-4230-8001-d4e871f29787",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "219e8d66-6852-456e-8d22-31b198835241",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3b549e46-d7b8-4416-9e25-90d9a25336bf",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "91ee4293-78f3-4c4a-ab0f-b309e0a40f2f",
+ "createdAt": "2019-04-15",
+ "completed": "2021-10-07",
+ "initiated": "2021-12-16",
+ "ministryContact": "GREEN FABIAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ba8aa42f-2fc8-4c2a-a1a7-8bc91fc21bc4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1578975a-80d1-45b0-9a18-7b4321261213",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "76707ace-2b25-4a9d-bc31-1e14f0e009e2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8cd1e45f-4061-49c8-b090-7db074e2d418",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9c5b5176-3435-48ff-9094-02a3378c14c7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "42869fe6-3027-4b65-9c94-fb591cb090e0",
+ "name": "IPSUM",
+ "endDate": "2014-04-07",
+ "startDate": "2022-07-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "49e56d53-4fee-45e4-8d09-58434d1f794d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-07-23",
+ "startDate": "2022-08-30",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5e542a9c-7101-45d3-8341-39e85930ad52",
+ "name": "IPSUM",
+ "endDate": "2019-01-10",
+ "startDate": "2023-10-09",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "071556ca-570b-4748-a1a7-682894ae8f35",
+ "name": "IPSUM",
+ "endDate": "2016-01-04",
+ "startDate": "2020-10-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "d7912cd8-04c9-461a-ae35-42f251c786d6",
+ "siteRegistry": true,
+ "documentDate": "2014-12-28",
+ "receivedDate": "2021-03-18",
+ "uploadedDate": "2014-12-03",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "cd47e47b-2ad8-48a1-ac71-17ed71789093",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "02d4e8bf-3ed2-4e2c-bf53-aa8233d7183a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "47f2b323-cb99-495b-be0c-e325a5bfb5f4",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "abe6c666-e066-46db-b72e-5d1cadf648ca",
+ "siteRegistry": false,
+ "documentDate": "2017-01-01",
+ "receivedDate": "2016-07-13",
+ "uploadedDate": "2015-11-05",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "af44dbae-0ed5-478d-8344-a1e0126c3645",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "a3a48c5b-a60c-464e-8ffd-1b17c02e3775",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-02-08 (described on Site Profile dated 2015-02-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "3550909a-e171-4978-a59a-39d4c0accf24",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-08-21 (described on Site Profile dated 2019-08-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "39663238-c464-4131-a4c4-3a9f36e083a2",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-11-22 (described on Site Profile dated 2015-11-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "de5c6c17-6330-49a3-b957-f4701ce169fd",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-05-01 (described on Site Profile dated 2018-05-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "73724748-16b2-454a-a9d0-4aa0aff6744a",
+ "siteRegistry": false,
+ "dateNoted": "2020-06-06",
+ "parcelID": "16225",
+ "crownLandUsePIN": "17820",
+ "crownLandFileNumber": "20588",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 1 DISTRICT LOT 2 PLAN 3810"
+ },
+ {
+ "uuid": "85bf1cb1-efd9-441b-a664-c036fa657b91",
+ "siteRegistry": true,
+ "dateNoted": "2020-04-03",
+ "parcelID": "15367",
+ "crownLandUsePIN": "20443",
+ "crownLandFileNumber": "20808",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 3 DISTRICT LOT 4 PLAN 8578"
+ },
+ {
+ "uuid": "9c353d3a-48a8-4334-a7d1-71a5750f7921",
+ "siteRegistry": true,
+ "dateNoted": "2017-06-12",
+ "parcelID": "17245",
+ "crownLandUsePIN": "18928",
+ "crownLandFileNumber": "16027",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 1 DISTRICT LOT 2 PLAN 7454"
+ },
+ {
+ "uuid": "f0e4e48d-313d-44a3-9a49-fb973541d3c5",
+ "siteRegistry": true,
+ "dateNoted": "2021-04-19",
+ "parcelID": "18671",
+ "crownLandUsePIN": "15973",
+ "crownLandFileNumber": "19088",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 5 DISTRICT LOT 2 PLAN 9523"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "6e6d1e11-39e9-4f24-8629-71e9b8e6e9f6",
+ "siteRegistry": true,
+ "dateReceived": "2014-11-16",
+ "dateCompleted": "2016-07-15",
+ "dateEntered": "2017-06-04",
+ "dateRegistrar": "2021-06-19",
+ "dateLocalAuthorityReceived": "2019-11-08",
+ "summary": "Quisquam quasi recusandae tempora architecto cum possimus eos in.\nEveniet placeat odit ratione placeat.\nAutem aspernatur facere dolores alias corporis.",
+ "informationUsed": "Tempora hic voluptates eius soluta.\nLabore reprehenderit corporis.\nSoluta qui quo eligendi.\nOdio ab vitae ipsam harum assumenda.",
+ "pastOrPresentOrders": "Ad neque eveniet sunt placeat in repellendus quam cupiditate quo.\nSapiente ex iusto.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e9a7436c-9141-4c6e-882a-08d6244e29f7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b28eb7a0-1151-4017-b402-aeffc1316c08",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "7a63b521-b876-4bc5-9132-488576ece110",
+ "siteRegistry": false,
+ "dateReceived": "2015-02-17",
+ "dateCompleted": "2017-07-13",
+ "dateEntered": "2022-06-08",
+ "dateRegistrar": "2021-07-14",
+ "dateLocalAuthorityReceived": "2017-02-19",
+ "summary": "Aperiam quia culpa a doloribus voluptatibus maiores in.",
+ "informationUsed": "Voluptatem voluptates maxime sunt sequi.\nOdit temporibus perferendis sunt expedita totam cumque consectetur.\nIste dolores dignissimos dolor distinctio quasi dolor sit exercitationem.\nIste culpa quas dolorem deserunt alias minima commodi impedit ipsum.\nLabore ipsa voluptas officia necessitatibus dolores.",
+ "pastOrPresentOrders": "Non libero ut impedit molestias cupiditate maiores optio id.\nQuia repellendus deserunt maiores dignissimos odit.\nRepellat nulla porro.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "76d66ea3-e348-4e05-bf79-5ecdf13e3352",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e8200a0e-1e33-49fb-af49-a49ccc4da115",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6a84d9ca-c6c0-4b6b-84a5-71ad6ab6f94d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "27b970ad-834f-4fc1-82ae-b9088d7eb46c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "d240695b-75b3-4e0f-835c-fe0d5638076f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CHAMPLIN ANDY",
+ "timestamp": "2019-01-17"
+ },
+ {
+ "uuid": "95d9ed14-7647-4364-bfdf-bc291a6bc582",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LANGOSH OPAL",
+ "timestamp": "2021-06-13"
+ },
+ {
+ "uuid": "e9976d7a-9de2-4be7-a4c2-18d394042bdb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHAEFER SHANELLE",
+ "timestamp": "2018-09-12"
+ },
+ {
+ "uuid": "24ff2b01-c04c-4a93-8cd7-09595746800f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BINS LOYAL",
+ "timestamp": "2017-10-03"
+ },
+ {
+ "uuid": "e2210199-2adc-4100-9e8a-922a66a8d3e0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "REILLY MICAH",
+ "timestamp": "2019-08-04"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "19d324c3-ab6d-47a1-a1be-0366e82c56ba",
+ "dateNoted": "2023-03-10",
+ "notes": "",
+ "parcelID": "17063",
+ "siteID": "16531",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8b6d78d3-e9f9-43aa-b870-742f13507cf1",
+ "dateNoted": "2018-09-25",
+ "notes": "",
+ "parcelID": "18799",
+ "siteID": "18030",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "6ac94d75-82ad-4708-9f93-73ab93559c6a",
+ "siteID": 18205,
+ "address": "162 Aufderhar Shoals",
+ "latitude": 50.0579,
+ "longitude": -124.7524,
+ "lastUpdated": "2014-04-24",
+ "city": "Lake Mandy",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/16793",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1264470,
+ 2633817,
+ 1964361,
+ 4993458,
+ 2383851
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "acf38ccc-cf9b-415d-9fb6-cda586526467",
+ "createdAt": "2023-06-02",
+ "completed": "2015-07-05",
+ "initiated": "2015-05-02",
+ "ministryContact": "MOHR LAISHA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "753b252c-b95f-429f-89cd-275ca5c418aa",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5efce642-b1d7-426e-a172-59c88db8153b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4f046a98-a582-4dd7-a10c-6d0605730edb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "05147836-4665-4e7f-9f2c-e72acec107ae",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "95d4cba7-3f6c-4a18-82f0-c034d72abfbd",
+ "createdAt": "2021-03-08",
+ "completed": "2020-05-15",
+ "initiated": "2020-08-18",
+ "ministryContact": "LYNCH KELSI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "984f05c4-80bc-4e6c-900f-f5aff5fcae06",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "63c9b9b7-b371-4ead-8467-d20f3394c211",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "076fb54d-e355-4711-a744-edcecafdf13e",
+ "createdAt": "2021-02-26",
+ "completed": "2018-02-12",
+ "initiated": "2014-07-15",
+ "ministryContact": "EMMERICH JARRELL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9b61f889-4263-468b-8950-658cb1d91475",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ac1beed8-1791-432c-8ca1-82803c8d2f10",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7b44577b-00e6-400b-8119-495236d07f3c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "057a90e3-7697-4c82-8821-fdc7c637b4d9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "be84350a-a029-49ec-961c-5e1bb95036ed",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-08-07",
+ "startDate": "2021-11-25",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "60422f01-a1c7-486e-a2e9-1e393e362e5f",
+ "name": "IPSUM",
+ "endDate": "2017-05-03",
+ "startDate": "2015-03-04",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7de17895-e910-4116-b589-1f0c5ec64324",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-11-15",
+ "startDate": "2020-10-24",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "917eecde-f101-4387-a70d-fb12e7f33aef",
+ "siteRegistry": true,
+ "documentDate": "2021-03-05",
+ "receivedDate": "2021-03-16",
+ "uploadedDate": "2022-05-16",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "a578e92e-2892-466d-8cdb-f5da09442e61",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "bf666e33-7bfe-45fb-bad0-6b05289a5c0b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d1967e41-3a48-4442-ba60-68d52cac17b2",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "823db16f-53df-4132-b61a-7b3e5a233fb9",
+ "siteRegistry": false,
+ "documentDate": "2016-03-31",
+ "receivedDate": "2020-12-15",
+ "uploadedDate": "2015-12-10",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "1fd39627-33c5-4f3a-bfde-5f09fd6c9457",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "116b1f2c-5eed-407c-aea7-40aa86725c98",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7a016f01-49a8-453e-904d-6152d20f52af",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "8eef7802-8687-4003-bbe1-08184258846a",
+ "siteRegistry": true,
+ "documentDate": "2015-12-02",
+ "receivedDate": "2021-11-02",
+ "uploadedDate": "2022-04-22",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "dd16d53f-50e7-4d1b-8bbd-87e004e1f5b6",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "7af3e2b4-aafa-4b35-b3d0-51cb992590cb",
+ "siteRegistry": true,
+ "documentDate": "2015-04-05",
+ "receivedDate": "2023-09-26",
+ "uploadedDate": "2014-05-19",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "10f421f1-1ec4-4368-9a80-5cdb871b2aac",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2563d370-bea5-4ebe-92eb-1435f309d2a6",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "68852532-6228-46a9-803f-8465bf4c9f83",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-01-28 (described on Site Profile dated 2023-01-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "9e1b548b-74e6-4ea6-88a1-ba4391d7e04d",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-10-28 (described on Site Profile dated 2017-10-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "08b0f04d-e219-47fd-8a61-d86894916323",
+ "siteRegistry": false,
+ "dateNoted": "2014-01-08",
+ "parcelID": "18480",
+ "crownLandUsePIN": "19832",
+ "crownLandFileNumber": "18359",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 5 DISTRICT LOT 1 PLAN 4673"
+ },
+ {
+ "uuid": "264ea4be-932a-4744-82fc-f9a991b01f1b",
+ "siteRegistry": true,
+ "dateNoted": "2020-04-27",
+ "parcelID": "17554",
+ "crownLandUsePIN": "17754",
+ "crownLandFileNumber": "19618",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 1 DISTRICT LOT 3 PLAN 3305"
+ },
+ {
+ "uuid": "880818bc-1cbf-44aa-a9be-dd0fbb99e85c",
+ "siteRegistry": false,
+ "dateNoted": "2014-10-09",
+ "parcelID": "20758",
+ "crownLandUsePIN": "19717",
+ "crownLandFileNumber": "19835",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 3 DISTRICT LOT 3 PLAN 7017"
+ },
+ {
+ "uuid": "f356ee1f-2cd9-41d3-8d38-07ddd552475d",
+ "siteRegistry": true,
+ "dateNoted": "2014-07-19",
+ "parcelID": "19390",
+ "crownLandUsePIN": "16329",
+ "crownLandFileNumber": "19315",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 3 DISTRICT LOT 1 PLAN 9576"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "aeeace6f-826a-4a12-a11e-446f91d5efda",
+ "siteRegistry": true,
+ "dateReceived": "2018-03-02",
+ "dateCompleted": "2017-11-02",
+ "dateEntered": "2014-11-06",
+ "dateRegistrar": "2020-04-16",
+ "dateLocalAuthorityReceived": "2017-09-04",
+ "summary": "Hic temporibus hic nobis.\nSunt nobis error ab.\nDoloremque excepturi quos.",
+ "informationUsed": "Ullam saepe quo asperiores alias consectetur nobis doloribus.\nNumquam hic deleniti nisi ratione blanditiis.\nExcepturi accusantium odit numquam.\nVitae illum necessitatibus saepe ex beatae ut.\nDolorem nihil explicabo corporis.",
+ "pastOrPresentOrders": "Laborum cumque beatae modi.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e0878f40-28cf-479d-8329-e930396cb3b3",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "73351330-7945-4ed0-9135-4ee110e274b4",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "18fabb1c-9d0f-4a6f-bd17-35b67ecff997",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "ab2bc38a-d70a-4e04-8944-3806c062deb0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KIRLIN EDUARDO",
+ "timestamp": "2023-05-29"
+ },
+ {
+ "uuid": "50acd5a3-173c-4ab5-a355-fa0bd0a2aa40",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GRAHAM CONRAD",
+ "timestamp": "2017-03-27"
+ },
+ {
+ "uuid": "457f3f42-b8b2-44be-863d-70d9d88df24b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEIDENREICH JACINTHE",
+ "timestamp": "2016-12-07"
+ },
+ {
+ "uuid": "eb47495b-5e6b-40d4-be50-46933b914c28",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HINTZ-WOLFF SKYLA",
+ "timestamp": "2022-01-18"
+ },
+ {
+ "uuid": "b9c04ecb-d693-4807-a912-31facb17b4fa",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HILLL ABE",
+ "timestamp": "2018-09-29"
+ },
+ {
+ "uuid": "184ec389-3e75-4d0e-b233-af1e589618e5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HETTINGER CYNTHIA",
+ "timestamp": "2014-03-02"
+ },
+ {
+ "uuid": "5f4bb26b-ae72-47b3-87a7-460aeebad804",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WAELCHI ZARIA",
+ "timestamp": "2023-05-23"
+ },
+ {
+ "uuid": "d5c305de-b20d-4e32-9cd3-4c0a7194b3ce",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SHIELDS ELNA",
+ "timestamp": "2020-02-13"
+ },
+ {
+ "uuid": "00560980-2bf0-499b-9bd8-c9e7b42b37cc",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAHRINGER TREY",
+ "timestamp": "2022-09-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "4b8669be-dd60-4dcd-953f-f8d542f0df89",
+ "dateNoted": "2015-01-06",
+ "notes": "",
+ "parcelID": "16753",
+ "siteID": "18101",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "25719749-3d44-4a61-babc-f0b22f596bf8",
+ "dateNoted": "2018-11-08",
+ "notes": "",
+ "parcelID": "17995",
+ "siteID": "18864",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "644f28d8-fb6e-4bf1-b386-1cc7ba39bdb8",
+ "siteID": 20263,
+ "address": "985 Barrows Throughway",
+ "latitude": 56.7565,
+ "longitude": -122.9797,
+ "lastUpdated": "2020-07-20",
+ "city": "New Wendellbury",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/2204",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 1188424,
+ 7660344,
+ 9353705,
+ 3853404,
+ 4693059
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "5bceb4c9-5ded-4d55-8672-b5efae02ddbc",
+ "createdAt": "2018-04-10",
+ "completed": "2021-03-19",
+ "initiated": "2015-10-26",
+ "ministryContact": "MONAHAN MARQUISE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a54a7f14-eeac-4495-9460-2d13864a682a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b7c4d589-0571-4d3e-a2c1-09c4c18a5d8d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "80e20bf0-40aa-4fb9-855d-b8a61a3d928c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ad3b56ad-99e2-443c-9efc-f8d3fba0cf89",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4593c121-9803-4200-8dd2-8bf30d928ad9",
+ "createdAt": "2021-06-10",
+ "completed": "2019-03-27",
+ "initiated": "2019-08-11",
+ "ministryContact": "POLLICH FLETA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "058c18b0-26db-40cd-a542-9f2e38fe5475",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e5ad7863-a8e9-4e60-852d-05aa9eb51952",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a30c29aa-f99b-4f1d-b4fd-2f73c8d9fb58",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "104dea2c-8230-46c1-9417-ee14b5b15d47",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bee2e074-79d0-42a7-932d-7d9f90384a2a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "f5771eb6-0b10-4804-a541-eb35e5dbfc59",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-07-31",
+ "startDate": "2022-03-17",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "25c38146-e3b5-49ab-8fb4-f47db32330dc",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2015-04-30",
+ "startDate": "2015-07-01",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3d5ed20b-a022-411f-8a82-22c4427d8760",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-03-04",
+ "startDate": "2018-10-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "3ea873c9-e265-434c-8c27-4a885c31b893",
+ "siteRegistry": false,
+ "documentDate": "2014-01-03",
+ "receivedDate": "2019-04-07",
+ "uploadedDate": "2023-02-24",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "53e71c36-d1bc-467e-84f0-940f5074fce7",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "53fb08f9-4f90-4688-b594-28424a87f7c1",
+ "siteRegistry": false,
+ "documentDate": "2014-02-17",
+ "receivedDate": "2015-09-14",
+ "uploadedDate": "2019-11-23",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "d590f6a0-c6ae-4c52-9e31-e64040b4dddc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "1d4848a5-a8fd-4f52-8eac-656ce908fb19",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-03-20 (described on Site Profile dated 2022-03-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "54d99e4f-965e-43c2-8332-17a391115ce0",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-12-12 (described on Site Profile dated 2013-12-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "2aa25bb0-027a-4b65-87a6-ad6759bb8ed0",
+ "siteRegistry": true,
+ "dateNoted": "2022-08-13",
+ "parcelID": "20494",
+ "crownLandUsePIN": "15339",
+ "crownLandFileNumber": "17845",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 3 DISTRICT LOT 2 PLAN 5764"
+ },
+ {
+ "uuid": "8b6a5f7b-49ad-48ae-8470-7b9ffc76000e",
+ "siteRegistry": false,
+ "dateNoted": "2016-08-14",
+ "parcelID": "17756",
+ "crownLandUsePIN": "20827",
+ "crownLandFileNumber": "15356",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 2 DISTRICT LOT 2 PLAN 6909"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "1795cd6d-b33f-4bc4-9e61-ccf4c73938ac",
+ "siteRegistry": false,
+ "dateReceived": "2018-11-05",
+ "dateCompleted": "2023-02-12",
+ "dateEntered": "2017-09-29",
+ "dateRegistrar": "2018-01-04",
+ "dateLocalAuthorityReceived": "2016-06-09",
+ "summary": "Facilis excepturi culpa dolore quia quisquam eveniet.\nDeserunt quaerat ut molestias eaque.",
+ "informationUsed": "Deserunt cumque temporibus ad neque magnam est asperiores at.\nOfficiis eius debitis facilis reprehenderit soluta quos atque ratione.\nNihil harum error nam.",
+ "pastOrPresentOrders": "Vero magni praesentium totam dicta perferendis minima esse temporibus tempora.\nNatus excepturi dolor.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "8e248daa-b4dd-4e88-825a-a81203c75554",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "82d34cc7-1803-4d2c-95e5-53e3807aff79",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "81dd703e-a847-48ce-9b3d-05aac2f3aa08",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f93040ec-0aa2-4d77-a7d8-ef05ae74bce7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "3356bedb-f2be-488f-8270-8629e53e5a9a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ABSHIRE MIKE",
+ "timestamp": "2021-04-29"
+ },
+ {
+ "uuid": "717a8a9a-e2a4-4d73-bc40-b9b368ed040c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WAELCHI ELEONORE",
+ "timestamp": "2016-08-11"
+ },
+ {
+ "uuid": "837a2728-6506-41a9-90a8-ebf7648e702c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOYLE EARL",
+ "timestamp": "2013-11-20"
+ },
+ {
+ "uuid": "04e95e37-e176-4e40-b121-067efce63d7c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KEELING LELA",
+ "timestamp": "2017-07-22"
+ },
+ {
+ "uuid": "457d39f6-c800-4113-ae3d-57ea0aae7ed3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TURCOTTE HERSHEL",
+ "timestamp": "2020-12-11"
+ },
+ {
+ "uuid": "74f8f39b-321c-481c-bbed-98bec59acb80",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WEISSNAT SCARLETT",
+ "timestamp": "2014-01-05"
+ },
+ {
+ "uuid": "6f700199-9475-4054-a156-0024340d3ba9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WATERS LAURIANNE",
+ "timestamp": "2014-09-19"
+ },
+ {
+ "uuid": "09616d95-2db7-4a00-8b9d-7ec9fd8a04a3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARROWS WILSON",
+ "timestamp": "2023-01-10"
+ },
+ {
+ "uuid": "b6537a5f-2389-4d6a-a354-64f1d10552fa",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEFFLER HECTOR",
+ "timestamp": "2017-06-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "0402a89b-9234-4775-9cd1-fe53cb30e749",
+ "dateNoted": "2015-11-28",
+ "notes": "",
+ "parcelID": "18116",
+ "siteID": "18484",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "85c896dc-162b-4f8a-b347-69fe992300f2",
+ "siteID": 19745,
+ "address": "86251 Presley Mountains",
+ "latitude": 54.8476,
+ "longitude": -134.123,
+ "lastUpdated": "2022-02-27",
+ "city": "East Nicola",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/19940",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4478245,
+ 5470468,
+ 2625702,
+ 2673329,
+ 5925573
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "3759e7c6-8a5e-4dea-b298-11245f290317",
+ "createdAt": "2015-07-06",
+ "completed": "2017-06-25",
+ "initiated": "2018-02-06",
+ "ministryContact": "CUMMERATA LISA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "75166983-c17b-4ffb-a973-50e7d552e435",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c9c7ba2a-00bf-408a-b717-874ef4f74949",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a17438f8-6edc-4e52-bedc-4b36436b302c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "21a2a4b2-992f-4cd5-b1cb-85e563cecf10",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d6c36b35-dc8a-42c6-8b06-0a4900e61700",
+ "createdAt": "2017-09-03",
+ "completed": "2023-06-30",
+ "initiated": "2023-08-16",
+ "ministryContact": "SCHILLER ELTON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e16645a3-780f-4e5f-b1c3-144c36cafda3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "22538f13-ac19-468b-a6c0-f5f37c2d5a89",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fd5fea81-3d4f-4bc8-90b8-d99a87d2d4cb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e66e66d9-3815-41f3-b756-e1dad4c4b7ff",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3c920641-6ec9-4db4-a9e6-23b80e6532e5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5be8c0d9-70b0-40d6-bb05-b820b96c3ffe",
+ "createdAt": "2017-06-07",
+ "completed": "2023-03-10",
+ "initiated": "2021-05-29",
+ "ministryContact": "ROGAHN MAGNOLIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "df7b9603-f6fb-4a64-87b5-4458d1d8a7c6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cc343a1b-2d3f-43cb-bd58-6e010b029866",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "b22f7106-0694-42ef-a99e-a0dd4a1b7825",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-03-28",
+ "startDate": "2014-11-30",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "17c0d5d1-98bb-488c-81bc-856517356d94",
+ "name": "IPSUM",
+ "endDate": "2023-05-22",
+ "startDate": "2017-09-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "21b83936-f5b9-42ba-ae21-47f9f1dd40f4",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-10-04",
+ "startDate": "2018-03-13",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "29cdf6f5-4033-42a2-8e51-59f622fe4a0f",
+ "name": "IPSUM",
+ "endDate": "2014-04-21",
+ "startDate": "2015-07-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "70f75153-808e-4b9c-a4e5-ca924a8ce24c",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2023-03-30",
+ "startDate": "2023-02-21",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "d7a84136-3c3d-4ce7-93be-ed65b16fa302",
+ "siteRegistry": true,
+ "documentDate": "2022-02-15",
+ "receivedDate": "2023-03-31",
+ "uploadedDate": "2023-08-31",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "114201ad-8ef8-4e58-96bd-2f9fc5f87055",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1cfba5b8-c595-49f8-93a2-81240be5410e",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "123b075b-b0b7-4c08-ad14-29049062df65",
+ "siteRegistry": true,
+ "documentDate": "2014-03-28",
+ "receivedDate": "2023-04-21",
+ "uploadedDate": "2018-08-05",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "82eaa5c2-0d6d-41d5-8029-e60cbb806089",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1b30afb5-2d59-4be7-b69c-5d74a80000bc",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f49daa70-f54f-4107-9344-1693d7737e2c",
+ "siteRegistry": false,
+ "documentDate": "2017-11-21",
+ "receivedDate": "2021-11-20",
+ "uploadedDate": "2019-08-20",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "90827e0a-bca6-4b38-ba47-cd0e2d708234",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "29ddff74-29a2-40d0-9d48-065fd66a32f3",
+ "siteRegistry": true,
+ "documentDate": "2020-03-30",
+ "receivedDate": "2019-11-21",
+ "uploadedDate": "2013-10-25",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "27e945eb-34fb-4f5a-9c89-b34f6567cbae",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a1cacb20-f503-4314-81be-75751b02c53c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "10e90553-4325-4899-a4a0-e21e03d33a59",
+ "siteRegistry": false,
+ "documentDate": "2014-12-05",
+ "receivedDate": "2018-10-15",
+ "uploadedDate": "2020-12-21",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "32e696ad-0cb6-43fb-806c-93c52f81b7a8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "7584db1f-ca4f-41e8-b1b9-ceaae1b3fc66",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-04-10 (described on Site Profile dated 2018-04-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "218d4203-c4fd-4ae2-a2aa-36745b33f4cc",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-11-13 (described on Site Profile dated 2022-11-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f0737198-6bce-42fb-98fe-36e8f90b5c57",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-05-24 (described on Site Profile dated 2015-05-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "68196f19-472e-4178-96fa-6fc6165893b2",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-02-21 (described on Site Profile dated 2021-02-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "2cd5839a-1662-45f5-b947-a4c01b664d3a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-06-10 (described on Site Profile dated 2020-06-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "34c2e3b4-19bb-4e31-8bd3-963a122b749c",
+ "siteRegistry": true,
+ "dateNoted": "2021-12-29",
+ "parcelID": "20504",
+ "crownLandUsePIN": "18337",
+ "crownLandFileNumber": "15596",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 1 DISTRICT LOT 3 PLAN 3815"
+ },
+ {
+ "uuid": "5308b839-8b24-4275-85d0-7a0289a948bb",
+ "siteRegistry": true,
+ "dateNoted": "2016-07-06",
+ "parcelID": "18557",
+ "crownLandUsePIN": "16970",
+ "crownLandFileNumber": "18515",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 4 DISTRICT LOT 3 PLAN 3122"
+ },
+ {
+ "uuid": "fe3be140-f892-4ff0-9014-37b080da88bd",
+ "siteRegistry": true,
+ "dateNoted": "2014-08-04",
+ "parcelID": "20604",
+ "crownLandUsePIN": "15879",
+ "crownLandFileNumber": "16684",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 5 DISTRICT LOT 1 PLAN 4968"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "3b18587c-be66-455b-87a0-0ab714050090",
+ "siteRegistry": false,
+ "dateReceived": "2015-01-27",
+ "dateCompleted": "2020-09-02",
+ "dateEntered": "2015-03-12",
+ "dateRegistrar": "2020-02-28",
+ "dateLocalAuthorityReceived": "2021-02-01",
+ "summary": "Delectus voluptates expedita inventore illo quisquam nesciunt iusto.",
+ "informationUsed": "Accusantium officia voluptatum molestias vitae.\nDistinctio tempora aliquam quae voluptatum quisquam excepturi.\nDeleniti architecto nam quaerat inventore molestiae quidem pariatur nemo.",
+ "pastOrPresentOrders": "Eius fuga reprehenderit harum saepe cumque quia inventore vitae.\nQuis voluptatibus qui repudiandae.\nAccusamus dignissimos perferendis dolorum illum enim sapiente officiis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b8550d66-d75a-43ea-b9c3-83d778019a9a",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "879c79c9-8228-431a-919c-b4c9dc57418b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "b472c837-7a1d-47a0-85c4-eba27262c2e1",
+ "siteRegistry": false,
+ "dateReceived": "2015-04-05",
+ "dateCompleted": "2019-11-07",
+ "dateEntered": "2023-07-27",
+ "dateRegistrar": "2021-06-09",
+ "dateLocalAuthorityReceived": "2016-04-14",
+ "summary": "Minima quaerat magnam omnis debitis eos.",
+ "informationUsed": "Dicta assumenda tempore quam iure.\nDignissimos odio occaecati.\nLaborum optio aliquid neque ad nesciunt.\nCommodi laudantium iusto quibusdam molestias ipsa perspiciatis.",
+ "pastOrPresentOrders": "Recusandae enim minus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "d2003030-1a0e-406a-bf08-ce673e41b8f8",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "600edead-a635-4ad3-ac61-7a2f57e37506",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "313248a5-6a50-4934-8144-62357daa138b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUTHERFORD QUEEN",
+ "timestamp": "2022-03-15"
+ },
+ {
+ "uuid": "e93a54aa-af48-4f2f-92e7-dfac4f41deee",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TRANTOW ELIANE",
+ "timestamp": "2022-07-19"
+ },
+ {
+ "uuid": "7b411c9f-c438-4ccf-882e-73f34dfc2139",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CHRISTIANSEN BRENDON",
+ "timestamp": "2018-11-22"
+ },
+ {
+ "uuid": "53068cc5-3608-489b-b1e5-00120cb742e4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WARD DOCK",
+ "timestamp": "2020-12-02"
+ },
+ {
+ "uuid": "874acc3f-45e7-49d9-86bd-d3c7ab7fe622",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KAUTZER AMANDA",
+ "timestamp": "2020-03-14"
+ },
+ {
+ "uuid": "2e22d061-50ad-4572-ba11-6a2c8ad07710",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAYER NATHANIAL",
+ "timestamp": "2021-11-08"
+ },
+ {
+ "uuid": "d3213c18-cbf7-4def-947c-57f5be2706ba",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KAUTZER PROVIDENCI",
+ "timestamp": "2014-06-11"
+ },
+ {
+ "uuid": "38533b1b-7fd1-493a-a4fd-d233e5aa91bf",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SAUER-BLANDA EDWIN",
+ "timestamp": "2021-12-25"
+ },
+ {
+ "uuid": "d654d488-17e2-4e41-adda-c1a7e6841f97",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HANE GILLIAN",
+ "timestamp": "2019-10-08"
+ },
+ {
+ "uuid": "dd6a9483-daf9-4393-9b65-ce8ccb129e1f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARTOLETTI LEXI",
+ "timestamp": "2021-08-24"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "33279fba-647f-4d2c-9edf-ae5cc8f1bd15",
+ "dateNoted": "2023-09-09",
+ "notes": "",
+ "parcelID": "17631",
+ "siteID": "20039",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "93796f02-a528-469e-9e9a-6625653e55c1",
+ "dateNoted": "2023-03-26",
+ "notes": "",
+ "parcelID": "20532",
+ "siteID": "15579",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dc21b216-0f71-4153-b0cf-a32a2e53d78d",
+ "dateNoted": "2020-09-23",
+ "notes": "",
+ "parcelID": "17023",
+ "siteID": "16874",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "1b012bee-7355-4af4-b283-84175604bcec",
+ "siteID": 20622,
+ "address": "9825 Kautzer Plains",
+ "latitude": 52.0681,
+ "longitude": -119.8173,
+ "lastUpdated": "2016-11-25",
+ "city": "Fort Loraine",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/12849",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3506427,
+ 2627039,
+ 5304712,
+ 2225156,
+ 3083481
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "ffd2d83b-721f-436f-adbc-2dd98d406d09",
+ "createdAt": "2019-05-19",
+ "completed": "2023-09-14",
+ "initiated": "2015-06-10",
+ "ministryContact": "MAGGIO LURA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5bd68058-5e42-41c4-9a7f-08e058155b19",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a6b169ba-33ac-4c1f-88f7-3aafcef5edaf",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c8201ea6-dc8b-45a9-a4af-7177b2ec335c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "82e3a16f-1cb2-44b6-a930-8fd9622027c7",
+ "createdAt": "2019-06-12",
+ "completed": "2018-04-26",
+ "initiated": "2014-09-29",
+ "ministryContact": "SCHNEIDER OSCAR",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9a03268d-4de4-467f-8469-92518d4febc3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3dca4183-ceb7-45b9-99e9-92bc71d2fb84",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6af6ab21-932d-446d-8705-78a35786b88a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c8731e24-2386-4d68-99f0-691ae823a723",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8597840f-98a6-4c64-a8c3-c09f6b08230e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3076a55b-b852-4eaa-8bdf-e92e87bc190f",
+ "createdAt": "2016-01-13",
+ "completed": "2018-09-13",
+ "initiated": "2018-08-05",
+ "ministryContact": "KUVALIS GERDA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "79a49cff-7737-4aa4-934c-fa97ca832e04",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d12c3f39-7ef2-410e-be11-10ad4ab5dccb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "562df4db-31b2-4733-970f-f60954604058",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9f696a48-c9f8-4bfb-aed6-6ee86667e2b8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a8284f24-11a9-4b97-b829-ff0d1429d5e1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5eca315f-5942-455a-84c3-d6f73df2f40d",
+ "createdAt": "2015-07-05",
+ "completed": "2017-05-25",
+ "initiated": "2020-06-14",
+ "ministryContact": "WILLMS WHITNEY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "31e0887a-29d3-4b72-9853-b122366b8f8a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9043767e-97b5-44b8-b57c-1cc91e3e132a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "49516fed-e201-47fa-8fbb-77aa82dd7cfb",
+ "createdAt": "2015-03-03",
+ "completed": "2017-09-03",
+ "initiated": "2020-01-26",
+ "ministryContact": "BAHRINGER KELSI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "6da2cdd9-30b0-4b70-95f7-469e66dda1cc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "12a9707d-165e-48be-886d-2842f60de18b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "047d4ba7-97e4-49b9-ac42-a8a0ac7f99ec",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6e52651f-89bc-4a62-b967-b25d55cd056d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "3527a9c5-b7ae-45db-b18d-86c1fe775505",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2014-12-03",
+ "startDate": "2017-10-12",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5c8f7f0a-5777-495d-9736-37778180c342",
+ "name": "IPSUM",
+ "endDate": "2021-02-11",
+ "startDate": "2022-04-30",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d6012faa-0040-4cfd-859b-cb805eadba56",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-09-15",
+ "startDate": "2020-08-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "1f1d7405-24a5-4921-8fec-b47e5dbef3b8",
+ "siteRegistry": false,
+ "documentDate": "2020-10-09",
+ "receivedDate": "2019-06-06",
+ "uploadedDate": "2021-05-28",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "d41cbb10-8539-4fb7-ae10-57048228bb89",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "bbfc121b-3d7d-4bd7-860d-68c60a8c19eb",
+ "siteRegistry": false,
+ "documentDate": "2019-03-18",
+ "receivedDate": "2023-05-02",
+ "uploadedDate": "2020-03-29",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "afc96846-ff3c-478a-a645-a8cda0d6c3e0",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "03dabacb-7bf0-4f3e-8147-141160e54abe",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-11-06 (described on Site Profile dated 2021-11-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "25056f36-368e-4669-978d-dbe52bec0652",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-07-30 (described on Site Profile dated 2014-07-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "3703a360-b810-4062-bbd6-76b6dfcc835f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-04-12 (described on Site Profile dated 2014-04-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "25f5dbfa-5106-44e8-8d1d-dc6c1c01742f",
+ "siteRegistry": false,
+ "dateNoted": "2015-08-23",
+ "parcelID": "18087",
+ "crownLandUsePIN": "16316",
+ "crownLandFileNumber": "19574",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 5 DISTRICT LOT 1 PLAN 6518"
+ },
+ {
+ "uuid": "e8e164dd-3448-4939-9116-50dc767b53bb",
+ "siteRegistry": false,
+ "dateNoted": "2018-08-14",
+ "parcelID": "20976",
+ "crownLandUsePIN": "18318",
+ "crownLandFileNumber": "18865",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 3 DISTRICT LOT 3 PLAN 4655"
+ },
+ {
+ "uuid": "80145fdd-c6de-4660-a202-0430bf92e40b",
+ "siteRegistry": true,
+ "dateNoted": "2016-05-10",
+ "parcelID": "20457",
+ "crownLandUsePIN": "18580",
+ "crownLandFileNumber": "18244",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 3 DISTRICT LOT 5 PLAN 7363"
+ },
+ {
+ "uuid": "1dc60da0-b9ba-482f-818e-f41995fb9e66",
+ "siteRegistry": false,
+ "dateNoted": "2019-02-25",
+ "parcelID": "16798",
+ "crownLandUsePIN": "15377",
+ "crownLandFileNumber": "16322",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 5 DISTRICT LOT 3 PLAN 5112"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "82d7a98f-e1e6-4f5f-86dd-aea44b071ae7",
+ "siteRegistry": true,
+ "dateReceived": "2019-10-26",
+ "dateCompleted": "2020-08-28",
+ "dateEntered": "2023-03-08",
+ "dateRegistrar": "2020-02-10",
+ "dateLocalAuthorityReceived": "2015-10-15",
+ "summary": "Fuga aut ab.\nEarum vitae sapiente consequatur odit.",
+ "informationUsed": "Perspiciatis fugit optio.\nQuasi nulla omnis provident distinctio cumque.\nNeque quae magni molestiae dolorum distinctio dolore ea suscipit ut.\nAccusantium sint accusamus assumenda placeat doloremque explicabo rerum itaque.",
+ "pastOrPresentOrders": "Consectetur consectetur quam distinctio reprehenderit ipsa hic quidem architecto.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "cf689015-e8f1-4ef9-b12e-257fc3a2bd73",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b7469b01-a3d7-4bb2-bc02-e43c5b84d760",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "42993d63-def3-4507-a558-a20b76ed07b2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "ad0e3490-513d-49ef-b5cb-ea459c351c6e",
+ "siteRegistry": false,
+ "dateReceived": "2017-05-07",
+ "dateCompleted": "2022-12-21",
+ "dateEntered": "2014-04-09",
+ "dateRegistrar": "2023-10-05",
+ "dateLocalAuthorityReceived": "2020-02-25",
+ "summary": "Earum aspernatur saepe deleniti et aperiam recusandae tempore alias ullam.\nRerum qui harum reprehenderit aspernatur voluptas consequuntur eius natus nostrum.\nEnim non fugit aliquid facere.",
+ "informationUsed": "Blanditiis tenetur odio repudiandae sapiente quo ipsa consequatur esse enim.\nCum aut repellat quaerat atque.\nQuae laboriosam maiores facere fuga rem debitis beatae explicabo.",
+ "pastOrPresentOrders": "Sequi quisquam temporibus inventore repellendus.\nPerspiciatis ea nesciunt nulla eius.\nDoloribus facere eaque aut consectetur doloribus doloremque error.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "1566e237-9187-4a31-840a-7b3fff87ad9f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3de2e195-48e2-46ad-8125-519e8914667e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "341d17d1-0cb3-485b-a0e5-99daea20a03c",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "27400dc7-8856-4d9a-b71a-bccdafda49bb",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "a1a8b8b1-ad25-4a6c-b1c9-8ccf8d1b81bd",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHIMMEL PHYLLIS",
+ "timestamp": "2023-03-23"
+ },
+ {
+ "uuid": "98709e9e-d156-4899-a635-98be40182d57",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SAUER-KERTZMANN MARC",
+ "timestamp": "2016-11-22"
+ },
+ {
+ "uuid": "61e3d1ff-2f8f-4123-a3d3-353fdad6e0a5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MAGGIO HOSEA",
+ "timestamp": "2022-02-13"
+ },
+ {
+ "uuid": "0e4c34a9-4098-4e35-ad2f-268331d998af",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FAY MARCOS",
+ "timestamp": "2017-08-16"
+ },
+ {
+ "uuid": "2950f0b6-f05c-4c07-8a14-239cb74c6e7d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VEUM CLEMMIE",
+ "timestamp": "2017-02-23"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "c8796934-5c32-48f8-9786-60387783efc8",
+ "dateNoted": "2021-04-06",
+ "notes": "",
+ "parcelID": "20136",
+ "siteID": "18797",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "1b63dcdb-d521-4141-8ec9-3917a4d729e3",
+ "siteID": 15776,
+ "address": "3796 Kylee Way",
+ "latitude": 51.2487,
+ "longitude": -123.4507,
+ "lastUpdated": "2019-12-12",
+ "city": "South Jayboro",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/17673",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7899989,
+ 4537829,
+ 7959117,
+ 2173909,
+ 8533097
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "348161ca-36d6-43fa-ad9b-d7b702a4029a",
+ "createdAt": "2020-08-15",
+ "completed": "2022-12-16",
+ "initiated": "2022-09-04",
+ "ministryContact": "NADER SELMER",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "45fbae76-33de-4f7a-9a57-fc8162778604",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "69f314cb-e4ec-4e00-a173-52be08b9bac6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9d77f5e8-c7c1-4152-9f36-fe4f53e273eb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "27cd6abe-3a40-4a82-96a7-035c0dca57c0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f664d04a-4eda-4023-a0af-bf589c73d0d3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8fd45666-1e89-43d8-b0ea-9dbb068ef05b",
+ "createdAt": "2022-06-28",
+ "completed": "2016-03-13",
+ "initiated": "2017-05-15",
+ "ministryContact": "WOLFF MATEO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "51bb2436-a695-464c-84e2-4fdc784d18e6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9fa1b457-eece-4f4b-ad81-ac0d933d0398",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5ff0e1e5-eaba-4591-9aea-d70a96c04d97",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "30043d4f-309e-40c6-bf6d-5499179e18fe",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9298f768-6319-47ac-acb4-6cf6fe8dc4cd",
+ "createdAt": "2019-04-06",
+ "completed": "2018-07-19",
+ "initiated": "2022-12-22",
+ "ministryContact": "BEER JESSE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4814d35f-006a-4537-b1aa-b85def6e39a5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d4c169ba-8273-45b2-9190-bd99c4b495e3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3a57babb-3504-424a-9882-e24d8c959792",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "10ab6f8d-b916-4fc6-882d-3d348d378b35",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "7b1d5c87-39d5-4108-9c06-f9b4b842baf0",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-11-03",
+ "startDate": "2016-04-04",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "02a5d74c-759b-445f-adb4-322357be0d91",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-04-15",
+ "startDate": "2020-08-27",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e5fbcc7a-bd1f-4deb-92ba-20255f5279bc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-03-29",
+ "startDate": "2019-02-03",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4b1353bc-6c6d-48a8-9d96-08f3763d9798",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-08-07",
+ "startDate": "2019-04-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "ba191175-7672-408e-829b-0c7f6f48eee0",
+ "siteRegistry": false,
+ "documentDate": "2017-07-27",
+ "receivedDate": "2021-01-10",
+ "uploadedDate": "2016-08-28",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "1bbd1ac7-4023-4c29-8992-f6bedbed0658",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2bacc61e-b6eb-403c-a62d-808ec1e192b9",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "bf92bdac-fa1f-4bc4-ac9d-1b516960eb62",
+ "siteRegistry": true,
+ "documentDate": "2016-09-16",
+ "receivedDate": "2019-10-15",
+ "uploadedDate": "2016-06-12",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "dc3b8868-dfbb-4c3f-9f8f-60ff6b1afbd3",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d0fa8d48-e390-4248-99f2-555ab4948508",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5ee09bc7-39b1-423d-ada6-27fcda867575",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "94b7a764-7bd3-4dec-a0ab-26eeb1752359",
+ "siteRegistry": true,
+ "documentDate": "2017-08-28",
+ "receivedDate": "2018-07-17",
+ "uploadedDate": "2016-08-05",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "9876a088-73bc-4673-a78c-89333a214485",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9625a07c-ffcb-4615-88f2-e9c8c7bfb658",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4cf62ed6-5cf6-45d7-9a4a-9d585403eb64",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "6d46617d-ecfd-4461-aec7-ff0c276e2d35",
+ "siteRegistry": false,
+ "documentDate": "2017-11-07",
+ "receivedDate": "2020-12-21",
+ "uploadedDate": "2022-06-13",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "194f031a-121f-49c3-b0dc-fac1dae2db99",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "aeb9a309-2888-427c-9e50-2dd80711371c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "91b675e9-580e-4c42-aa7d-853492b66d10",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-04-04 (described on Site Profile dated 2016-04-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "fe8784ff-3caf-434c-8588-5f57d85774b8",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-07-02 (described on Site Profile dated 2014-07-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "7044f23b-7c63-4d34-bee4-6b76c34100b5",
+ "siteRegistry": true,
+ "dateNoted": "2013-10-26",
+ "parcelID": "19346",
+ "crownLandUsePIN": "16815",
+ "crownLandFileNumber": "15431",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 4 DISTRICT LOT 4 PLAN 8492"
+ },
+ {
+ "uuid": "e89cc9b1-1e3b-4874-b323-36a8979bcdc0",
+ "siteRegistry": true,
+ "dateNoted": "2020-03-21",
+ "parcelID": "18674",
+ "crownLandUsePIN": "17568",
+ "crownLandFileNumber": "20071",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 4 DISTRICT LOT 3 PLAN 5225"
+ },
+ {
+ "uuid": "02360ee2-49c1-4b67-ba62-e07ab1432e74",
+ "siteRegistry": false,
+ "dateNoted": "2021-08-09",
+ "parcelID": "15921",
+ "crownLandUsePIN": "18158",
+ "crownLandFileNumber": "15640",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 1 DISTRICT LOT 5 PLAN 3467"
+ },
+ {
+ "uuid": "2d424383-778f-4921-b409-c766fe2b43d0",
+ "siteRegistry": true,
+ "dateNoted": "2018-03-08",
+ "parcelID": "16800",
+ "crownLandUsePIN": "18071",
+ "crownLandFileNumber": "18309",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 2 DISTRICT LOT 2 PLAN 9794"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "c210fe03-77b2-4dad-8cfe-8872af2a1846",
+ "siteRegistry": true,
+ "dateReceived": "2020-05-25",
+ "dateCompleted": "2020-07-28",
+ "dateEntered": "2017-10-17",
+ "dateRegistrar": "2016-02-12",
+ "dateLocalAuthorityReceived": "2022-04-05",
+ "summary": "Iusto placeat optio quisquam iusto similique nobis.",
+ "informationUsed": "Doloribus inventore explicabo.\nAliquam officia blanditiis nulla ipsum reiciendis veniam natus.\nAssumenda atque eum vitae perspiciatis quod accusamus saepe iste.",
+ "pastOrPresentOrders": "Laboriosam numquam voluptates atque eaque eius nisi iusto fugit.\nSimilique sunt minus reiciendis omnis.\nCommodi vitae veritatis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "6f1a3653-9d65-4587-8d44-27ebacf35f16",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f8f8fea4-0f2d-4321-a5d3-421c6f9e6b46",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c763f757-2ba7-4221-9756-4772aa5dca16",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "becad1de-d427-431e-a98d-743df18e6ae9",
+ "siteRegistry": false,
+ "dateReceived": "2022-12-08",
+ "dateCompleted": "2019-01-21",
+ "dateEntered": "2014-11-01",
+ "dateRegistrar": "2021-09-10",
+ "dateLocalAuthorityReceived": "2018-06-22",
+ "summary": "Molestias consectetur vel modi ratione expedita officiis inventore.\nTotam ipsum reprehenderit tempore accusantium officiis nemo error reprehenderit.",
+ "informationUsed": "Mollitia architecto cumque reiciendis voluptatibus voluptatibus atque architecto nemo.\nEa excepturi animi aliquam id dolorem beatae eum impedit.\nVoluptates repellendus ipsum recusandae facilis.\nNisi suscipit totam aperiam quaerat error quis praesentium quis.\nLibero eaque quaerat iusto iusto eum sunt dolor maiores.",
+ "pastOrPresentOrders": "Neque voluptates error maxime cum asperiores.\nAb doloremque fugit libero iusto.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "c6cf990e-f53d-4e1e-8fff-38865fd93ad7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4ddcd218-4f97-457f-a270-31f9c5ca5934",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "10306ea4-38e5-4000-ab27-ce703fe7b31a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5027db5b-9b02-4b10-8596-9e36412be0ec",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "b0f4ed5a-1ea5-4560-8cf6-5be10abcc960",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HERZOG CALI",
+ "timestamp": "2020-07-09"
+ },
+ {
+ "uuid": "b5685365-6008-4581-aeea-1943ef82722c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CARTER-DIBBERT KAYLEE",
+ "timestamp": "2013-11-16"
+ },
+ {
+ "uuid": "f91414c1-2e13-4d42-a460-477b1f01f19b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "EMARD-ADAMS OLE",
+ "timestamp": "2016-05-28"
+ },
+ {
+ "uuid": "d619382a-ea84-42e2-9fe7-05c04ebda929",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEANEY LYRIC",
+ "timestamp": "2017-01-21"
+ },
+ {
+ "uuid": "a4e379e0-b779-4a38-8ac0-c43fe64b3182",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HACKETT DASHAWN",
+ "timestamp": "2019-02-05"
+ },
+ {
+ "uuid": "8a238f5c-f790-48a0-a6e4-655f100ddc10",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CORMIER EPHRAIM",
+ "timestamp": "2017-08-06"
+ },
+ {
+ "uuid": "070b8112-3511-426f-b42f-2589f7ef8762",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TOY LYNN",
+ "timestamp": "2023-04-22"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "2664217a-8697-42f3-badd-ae7040c6d394",
+ "dateNoted": "2016-02-06",
+ "notes": "",
+ "parcelID": "16149",
+ "siteID": "19485",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "83a6fecb-f4de-4ef9-8e9e-760e1f7ee01d",
+ "dateNoted": "2015-02-03",
+ "notes": "",
+ "parcelID": "19444",
+ "siteID": "18880",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e2cfd763-35ad-4698-9e38-4727049dac11",
+ "dateNoted": "2020-08-07",
+ "notes": "",
+ "parcelID": "15621",
+ "siteID": "15998",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "bc96de8f-a4ee-4e77-9e6b-4d79814120c1",
+ "siteID": 17471,
+ "address": "97582 Lizeth Lake",
+ "latitude": 51.6046,
+ "longitude": -131.1449,
+ "lastUpdated": "2018-10-03",
+ "city": "West Evieton",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/7374",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8476859,
+ 3209442,
+ 785090,
+ 1376184,
+ 1263992
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "2e350fe5-51ed-40b3-be20-85021e015007",
+ "createdAt": "2023-03-03",
+ "completed": "2017-06-01",
+ "initiated": "2018-12-06",
+ "ministryContact": "JACOBS ASHLYNN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e2e3b915-12b4-49c9-9adb-a4da1f60a6cb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "49e97055-95e2-441b-a04a-370a5f6a91e8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8584f94f-6280-41c1-ba92-66fe6b726b0c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b9d71490-c460-45a6-af0f-dcdf90fe7291",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fd0c0bf0-2c6a-4eb8-98ab-181718a37225",
+ "createdAt": "2017-02-24",
+ "completed": "2016-05-30",
+ "initiated": "2023-07-28",
+ "ministryContact": "CHAMPLIN DESTINY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "196d6369-ef42-46a1-a88f-9afcad96415b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "40bfd125-0816-4960-b602-8a9af36dbb58",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c0c77269-bcad-45a3-bbb1-ac8b9560954f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "747862aa-4b60-44f4-b962-b1cd7ad4a896",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d838a406-cac4-4861-8519-7c976e7b97cd",
+ "createdAt": "2023-07-28",
+ "completed": "2021-01-18",
+ "initiated": "2021-12-16",
+ "ministryContact": "SWIFT-GLEICHNER TAUREAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d313ff0d-ce46-48c0-8416-f43e0cd97236",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e5470f56-1fb6-457e-86f3-cfc7104dda73",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ecb3947b-f671-461f-b923-9027c38a40ee",
+ "createdAt": "2019-10-03",
+ "completed": "2016-05-16",
+ "initiated": "2018-07-10",
+ "ministryContact": "JACOBI ROSELLA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "518d8b6b-7b76-4ec6-974f-a090596f8fc4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3be8ea89-2117-45d7-adba-211d32e2b065",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "32fc0355-2a2e-4622-8e59-c8945dbb75f1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "836a9aac-0a66-4a70-8acf-5ee2f156c747",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-09-11",
+ "startDate": "2016-02-15",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1ce89c41-c312-477a-9ce5-588a3e8bc549",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-03-10",
+ "startDate": "2023-03-15",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e78b5311-9944-4253-9809-7dea036e85b3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2017-06-18",
+ "startDate": "2014-06-26",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "7fe28463-f2fd-49f0-bd98-d5a13ad2c719",
+ "siteRegistry": false,
+ "documentDate": "2020-08-20",
+ "receivedDate": "2018-02-22",
+ "uploadedDate": "2017-10-21",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "13478e98-d63d-45e6-99fb-99c1b5b55716",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "6cb3cdf2-866d-4f72-8383-22ee21a6a27a",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "2cea63bd-5b49-4656-bf9b-e5189671f4f8",
+ "siteRegistry": false,
+ "documentDate": "2020-02-09",
+ "receivedDate": "2017-12-05",
+ "uploadedDate": "2015-04-20",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "cc5f71d5-0bfd-4d36-a359-841368c074b7",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "053377f8-aeef-4732-b4a6-1dc6c7d6282a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "9e7b24a8-540f-4309-977e-5ae64d2c0d92",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-05-08 (described on Site Profile dated 2016-05-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f1ec2f17-7339-465c-a481-da87b7cb77c1",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-01-18 (described on Site Profile dated 2015-01-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "4b1e144a-1f85-4c5a-a936-fa919c3cf585",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-11-06 (described on Site Profile dated 2013-11-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "f498cdb9-59a6-4f50-a5d7-8a72a1937065",
+ "siteRegistry": false,
+ "dateNoted": "2023-04-26",
+ "parcelID": "20064",
+ "crownLandUsePIN": "15424",
+ "crownLandFileNumber": "17868",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 4 DISTRICT LOT 4 PLAN 8395"
+ },
+ {
+ "uuid": "5f64d91b-6263-4249-a88c-2878f09da10d",
+ "siteRegistry": true,
+ "dateNoted": "2021-02-15",
+ "parcelID": "15889",
+ "crownLandUsePIN": "15568",
+ "crownLandFileNumber": "19833",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 2 DISTRICT LOT 5 PLAN 9700"
+ },
+ {
+ "uuid": "e81132db-123b-4c1e-9e56-186bb481df44",
+ "siteRegistry": false,
+ "dateNoted": "2014-04-29",
+ "parcelID": "18645",
+ "crownLandUsePIN": "15488",
+ "crownLandFileNumber": "16998",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 5 DISTRICT LOT 2 PLAN 9401"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "8c31d32a-7f74-412c-a7a4-73ee7944078f",
+ "siteRegistry": true,
+ "dateReceived": "2017-08-22",
+ "dateCompleted": "2017-03-16",
+ "dateEntered": "2021-06-13",
+ "dateRegistrar": "2020-11-02",
+ "dateLocalAuthorityReceived": "2015-03-03",
+ "summary": "Nam blanditiis repudiandae velit velit itaque labore cupiditate nobis blanditiis.",
+ "informationUsed": "Nesciunt facere vero id ratione praesentium odit.\nVitae maiores voluptatibus libero praesentium praesentium excepturi.\nReiciendis eum architecto.\nSoluta magnam quisquam facere.\nDignissimos beatae cupiditate porro ducimus eveniet.",
+ "pastOrPresentOrders": "Quas vitae qui voluptatum quisquam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "28080a2d-ff02-4d79-83a4-29747dd9a6ae",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5d49cc58-c069-4821-85d6-5b88b0500833",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d73c90fe-dcee-4a53-9c29-5ff19a5ddebf",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b36c73ab-7c3b-4146-be20-1736c14f9f73",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "4719e412-1dee-4caf-aa08-fd7c0f3849dc",
+ "siteRegistry": false,
+ "dateReceived": "2016-11-15",
+ "dateCompleted": "2019-03-05",
+ "dateEntered": "2023-09-22",
+ "dateRegistrar": "2023-09-05",
+ "dateLocalAuthorityReceived": "2021-11-16",
+ "summary": "Earum expedita porro commodi minus amet omnis laborum quasi sit.\nDignissimos optio fugit libero commodi veritatis sint.",
+ "informationUsed": "Occaecati dolore necessitatibus a aperiam vitae minima dignissimos.\nOdit quam eius eveniet culpa vitae eum non placeat.\nTempora facilis ipsa ut in.\nOfficiis ipsam tempora reiciendis doloribus placeat quam incidunt natus.",
+ "pastOrPresentOrders": "Ipsam voluptates quam beatae.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "27594961-9c75-40bc-b200-efc478b62691",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bb202154-24fa-4295-9bff-c9dd5e3cd36a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "f54161b1-841a-4960-9f0f-73dc2dc29232",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ABSHIRE PETRA",
+ "timestamp": "2016-01-27"
+ },
+ {
+ "uuid": "45b0b401-e854-4d6e-85e5-48b70110371d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAUMBACH LEA",
+ "timestamp": "2022-06-06"
+ },
+ {
+ "uuid": "9e02067a-d60d-4fd6-83cf-7570ae33887e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROOB ZELDA",
+ "timestamp": "2015-06-07"
+ },
+ {
+ "uuid": "72097a62-1179-4bf9-818f-20d128770e47",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DIBBERT JORDYN",
+ "timestamp": "2016-04-19"
+ },
+ {
+ "uuid": "0c7ba067-f92c-4e1b-bf48-c84bb47fbe73",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JOHNSON TRINITY",
+ "timestamp": "2015-09-06"
+ },
+ {
+ "uuid": "e94a69e6-6a04-4474-b70f-084f33cb944f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUBOWITZ DEMARCUS",
+ "timestamp": "2022-06-30"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "7f9584da-0d95-4768-b469-2cec62b586d8",
+ "dateNoted": "2020-07-14",
+ "notes": "",
+ "parcelID": "15840",
+ "siteID": "17107",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b92272bd-02e1-4581-b451-d3e2ccb1b60a",
+ "dateNoted": "2017-05-19",
+ "notes": "",
+ "parcelID": "20872",
+ "siteID": "17993",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "5e70ef95-6305-46a0-80b8-966dbd2ce05b",
+ "siteID": 18494,
+ "address": "525 Lonnie Center",
+ "latitude": 57.5715,
+ "longitude": -132.3033,
+ "lastUpdated": "2021-10-11",
+ "city": "North Miami",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/8496",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8559070,
+ 403797,
+ 3734815,
+ 7724698,
+ 239933
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "5177f18e-8264-4098-9008-ddece1b07b30",
+ "createdAt": "2019-11-20",
+ "completed": "2023-06-05",
+ "initiated": "2019-06-08",
+ "ministryContact": "OBERBRUNNER DARON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c8df9cbf-5533-459b-8bac-13a75275a8bb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bad4cb03-8426-4ef5-b2f7-a9e595ce7212",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3e2550e8-5163-4b74-94b9-6ced9478fc73",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6a8262b0-eaaf-4212-86a5-9fc058473db4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ff0ccf26-d746-4452-9949-4c7b1ca30fb3",
+ "createdAt": "2017-07-21",
+ "completed": "2023-09-01",
+ "initiated": "2014-09-08",
+ "ministryContact": "JASKOLSKI-ZIEMANN SELINA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7c7ce860-9f4a-4da3-a536-88c2e673a9c6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e59747f4-c3f1-449b-8dbf-b29c677c6946",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d6ef364d-3eaf-4194-a23c-bc94df632def",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7088e9bb-d353-40c2-beb7-17468887d1e2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "240f3680-1600-432d-be88-015ac8f56aab",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "48d9eff5-a2eb-4fab-8ad9-ce29ab7aaffc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-07-20",
+ "startDate": "2016-10-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "548ce80c-eabe-4689-9cde-370998c55ca2",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2023-03-16",
+ "startDate": "2020-04-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d672fd21-ec9f-4ddc-b920-d3b3d43f03c0",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-09-13",
+ "startDate": "2017-02-17",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "72393924-43e6-4f3b-bde1-f7b331a474f0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-12-22",
+ "startDate": "2014-10-24",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "87eec1ac-ed0d-4ea2-af6d-a086d6c5df3d",
+ "siteRegistry": false,
+ "documentDate": "2014-04-03",
+ "receivedDate": "2016-07-21",
+ "uploadedDate": "2020-07-17",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "f600dbe1-f0c0-41cc-9806-549faa24a4c1",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "96032c2f-9056-43ea-b14b-806689facf9c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "fe815997-114e-465c-bb36-19a7b3ebb1d0",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "d7c58938-5dc4-443e-a59f-4b751167d7b4",
+ "siteRegistry": false,
+ "documentDate": "2018-08-10",
+ "receivedDate": "2021-11-19",
+ "uploadedDate": "2021-09-18",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "5303779a-3df5-4c1f-8067-b578de711f29",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "bbc97503-ceab-4777-8fd1-92a6477f6fa7",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "6e9b9452-9688-4a76-b3d1-e862d1ba77fd",
+ "siteRegistry": false,
+ "documentDate": "2022-02-28",
+ "receivedDate": "2020-01-23",
+ "uploadedDate": "2017-05-22",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "b45285c1-bcac-43c4-8ccc-ff5b4281eaf2",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "7b4d3ca1-4a15-42ca-b8a4-ce1502448cb2",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-01-15 (described on Site Profile dated 2014-01-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "aa0dd4f0-0103-45e1-967f-d29b6b0fb7a8",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-03-11 (described on Site Profile dated 2023-03-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "443939e2-465d-4074-a28f-50356a4da267",
+ "siteRegistry": true,
+ "dateNoted": "2022-04-22",
+ "parcelID": "19791",
+ "crownLandUsePIN": "16274",
+ "crownLandFileNumber": "17721",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 3 DISTRICT LOT 3 PLAN 3648"
+ },
+ {
+ "uuid": "80d96668-5e67-4a7b-979b-b8dcad7c99af",
+ "siteRegistry": true,
+ "dateNoted": "2017-06-16",
+ "parcelID": "20155",
+ "crownLandUsePIN": "17522",
+ "crownLandFileNumber": "16050",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 4 DISTRICT LOT 3 PLAN 4634"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "9d1a5fba-5f20-4349-b6bc-92be22069bbd",
+ "siteRegistry": false,
+ "dateReceived": "2017-11-19",
+ "dateCompleted": "2017-06-13",
+ "dateEntered": "2013-11-14",
+ "dateRegistrar": "2014-10-02",
+ "dateLocalAuthorityReceived": "2020-07-27",
+ "summary": "Sed quia perferendis tempora quam.\nQuod cupiditate fugiat.\nUt repellat sunt.",
+ "informationUsed": "Eum quam id commodi numquam reiciendis deserunt.\nAccusantium repellat porro suscipit.\nPraesentium placeat alias magni itaque magnam vitae asperiores eveniet doloribus.\nIste dolores occaecati id officiis.\nNihil cumque eos provident eum.",
+ "pastOrPresentOrders": "Corrupti tempore cumque in veritatis deleniti quibusdam beatae.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "c1ee4b41-e636-4ab8-889a-9c43c5545a07",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f863e7a1-c554-4080-a88f-060ff6c70b6d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2623b7c0-87ca-4633-b249-b1048e0fc545",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a9d7d2ac-a1c6-4e1a-bd1d-acbf6ac5cd1a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "6bc736c8-749f-47c5-aa3c-8a5c58850663",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "POLLICH OTILIA",
+ "timestamp": "2023-08-07"
+ },
+ {
+ "uuid": "1a16a7e3-7abf-4f2a-8267-6b387c3d975c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PFANNERSTILL MARTY",
+ "timestamp": "2015-02-19"
+ },
+ {
+ "uuid": "24123ddf-91f4-4452-a022-6f347684f6f0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'KON JABARI",
+ "timestamp": "2020-02-21"
+ },
+ {
+ "uuid": "fbe32fd8-2673-4360-8196-ecd2e65af40f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HARTMANN MARLIN",
+ "timestamp": "2019-07-13"
+ },
+ {
+ "uuid": "a137f580-a12e-4635-9f1c-04bf8c07926d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BRADTKE TEAGAN",
+ "timestamp": "2017-09-18"
+ },
+ {
+ "uuid": "637c5dd7-3e75-45d6-8e37-a35b9bdb89ca",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUETTGEN MARCELO",
+ "timestamp": "2020-06-23"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "63b1f738-a2f2-40b0-9993-5dfc35ac48ca",
+ "dateNoted": "2016-07-30",
+ "notes": "",
+ "parcelID": "16124",
+ "siteID": "16366",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "47b505d7-de7d-4a13-834e-d003a7aca7cd",
+ "dateNoted": "2020-09-19",
+ "notes": "",
+ "parcelID": "17007",
+ "siteID": "17834",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "daf2a432-d45d-4314-9936-6af452e51e6b",
+ "dateNoted": "2023-08-23",
+ "notes": "",
+ "parcelID": "20150",
+ "siteID": "18407",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "0fb11368-a848-47c1-9f44-4881824efecc",
+ "siteID": 16222,
+ "address": "77342 Graham Roads",
+ "latitude": 51.5755,
+ "longitude": -127.4399,
+ "lastUpdated": "2017-08-27",
+ "city": "Sengerland",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/14357",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7270700,
+ 9994210,
+ 436160,
+ 2174178,
+ 5030290
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "978665e9-d866-4823-8de6-d8e86b264e11",
+ "createdAt": "2022-02-16",
+ "completed": "2022-09-02",
+ "initiated": "2016-11-29",
+ "ministryContact": "KLING VERGIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d231c554-eeac-40b7-98ee-ce6ae73a2aec",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "920fc373-11da-424c-916f-ae3bfb45ca54",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "efa25ea1-7939-4308-b265-3f66ffa37f57",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "df1a06ec-71db-42e0-8d7a-96e2457dd131",
+ "createdAt": "2020-07-15",
+ "completed": "2018-11-14",
+ "initiated": "2015-12-21",
+ "ministryContact": "OSINSKI VELDA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "0bf0f788-c696-4d7e-9ef2-abab3d4b5339",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ee72f875-8baa-4604-ae13-c4939291c238",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e06bb73f-e059-444f-910b-b439ed87ae17",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "634252c0-71ab-4991-a8f7-c27e2d74b122",
+ "createdAt": "2015-09-20",
+ "completed": "2023-07-13",
+ "initiated": "2016-01-24",
+ "ministryContact": "KOEPP EULA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "43fe9748-39bf-4aaa-ba99-7a0ee992167b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3b8f1cba-ef33-4ef2-8762-f1b2641cde98",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c650f828-1316-4e32-9ba7-cb4e600fb366",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d3f13420-295e-4bca-aec6-28af03e399e3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7fa5309c-dd92-4479-b3b4-55f1b0c867bd",
+ "createdAt": "2020-01-30",
+ "completed": "2018-04-23",
+ "initiated": "2015-02-08",
+ "ministryContact": "GLEASON GERARD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "dacd1171-c508-4549-b18f-71be2949394a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b5c8654c-3b4b-4a2f-a7e0-ef0e203ce5f9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b5251f95-cca5-4f0c-a52c-98c1608c722d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b5136e67-847f-424f-943f-763c465385a3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c2b5e13e-c9aa-49a7-bcf1-9ff8ae953e41",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "e20635e1-4139-48e0-908c-d1ab69a23084",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-11-11",
+ "startDate": "2014-11-23",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a0cdcd71-f4f1-4004-a42f-ec62c1b8eefa",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-10-28",
+ "startDate": "2017-11-10",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "134aa5e2-4a5f-4ecd-9999-04deff5e2b61",
+ "siteRegistry": true,
+ "documentDate": "2020-07-31",
+ "receivedDate": "2021-11-01",
+ "uploadedDate": "2022-05-19",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "e5ebb3cc-52c6-48c2-ae67-b961664c8585",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e0feb187-462e-41c9-86f2-a49ad983dafa",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "dd772ba6-2960-405c-86cf-6a228c3125f7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "def61100-6209-49d6-8857-886ab2fbcc0e",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-06-13 (described on Site Profile dated 2018-06-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "c32cb472-2012-4fe9-8090-e1ed36ff3e85",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-04-03 (described on Site Profile dated 2023-04-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "446bd259-969a-4091-824b-0434d050662e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-02-27 (described on Site Profile dated 2020-02-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "0d5664d9-1b7c-4204-83b7-84cdff54d2e4",
+ "siteRegistry": false,
+ "dateNoted": "2019-08-16",
+ "parcelID": "17380",
+ "crownLandUsePIN": "18986",
+ "crownLandFileNumber": "15541",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 3 DISTRICT LOT 4 PLAN 9332"
+ },
+ {
+ "uuid": "b8ec6f38-81e7-4ad8-84c8-42532754cad3",
+ "siteRegistry": false,
+ "dateNoted": "2017-03-05",
+ "parcelID": "15951",
+ "crownLandUsePIN": "19791",
+ "crownLandFileNumber": "18992",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 2 DISTRICT LOT 4 PLAN 7017"
+ },
+ {
+ "uuid": "6faec4ac-e397-420d-90f1-aba06332aeaf",
+ "siteRegistry": true,
+ "dateNoted": "2016-07-04",
+ "parcelID": "15192",
+ "crownLandUsePIN": "20411",
+ "crownLandFileNumber": "17203",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 3 DISTRICT LOT 4 PLAN 3883"
+ },
+ {
+ "uuid": "cec32d51-e0dc-4ed2-a002-d46b056d8bb9",
+ "siteRegistry": true,
+ "dateNoted": "2021-01-26",
+ "parcelID": "16684",
+ "crownLandUsePIN": "15983",
+ "crownLandFileNumber": "16858",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 3 DISTRICT LOT 5 PLAN 9176"
+ },
+ {
+ "uuid": "7a4a844d-3cf7-4817-8b74-df105c7c854e",
+ "siteRegistry": true,
+ "dateNoted": "2022-10-27",
+ "parcelID": "19078",
+ "crownLandUsePIN": "20268",
+ "crownLandFileNumber": "17695",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 1 DISTRICT LOT 4 PLAN 7344"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "cc85f3cd-e6be-44e4-9dd3-74c4054cffc3",
+ "siteRegistry": true,
+ "dateReceived": "2021-09-05",
+ "dateCompleted": "2018-10-10",
+ "dateEntered": "2019-12-20",
+ "dateRegistrar": "2020-09-21",
+ "dateLocalAuthorityReceived": "2015-10-11",
+ "summary": "Saepe nemo fugiat sit nulla vitae officia.\nSed quia labore harum eum praesentium nobis quia provident iste.\nSunt cupiditate temporibus explicabo laudantium natus ipsam.",
+ "informationUsed": "Perferendis ex quas sed repellat incidunt perferendis nihil.\nSint magni reiciendis ratione consectetur impedit eos provident.\nQuod velit consequuntur saepe mollitia officiis deleniti eum.",
+ "pastOrPresentOrders": "Eveniet officiis deleniti quasi tenetur.\nQuam consequuntur commodi harum ex.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e93f8036-2bf8-44c7-9bfe-d9badf6e04d1",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d79f69a5-876a-46bd-8a1d-c35d2798160c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3af503bf-e9c5-47ee-8dab-57d7f5caf88f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "9fe2b88f-63ca-4cc8-822c-5a05e1359d2d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUHN GOLDEN",
+ "timestamp": "2014-09-27"
+ },
+ {
+ "uuid": "90c7c1a3-b4c7-4bdc-8f72-533b482ed866",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CORMIER-HOWELL KARI",
+ "timestamp": "2023-01-19"
+ },
+ {
+ "uuid": "57db9ba5-c305-4777-bde5-93a171a19827",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUSSEL ENRICO",
+ "timestamp": "2023-03-19"
+ },
+ {
+ "uuid": "975708e0-c6cb-46fe-9e7a-0905b0e3fcec",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WOLF KENDRICK",
+ "timestamp": "2016-09-14"
+ },
+ {
+ "uuid": "2c0cc83d-4a05-4363-a2b9-a61f60c273b9",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GLOVER LAURA",
+ "timestamp": "2018-01-05"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "65c5369c-9d61-42e5-b0dd-3c0298db0427",
+ "dateNoted": "2020-02-25",
+ "notes": "",
+ "parcelID": "18463",
+ "siteID": "19065",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a80584fd-0ef6-4061-b80e-04d1e3406987",
+ "dateNoted": "2015-07-27",
+ "notes": "",
+ "parcelID": "20247",
+ "siteID": "18229",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3a753a6b-aaaa-4cdd-b5ec-1ec12f22cd18",
+ "dateNoted": "2022-09-11",
+ "notes": "",
+ "parcelID": "18446",
+ "siteID": "18456",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "1c8b7d9d-0d26-40af-afec-313f8c49c213",
+ "siteID": 19460,
+ "address": "835 Mosciski Burg",
+ "latitude": 56.011,
+ "longitude": -132.9655,
+ "lastUpdated": "2021-12-20",
+ "city": "Willmsburgh",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/15931",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8244865,
+ 7151382,
+ 6461823,
+ 8375377,
+ 3871154
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "81f46061-2872-4c7b-a6e8-668d23aeff0f",
+ "createdAt": "2022-07-09",
+ "completed": "2019-12-18",
+ "initiated": "2023-08-16",
+ "ministryContact": "DAUGHERTY LOTTIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f021d2a3-0b28-4043-acfa-61445040c7de",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "96a4cf45-49af-4b1f-9fb3-bd4acfa2a30a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cc3d225a-e2b4-47e0-b7a1-b87e1b843892",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f1fb4b23-0e8b-4279-9af3-cb97adc2480e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f73cbd81-324c-44d1-bd6c-1c2767f8ceca",
+ "createdAt": "2018-07-07",
+ "completed": "2017-12-08",
+ "initiated": "2018-12-09",
+ "ministryContact": "WILKINSON CORENE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d8adaa09-f6d4-4d6a-a377-f37f572553be",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c395a5f9-8603-4d41-8eee-f0329e0c3a4a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "06a95c47-a61d-4882-9a4f-c0bdb3ff1b6f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e959734a-f3e7-4f3c-999a-d88053599e25",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "75bb364d-4909-4140-b350-745aff340b9f",
+ "createdAt": "2021-03-17",
+ "completed": "2014-08-03",
+ "initiated": "2016-01-15",
+ "ministryContact": "CARTWRIGHT REESE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8228eeb9-3c20-4036-9d0e-91f14e9a04ec",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "03488620-31a5-457c-93d2-85e6d5c2c052",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "90ee1688-18c3-436c-8a39-045efd992ca3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "273a5fc1-4be5-430e-b1b4-58f49a58070d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "955ee8b2-d0d8-4310-bb9f-fc10a8cbf38f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "837e0ee9-c9e7-4728-914b-5053273d0ae7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-09-19",
+ "startDate": "2018-04-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "401c1443-72fb-4b08-80b3-071becaa5807",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-12-21",
+ "startDate": "2016-08-31",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8ffdae03-7121-438c-8117-bdba4b9e7cea",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-03-13",
+ "startDate": "2019-04-04",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "85a35b03-7fdc-48d4-afb5-c86e4e67fbdc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-10-04",
+ "startDate": "2018-02-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d2a7b197-ed41-44cc-ac40-00bfb0cdb014",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2014-11-18",
+ "startDate": "2023-02-12",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "5dd1b98e-5f3a-449a-bc04-69e588b0222e",
+ "siteRegistry": false,
+ "documentDate": "2021-02-25",
+ "receivedDate": "2019-02-18",
+ "uploadedDate": "2015-12-15",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "e26e11d5-558c-497c-b143-0f2bc5bf111b",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "23a84ebc-bbfb-405d-b35d-465bb5515ea4",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-09-15 (described on Site Profile dated 2014-09-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "1cbd010c-da09-4daf-afc4-040765e48781",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-02-05 (described on Site Profile dated 2022-02-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "1a97f6bf-5534-488b-91bc-76c3b808bd9a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-07-15 (described on Site Profile dated 2014-07-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "a4d37d3f-8dd5-422f-956a-539a92e32b04",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-07-11 (described on Site Profile dated 2021-07-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "32edb77a-cc2c-4b08-b4ee-cae8989ce370",
+ "siteRegistry": false,
+ "dateNoted": "2014-08-01",
+ "parcelID": "18221",
+ "crownLandUsePIN": "17812",
+ "crownLandFileNumber": "20760",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 1 DISTRICT LOT 2 PLAN 3141"
+ },
+ {
+ "uuid": "ec1bfa79-2070-4684-b5dd-c1b8ada1bfb5",
+ "siteRegistry": false,
+ "dateNoted": "2022-01-07",
+ "parcelID": "19434",
+ "crownLandUsePIN": "16376",
+ "crownLandFileNumber": "19145",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 1 DISTRICT LOT 3 PLAN 6096"
+ },
+ {
+ "uuid": "948661b5-4cf8-47f6-9352-031c3332a5e4",
+ "siteRegistry": false,
+ "dateNoted": "2014-04-29",
+ "parcelID": "18911",
+ "crownLandUsePIN": "18340",
+ "crownLandFileNumber": "20119",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 3 DISTRICT LOT 2 PLAN 3355"
+ },
+ {
+ "uuid": "bf4b13f8-1b0c-4c58-bcf1-b27feb5938fc",
+ "siteRegistry": true,
+ "dateNoted": "2021-08-18",
+ "parcelID": "16510",
+ "crownLandUsePIN": "19796",
+ "crownLandFileNumber": "16082",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 4 DISTRICT LOT 4 PLAN 5576"
+ },
+ {
+ "uuid": "a46aedf0-311d-4087-ba0a-fa328a781877",
+ "siteRegistry": false,
+ "dateNoted": "2021-11-03",
+ "parcelID": "15869",
+ "crownLandUsePIN": "19255",
+ "crownLandFileNumber": "18822",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 1 DISTRICT LOT 1 PLAN 8758"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "0cdf83dd-3ac2-443b-add6-6f724a836fe6",
+ "siteRegistry": true,
+ "dateReceived": "2018-05-09",
+ "dateCompleted": "2020-11-21",
+ "dateEntered": "2022-11-09",
+ "dateRegistrar": "2015-08-27",
+ "dateLocalAuthorityReceived": "2019-08-22",
+ "summary": "Officia at est at quas impedit hic accusantium delectus deleniti.\nMolestiae iure possimus.\nConsequuntur distinctio molestias similique sequi ea autem.",
+ "informationUsed": "Suscipit et provident voluptatem cum quo error expedita.\nEa maiores doloremque dolores natus ea ut.\nError vel qui possimus in vero et.",
+ "pastOrPresentOrders": "Quia recusandae assumenda sed eveniet cum atque facilis doloremque quos.\nAd laudantium molestiae fuga necessitatibus fugit atque voluptate.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "d1151d59-456a-4739-8d97-16b0ee636a63",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0ad2acc3-d239-4f9e-af25-dad2e37c3ab2",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4bafb987-27e9-4cff-9734-c46ace8c13c0",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "6669b13a-e7fb-4048-ae0f-c22a4c2008ce",
+ "siteRegistry": true,
+ "dateReceived": "2019-08-24",
+ "dateCompleted": "2022-10-02",
+ "dateEntered": "2023-07-24",
+ "dateRegistrar": "2022-11-24",
+ "dateLocalAuthorityReceived": "2023-09-19",
+ "summary": "Porro est rem delectus officiis deserunt.\nOfficiis qui earum quae.",
+ "informationUsed": "Pariatur quos nihil hic laudantium aliquid corrupti quidem eos laboriosam.\nAperiam sed reprehenderit molestiae enim.\nVoluptatibus dicta labore rem fugiat esse.",
+ "pastOrPresentOrders": "Consequatur earum accusantium fugiat accusamus fugiat similique itaque iste.\nEsse dolor autem veniam.\nUllam repellendus vero.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "7797fccf-d418-4a7f-b2fc-4ac662e28c61",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "57e5bcbe-4e6d-492f-9a09-59d520d53233",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d8871e69-fab5-4e9c-a99a-23dad427209f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d9d44332-f7bc-4438-ae5e-320b178c6867",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "4eaef7da-5790-4d79-b835-4522a3108cbc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MITCHELL ARMANI",
+ "timestamp": "2018-02-20"
+ },
+ {
+ "uuid": "5b4e66a0-82de-4929-9073-41a9e5d854b6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MEDHURST THORA",
+ "timestamp": "2019-10-17"
+ },
+ {
+ "uuid": "6e2ef4f4-d3d2-4bc7-b7cd-0aaa18f843b4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HETTINGER BENNIE",
+ "timestamp": "2015-06-14"
+ },
+ {
+ "uuid": "b9269063-f518-4110-ad4f-871064e80138",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CONSIDINE REMINGTON",
+ "timestamp": "2015-10-07"
+ },
+ {
+ "uuid": "98d6e414-aaf9-4416-8368-67d7292ded12",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ORTIZ DEVON",
+ "timestamp": "2014-10-11"
+ },
+ {
+ "uuid": "b6e36161-0730-4af7-bc37-0fe4b3f7b377",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KIHN DONAVON",
+ "timestamp": "2015-04-08"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "d4153672-bf58-416e-b8b0-ec08dcca15f0",
+ "dateNoted": "2018-12-09",
+ "notes": "",
+ "parcelID": "15610",
+ "siteID": "20234",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c6db285c-6b36-4c18-83d6-eff2ceb1f0d3",
+ "dateNoted": "2017-06-04",
+ "notes": "",
+ "parcelID": "15971",
+ "siteID": "17443",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1f8fb919-ea54-48c2-8453-de3929cb21f3",
+ "dateNoted": "2015-01-14",
+ "notes": "",
+ "parcelID": "18581",
+ "siteID": "17104",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "c2e8ec6d-45aa-4162-821b-a17f1c5af238",
+ "siteID": 18312,
+ "address": "8512 Alyson Viaduct",
+ "latitude": 55.0775,
+ "longitude": -135.0479,
+ "lastUpdated": "2020-05-24",
+ "city": "Erwinstad",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/8078",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3027024,
+ 7771289,
+ 8764847,
+ 8058865,
+ 3550065
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "7d3717c7-31a4-465a-a0d9-9c777c737ef3",
+ "createdAt": "2022-04-04",
+ "completed": "2020-11-10",
+ "initiated": "2020-01-03",
+ "ministryContact": "COLE MCKENNA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "aab7ba7b-3164-4f6e-beb1-db826c2f054e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ede6785c-5eca-4eea-9869-ec0e697c2837",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "25261412-94d7-4d40-85ca-e9b3e12fbd79",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bc9c9578-ca22-4f28-9a78-97aafd7aae1e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "42309230-3043-4173-bca8-0e3f34eba18c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "985cf00f-4853-47fd-a686-aea51ce3a191",
+ "createdAt": "2020-07-11",
+ "completed": "2017-05-21",
+ "initiated": "2018-05-08",
+ "ministryContact": "KUNDE TALON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ccebe549-b107-4115-9a88-c79a88486332",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "91270df2-37be-4638-8675-763aa0d6f520",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1bfef0a4-04fc-4f23-9467-32cc73c2d3c3",
+ "createdAt": "2014-11-29",
+ "completed": "2016-11-09",
+ "initiated": "2014-10-25",
+ "ministryContact": "HELLER PRECIOUS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "0496711a-2c51-4031-9630-ec96d0d3e3a8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e627212e-a912-4f77-b5e1-6dd5991f472a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "80384786-3752-48b6-b83b-d9880ee32367",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1136e314-5f2f-47c4-8bd4-d787b122027b",
+ "createdAt": "2016-08-03",
+ "completed": "2018-06-07",
+ "initiated": "2022-03-21",
+ "ministryContact": "LARSON MARILYNE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5b5062e7-13a5-4fd4-8f66-dd969fd8ce60",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "10b664db-3da6-4718-b9c6-95a348a3c5a9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bbad4c18-0c05-4013-beed-cdabc62a6aaf",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1b117529-23a5-48b6-ad16-89f7f18c912b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "8e6a6dea-7e1d-493b-9c0f-44ae1be3a53c",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-12-10",
+ "startDate": "2016-04-18",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3e1a8360-a5ff-4a41-ac4c-3c46cf0be1c3",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-02-27",
+ "startDate": "2016-03-21",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "66783945-8e3d-4370-b8de-e54c45686d35",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-05-24",
+ "startDate": "2020-06-18",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "39d0fb0c-d4b0-4aab-be27-b342c75776fc",
+ "siteRegistry": false,
+ "documentDate": "2019-06-27",
+ "receivedDate": "2014-08-29",
+ "uploadedDate": "2020-09-09",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "e3d3052e-1f76-4373-9cc9-f424fa0a2cb9",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e55cbe27-3b08-4c15-b379-991ba664f63a",
+ "siteRegistry": false,
+ "documentDate": "2023-02-14",
+ "receivedDate": "2017-07-25",
+ "uploadedDate": "2016-06-04",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "6a06649d-7ecd-4c47-affc-d10d42328ac6",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "08fc5b18-6065-4d29-a19d-c135252ba672",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "242ea591-0ac2-4888-b952-b86714564b0e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "88a0e9d2-1319-40e4-8590-ea45d1f0b342",
+ "siteRegistry": true,
+ "documentDate": "2019-08-02",
+ "receivedDate": "2018-10-27",
+ "uploadedDate": "2021-05-01",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "c3836461-cae0-4a41-a21a-cb7d1d8e6237",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1881c280-4ffe-405b-be6e-2004d1c34c6b",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "43d4ea3f-2d5c-449d-b6c2-468427ba9618",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "3869533d-347c-407d-8d72-94624a5f363e",
+ "siteRegistry": true,
+ "documentDate": "2022-04-06",
+ "receivedDate": "2014-01-19",
+ "uploadedDate": "2020-05-26",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "866b2221-e59a-4250-ac14-7b4d668c9132",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "28f04463-734f-43a2-a975-2fb77526f354",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5713ee60-e7c2-45e9-93aa-67a17b0d0ac7",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "71562531-a9c5-46f3-9237-df5f0b751a3f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-02-24 (described on Site Profile dated 2014-02-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "04e60c4e-1f67-4208-8892-25d32b5f1849",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-04-13 (described on Site Profile dated 2022-04-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "3d69d2c9-870e-46b0-a394-b5f7978a4867",
+ "siteRegistry": true,
+ "dateNoted": "2013-11-22",
+ "parcelID": "16100",
+ "crownLandUsePIN": "17471",
+ "crownLandFileNumber": "20648",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 1 DISTRICT LOT 4 PLAN 7779"
+ },
+ {
+ "uuid": "3fd91554-48ec-4656-914e-93ba52477988",
+ "siteRegistry": false,
+ "dateNoted": "2015-05-12",
+ "parcelID": "19562",
+ "crownLandUsePIN": "16242",
+ "crownLandFileNumber": "18186",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 3 DISTRICT LOT 1 PLAN 4255"
+ },
+ {
+ "uuid": "98fb518e-4410-4370-b2de-98254e0cef10",
+ "siteRegistry": false,
+ "dateNoted": "2017-07-30",
+ "parcelID": "18788",
+ "crownLandUsePIN": "16735",
+ "crownLandFileNumber": "20639",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 5 DISTRICT LOT 5 PLAN 3822"
+ },
+ {
+ "uuid": "a9f7faae-6941-4a2e-8080-d6fe323d5710",
+ "siteRegistry": true,
+ "dateNoted": "2018-06-30",
+ "parcelID": "15627",
+ "crownLandUsePIN": "19181",
+ "crownLandFileNumber": "16879",
+ "landDescription": "LOT 5 OF LOT 4 BLOCK 5 DISTRICT LOT 2 PLAN 6607"
+ },
+ {
+ "uuid": "b72181f6-0a48-4848-aa96-70dbb67279e5",
+ "siteRegistry": true,
+ "dateNoted": "2014-03-14",
+ "parcelID": "17094",
+ "crownLandUsePIN": "19268",
+ "crownLandFileNumber": "17137",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 4 DISTRICT LOT 5 PLAN 5092"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "1564feea-2056-43b3-a813-494efe908038",
+ "siteRegistry": true,
+ "dateReceived": "2019-12-14",
+ "dateCompleted": "2020-10-09",
+ "dateEntered": "2016-04-18",
+ "dateRegistrar": "2013-12-29",
+ "dateLocalAuthorityReceived": "2015-06-19",
+ "summary": "Earum sequi mollitia perferendis.\nReprehenderit incidunt eum reiciendis.",
+ "informationUsed": "Ea sit numquam eveniet voluptatem quidem.\nVitae nostrum modi.\nVero ullam eveniet architecto asperiores.\nCulpa laudantium iusto repellendus optio rem earum.",
+ "pastOrPresentOrders": "Exercitationem dicta unde eos.\nDolores reiciendis officia optio quibusdam veritatis earum eaque officiis distinctio.\nBlanditiis at quos vero inventore aperiam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "566af44f-86cf-4b04-8a0f-5fad2719332a",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d74e33bd-a119-4ad4-8d82-643b19e87b13",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "2c999bb8-caeb-46c5-a75e-4665750b4d70",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SENGER CECILIA",
+ "timestamp": "2022-08-20"
+ },
+ {
+ "uuid": "1760e504-54eb-459c-af7a-2cf56c88d308",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WINDLER DEON",
+ "timestamp": "2016-07-31"
+ },
+ {
+ "uuid": "23ba886d-e59b-436f-a011-f417061d499e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUSTER LACY",
+ "timestamp": "2023-06-28"
+ },
+ {
+ "uuid": "18ac2664-d9a1-47c7-a9d1-fbceee534d26",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOEGER GINA",
+ "timestamp": "2015-02-06"
+ },
+ {
+ "uuid": "d386252e-fe6a-4e47-b6dc-f8b377ff8ff5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KRAJCIK PIERCE",
+ "timestamp": "2023-07-16"
+ },
+ {
+ "uuid": "71e57a76-5143-4c79-9ae0-5f7a870f1b17",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RENNER ALTHEA",
+ "timestamp": "2022-08-25"
+ },
+ {
+ "uuid": "9e22bbef-13d3-4a73-a8df-815b9e03c5d0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOHR FRIEDA",
+ "timestamp": "2015-11-05"
+ },
+ {
+ "uuid": "c031cfad-6718-4a15-b2c2-d4ee5b8dce39",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SKILES KATHLYN",
+ "timestamp": "2017-07-25"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "82a939ed-23a5-4aff-9067-83ac367b8971",
+ "dateNoted": "2023-07-10",
+ "notes": "",
+ "parcelID": "20000",
+ "siteID": "16834",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "a76a5dc5-7307-4a46-b549-ae559eff42a8",
+ "siteID": 19389,
+ "address": "1626 Holden Plaza",
+ "latitude": 49.2304,
+ "longitude": -122.8484,
+ "lastUpdated": "2017-02-19",
+ "city": "Fort Natalieworth",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/19094",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5610116,
+ 8906386,
+ 5269339,
+ 8620589,
+ 3671509
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "026edc88-3bec-4321-b784-078e8e9c2493",
+ "createdAt": "2014-11-19",
+ "completed": "2021-05-28",
+ "initiated": "2018-12-08",
+ "ministryContact": "RODRIGUEZ ROSALINDA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "0c7571a3-9619-4045-847a-ff5a4f500619",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d2c09e07-8371-40c1-bdf2-135123085cec",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "521d22be-88aa-48f1-adcf-af4ee707ebb6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "873ec07e-d5cd-498b-a62e-4bc589f573ca",
+ "createdAt": "2018-11-21",
+ "completed": "2019-08-24",
+ "initiated": "2023-02-18",
+ "ministryContact": "JAKUBOWSKI AMY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d02a274d-39b6-4aef-878c-a0e2bc9c9c34",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "34488103-c87c-4e17-87e5-9a5c1d7a2830",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "db1113f3-672a-422e-ac2a-bbb85e47fa97",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "705f7bcd-4889-4ec7-b326-3579d753993b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "233f4d5a-bdca-447b-a0b2-35db5124e4d4",
+ "createdAt": "2015-06-20",
+ "completed": "2015-09-17",
+ "initiated": "2023-02-17",
+ "ministryContact": "SKILES MARTINE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "399910d1-47c1-42b4-a7fe-a42b8a435d28",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "48f995dd-c91b-4fd7-bcf7-011df4c94cd0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "077e17b5-1aa2-42c9-8bfa-9b879076e106",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cfb0db19-125c-48c9-9e1a-3869eb054d2b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "45458b51-b92c-4eb3-a811-154354b1edb7",
+ "createdAt": "2019-07-30",
+ "completed": "2019-02-11",
+ "initiated": "2018-11-25",
+ "ministryContact": "DUBUQUE DAYTON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5c0b5d85-d3ff-4e33-a928-ff2e6a9b9e5b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "34189420-fa9d-4866-b578-84d50659577e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fe734725-3a6e-42fe-803a-bb55b23fd6d9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "aa41695b-e5ac-42d7-bc79-a956d4a6ee25",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-05-26",
+ "startDate": "2013-10-28",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9216a8d9-9a57-452f-bf9f-bf289d1992ea",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-11-29",
+ "startDate": "2015-06-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6b221f06-3284-4277-adb1-03f1f91ca452",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-12-26",
+ "startDate": "2020-04-05",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "e2205e18-a437-461d-bb25-a1d4f13a7297",
+ "siteRegistry": false,
+ "documentDate": "2020-01-19",
+ "receivedDate": "2020-01-24",
+ "uploadedDate": "2022-09-11",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "5384c067-e551-42cd-94ef-ee6d7dcea810",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "736cddc4-22b5-4055-938b-03fb58197dda",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "6dbf1234-a901-4c6e-98e5-a49dbb990eb7",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "7d28f4c1-2f29-45d6-92c1-d66952f83d6a",
+ "siteRegistry": false,
+ "documentDate": "2015-05-22",
+ "receivedDate": "2015-01-14",
+ "uploadedDate": "2014-10-30",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "b51ef93d-e891-42cc-a232-488fa88c0557",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "280d2a9f-9dd0-4dd6-9915-fda33c1eeb10",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d42fbc8e-26b7-4af4-96e0-5f70a8c6cf7d",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "65dc67d1-a0c9-4d84-bdf5-8c4493958326",
+ "siteRegistry": true,
+ "documentDate": "2021-08-23",
+ "receivedDate": "2019-02-27",
+ "uploadedDate": "2017-09-07",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "9d05e7f7-d712-484c-bd9b-a04a0b42a0a8",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "898ab318-18a2-48f0-9107-0e2a2172367a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f1752f27-4275-4f7c-b32b-e25d720a8ecf",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "27dd0f39-8b27-449d-9697-7cf166c35aec",
+ "siteRegistry": false,
+ "documentDate": "2016-09-27",
+ "receivedDate": "2014-06-06",
+ "uploadedDate": "2020-07-03",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "16bb1246-9366-4ea2-9ad0-fdd9870fee69",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4003fea5-9964-4a58-b2d6-6a3830d5a8f0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "890eee17-79cd-4c4e-8b76-bd7888909e8c",
+ "siteRegistry": true,
+ "documentDate": "2017-06-03",
+ "receivedDate": "2021-07-19",
+ "uploadedDate": "2023-07-01",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "ffcdeba3-7eb1-4e4e-8630-98f220788d83",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "82cf8a95-b456-4b47-bc2c-4c28e546921c",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-02-02 (described on Site Profile dated 2015-02-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "257447fc-ee0b-4447-9871-62f91bd46843",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-05-24 (described on Site Profile dated 2021-05-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "1ca12ef1-2a94-48ed-a61f-c3ae67e5c1ee",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-06-09 (described on Site Profile dated 2015-06-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "fd303b28-a582-4592-bd1a-ef4a96ea4320",
+ "siteRegistry": true,
+ "dateNoted": "2018-03-17",
+ "parcelID": "16779",
+ "crownLandUsePIN": "18555",
+ "crownLandFileNumber": "17370",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 4 DISTRICT LOT 2 PLAN 3836"
+ },
+ {
+ "uuid": "f9f2e667-1905-4e0e-8772-ae2402855dcb",
+ "siteRegistry": false,
+ "dateNoted": "2015-06-27",
+ "parcelID": "17543",
+ "crownLandUsePIN": "19058",
+ "crownLandFileNumber": "19574",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 3 DISTRICT LOT 5 PLAN 9547"
+ },
+ {
+ "uuid": "0dbd5a0c-4c02-4141-8d84-bb876512175b",
+ "siteRegistry": false,
+ "dateNoted": "2023-06-18",
+ "parcelID": "19103",
+ "crownLandUsePIN": "20006",
+ "crownLandFileNumber": "20562",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 4 DISTRICT LOT 3 PLAN 9041"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "dd173ebc-2512-4c78-a9ba-67e9d5cf729f",
+ "siteRegistry": false,
+ "dateReceived": "2018-07-17",
+ "dateCompleted": "2016-11-22",
+ "dateEntered": "2020-05-01",
+ "dateRegistrar": "2016-05-30",
+ "dateLocalAuthorityReceived": "2022-04-25",
+ "summary": "Rem mollitia officiis ratione.\nCulpa explicabo asperiores culpa.\nMaiores vitae hic dolores id vel perferendis.",
+ "informationUsed": "Sint cupiditate cum inventore quia.\nModi aliquam assumenda vel fuga.\nTempora a eveniet sit laboriosam alias.\nAccusantium quis debitis explicabo ut perspiciatis.\nQuas quia ipsa quisquam sunt ducimus repudiandae asperiores voluptate at.",
+ "pastOrPresentOrders": "Optio similique repellat praesentium.\nOptio nesciunt dolores explicabo asperiores ab ex.\nCorrupti nulla quae reiciendis praesentium dolore.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e9995b1b-9d32-4eac-8431-dcb9c46b05d3",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "549d8545-df24-45aa-8d5d-430d6bb66c9d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "3fb85a9f-3ba9-4443-8e77-42646fc695f3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOHR JOHAN",
+ "timestamp": "2021-12-07"
+ },
+ {
+ "uuid": "4951e4ab-5be3-4bb9-8b28-0805f3701a71",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FAHEY JAMISON",
+ "timestamp": "2021-12-02"
+ },
+ {
+ "uuid": "6ff0b9fc-ccf2-463a-904c-e6f4a8651740",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "AUFDERHAR JANIS",
+ "timestamp": "2020-02-18"
+ },
+ {
+ "uuid": "a40c87e7-06fd-4018-bc22-3f4037e495c9",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUB MYRIAM",
+ "timestamp": "2022-08-26"
+ },
+ {
+ "uuid": "9fe5266b-901f-42d7-a975-6502a1076d6d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEFFLER EZEQUIEL",
+ "timestamp": "2018-10-04"
+ },
+ {
+ "uuid": "76369240-f8d4-4d14-a176-c9cce583cbf4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CHAMPLIN WINFIELD",
+ "timestamp": "2019-01-24"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "9ce53a7c-0556-4508-92e5-51b94f918960",
+ "dateNoted": "2022-04-16",
+ "notes": "",
+ "parcelID": "20482",
+ "siteID": "16403",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "99c3b6fa-16ea-4a71-a700-7d4edca93371",
+ "dateNoted": "2023-05-24",
+ "notes": "",
+ "parcelID": "18795",
+ "siteID": "15971",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "78536310-df8e-42ba-9f36-3d458e467a67",
+ "siteID": 17031,
+ "address": "89491 O'Connell Alley",
+ "latitude": 53.7051,
+ "longitude": -134.5613,
+ "lastUpdated": "2023-01-05",
+ "city": "Crystelhaven",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/18623",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7004318,
+ 5451680,
+ 795145,
+ 2493491,
+ 2509164
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "8f970386-1f92-47d3-be28-e3e5af9a5512",
+ "createdAt": "2016-01-05",
+ "completed": "2020-08-08",
+ "initiated": "2016-11-08",
+ "ministryContact": "KULAS NEIL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1111fd89-a725-4079-99d1-08843b9a07e8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "059e6981-0f1b-411e-aa2d-107ed8f3cf51",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d5132736-910c-43b4-9db1-ab2d4a25eeaf",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "115c1c49-739f-43bd-8891-4ba7ebe70d5a",
+ "createdAt": "2021-07-28",
+ "completed": "2014-05-25",
+ "initiated": "2022-12-16",
+ "ministryContact": "PRICE JENSEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e0ec1c1c-b29e-40f7-90cd-d625aca1e453",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9ded5d9f-05dd-4b8e-b2b9-0c6558027a8f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c027d0a9-5ed3-49e7-b0ef-45566404ee8d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bf8235b8-e806-4a2f-8e39-5ffa6777437a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1bc2f78f-ea91-4acd-be2a-3ad81649e6b2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "43a4e567-2dc9-4edc-bec2-0f501523d9a1",
+ "name": "IPSUM",
+ "endDate": "2015-06-07",
+ "startDate": "2014-04-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "16642d1b-354d-4cf6-80a7-18dbf4771897",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2021-03-17",
+ "startDate": "2023-01-18",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "83937cf3-60de-41f1-926f-65448188e7fb",
+ "siteRegistry": false,
+ "documentDate": "2021-09-07",
+ "receivedDate": "2020-04-29",
+ "uploadedDate": "2021-12-23",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "f3c78209-0994-4591-889c-8a94dc7ffaab",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "44ad6c39-abf1-4311-803a-84e5d89456f9",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7d4b194e-f5c3-41a7-aa3b-938d0c2bfb11",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ceca4e73-149d-41c8-9b4d-11989050f50e",
+ "siteRegistry": true,
+ "documentDate": "2022-06-26",
+ "receivedDate": "2021-02-17",
+ "uploadedDate": "2017-04-12",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "edf9f8f1-0378-423a-aa66-d1ef00b23c6b",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5129aabe-ea9f-4ddd-998e-0001ea88ff4e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9d056541-f552-4226-9388-960f0ef21fb8",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "00168976-851d-43f7-88e6-6b758e8f4191",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-09-15 (described on Site Profile dated 2014-09-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "331d99ea-4f2f-4158-8bb9-168cdd6c0afa",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-12-04 (described on Site Profile dated 2015-12-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "e8a0e048-9396-45a3-ac2f-76758e5fc0fa",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-03-20 (described on Site Profile dated 2023-03-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "3b83db30-37ba-47f6-a003-e67cb43ab5e1",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-08-26 (described on Site Profile dated 2022-08-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "893338d2-3134-4df3-af22-0d223d59c82c",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-03-12 (described on Site Profile dated 2021-03-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "a0111894-7f4a-4caa-8b1b-3fb72dfa5cb1",
+ "siteRegistry": false,
+ "dateNoted": "2015-10-16",
+ "parcelID": "19693",
+ "crownLandUsePIN": "19860",
+ "crownLandFileNumber": "20943",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 3 DISTRICT LOT 2 PLAN 8426"
+ },
+ {
+ "uuid": "993cc7a1-c7a1-4015-bf13-55310d52f630",
+ "siteRegistry": false,
+ "dateNoted": "2021-10-28",
+ "parcelID": "17565",
+ "crownLandUsePIN": "18021",
+ "crownLandFileNumber": "15485",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 3 DISTRICT LOT 2 PLAN 7476"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "53505e75-0f65-4856-8336-dc640c411efe",
+ "siteRegistry": true,
+ "dateReceived": "2023-03-07",
+ "dateCompleted": "2014-03-26",
+ "dateEntered": "2019-08-01",
+ "dateRegistrar": "2017-01-02",
+ "dateLocalAuthorityReceived": "2022-04-14",
+ "summary": "Mollitia minima exercitationem ad repellat cumque harum.",
+ "informationUsed": "Molestias tempore minima voluptas quidem ducimus.\nAmet adipisci reprehenderit dolore ducimus dolor.\nPerspiciatis id nam aliquam.",
+ "pastOrPresentOrders": "Quasi dolore sunt tenetur.\nBlanditiis fugiat natus.\nCumque tempore sint culpa nemo laborum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a98c3ec4-5641-4b74-9e67-553259f905d2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4b11c60c-b7e7-4cd9-a2ba-dea55ebd8ebd",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "fd2d3ef5-1918-4437-bff2-d6167b6c2ba3",
+ "siteRegistry": false,
+ "dateReceived": "2023-05-18",
+ "dateCompleted": "2015-07-20",
+ "dateEntered": "2023-08-11",
+ "dateRegistrar": "2021-05-05",
+ "dateLocalAuthorityReceived": "2018-05-10",
+ "summary": "Eaque dignissimos quam ipsa soluta exercitationem officia.\nSit beatae reprehenderit fugiat nesciunt doloremque explicabo.\nVoluptas quaerat voluptatibus quod cupiditate.",
+ "informationUsed": "Consequuntur id temporibus sequi explicabo in inventore dignissimos totam et.\nTenetur sint quam omnis ducimus.\nEum sapiente ullam.\nFacere nesciunt soluta exercitationem.",
+ "pastOrPresentOrders": "Inventore cum distinctio.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "b816344c-b835-4dd5-9677-f33d6a883def",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8e442999-0b41-4ad1-ae10-641ab3d3cf08",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "b8b051e4-2c03-495b-9969-9aa50b4749db",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUTCH CYRUS",
+ "timestamp": "2021-08-15"
+ },
+ {
+ "uuid": "411752d5-59a9-4451-8dea-5a7fcdb5c526",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOHR MORGAN",
+ "timestamp": "2019-03-03"
+ },
+ {
+ "uuid": "e6eb1251-20cf-46e9-b5b1-970814b362aa",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "EBERT RITA",
+ "timestamp": "2022-08-21"
+ },
+ {
+ "uuid": "1721287c-2b1a-4d28-8d91-908cb6742401",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CORMIER BERNIECE",
+ "timestamp": "2016-05-24"
+ },
+ {
+ "uuid": "bbea27f2-c476-4d39-922f-50ec134f6543",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BRAKUS YVETTE",
+ "timestamp": "2013-11-14"
+ },
+ {
+ "uuid": "ec032a3a-43c5-40a1-bd17-a7e591d9bca9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ORTIZ ANGELITA",
+ "timestamp": "2018-03-19"
+ },
+ {
+ "uuid": "5b7bda44-7e66-4e6a-9124-360fd0d4a09c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DARE HELENE",
+ "timestamp": "2018-08-16"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "5dd5a708-c269-406e-a604-f529137b7955",
+ "dateNoted": "2021-08-27",
+ "notes": "",
+ "parcelID": "18862",
+ "siteID": "19789",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d6444792-e0e6-4958-ab17-61318b4eb3ac",
+ "dateNoted": "2020-02-09",
+ "notes": "",
+ "parcelID": "17312",
+ "siteID": "20045",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f180e479-82a3-42ce-830d-7dd8188c2977",
+ "dateNoted": "2018-04-16",
+ "notes": "",
+ "parcelID": "19370",
+ "siteID": "16733",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "cab76661-ece6-4e79-a18f-c29edaff75ed",
+ "siteID": 17104,
+ "address": "482 Abdullah Via",
+ "latitude": 54.3085,
+ "longitude": -119.5421,
+ "lastUpdated": "2015-03-26",
+ "city": "Camarillo",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/2002",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7332728,
+ 995967,
+ 3388305,
+ 545926,
+ 9597683
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "ba89c276-13d7-4eaa-a839-13647379d36f",
+ "createdAt": "2014-10-10",
+ "completed": "2018-01-08",
+ "initiated": "2015-07-09",
+ "ministryContact": "LUETTGEN EULAH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c2814764-55a7-496f-8059-ff7e40e0a37d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dab19ec7-c421-487a-b69d-bb7952612d7e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ac7cf5b5-c779-407d-970e-88317afe5775",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6ac16e9a-8ca4-401c-970f-f65a9b8af70b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a02de1df-eeaf-42d7-9fff-323100bc0e82",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2777ea98-4269-4c2c-8d1c-572ab3f7470d",
+ "createdAt": "2016-10-04",
+ "completed": "2016-03-22",
+ "initiated": "2023-04-10",
+ "ministryContact": "HILLS ALYCE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9e85c12e-ec1d-4fb2-a35d-b98e27898456",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "85952cbc-1155-4735-a387-c2cfa2ac4ca0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d571bf17-1547-47c8-b537-32f3740c3971",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "3a52aca7-6250-40d1-acf2-00780fa03d4b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-08-01",
+ "startDate": "2023-04-13",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dabbb58c-83b5-4d3b-bb9b-1d0f84c6e122",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-11-11",
+ "startDate": "2020-05-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "ba3d2dac-2698-48cf-923a-2ffde7c6da38",
+ "siteRegistry": true,
+ "documentDate": "2021-03-24",
+ "receivedDate": "2020-06-21",
+ "uploadedDate": "2022-10-07",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "7f298f9d-4c9b-465f-972b-f1173f9c86d9",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "dc8182bc-28a1-4cfb-a881-d7e9e0a22abc",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "820d5b56-c380-493b-9120-accd50202006",
+ "siteRegistry": true,
+ "documentDate": "2022-06-21",
+ "receivedDate": "2020-04-18",
+ "uploadedDate": "2015-12-12",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "d3d9dc61-da98-487d-befc-a21a29b7a256",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "fa40fecf-c99b-4fbe-9689-f993477c0350",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7d0f84e9-a25f-452d-9575-0c9054666feb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "bcc9e988-89e3-4244-9648-afab644b7fb4",
+ "siteRegistry": true,
+ "documentDate": "2023-06-24",
+ "receivedDate": "2014-12-21",
+ "uploadedDate": "2021-03-08",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "484625d3-9cb2-4ffa-99b4-9507c78c720a",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "af14053d-60a0-4309-962c-c1eac9d3dcb9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "8619a1e4-fdc0-402b-ac3f-a9e58ab72472",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "782cf13d-be9a-48b0-8f06-4687b2ddd61d",
+ "siteRegistry": true,
+ "documentDate": "2023-09-12",
+ "receivedDate": "2019-07-01",
+ "uploadedDate": "2020-10-04",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "b746cffd-7bdf-4c71-ba4a-977881133b0e",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "23692cc6-e2ab-497f-958b-a6eb314b63e2",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-12-08 (described on Site Profile dated 2017-12-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "c6ba1c8b-94ba-4194-812d-19668bda977c",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-07-29 (described on Site Profile dated 2019-07-29)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "bbcc48bf-3dcd-4a97-bfda-ecf388cd4244",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-09-04 (described on Site Profile dated 2020-09-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "ab93a128-e674-4e68-86ed-3a0a4df74393",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-04-06 (described on Site Profile dated 2020-04-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "1672af2b-1945-4619-9349-8626ae144761",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-02-09 (described on Site Profile dated 2020-02-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "12deaaee-469f-40b3-bf6e-edf2dd147e36",
+ "siteRegistry": false,
+ "dateNoted": "2022-08-04",
+ "parcelID": "17538",
+ "crownLandUsePIN": "15889",
+ "crownLandFileNumber": "15206",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 4 DISTRICT LOT 5 PLAN 4639"
+ },
+ {
+ "uuid": "efafce54-e650-42a9-b58b-5b90774b1794",
+ "siteRegistry": true,
+ "dateNoted": "2023-03-10",
+ "parcelID": "19753",
+ "crownLandUsePIN": "16897",
+ "crownLandFileNumber": "19143",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 2 DISTRICT LOT 3 PLAN 6728"
+ },
+ {
+ "uuid": "eac459cd-eabd-4b67-8f3a-7688f12abc51",
+ "siteRegistry": true,
+ "dateNoted": "2017-07-20",
+ "parcelID": "16288",
+ "crownLandUsePIN": "19167",
+ "crownLandFileNumber": "17137",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 4 DISTRICT LOT 5 PLAN 5314"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "e39f2c9a-3ea5-4579-bebe-1116ee80dd82",
+ "siteRegistry": true,
+ "dateReceived": "2015-10-10",
+ "dateCompleted": "2014-10-25",
+ "dateEntered": "2016-11-28",
+ "dateRegistrar": "2018-12-03",
+ "dateLocalAuthorityReceived": "2020-02-06",
+ "summary": "Aliquid minima delectus possimus rem blanditiis commodi.\nModi quaerat nisi recusandae ab enim.\nQuam nihil necessitatibus.",
+ "informationUsed": "Minima eum ex illum iusto dolor dolore natus.\nRepellendus ratione repellendus voluptates fugiat.\nNeque distinctio quod aperiam nemo fugiat aperiam.\nPerferendis laborum officia pariatur laudantium beatae soluta architecto tempore.",
+ "pastOrPresentOrders": "Sapiente odio animi voluptatibus placeat officiis libero ipsa repellendus vel.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "264b2c61-f84b-4a1f-93e2-116cc6877ea6",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ac20f249-2b3f-432e-ac08-d14fe48da34d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "576acf3c-65e5-4726-b33e-243c3961fcd5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DECKOW HOLDEN",
+ "timestamp": "2016-09-29"
+ },
+ {
+ "uuid": "ea73b32b-9313-4841-b44a-f926b748314c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DARE APRIL",
+ "timestamp": "2014-03-21"
+ },
+ {
+ "uuid": "38d736fd-c071-43ce-8327-0b503da445dc",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FADEL HOLLY",
+ "timestamp": "2023-01-18"
+ },
+ {
+ "uuid": "49d7f493-0a6f-47dc-b298-cbf462293743",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WOLFF PAULINE",
+ "timestamp": "2023-09-24"
+ },
+ {
+ "uuid": "0b18b99d-d33c-4028-8ee9-5b408d50056c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KLOCKO NONA",
+ "timestamp": "2020-11-19"
+ },
+ {
+ "uuid": "3294fa2f-d1cb-45bd-aa62-f8d7cdbc9058",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOGAN ISAC",
+ "timestamp": "2016-01-19"
+ },
+ {
+ "uuid": "e077177b-8f58-4b83-811d-2b15821da09d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOORE ROBB",
+ "timestamp": "2022-05-04"
+ },
+ {
+ "uuid": "60e4d9c9-1fff-40c5-84ad-eca5d479d3ec",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DICKI ANTONIETTA",
+ "timestamp": "2019-04-14"
+ },
+ {
+ "uuid": "7903797f-d0c1-4ca5-b4b2-39be0b3a52bd",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TORPHY JOE",
+ "timestamp": "2019-11-17"
+ },
+ {
+ "uuid": "8b23dbdd-0c26-4453-a830-35e1d6233ae1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WARD TEAGAN",
+ "timestamp": "2015-06-27"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "505116b1-a912-4b2e-b1b6-32a5127e6050",
+ "dateNoted": "2016-10-19",
+ "notes": "",
+ "parcelID": "16228",
+ "siteID": "17277",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2c2e7d1e-5799-4a81-83dc-0927e887d1c1",
+ "dateNoted": "2017-10-03",
+ "notes": "",
+ "parcelID": "18430",
+ "siteID": "17392",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "45d7086f-5945-4190-baac-ac68b8e9584e",
+ "dateNoted": "2020-12-28",
+ "notes": "",
+ "parcelID": "16370",
+ "siteID": "19762",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "d3554544-a062-449c-ae11-b713faada431",
+ "siteID": 19111,
+ "address": "832 Hodkiewicz Terrace",
+ "latitude": 54.8875,
+ "longitude": -118.5354,
+ "lastUpdated": "2019-07-14",
+ "city": "Whitefurt",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/2874",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 931117,
+ 8398677,
+ 4485817,
+ 3022431,
+ 2590276
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "4b03ab99-df4f-4ba6-8f53-19e36b9e333d",
+ "createdAt": "2017-05-28",
+ "completed": "2018-05-06",
+ "initiated": "2014-04-01",
+ "ministryContact": "KUHLMAN ELDRIDGE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "02acc269-1440-41fd-837a-48f3bb599f49",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "24ec356a-e7ec-408d-a394-59106d681ce8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "81037b56-404d-4865-a379-121b1de52844",
+ "createdAt": "2019-02-07",
+ "completed": "2017-11-01",
+ "initiated": "2020-07-13",
+ "ministryContact": "CUMMINGS DASIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "893ff109-ccb6-4f87-9598-2e7409fc29b0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4202574d-8485-4da1-bee4-c3138cc0e63e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "820b8565-6944-4b89-94fb-7cd7c5282885",
+ "createdAt": "2017-05-03",
+ "completed": "2016-09-03",
+ "initiated": "2021-08-03",
+ "ministryContact": "MAYERT SKYE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2c8d991e-345b-43e0-b71a-e1d7dce027b4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e8c9db71-dbbc-4caa-b63b-1a1e9db78368",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "de53c79f-9b63-42dd-be16-719b15516e7c",
+ "createdAt": "2020-06-14",
+ "completed": "2016-11-23",
+ "initiated": "2021-08-26",
+ "ministryContact": "THIEL ISAIAH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bf9893a8-d9dd-43c7-9a43-877380453e0a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a0a0929d-1482-474b-bafd-0dcad3ec5c69",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "23a0ca82-a04b-4c77-a541-c91c4ceb2b47",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "11d00bde-5704-4cde-b77e-75fa1ae92f2b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ea619089-4ed0-4bbc-afe3-5af5979b5b86",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "c21acabf-da30-4d07-a15a-9620cddb4386",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-09-20",
+ "startDate": "2014-11-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "aa50dce0-a907-4d08-bfab-0b4a7848738b",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-05-26",
+ "startDate": "2021-03-31",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "e39b9eb2-18c3-4fa2-838c-0da5935e0894",
+ "siteRegistry": true,
+ "documentDate": "2014-09-27",
+ "receivedDate": "2019-10-29",
+ "uploadedDate": "2014-08-31",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "b9550aa9-10e5-4927-a822-c4f862a27cc9",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "661e072e-f790-4c59-92ed-632d1836d452",
+ "siteRegistry": true,
+ "documentDate": "2021-09-24",
+ "receivedDate": "2016-07-31",
+ "uploadedDate": "2021-11-26",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "410c5c69-3f4c-4870-8bae-5d9668258d23",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "487f64c5-a6bb-4087-916f-738ee35a220a",
+ "siteRegistry": true,
+ "documentDate": "2020-07-13",
+ "receivedDate": "2023-05-25",
+ "uploadedDate": "2014-10-22",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "b83f9d80-1b32-4368-aa8e-9cac7fb52cb8",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1112b1c2-22a2-4a0a-8b59-8fcd2d7fde15",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "f6a0207c-270c-4879-bf65-56d87c6695ff",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-07-28 (described on Site Profile dated 2022-07-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "911ee62d-9d99-41d3-a2a6-a3e9266ccd14",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-12-26 (described on Site Profile dated 2016-12-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "9cc25b67-964d-4504-b6cf-a393bb4c15c0",
+ "siteRegistry": false,
+ "dateNoted": "2017-01-10",
+ "parcelID": "20777",
+ "crownLandUsePIN": "15857",
+ "crownLandFileNumber": "17265",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 2 DISTRICT LOT 3 PLAN 6647"
+ },
+ {
+ "uuid": "2d8b5857-9c0e-4838-9359-6b75789c6e92",
+ "siteRegistry": true,
+ "dateNoted": "2022-07-22",
+ "parcelID": "19175",
+ "crownLandUsePIN": "16005",
+ "crownLandFileNumber": "17749",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 1 DISTRICT LOT 1 PLAN 3947"
+ },
+ {
+ "uuid": "c38c5540-9a44-48dc-bdcd-eca8a4cb1ace",
+ "siteRegistry": true,
+ "dateNoted": "2017-04-16",
+ "parcelID": "19646",
+ "crownLandUsePIN": "18171",
+ "crownLandFileNumber": "16151",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 3 DISTRICT LOT 3 PLAN 5950"
+ },
+ {
+ "uuid": "e00b931f-a107-44d2-b11d-aeb0a700e08d",
+ "siteRegistry": true,
+ "dateNoted": "2023-06-18",
+ "parcelID": "19797",
+ "crownLandUsePIN": "19292",
+ "crownLandFileNumber": "19222",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 4 DISTRICT LOT 4 PLAN 8630"
+ },
+ {
+ "uuid": "e64af94d-7bf5-4969-98fe-7ef827034b37",
+ "siteRegistry": false,
+ "dateNoted": "2019-08-21",
+ "parcelID": "20359",
+ "crownLandUsePIN": "16844",
+ "crownLandFileNumber": "19957",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 5 DISTRICT LOT 4 PLAN 3661"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "8ae87fa7-adee-4965-9244-6864d6b6c21e",
+ "siteRegistry": false,
+ "dateReceived": "2021-02-11",
+ "dateCompleted": "2018-02-22",
+ "dateEntered": "2019-10-29",
+ "dateRegistrar": "2014-11-26",
+ "dateLocalAuthorityReceived": "2022-11-30",
+ "summary": "Harum quos veritatis culpa dolorum exercitationem deleniti eligendi.\nQuibusdam tempore iste assumenda modi quod ab consectetur sit.",
+ "informationUsed": "Repellat nobis tempore possimus dignissimos natus voluptatibus delectus est.\nPorro nostrum a accusantium fugit harum blanditiis voluptatibus nulla.\nMolestias repellendus repellendus aut animi praesentium vel unde recusandae excepturi.",
+ "pastOrPresentOrders": "Alias ipsa quis nulla veniam itaque soluta repellendus sed.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "41ea78b6-638a-4277-9e42-3cc6e72dd02c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "59e8ff54-0fb2-405f-9aae-2c027a24e37d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "283c7a04-aa03-482f-9728-539507eca7d3",
+ "siteRegistry": true,
+ "dateReceived": "2016-06-10",
+ "dateCompleted": "2023-09-30",
+ "dateEntered": "2017-08-26",
+ "dateRegistrar": "2021-06-20",
+ "dateLocalAuthorityReceived": "2015-06-01",
+ "summary": "Ipsum distinctio quos suscipit ratione.",
+ "informationUsed": "Unde iste et.\nEveniet nesciunt est adipisci neque a doloremque.\nRerum quia tempora totam.\nDolores quaerat possimus ea minima perferendis vel eum laboriosam.\nMinus laborum tempore sint.",
+ "pastOrPresentOrders": "Eligendi atque eligendi voluptatibus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "71ed552b-06c3-4c40-a57d-7f0bfc9e3bce",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b2cb7f3e-24f7-40dc-ae93-fcf4f2086af0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "66048c63-6ba3-41b5-8ec1-85575a387453",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILKINSON MAXIMO",
+ "timestamp": "2021-12-23"
+ },
+ {
+ "uuid": "701f06db-9147-4efb-b184-371def60a76e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOZEY DAMEON",
+ "timestamp": "2016-12-25"
+ },
+ {
+ "uuid": "7c4d236e-112e-4986-bd5d-bf34e32ef476",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MULLER AMIRA",
+ "timestamp": "2022-07-27"
+ },
+ {
+ "uuid": "38c93fa9-f53a-4b11-b377-cf2134a7f491",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRANECKI MARY",
+ "timestamp": "2014-01-06"
+ },
+ {
+ "uuid": "1a68f9c8-1356-487b-b54a-8ad007b95ca0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHMELER FEDERICO",
+ "timestamp": "2018-03-28"
+ },
+ {
+ "uuid": "ed07c158-e59c-478b-a9ab-73bcce5dfb27",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HETTINGER ANIKA",
+ "timestamp": "2020-05-12"
+ },
+ {
+ "uuid": "6f7cf865-3b1a-4954-beb6-88b7f46296db",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LYNCH DANTE",
+ "timestamp": "2014-07-02"
+ },
+ {
+ "uuid": "57b73bdd-0c42-4b36-b46d-ec55d7203472",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOEHM TYRELL",
+ "timestamp": "2015-10-09"
+ },
+ {
+ "uuid": "7210473e-8cf3-4b99-a9c6-6e68a27c3153",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEGMANN WINSTON",
+ "timestamp": "2017-06-21"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "ebf93a67-0615-439c-a18e-55c7d03409ee",
+ "dateNoted": "2016-09-08",
+ "notes": "",
+ "parcelID": "19518",
+ "siteID": "17498",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "378c48cb-3c5f-477d-9a12-85eeb30f5ef7",
+ "dateNoted": "2018-04-06",
+ "notes": "",
+ "parcelID": "19617",
+ "siteID": "18904",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "e3001872-b603-45dc-a367-d787254ff365",
+ "siteID": 17504,
+ "address": "3930 Fermin Mountains",
+ "latitude": 53.2374,
+ "longitude": -123.7069,
+ "lastUpdated": "2016-04-03",
+ "city": "Lake Maximotown",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/17121",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9421396,
+ 5780214,
+ 2294526,
+ 5410470,
+ 6127350
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "54fa9623-44d1-45b5-9870-4c186451aad8",
+ "createdAt": "2023-09-17",
+ "completed": "2018-11-25",
+ "initiated": "2015-08-01",
+ "ministryContact": "KIEHN ANNAMAE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9cb74945-4336-476c-b2b8-5a688a74c86c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4033b495-0b57-4e6e-824c-2196e6cc7a48",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "91fc95bc-c483-420c-97b0-9a1747c2b29d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7630706b-d642-4182-916b-6db3c5fffb91",
+ "createdAt": "2014-03-01",
+ "completed": "2019-03-06",
+ "initiated": "2021-01-17",
+ "ministryContact": "GULGOWSKI ELROY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "04373bea-b05a-46c2-9c98-0334308d7f5c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c6683d5a-8c75-4415-9263-e75ee331ce92",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "29d544a4-cf61-4e36-856d-2147ac9bc763",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "739760e4-3e50-4195-b2c7-ab2980774554",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-05-25",
+ "startDate": "2014-04-01",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0736e4de-fe25-4477-b94e-b016f3f59fef",
+ "name": "IPSUM",
+ "endDate": "2015-11-01",
+ "startDate": "2014-01-03",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dfb15a27-21df-44cd-8a8e-c3cb1f4d0f85",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2018-11-01",
+ "startDate": "2014-09-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d46de8a9-b3e0-4464-ad69-c9d14b5b79ec",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-06-06",
+ "startDate": "2023-06-03",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "119eea9d-73ab-4d76-b4b3-36bef28b70b7",
+ "siteRegistry": false,
+ "documentDate": "2016-01-27",
+ "receivedDate": "2021-08-19",
+ "uploadedDate": "2021-07-21",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "c8c82516-307c-4573-81cf-75e6f9b16198",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3259c904-d6f8-415b-8a42-ca7cb6b3f26e",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f3f675c9-cb19-4408-8e12-8b1072b3ef40",
+ "siteRegistry": true,
+ "documentDate": "2023-08-28",
+ "receivedDate": "2017-04-29",
+ "uploadedDate": "2019-09-25",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "63769cac-6374-47ae-84c1-abd1e1c64dd2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e1599027-5f41-4a40-8647-8064d88874e1",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "587df125-4b91-490a-80d3-009c4bce45ad",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "1f7799c0-0606-4ce0-92e3-1bd0ca458d4b",
+ "siteRegistry": true,
+ "documentDate": "2023-07-17",
+ "receivedDate": "2016-10-16",
+ "uploadedDate": "2022-08-05",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "6a2fd7a7-64a7-4445-88c8-340f62f05ca7",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "ad304e88-9385-4760-bec1-8e69b7b1ece6",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-07-15 (described on Site Profile dated 2020-07-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "be840871-6332-4cc2-89a5-db5fa2192987",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-01-20 (described on Site Profile dated 2017-01-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "20bc3009-65c1-4a96-8a25-42766f78a9c0",
+ "siteRegistry": true,
+ "dateNoted": "2023-06-27",
+ "parcelID": "20987",
+ "crownLandUsePIN": "15505",
+ "crownLandFileNumber": "16983",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 3 DISTRICT LOT 1 PLAN 5041"
+ },
+ {
+ "uuid": "10aef630-61a4-48bc-b1a3-6189eb64ed04",
+ "siteRegistry": true,
+ "dateNoted": "2016-05-01",
+ "parcelID": "20484",
+ "crownLandUsePIN": "16988",
+ "crownLandFileNumber": "19866",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 4 DISTRICT LOT 1 PLAN 8545"
+ },
+ {
+ "uuid": "9051631d-61c8-45a8-8582-90cb562439d1",
+ "siteRegistry": true,
+ "dateNoted": "2020-02-19",
+ "parcelID": "19914",
+ "crownLandUsePIN": "17146",
+ "crownLandFileNumber": "17259",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 2 DISTRICT LOT 1 PLAN 6843"
+ },
+ {
+ "uuid": "10cf7534-f1d0-4f20-99bd-0175b614f514",
+ "siteRegistry": true,
+ "dateNoted": "2020-04-13",
+ "parcelID": "19943",
+ "crownLandUsePIN": "17680",
+ "crownLandFileNumber": "15715",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 4 DISTRICT LOT 3 PLAN 6146"
+ },
+ {
+ "uuid": "5052fec4-4cc5-4d02-86a2-1aa0620ad44e",
+ "siteRegistry": false,
+ "dateNoted": "2020-01-13",
+ "parcelID": "17035",
+ "crownLandUsePIN": "20751",
+ "crownLandFileNumber": "18415",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 2 DISTRICT LOT 2 PLAN 3063"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "648c66e1-e092-45dc-8df4-19c49c3466c4",
+ "siteRegistry": false,
+ "dateReceived": "2018-01-12",
+ "dateCompleted": "2014-09-25",
+ "dateEntered": "2014-03-28",
+ "dateRegistrar": "2023-01-08",
+ "dateLocalAuthorityReceived": "2020-12-02",
+ "summary": "Quibusdam id eos qui voluptatibus fugit.",
+ "informationUsed": "Incidunt natus eum id beatae ea id qui.\nVoluptatum amet enim libero asperiores eius repellendus doloribus labore molestias.\nVoluptatem nihil illum iure esse occaecati laborum id.\nDoloremque voluptates ut placeat totam labore sed.",
+ "pastOrPresentOrders": "Vel mollitia tempora architecto et aperiam eum delectus.\nDelectus excepturi provident cum facilis reiciendis nam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "3389cdee-ff6c-41b9-8a77-cc7f8c7986fe",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f27ba956-1cea-4808-82cb-3a4349634bd0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5b619c3a-5950-4ef0-9393-977a74945e34",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7e19dc74-1d6b-41a4-9cb9-2ba4c700780d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "33e257b7-3285-44d9-9713-093d2624dedf",
+ "siteRegistry": true,
+ "dateReceived": "2020-02-19",
+ "dateCompleted": "2021-07-03",
+ "dateEntered": "2015-10-13",
+ "dateRegistrar": "2017-04-02",
+ "dateLocalAuthorityReceived": "2017-10-01",
+ "summary": "Natus veritatis odit repudiandae error.\nVeniam vitae dolor harum a nemo repellat.\nMinus voluptate tempora tenetur voluptas vel aspernatur.",
+ "informationUsed": "Mollitia vel quidem corporis quasi quidem.\nPerferendis totam ipsum ipsum illum a ducimus harum.\nTempore in ad hic ad repellendus odit eos enim.",
+ "pastOrPresentOrders": "Minima doloremque occaecati.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e2e43adc-9415-4b21-9b39-1449a987750d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "24d07e1c-302b-4163-8c22-61deb97170a9",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "906d1881-8c40-46d1-bdbd-6fafb73b2c56",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "151ebd48-b9ca-4ba1-97ce-a964b803c884",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "91338e43-7d67-4095-a6c7-42f796be81d6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KERTZMANN LORENZ",
+ "timestamp": "2016-11-02"
+ },
+ {
+ "uuid": "2ca3cfd6-bd9a-41b9-a19c-024d3be4304d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DICKI LETA",
+ "timestamp": "2017-01-11"
+ },
+ {
+ "uuid": "0ef0b023-b770-4a61-9c90-9257f81bb533",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LITTLE TALIA",
+ "timestamp": "2018-08-03"
+ },
+ {
+ "uuid": "5adabb42-3baa-4ea7-9956-165053402754",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ABERNATHY ALTHEA",
+ "timestamp": "2014-01-28"
+ },
+ {
+ "uuid": "cf29bf35-31bb-422b-a92e-876239c41980",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BRAKUS DONATO",
+ "timestamp": "2021-06-29"
+ },
+ {
+ "uuid": "66d4dd03-4a58-4679-bdd1-fc4a3b059592",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOWELL DONATO",
+ "timestamp": "2015-06-21"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "5f858092-fd2f-4cdd-84df-0b1a5c4b5c45",
+ "dateNoted": "2017-02-13",
+ "notes": "",
+ "parcelID": "16451",
+ "siteID": "15607",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "aaf85899-52f0-4b03-ad31-b1d5e8fe8a17",
+ "siteID": 19814,
+ "address": "46062 Bruce Haven",
+ "latitude": 53.8793,
+ "longitude": -127.0787,
+ "lastUpdated": "2022-04-22",
+ "city": "Port Kristian",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/9684",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 893460,
+ 6096940,
+ 1378928,
+ 2677426,
+ 6617600
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "d4d51120-badc-4036-a057-01f7410bc005",
+ "createdAt": "2014-12-08",
+ "completed": "2022-06-25",
+ "initiated": "2015-05-14",
+ "ministryContact": "POLLICH NOEMI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8a2e17eb-4d92-45ea-b8aa-bd20448f6977",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1c705f2e-4ea2-4482-8473-49d889d3b119",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "95b2eac0-81fe-4439-ac73-bcaa7a9a3739",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e152bf99-33c8-42fb-8e19-def97df5daf0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "26c551a3-a3e1-424e-b7b1-8260d9544008",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "30e152d0-c538-47bc-9a4e-6f400d429c8d",
+ "createdAt": "2016-12-26",
+ "completed": "2013-12-18",
+ "initiated": "2014-08-05",
+ "ministryContact": "JAKUBOWSKI TAMIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1c8fe4d3-567d-40f6-892f-c6e8b91e75f3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ed8c0e09-8c32-4eb4-bbdd-48e96565bbf3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0171137a-954a-4a69-9578-018173d24c49",
+ "createdAt": "2017-02-22",
+ "completed": "2018-02-08",
+ "initiated": "2013-10-20",
+ "ministryContact": "DOOLEY DARIAN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "6a19f4fb-dd8c-46c6-9e8b-418c84076ecb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6bd3e451-7af4-44c8-9ea1-302e5f322a18",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "39e48091-cfa6-42ce-8963-61559adffa07",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "729febab-3ddd-43f7-8697-2079b4633fcb",
+ "createdAt": "2015-08-10",
+ "completed": "2015-12-26",
+ "initiated": "2015-10-31",
+ "ministryContact": "SKILES DEVANTE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5c62ac6f-5189-46a8-b996-bafe0a8750c2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "51410e88-2c11-4b77-a3c3-48fbcb84bdae",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "eb8be120-3413-415f-a247-5271a352d51a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ba30b922-a6eb-410e-8660-ffadf63ff61a",
+ "createdAt": "2018-07-23",
+ "completed": "2019-11-03",
+ "initiated": "2022-03-07",
+ "ministryContact": "HAGENES KENDALL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bfef6911-3272-4544-945f-2f1c7a052dd8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f5f4eaa7-e21a-49d1-b06d-c16092c11bf0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "eca08dcd-f740-4e17-8056-263a892dae65",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "0be697eb-8315-40e5-82e9-65bfd0ad9e83",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-11-27",
+ "startDate": "2016-12-18",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5222f592-06d8-45d7-a97c-4b8763472855",
+ "name": "IPSUM",
+ "endDate": "2017-08-30",
+ "startDate": "2021-02-10",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4bff7193-229f-47d7-b349-4938131650d3",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-10-17",
+ "startDate": "2014-03-14",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8efdf869-8d15-4362-8e32-67b2887cc7b3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-08-21",
+ "startDate": "2021-03-18",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a81abd40-3537-46ef-a809-71c86a3df66a",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-12-08",
+ "startDate": "2023-06-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "e14dc8d4-645d-49a0-b852-f1b0bfabe534",
+ "siteRegistry": false,
+ "documentDate": "2022-04-03",
+ "receivedDate": "2018-08-06",
+ "uploadedDate": "2014-12-29",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "5d565493-c5a2-435a-9857-5249b5ca4c97",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d83ce53e-3491-420d-9385-1804e83553d8",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5cb5394a-98a0-4ad9-93d9-1f4d741b8881",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "2a51acaa-04c1-43bb-87e9-2d7321d5164d",
+ "siteRegistry": true,
+ "documentDate": "2014-03-09",
+ "receivedDate": "2013-11-22",
+ "uploadedDate": "2014-02-23",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "1c34f4a3-0361-4783-abbf-37e47ec9ff5f",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "cc50b7e3-0b69-467a-9a1b-13ba572c3fd4",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "6347c515-a95e-4ab1-8357-411d32d218c8",
+ "siteRegistry": true,
+ "documentDate": "2017-07-28",
+ "receivedDate": "2014-02-22",
+ "uploadedDate": "2021-08-22",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "83099fb3-ae64-4177-91ef-68a03ed18e16",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "dd6f9201-e36e-48e2-a295-95a8b0885935",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "73dce46c-5ffe-44fa-9933-03c45156f24c",
+ "siteRegistry": true,
+ "documentDate": "2021-05-25",
+ "receivedDate": "2022-08-12",
+ "uploadedDate": "2019-07-21",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "53199534-6020-42c1-9ce1-4fdcf277fe28",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f134e9b2-2a0c-41c1-a709-b982446b3255",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "809fa84a-3ede-46c3-9e54-72e16801f922",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "485038dd-c57e-4183-bc1c-8f1056fc22fd",
+ "siteRegistry": false,
+ "documentDate": "2015-07-23",
+ "receivedDate": "2023-02-21",
+ "uploadedDate": "2017-03-03",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "5c308aea-2533-4225-9bf2-7f5178618a91",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a2b50fd6-4bcf-4b8f-83c2-763e97b5f9a6",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "38e1a0c6-9c74-403b-80eb-59e224a09b7f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-02-18 (described on Site Profile dated 2015-02-18)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "a7bcb6b4-4553-4fd2-8299-a5a63e26db8c",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-02-16 (described on Site Profile dated 2023-02-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "4918bf18-c54b-4b9b-bff4-ebc245bcb441",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-09-30 (described on Site Profile dated 2016-09-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "07a747a7-b9b2-43be-a270-4e47f3b39ae6",
+ "siteRegistry": false,
+ "dateNoted": "2019-02-03",
+ "parcelID": "20012",
+ "crownLandUsePIN": "15837",
+ "crownLandFileNumber": "19880",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 5 DISTRICT LOT 1 PLAN 6050"
+ },
+ {
+ "uuid": "00c5967f-5f2c-4a77-8df5-a3782168267b",
+ "siteRegistry": false,
+ "dateNoted": "2018-06-11",
+ "parcelID": "19142",
+ "crownLandUsePIN": "20463",
+ "crownLandFileNumber": "16985",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 4 DISTRICT LOT 5 PLAN 5069"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "a46aebb5-9954-465c-9c09-0c000f790bdc",
+ "siteRegistry": false,
+ "dateReceived": "2018-07-27",
+ "dateCompleted": "2020-07-17",
+ "dateEntered": "2018-12-30",
+ "dateRegistrar": "2018-07-08",
+ "dateLocalAuthorityReceived": "2014-06-28",
+ "summary": "Maxime eaque atque dolorem totam.\nDoloremque voluptatum alias officia.\nEum error quasi consequuntur accusantium.",
+ "informationUsed": "Fugit sapiente unde.\nPorro incidunt nulla harum accusamus fuga.\nNecessitatibus natus porro velit quos nesciunt deserunt beatae.\nSimilique libero hic excepturi reiciendis porro alias quaerat temporibus ipsa.",
+ "pastOrPresentOrders": "Maxime provident accusamus.\nReprehenderit temporibus quisquam illo repellendus quis perspiciatis.\nUllam omnis vitae molestias.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "28731d21-0e0d-4889-9cbc-02a3897e5617",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c007c239-3c41-4680-8c33-2f1c539ca130",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c056e6da-2ef5-4c3c-8cbf-77bcca4d7bb9",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "810b421f-da74-49bc-83bc-c0768fae33c3",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CORKERY DARRELL",
+ "timestamp": "2016-05-07"
+ },
+ {
+ "uuid": "f42bd114-1d84-4912-a93c-335cf87c73bd",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HERZOG GUIDO",
+ "timestamp": "2014-06-15"
+ },
+ {
+ "uuid": "b2f2e66a-6cb9-4227-84e8-035d3eae2c30",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PROSACCO DAVONTE",
+ "timestamp": "2021-04-06"
+ },
+ {
+ "uuid": "0ffbfc05-f808-4c2a-8d96-bac5bf2027ef",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "VANDERVORT JARRET",
+ "timestamp": "2017-07-24"
+ },
+ {
+ "uuid": "2d3179c2-60ae-4c10-9025-04276bb407bd",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAUMBACH EPHRAIM",
+ "timestamp": "2022-06-28"
+ },
+ {
+ "uuid": "eae78746-0e2c-4294-a925-ac5c1ca9aed7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GRADY JAMEL",
+ "timestamp": "2022-12-06"
+ },
+ {
+ "uuid": "4ffe0726-00e0-4dfa-ab56-ac12f3e65225",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HANSEN TRENTON",
+ "timestamp": "2022-07-29"
+ },
+ {
+ "uuid": "bc4aa5fb-091a-4729-9057-24feefe080ef",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GUTMANN VICENTE",
+ "timestamp": "2019-11-19"
+ },
+ {
+ "uuid": "a215d05c-0c7b-4c5e-95ed-9c667c49bd01",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DICKI SELENA",
+ "timestamp": "2017-10-12"
+ },
+ {
+ "uuid": "05b0890c-4fd3-41c1-b3be-be8476e4b19a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HOPPE CARROLL",
+ "timestamp": "2022-12-17"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "c4e9623d-e33a-4ed5-bdd9-55f01dc00794",
+ "dateNoted": "2016-03-12",
+ "notes": "",
+ "parcelID": "17729",
+ "siteID": "15402",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "89509d4c-a462-4ec1-8fbb-721060469c17",
+ "dateNoted": "2014-10-11",
+ "notes": "",
+ "parcelID": "16217",
+ "siteID": "18312",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cca9a91f-3c12-4888-a1fe-957a0ceaaf56",
+ "dateNoted": "2016-05-28",
+ "notes": "",
+ "parcelID": "16150",
+ "siteID": "17392",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "fb1c6190-9f4b-4814-9652-eb51291351ea",
+ "siteID": 17757,
+ "address": "284 Lenore Creek",
+ "latitude": 56.6789,
+ "longitude": -134.9653,
+ "lastUpdated": "2019-09-14",
+ "city": "Greensboro",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/19146",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3655670,
+ 4782533,
+ 4230924,
+ 1756093,
+ 3836266
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "8b0f8fc2-3b99-43bd-aede-551e2b9258fc",
+ "createdAt": "2022-03-11",
+ "completed": "2016-08-30",
+ "initiated": "2019-11-24",
+ "ministryContact": "ROOB ANISSA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c1460ac0-27ad-42f1-84b0-86bfe1b5663a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0fb089b1-20e3-4218-b9c4-a0d34e54ddf6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6349387c-da5c-4aaf-8dcf-cbd743bf0a78",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b3114466-05f2-44bc-af26-ac57c85557d0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b6575e18-0588-4bb1-8f8e-a6d428c2e44d",
+ "createdAt": "2018-04-19",
+ "completed": "2017-04-13",
+ "initiated": "2017-09-04",
+ "ministryContact": "TILLMAN MELVIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "10bdaa2c-4f42-4ad7-9cdd-89cece37f1e4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "16fef8f0-5406-40fc-a346-ef93ecece7df",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c9254cf5-dfc7-4a3f-bd92-da8c68adfde9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3b85151c-d635-4935-8c0a-f4455faf227c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fe0521ce-c984-45a0-81c1-45bff2f0eb9e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "d46fb748-ad7f-45d4-ba4a-14cd0f918e21",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-03-21",
+ "startDate": "2022-04-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "46de1604-a0d4-445a-9a6c-a0281207b940",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2023-07-25",
+ "startDate": "2021-07-09",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "589b991b-261d-4dec-8c1d-e6b7bddb8266",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-12-12",
+ "startDate": "2020-03-22",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ea250964-54a8-4ba1-8b18-97a69179adc7",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2013-12-19",
+ "startDate": "2018-03-29",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "45372767-bcae-4eec-8e8d-9d0744bf60ab",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-04-21",
+ "startDate": "2020-09-03",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "1c566520-aa60-4d37-8288-67ea38301aea",
+ "siteRegistry": true,
+ "documentDate": "2023-05-29",
+ "receivedDate": "2017-05-07",
+ "uploadedDate": "2016-10-20",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "b36cbcdf-2d6b-40e2-9d8f-df0a286cd709",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "1767414a-62b9-4097-8810-c78fae5361bc",
+ "siteRegistry": false,
+ "documentDate": "2013-12-31",
+ "receivedDate": "2022-07-05",
+ "uploadedDate": "2013-11-15",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "7898af4a-492d-4671-a28e-c67ea0841a78",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3b2eae3e-e29c-4784-9b29-dd8366eddc8d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3e02fe92-866c-42a6-b377-2df72183691c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "bc6bf660-6b38-452b-b669-86ba15749981",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-11-25 (described on Site Profile dated 2021-11-25)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "9bba5609-7a18-4cbf-a9ec-4691041b37aa",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-06-15 (described on Site Profile dated 2015-06-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "a164a7d8-2783-4753-9cd6-e0072d3b6558",
+ "siteRegistry": false,
+ "dateNoted": "2016-01-25",
+ "parcelID": "18876",
+ "crownLandUsePIN": "15763",
+ "crownLandFileNumber": "20046",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 1 DISTRICT LOT 2 PLAN 8051"
+ },
+ {
+ "uuid": "1979fcf9-5800-46c7-b7c2-9a3c48d06daa",
+ "siteRegistry": true,
+ "dateNoted": "2017-06-03",
+ "parcelID": "15500",
+ "crownLandUsePIN": "18143",
+ "crownLandFileNumber": "20384",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 5 DISTRICT LOT 1 PLAN 4077"
+ },
+ {
+ "uuid": "02731168-9136-4ac7-8ca7-36a3466458aa",
+ "siteRegistry": true,
+ "dateNoted": "2021-06-21",
+ "parcelID": "16706",
+ "crownLandUsePIN": "19562",
+ "crownLandFileNumber": "15968",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 2 DISTRICT LOT 2 PLAN 5853"
+ },
+ {
+ "uuid": "89e73481-3082-4cb1-a839-9a20870da3e5",
+ "siteRegistry": true,
+ "dateNoted": "2013-12-20",
+ "parcelID": "16420",
+ "crownLandUsePIN": "19148",
+ "crownLandFileNumber": "17340",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 2 DISTRICT LOT 5 PLAN 3167"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "b3afc5b7-db50-4f67-92e1-591cf3ce9ec7",
+ "siteRegistry": true,
+ "dateReceived": "2020-06-17",
+ "dateCompleted": "2019-06-16",
+ "dateEntered": "2017-09-13",
+ "dateRegistrar": "2020-07-31",
+ "dateLocalAuthorityReceived": "2022-10-06",
+ "summary": "Impedit reprehenderit saepe cupiditate accusamus.\nCommodi delectus delectus impedit mollitia consectetur dignissimos cum tempora.\nRecusandae maxime et perspiciatis laborum distinctio.",
+ "informationUsed": "Corrupti quod quia dignissimos voluptatibus voluptas et ducimus ratione dicta.\nCommodi enim quia perspiciatis libero saepe ex.\nVoluptatum eos sapiente perferendis modi minima unde corrupti illum sit.\nConsectetur ut totam repudiandae facilis possimus fuga.",
+ "pastOrPresentOrders": "Dolore placeat aliquid distinctio soluta velit dolore distinctio minus reiciendis.\nPerferendis consectetur consequatur adipisci eveniet autem temporibus.\nRepellat tempore quidem dolores praesentium eligendi qui ipsum cum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "ed3db3c9-66cd-4002-9d77-582f0b20b617",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b50faef5-ac93-4929-9a2f-7817d4fc7402",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "52af58ef-913a-42f9-856a-0f2b10254ed8",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c4427f00-44ab-42a1-b9e1-7e8b37d29f2b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "de28e9d0-fbfc-40b2-a2f2-3dbcf753651b",
+ "siteRegistry": true,
+ "dateReceived": "2017-01-13",
+ "dateCompleted": "2020-04-16",
+ "dateEntered": "2023-07-24",
+ "dateRegistrar": "2017-09-02",
+ "dateLocalAuthorityReceived": "2015-07-11",
+ "summary": "Delectus eum nihil quae fuga earum accusantium.\nAdipisci vel rerum voluptates.",
+ "informationUsed": "Optio tempore minima iusto libero nisi illum.\nItaque accusantium corporis sed laborum nisi tenetur deleniti earum provident.\nEligendi id iste.\nEsse sit id et eaque fuga voluptas magnam.",
+ "pastOrPresentOrders": "Tempore id debitis sed sunt voluptates.\nCupiditate aliquid assumenda veritatis magni quasi asperiores reprehenderit.\nMinus nulla in vitae suscipit voluptas officia nemo aut.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "6f30e791-4dd6-4d83-b9d1-f6d2b7a53520",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ac5e8e32-6309-4c9f-8bb6-5b41dc2611cc",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "12cced90-b52d-41c2-9189-c45f8820d126",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "O'KEEFE HILMA",
+ "timestamp": "2019-02-09"
+ },
+ {
+ "uuid": "7869bf17-c2a9-48b2-bfdf-3aae4b93bdb6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOVACEK SVEN",
+ "timestamp": "2017-08-14"
+ },
+ {
+ "uuid": "1c91cce1-b1c3-4f7c-ac4a-d672d1a0ac9b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SMITHAM CARMELA",
+ "timestamp": "2022-02-07"
+ },
+ {
+ "uuid": "2fbbaa8c-61d3-4748-ae40-776f8b0dec92",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROLFSON DESTINEY",
+ "timestamp": "2014-04-01"
+ },
+ {
+ "uuid": "32031671-c1e2-4f9a-91a4-b8e414b5cf82",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHULIST-BAUMBACH CALEIGH",
+ "timestamp": "2015-12-31"
+ },
+ {
+ "uuid": "3cced567-992b-4cff-a3e1-0e4903cb2e3e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEAHAN JACKELINE",
+ "timestamp": "2022-11-22"
+ },
+ {
+ "uuid": "ae2c0f45-229b-4701-9217-ddb1a4c3d85e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FARRELL-BODE ROWLAND",
+ "timestamp": "2019-01-27"
+ },
+ {
+ "uuid": "1467e4fb-0191-4656-9a36-83899d1a93d4",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LOCKMAN LACEY",
+ "timestamp": "2017-08-31"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "86eff7e9-1e3e-48f2-a7a5-92d62eb86c2c",
+ "dateNoted": "2018-04-13",
+ "notes": "",
+ "parcelID": "16132",
+ "siteID": "16182",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a5255512-8549-48a9-81b1-1118b89baeb8",
+ "dateNoted": "2018-08-27",
+ "notes": "",
+ "parcelID": "19277",
+ "siteID": "15253",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "c35891bc-7cbf-4db9-ac0c-5d03ba2b2817",
+ "siteID": 18213,
+ "address": "23437 Wolf Pass",
+ "latitude": 50.3295,
+ "longitude": -120.4702,
+ "lastUpdated": "2020-11-09",
+ "city": "Braunboro",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/9067",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3946795,
+ 8958892,
+ 6472872,
+ 336777,
+ 5776581
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "63ef4d13-6d95-4c82-8277-7de7b9e94df6",
+ "createdAt": "2017-10-29",
+ "completed": "2020-08-30",
+ "initiated": "2020-06-28",
+ "ministryContact": "YUNDT CORALIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "747b1597-377f-433e-a42f-34e9399e064e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a81a85fe-8ade-4d79-91d8-9b3bc3cc28f3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7a77758d-1424-4a02-9c92-df9345ca559e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2eed76f9-6526-4529-84ba-7f9a6b4b037b",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "87a4860e-716f-487a-bd19-a62cc9e791a1",
+ "createdAt": "2021-07-11",
+ "completed": "2014-08-10",
+ "initiated": "2018-08-24",
+ "ministryContact": "SCHROEDER LURA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "228fba6b-b40b-4a86-8000-bf27145fbee1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0c34c4c6-2d75-4ef6-b929-f202702d2090",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e7d81d5f-db7c-49aa-a6b6-b48acccfa117",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cc1f2770-7f6d-4695-aa4f-e7e8af5e013f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "462d578f-2566-4b5b-8950-19cce6e543af",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "fe4d7c71-4332-4ef9-8f64-832e0549652f",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-06-21",
+ "startDate": "2014-12-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "eee91839-ef7e-46c4-996b-38d8b4f03ce9",
+ "name": "IPSUM",
+ "endDate": "2018-01-01",
+ "startDate": "2017-04-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "e6f75f0d-fd1e-454f-9415-6ce7d6db0ba6",
+ "siteRegistry": true,
+ "documentDate": "2020-11-05",
+ "receivedDate": "2018-07-11",
+ "uploadedDate": "2023-07-25",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "b98190bc-aa58-41aa-8ca6-8343cdcf878d",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "49e2386a-dee0-470c-888f-5a4d51551552",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-09-30 (described on Site Profile dated 2021-09-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "a374aba4-0f37-47cd-bf3e-8f7738ded55e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-03-04 (described on Site Profile dated 2017-03-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "4674d6e2-8b28-4e84-b9e9-263ad8b30cda",
+ "siteRegistry": true,
+ "dateNoted": "2015-01-22",
+ "parcelID": "18342",
+ "crownLandUsePIN": "19200",
+ "crownLandFileNumber": "15854",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 5 DISTRICT LOT 5 PLAN 8760"
+ },
+ {
+ "uuid": "d2edc43e-0c8b-4bbc-b7b7-70f5ad3a2d80",
+ "siteRegistry": true,
+ "dateNoted": "2016-04-26",
+ "parcelID": "20570",
+ "crownLandUsePIN": "16111",
+ "crownLandFileNumber": "16706",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 4 DISTRICT LOT 3 PLAN 2913"
+ },
+ {
+ "uuid": "624953c3-4f60-4932-9508-a573e92c948e",
+ "siteRegistry": true,
+ "dateNoted": "2021-02-15",
+ "parcelID": "19155",
+ "crownLandUsePIN": "20439",
+ "crownLandFileNumber": "17460",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 5 DISTRICT LOT 5 PLAN 7646"
+ },
+ {
+ "uuid": "cf22c511-6072-49f4-96bc-331e966fdf29",
+ "siteRegistry": false,
+ "dateNoted": "2015-10-01",
+ "parcelID": "19788",
+ "crownLandUsePIN": "18686",
+ "crownLandFileNumber": "17723",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 2 DISTRICT LOT 1 PLAN 5358"
+ },
+ {
+ "uuid": "9e2564ed-a1bd-4584-a4b9-51a6b76b2be9",
+ "siteRegistry": false,
+ "dateNoted": "2020-05-03",
+ "parcelID": "18719",
+ "crownLandUsePIN": "20956",
+ "crownLandFileNumber": "15225",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 1 DISTRICT LOT 1 PLAN 9299"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "3b1a436d-92c6-46fd-8146-55bf24647463",
+ "siteRegistry": true,
+ "dateReceived": "2019-05-26",
+ "dateCompleted": "2014-08-15",
+ "dateEntered": "2020-01-29",
+ "dateRegistrar": "2022-03-18",
+ "dateLocalAuthorityReceived": "2016-01-19",
+ "summary": "Pariatur porro debitis porro tempora inventore.\nItaque eius veritatis iure dolorem cupiditate accusantium veniam commodi.",
+ "informationUsed": "Debitis tempora cupiditate ipsam nostrum quaerat facere at dolores sapiente.\nSunt officia suscipit.\nNatus fugiat unde excepturi laudantium vel.",
+ "pastOrPresentOrders": "Quam illum nam itaque praesentium impedit iure nostrum at.\nFugit fugiat numquam repellendus provident odit esse repellendus natus.\nIpsum nesciunt veniam neque magnam consequuntur delectus vero dicta atque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "7338537c-75b6-4f99-b77c-67d8af0b3836",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "78ad1b0f-20e1-43f0-b522-d48f2e5fe67d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "e221ec5b-5cd7-4ac1-8b00-f35a01caa4c9",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FISHER LIZETH",
+ "timestamp": "2018-03-06"
+ },
+ {
+ "uuid": "2581f952-9abf-411b-8c67-9337085bd968",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PROHASKA TOMMIE",
+ "timestamp": "2017-01-17"
+ },
+ {
+ "uuid": "59ba1a7b-2c63-4750-b173-731e09979885",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CARTER MARSHALL",
+ "timestamp": "2022-04-10"
+ },
+ {
+ "uuid": "931b8819-a124-4fd2-a528-7e126a15a92e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHMELER LUIS",
+ "timestamp": "2014-11-29"
+ },
+ {
+ "uuid": "b903fa6b-2777-4244-bb4d-5593df99adf1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SPINKA ALF",
+ "timestamp": "2016-07-08"
+ },
+ {
+ "uuid": "a7f9b319-eaa4-4288-bf9b-49f27f1cf100",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEIDENREICH SVEN",
+ "timestamp": "2015-12-12"
+ },
+ {
+ "uuid": "8a46c71e-81d2-4e2f-9983-d4e009acfe0a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DENESIK WANDA",
+ "timestamp": "2016-08-06"
+ },
+ {
+ "uuid": "b2ff5be5-13cb-422b-aa53-522c1d525e27",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "D'AMORE MODESTA",
+ "timestamp": "2020-11-29"
+ },
+ {
+ "uuid": "166a2f8b-cb2d-4d2b-9795-128d0b1be1f7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HESSEL CARISSA",
+ "timestamp": "2015-07-07"
+ },
+ {
+ "uuid": "800d6a66-80e0-438d-9da1-b2f2958d96bd",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ROWE BRENNAN",
+ "timestamp": "2023-07-12"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "be3d921d-b103-4e36-8113-f2abab1fc4c3",
+ "dateNoted": "2019-09-07",
+ "notes": "",
+ "parcelID": "15675",
+ "siteID": "19563",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "7162a284-8bb7-4af3-9489-d02d06be455d",
+ "siteID": 19693,
+ "address": "284 Ariane Lane",
+ "latitude": 48.3558,
+ "longitude": -124.8614,
+ "lastUpdated": "2018-06-18",
+ "city": "Port Gerda",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/2154",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7762068,
+ 3848447,
+ 1542771,
+ 3548884,
+ 8646596
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "95ea6d2e-e3e6-4383-94b4-359b1b02678c",
+ "createdAt": "2018-04-20",
+ "completed": "2014-11-01",
+ "initiated": "2023-05-11",
+ "ministryContact": "CROOKS MERTIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2a6739e1-1727-46a8-a340-c5d7ab2e40cf",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4831180e-68a2-4464-9cd4-76cbaf586048",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c366d7ba-88b3-4f41-9f6b-8275b4a21416",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b065bf7c-1994-4f10-83c0-4378c3f29594",
+ "createdAt": "2014-06-06",
+ "completed": "2018-05-10",
+ "initiated": "2015-12-22",
+ "ministryContact": "HOWELL DEON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4c155383-b35c-4896-a056-c76e417f8ba6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "89357f9f-ed10-4a75-8413-b86344ee0b57",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "67312710-ef85-4a88-948e-952fcb95fb40",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4cc9cd68-9df9-4c20-ae38-62e894bf0b0b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "385169a2-631d-4bdd-ac35-ac61368c61d0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2da2395f-095f-433a-a16a-ab033a076a07",
+ "createdAt": "2023-08-15",
+ "completed": "2016-03-22",
+ "initiated": "2022-04-04",
+ "ministryContact": "JACOBSON EMMET",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "93143543-d798-430a-a98c-6e53d2209490",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "617960f9-3a16-4eab-b5a9-89de7bef0cc2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "38a1936a-38e2-4635-a5eb-ef1f810d346c",
+ "createdAt": "2020-12-12",
+ "completed": "2020-05-21",
+ "initiated": "2016-11-21",
+ "ministryContact": "STRACKE EZEQUIEL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f42d3686-dbab-48ae-897a-34c3fb044d80",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b3deb9d9-b079-430a-880a-55a874ddc866",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a958d205-990c-4e81-829a-f7c8e1f1d0f9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "547385f5-841f-4a03-94a5-b7020cd7af47",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "70fd09e7-87b6-4a7b-8d7f-42aa0ec58ff0",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-04-01",
+ "startDate": "2021-12-29",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "75111ff4-1a45-49f0-9030-50fb181451bc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2018-02-18",
+ "startDate": "2022-10-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "64d968d6-4300-48df-9d77-404e06a494c5",
+ "siteRegistry": true,
+ "documentDate": "2017-12-25",
+ "receivedDate": "2023-08-21",
+ "uploadedDate": "2022-08-26",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "9c6ec691-4364-49e0-895a-eb04237e2c27",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c8acd349-9275-4e46-9982-01ba29b0831d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "8dcbc0a8-6f91-40a9-86eb-9c453bab819a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "adbf5e8e-db2a-40fd-9a5a-6582d5cdb8ac",
+ "siteRegistry": true,
+ "documentDate": "2023-02-13",
+ "receivedDate": "2022-12-12",
+ "uploadedDate": "2023-09-15",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "a5a3a9ea-8d93-4343-b226-d3630771d8f7",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "9c60f7a9-d1e8-495e-93a7-a12dd02beaa8",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-12-14 (described on Site Profile dated 2021-12-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "c17c2caa-86b9-4539-befd-9b033f9cb4f5",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-11-27 (described on Site Profile dated 2020-11-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "88d623e9-955c-48fb-95f5-77332c9a8c94",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-07-24 (described on Site Profile dated 2022-07-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "9574f69f-768f-4eda-b730-6b52839d7c7b",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-05-30 (described on Site Profile dated 2016-05-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "14a6a366-30fd-4a9c-b84e-96ee95b77995",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-05-15 (described on Site Profile dated 2014-05-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "c554c637-20d2-4e89-94b1-ba846be55b6f",
+ "siteRegistry": false,
+ "dateNoted": "2018-12-28",
+ "parcelID": "20240",
+ "crownLandUsePIN": "16901",
+ "crownLandFileNumber": "20192",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 4 DISTRICT LOT 1 PLAN 7467"
+ },
+ {
+ "uuid": "8cf16f23-3b3b-4044-9022-74a484339162",
+ "siteRegistry": true,
+ "dateNoted": "2016-03-12",
+ "parcelID": "17533",
+ "crownLandUsePIN": "17573",
+ "crownLandFileNumber": "15660",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 5 DISTRICT LOT 4 PLAN 6393"
+ },
+ {
+ "uuid": "87c4588a-901e-436a-8895-58b80bf3993c",
+ "siteRegistry": true,
+ "dateNoted": "2016-05-11",
+ "parcelID": "19764",
+ "crownLandUsePIN": "18882",
+ "crownLandFileNumber": "17374",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 1 DISTRICT LOT 4 PLAN 9102"
+ },
+ {
+ "uuid": "f1594b40-4198-443c-b2e8-ec93d640b5c6",
+ "siteRegistry": true,
+ "dateNoted": "2023-05-28",
+ "parcelID": "16367",
+ "crownLandUsePIN": "18122",
+ "crownLandFileNumber": "20421",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 5 DISTRICT LOT 2 PLAN 5502"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "ff54bc67-7d49-42d8-86a1-11489d8d7e7a",
+ "siteRegistry": true,
+ "dateReceived": "2022-07-29",
+ "dateCompleted": "2016-10-10",
+ "dateEntered": "2017-10-14",
+ "dateRegistrar": "2015-02-07",
+ "dateLocalAuthorityReceived": "2016-03-01",
+ "summary": "Nostrum a atque veritatis fuga architecto.",
+ "informationUsed": "Sit dolorum minus illo accusamus recusandae.\nNumquam pariatur laboriosam rerum vel aliquam consequuntur amet sint.\nDicta molestiae voluptates atque eveniet velit nam iste qui.\nNecessitatibus qui quia quisquam modi quia accusamus.",
+ "pastOrPresentOrders": "Corporis maxime nam cupiditate.\nPossimus consequuntur animi ab ea quidem.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "f4e45e00-4be1-48f2-8625-c8f952a5ba0f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "db82d3d0-1c2f-4590-a269-18f063df2d46",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "39851b8c-3898-4c96-bbbd-ca5043370485",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "0ccdaab7-588d-408e-9af8-ac48529d4e49",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEATHCOTE ELI",
+ "timestamp": "2022-04-22"
+ },
+ {
+ "uuid": "cc637cac-a2de-4af7-b178-b6f78bd6fa4b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "POWLOWSKI LIZETH",
+ "timestamp": "2014-09-06"
+ },
+ {
+ "uuid": "2b9e3fb6-37ef-4287-b856-ec40ccb23563",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GUTMANN JO",
+ "timestamp": "2021-02-14"
+ },
+ {
+ "uuid": "68e2fbb6-626a-45d0-99f0-b5f1d10e43bd",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARTOLETTI MACI",
+ "timestamp": "2020-07-21"
+ },
+ {
+ "uuid": "edf1c92e-967a-4d3a-8dcd-2b0235cd938f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAUMBACH CLOVIS",
+ "timestamp": "2017-03-10"
+ },
+ {
+ "uuid": "e71ca600-a0de-4c27-82bb-05c3623afe6b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WALTER EASTER",
+ "timestamp": "2020-05-18"
+ },
+ {
+ "uuid": "909495d6-ace0-4582-bf96-d7a2cf725f6d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KESSLER MAXWELL",
+ "timestamp": "2015-02-23"
+ },
+ {
+ "uuid": "7f33a61c-acd5-4347-8457-e6d9420e0ae1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ERDMAN DOLORES",
+ "timestamp": "2014-04-29"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "18e0f15a-dc8e-4f70-89ea-77e1db221a34",
+ "dateNoted": "2020-09-26",
+ "notes": "",
+ "parcelID": "15911",
+ "siteID": "16403",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7b77a703-adcd-413a-99b9-90f99736a163",
+ "dateNoted": "2023-07-31",
+ "notes": "",
+ "parcelID": "19697",
+ "siteID": "17277",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "832952a8-e2cb-4121-be51-42d5ddafd593",
+ "dateNoted": "2023-01-15",
+ "notes": "",
+ "parcelID": "16939",
+ "siteID": "19111",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "e1343893-28bd-4679-b6cf-7ea77a1acff3",
+ "siteID": 19399,
+ "address": "7833 Homenick Parkways",
+ "latitude": 57.828,
+ "longitude": -125.8814,
+ "lastUpdated": "2017-01-23",
+ "city": "West Cheyanne",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/1945",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 141227,
+ 9175183,
+ 1127181,
+ 5860074,
+ 7972763
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "255f94e9-ecd4-4844-8f7e-81358bad8a5b",
+ "createdAt": "2017-08-06",
+ "completed": "2017-01-29",
+ "initiated": "2019-06-11",
+ "ministryContact": "JOHNSON ARACELI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f47d3fea-78fc-429a-b639-0a4f08f69922",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "15168957-6360-4d89-ab7c-851d6f24ba7a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7b2f6f65-b052-4a5a-b2b0-5587bab07d81",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "47f61d5a-7e68-4c5c-a918-1597cd6a3d4f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5f5e1fa7-c998-40e8-9463-c9adf2f9d992",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b654b5c7-4972-4e54-b48b-799403ea4e3c",
+ "createdAt": "2018-08-08",
+ "completed": "2015-10-07",
+ "initiated": "2022-02-22",
+ "ministryContact": "KOSS-LIND ANASTASIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "fce96143-5773-4f24-a8a6-6225b80abd96",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "26057f3f-0668-431e-967b-b4247b8e9330",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c6491072-11c5-4b8f-b7c0-131f6c040346",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "df862cea-6f6c-487c-a833-fa4faf365de1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f2ad8e7a-c145-49af-93a9-a43029fef359",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "712edbca-a530-4126-a721-0f58ae306406",
+ "createdAt": "2023-07-26",
+ "completed": "2019-04-12",
+ "initiated": "2020-01-24",
+ "ministryContact": "EMMERICH GRADY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5d2ff12c-ec4b-4fbc-ba3e-d7660b88c0c8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "79bb42e4-2859-48a0-aae0-3e4a56c0d61c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dbcf2a78-9ce3-4761-a0b4-95fa6a4c3f25",
+ "createdAt": "2014-04-05",
+ "completed": "2014-10-12",
+ "initiated": "2019-12-16",
+ "ministryContact": "SENGER CHASITY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c1f08918-adfa-425a-a43c-b823f5ddec3c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b73633a6-d4c8-4642-a524-1cef0edf76d9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "93d5bf7a-0c5b-4db5-ae31-b92626513aa6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ac3e9968-7696-4058-add8-e3d306025ac8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3d8c8257-b5d1-4cad-891b-9ea1ced95ed8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "1bee704c-a71c-46bf-8e6d-ab2fc41fb4b2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-05-07",
+ "startDate": "2022-03-09",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "352cf04c-d01d-41d6-8a51-b1283a50af8a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2015-08-05",
+ "startDate": "2015-11-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "23372f75-9702-4bd7-bb20-761d3c55ea96",
+ "name": "IPSUM",
+ "endDate": "2014-04-11",
+ "startDate": "2019-01-29",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "07fd66da-526b-4029-b8c6-7aae07f3ff83",
+ "siteRegistry": false,
+ "documentDate": "2020-09-14",
+ "receivedDate": "2014-09-12",
+ "uploadedDate": "2016-05-18",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "4f5b300f-20e8-4337-9ea3-def6adbc48e5",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "174e5468-d787-4a89-a1ce-b4daa2ddf193",
+ "siteRegistry": false,
+ "documentDate": "2014-02-08",
+ "receivedDate": "2023-03-10",
+ "uploadedDate": "2018-04-25",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "f1cd0bae-7722-4e3d-b133-ce36092ba0a0",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e5b19fb6-e955-4856-9141-d4387429a9f9",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "8d3d84b5-5397-4171-9d79-5ea4915c227d",
+ "siteRegistry": true,
+ "documentDate": "2018-02-28",
+ "receivedDate": "2020-08-23",
+ "uploadedDate": "2021-03-09",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "9dc76bc0-d6cf-411c-9bcf-85de0840fcbb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7aca95cc-4c3d-4db5-ae4e-6cc7e29061a2",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "33099eec-2831-46a6-81a4-4e03150ae22e",
+ "siteRegistry": false,
+ "documentDate": "2015-04-07",
+ "receivedDate": "2016-10-16",
+ "uploadedDate": "2014-01-11",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "6ebc5734-54d6-4137-9934-c0637c3d1448",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "28f274d6-eb90-4ab6-837f-00148f9811ae",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ea9965ba-e0d3-435c-ab4e-8a150c690a8c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "b8887978-2682-4998-bea5-b40bab137f11",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-02-19 (described on Site Profile dated 2019-02-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "aabfefd1-d267-4e24-8660-437ed06d88ca",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-07-30 (described on Site Profile dated 2022-07-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "f3a18258-29b1-4905-acd5-32f7447666f6",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-10-28 (described on Site Profile dated 2014-10-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "b69c4fb2-f4a2-4a5d-8fd6-bb1eb5036f2a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-06-08 (described on Site Profile dated 2022-06-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "ff4753b9-4337-4778-8c02-1b1999889558",
+ "siteRegistry": true,
+ "dateNoted": "2018-03-02",
+ "parcelID": "17780",
+ "crownLandUsePIN": "16739",
+ "crownLandFileNumber": "19071",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 1 DISTRICT LOT 3 PLAN 7424"
+ },
+ {
+ "uuid": "dcc5554a-96e9-42fe-9419-d26dfb4ca51a",
+ "siteRegistry": true,
+ "dateNoted": "2021-10-21",
+ "parcelID": "18307",
+ "crownLandUsePIN": "16341",
+ "crownLandFileNumber": "18530",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 3 DISTRICT LOT 2 PLAN 7842"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "5b153a63-88a3-44ea-a359-8a335fc4528b",
+ "siteRegistry": false,
+ "dateReceived": "2018-12-08",
+ "dateCompleted": "2017-04-28",
+ "dateEntered": "2019-03-01",
+ "dateRegistrar": "2020-07-11",
+ "dateLocalAuthorityReceived": "2020-05-19",
+ "summary": "Natus sunt similique quisquam autem repudiandae illo sapiente vel quo.",
+ "informationUsed": "Iure quisquam cum quae labore.\nMaiores iure nesciunt nostrum similique ex perferendis harum.\nConsequuntur quos incidunt reiciendis voluptate sint.",
+ "pastOrPresentOrders": "Nam id atque eius excepturi repudiandae exercitationem eligendi quae mollitia.\nCorrupti quisquam mollitia quibusdam laboriosam deserunt.\nVoluptas quod eveniet laborum in quisquam atque libero impedit exercitationem.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "341a96b6-5fec-404f-b1a2-d4d1d4a15804",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "62b12759-eefc-4bf1-b170-fa9410520e85",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "eb52a747-f957-4d73-a036-125c8f8093af",
+ "siteRegistry": true,
+ "dateReceived": "2021-12-13",
+ "dateCompleted": "2015-09-20",
+ "dateEntered": "2019-06-20",
+ "dateRegistrar": "2023-08-18",
+ "dateLocalAuthorityReceived": "2020-05-10",
+ "summary": "Consectetur odit doloribus et magni molestiae.",
+ "informationUsed": "Rem enim amet pariatur ullam exercitationem nesciunt.\nFugit impedit iure iure.\nRatione sapiente officiis dolorum expedita odit.\nFugiat dolores animi excepturi cupiditate placeat qui doloribus quasi facere.\nSed quas blanditiis adipisci minima ipsa.",
+ "pastOrPresentOrders": "Delectus reiciendis voluptatibus cum porro.\nFacilis aut quis repudiandae vel maiores fugit eius qui labore.\nError iste dolorum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "4260f02d-30c7-4dd3-b84c-7c715dcc88f8",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a74be5bb-c9d7-4d4e-b241-ed7c2d6f93f3",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ebfb5ccf-22fd-4d86-942d-86d117222149",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "857363dd-a7b7-4847-9a9e-326aaa2bbeeb",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GREENHOLT MISTY",
+ "timestamp": "2013-12-15"
+ },
+ {
+ "uuid": "e69b59d7-e84c-4af0-a054-44f35b3e97c1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STEUBER HOLLIE",
+ "timestamp": "2017-05-06"
+ },
+ {
+ "uuid": "ae0e04de-dfd6-4862-b3f8-58c3a32b5501",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CUMMINGS LESLY",
+ "timestamp": "2015-08-23"
+ },
+ {
+ "uuid": "62adb05e-ad4b-4c6f-8020-17af21ebd88c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "YOST LUCINDA",
+ "timestamp": "2019-12-10"
+ },
+ {
+ "uuid": "c3cb54de-af2f-45e1-8508-08af36e5b42a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CONN TREVOR",
+ "timestamp": "2021-04-08"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "166ee988-61de-4ae9-8e53-e287a2d6d7a3",
+ "dateNoted": "2017-07-28",
+ "notes": "",
+ "parcelID": "19750",
+ "siteID": "20010",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "7213fe5f-0476-4c16-a4a2-034daac8f980",
+ "siteID": 20842,
+ "address": "62380 Yadira Trace",
+ "latitude": 56.6169,
+ "longitude": -124.3993,
+ "lastUpdated": "2014-10-07",
+ "city": "South Lucybury",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/15228",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3487031,
+ 5208851,
+ 9870564,
+ 8823273,
+ 6375809
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "ae6e00fa-fb18-4668-b5a3-6132ff30ddda",
+ "createdAt": "2018-11-01",
+ "completed": "2016-09-02",
+ "initiated": "2019-04-23",
+ "ministryContact": "STOLTENBERG KATELIN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "6065adf6-f6b1-4912-a4ea-210327d03479",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1d35cda2-3167-4612-b957-b9d483bda3a8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "59662228-449e-4717-a64a-5fd276d7b49e",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c730c3b5-ae85-4fb7-9116-e91c15cc7339",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5f260f75-cd5d-4ca3-bd82-ac278ebe2579",
+ "createdAt": "2013-11-17",
+ "completed": "2016-10-11",
+ "initiated": "2016-05-17",
+ "ministryContact": "SCHNEIDER-SCHULTZ GWEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5671010d-3c54-44d8-bf08-058a958fdb9f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7faa0d6c-f40f-4415-a167-427d6f9cbc6a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2cd09138-98d7-42c6-867d-4d0728c0f101",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "13b07816-5997-4a19-8d67-4c0f9895d8fa",
+ "name": "IPSUM",
+ "endDate": "2022-08-30",
+ "startDate": "2021-02-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6c3e51da-76fc-4d79-ada1-9198300e6a25",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-09-16",
+ "startDate": "2014-03-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a26db2ee-65a5-4eea-9495-22fbe595a21f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-12-23",
+ "startDate": "2018-11-29",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1a8ca69d-f1cf-4efd-80de-11b84f92f858",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-06-11",
+ "startDate": "2022-02-14",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "049fbe34-0cb9-40f3-a804-276c35507a57",
+ "siteRegistry": false,
+ "documentDate": "2017-03-26",
+ "receivedDate": "2016-12-22",
+ "uploadedDate": "2020-05-13",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "482c4789-b98f-4859-9fa7-0cc229d82b9d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "3d6e4403-6c30-4c11-95d3-49cbc2fcc575",
+ "siteRegistry": false,
+ "documentDate": "2019-04-20",
+ "receivedDate": "2016-11-29",
+ "uploadedDate": "2016-07-10",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "581a5670-2765-40dd-a34b-d8afb2284fbd",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "7edf1f6c-93a4-4efd-bafc-56d312b3d115",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "46531b71-339d-4de6-9d71-36c3f5bf7278",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "245fcebe-aad6-47be-80fe-4b4120f3aef1",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-11-06 (described on Site Profile dated 2019-11-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "31903557-5c5f-4c8b-a8b3-9b68dee7d6b8",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-01-30 (described on Site Profile dated 2021-01-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "61ccec53-6494-4558-8ef6-0d7457c81d81",
+ "siteRegistry": false,
+ "dateNoted": "2014-12-05",
+ "parcelID": "17938",
+ "crownLandUsePIN": "20972",
+ "crownLandFileNumber": "18614",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 5 DISTRICT LOT 4 PLAN 6821"
+ },
+ {
+ "uuid": "f603a5df-2640-4b59-80ea-2cf567c2bada",
+ "siteRegistry": true,
+ "dateNoted": "2019-04-27",
+ "parcelID": "20245",
+ "crownLandUsePIN": "20210",
+ "crownLandFileNumber": "20647",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 5 DISTRICT LOT 3 PLAN 8290"
+ },
+ {
+ "uuid": "7ed44a3d-bb19-449b-b42c-9a34f222824e",
+ "siteRegistry": true,
+ "dateNoted": "2022-10-30",
+ "parcelID": "20780",
+ "crownLandUsePIN": "15489",
+ "crownLandFileNumber": "20451",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 4 DISTRICT LOT 5 PLAN 3235"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "7de3b9b8-d48c-4f32-9d06-62a3a9654cc7",
+ "siteRegistry": true,
+ "dateReceived": "2015-03-20",
+ "dateCompleted": "2016-11-23",
+ "dateEntered": "2022-06-08",
+ "dateRegistrar": "2019-09-02",
+ "dateLocalAuthorityReceived": "2019-05-17",
+ "summary": "Asperiores voluptate accusantium officia optio eos totam ullam.\nPorro consequatur nobis tempore saepe ex eius.\nCorporis officiis nisi modi molestias sapiente cupiditate recusandae voluptates.",
+ "informationUsed": "Porro placeat sint sapiente nam enim repellendus enim.\nConsequuntur velit tenetur.\nOdio ab sed quia occaecati consequatur.",
+ "pastOrPresentOrders": "Ipsam sit tempore similique at rem animi soluta incidunt inventore.\nRatione dolore sit facere dolores dignissimos quo.\nAccusantium iure praesentium eligendi autem quas quos illum corrupti.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "931958fa-26a7-4355-b0d5-2d42fa5743ab",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b089542e-6a8e-428d-9e94-020226bca008",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5e26ef19-c2f2-4621-9725-ac5719dbc563",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c1953aab-667d-4127-beaa-31629fc1d8bc",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "7b4e9c47-d632-44ca-a2b3-61505f63ca31",
+ "siteRegistry": true,
+ "dateReceived": "2023-08-17",
+ "dateCompleted": "2018-10-18",
+ "dateEntered": "2019-09-08",
+ "dateRegistrar": "2021-02-03",
+ "dateLocalAuthorityReceived": "2014-08-23",
+ "summary": "Ipsa atque blanditiis praesentium eveniet rerum nemo sint.\nAnimi dolores magni hic reprehenderit.\nVoluptatum sequi ut nihil quidem aliquid sint.",
+ "informationUsed": "Aperiam ullam laboriosam temporibus ab eligendi vitae iure dolores.\nVeritatis voluptatibus perspiciatis.\nQuia architecto quo eaque quisquam.",
+ "pastOrPresentOrders": "Voluptates quidem suscipit.\nNobis tempore tempora voluptate cum ipsam numquam error.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "4840cfeb-a5fa-4ad6-a4cc-d7252b397d9d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "43a1500f-c1a2-4bec-a38e-82512b061045",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "eb9e7c3c-48b7-47cc-803f-c1968f2d97fd",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STRACKE CHELSEA",
+ "timestamp": "2018-12-12"
+ },
+ {
+ "uuid": "e2fa4669-4e3f-4d2a-abda-848927b16e7e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BODE REBECCA",
+ "timestamp": "2021-07-04"
+ },
+ {
+ "uuid": "9cf657f1-f49c-415b-b5a5-279177d4a6b5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GLOVER CADE",
+ "timestamp": "2017-09-14"
+ },
+ {
+ "uuid": "47eeebea-ce4f-4789-8bd8-6a6ac7913634",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MARVIN BURDETTE",
+ "timestamp": "2018-08-25"
+ },
+ {
+ "uuid": "012f7e23-b45f-41a8-aeeb-0ecbdf9df0f5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KSHLERIN STUART",
+ "timestamp": "2019-12-30"
+ },
+ {
+ "uuid": "ef2a36dc-93c2-4a60-9fad-9686cc60719a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MANTE BLAISE",
+ "timestamp": "2015-05-31"
+ },
+ {
+ "uuid": "1ae06b15-cbd6-43db-8287-8f944a0fbd1b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUVALIS ISRAEL",
+ "timestamp": "2016-03-15"
+ },
+ {
+ "uuid": "e1ca71a9-a3d9-421a-9a31-c483c0d431ea",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SATTERFIELD SOPHIA",
+ "timestamp": "2019-08-14"
+ },
+ {
+ "uuid": "749bd96d-bd6f-408a-a896-d438c1def1df",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHILLER LILY",
+ "timestamp": "2021-12-26"
+ },
+ {
+ "uuid": "71c2c597-ac15-41a2-bf46-edd8f428d54e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WELCH GERALDINE",
+ "timestamp": "2019-01-29"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "19fc932a-0513-4dd5-a7eb-4feb2d7ac146",
+ "dateNoted": "2023-06-23",
+ "notes": "",
+ "parcelID": "19627",
+ "siteID": "18365",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1eb526f2-4b90-4b5f-a504-66aba4999ede",
+ "dateNoted": "2014-08-13",
+ "notes": "",
+ "parcelID": "15292",
+ "siteID": "18736",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ced5fa04-209c-4d3e-b53f-cbb75c522f81",
+ "dateNoted": "2016-12-03",
+ "notes": "",
+ "parcelID": "19118",
+ "siteID": "19449",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "43bb3de6-7311-4df5-8013-c8c85c2765f6",
+ "siteID": 17834,
+ "address": "45133 Smith Burgs",
+ "latitude": 56.2432,
+ "longitude": -125.2134,
+ "lastUpdated": "2021-10-06",
+ "city": "West Rebekah",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/8849",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 434092,
+ 6836207,
+ 1546846,
+ 8902905,
+ 6196291
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "9c0df095-ce2f-4d4b-97b1-b74689d4ef82",
+ "createdAt": "2019-03-26",
+ "completed": "2014-01-17",
+ "initiated": "2021-10-17",
+ "ministryContact": "YOST MELLIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "df08bfa9-a10a-4619-ab50-f8f1d7d3bfab",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cd668e3d-505d-4921-bd9c-ee802aa1b9a2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ac70c44d-b11d-4abc-9fba-33a853ce4b48",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "64266241-100b-4e4d-8d5e-48458afa2961",
+ "createdAt": "2022-02-18",
+ "completed": "2016-03-25",
+ "initiated": "2020-08-11",
+ "ministryContact": "ROSENBAUM RHEA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "511e27e4-7aaa-4313-be7e-2a85275de2a9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a60a3a65-e1a4-48a6-84cd-646673acc649",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5507ac52-a6b7-4345-b2aa-9e098074183d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4fd91ef9-f9a6-4f14-89e2-344091bae99c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "523888a4-57d5-4cc7-8ab8-213242af1ac6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "923797a1-5604-4713-af3f-cba00e995189",
+ "createdAt": "2019-06-26",
+ "completed": "2021-08-31",
+ "initiated": "2014-11-17",
+ "ministryContact": "BLANDA TRAVON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c16342f6-a716-4004-9442-89d0e0da9466",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2a0f652b-cc0a-43df-85b8-199cece405e3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "bd472f07-edf8-4e49-b9fd-8b320b60e18b",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-08-21",
+ "startDate": "2013-12-14",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "83fe989e-bcc8-49bf-89e6-f3ad07330f84",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-11-18",
+ "startDate": "2015-08-18",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "06f7db07-1d54-4d7c-9a04-3100dd0c977e",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2022-10-30",
+ "startDate": "2015-10-05",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "685dc68a-fb77-421a-927e-749b61b413d3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-02-12",
+ "startDate": "2023-10-09",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "a5043581-ea37-4888-bfa5-8adc08bcc1aa",
+ "siteRegistry": true,
+ "documentDate": "2014-10-25",
+ "receivedDate": "2016-06-19",
+ "uploadedDate": "2020-03-31",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "4a8b31a9-8cc9-4234-9793-3dbbc94fdae9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "72b8ccd6-67c5-404f-81d3-ea795e527b5b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "f98e662e-60a9-4f95-a8d2-10fbf6ca6de0",
+ "siteRegistry": true,
+ "documentDate": "2020-03-06",
+ "receivedDate": "2014-06-20",
+ "uploadedDate": "2016-08-15",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "38cc1f8b-147b-4a0a-9782-45a37a59c294",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f862ce11-605e-4dd0-a0d3-250f964bcfcd",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5e723e94-0473-4f81-9ea9-7846e7a24265",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ef22c84d-8ba2-4f43-8b56-da2e9b5d0d07",
+ "siteRegistry": false,
+ "documentDate": "2017-01-07",
+ "receivedDate": "2020-04-15",
+ "uploadedDate": "2020-02-23",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "0151b46c-c81f-4038-a56d-049324998bbf",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "4759ea9c-2020-46d2-adb8-143b1009a2ea",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-10-20 (described on Site Profile dated 2016-10-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "4e5c6752-a84b-46e6-9151-5d6d6ab62cf6",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-08-24 (described on Site Profile dated 2017-08-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "7ef8a009-c38d-473a-8044-d2d0c14dd874",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-01-06 (described on Site Profile dated 2021-01-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "19234a5d-8bca-4a5e-8e28-d39b5346d3d4",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-03-14 (described on Site Profile dated 2017-03-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "d43be2c3-42d3-475e-ba8a-fd2264fdfb8f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-08-21 (described on Site Profile dated 2019-08-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "4c54741b-8722-4a05-9f9c-62ad68c9f12b",
+ "siteRegistry": false,
+ "dateNoted": "2015-04-14",
+ "parcelID": "16259",
+ "crownLandUsePIN": "19472",
+ "crownLandFileNumber": "15742",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 1 DISTRICT LOT 4 PLAN 6864"
+ },
+ {
+ "uuid": "b4c97e25-1b7e-4c73-9849-f356423eaa7c",
+ "siteRegistry": false,
+ "dateNoted": "2014-12-07",
+ "parcelID": "20603",
+ "crownLandUsePIN": "17457",
+ "crownLandFileNumber": "15221",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 5 DISTRICT LOT 4 PLAN 8943"
+ },
+ {
+ "uuid": "f42a8c9d-23bb-4c00-a2de-54d909abf776",
+ "siteRegistry": false,
+ "dateNoted": "2016-03-19",
+ "parcelID": "16599",
+ "crownLandUsePIN": "20572",
+ "crownLandFileNumber": "17732",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 3 DISTRICT LOT 1 PLAN 6308"
+ },
+ {
+ "uuid": "589b76fe-c7b4-463e-89f7-37f199d7fb92",
+ "siteRegistry": false,
+ "dateNoted": "2022-05-18",
+ "parcelID": "18271",
+ "crownLandUsePIN": "15837",
+ "crownLandFileNumber": "20912",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 5 DISTRICT LOT 2 PLAN 5665"
+ },
+ {
+ "uuid": "e7d439e3-c12d-43a3-904d-6c431fd7e843",
+ "siteRegistry": false,
+ "dateNoted": "2014-07-07",
+ "parcelID": "19854",
+ "crownLandUsePIN": "20340",
+ "crownLandFileNumber": "19560",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 1 DISTRICT LOT 4 PLAN 4266"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "f895876a-270e-46d6-be0d-f6a5dbcdf0c6",
+ "siteRegistry": true,
+ "dateReceived": "2023-07-12",
+ "dateCompleted": "2015-10-20",
+ "dateEntered": "2022-09-12",
+ "dateRegistrar": "2014-02-28",
+ "dateLocalAuthorityReceived": "2014-05-10",
+ "summary": "Soluta ipsum tempora iusto earum in.",
+ "informationUsed": "Quas aut nam voluptatibus quod temporibus.\nAsperiores est corrupti voluptatem ab dolor unde quod quidem nihil.\nIure hic iste nisi sunt iste alias illum sit.\nPossimus porro quos tenetur debitis exercitationem laboriosam amet.",
+ "pastOrPresentOrders": "Voluptatem ab inventore blanditiis sapiente nulla voluptatibus harum minus iusto.\nQuas vel dicta magni ab tempore.\nAt ipsam modi quia nisi doloribus magnam dolorem dicta quod.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "d71527e0-4b3c-4748-8930-5bd916cfacdd",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "17d433e8-90a3-46a1-921f-f92888a451a6",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d1c53f8a-a19c-482c-a2ad-4aaac1692773",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d21787f8-fd84-451d-be45-83c84cdb8d4f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "39de7cc4-174c-4a20-99db-bbe295c2434a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SHANAHAN BRITTANY",
+ "timestamp": "2022-10-26"
+ },
+ {
+ "uuid": "e3d19cc1-75ee-48bc-89ca-ddf7a6ea4d3b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KREIGER LEORA",
+ "timestamp": "2015-03-30"
+ },
+ {
+ "uuid": "8ac44647-7d25-4a89-b6c7-ef2431cf3d5f",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOEN GERMAINE",
+ "timestamp": "2022-03-12"
+ },
+ {
+ "uuid": "d6ff695c-2747-4cfd-afdd-74dc2db84de1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WEISSNAT REINA",
+ "timestamp": "2015-04-19"
+ },
+ {
+ "uuid": "cdfa4621-c115-463d-ba61-76e169d1ab4b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DAUGHERTY LILA",
+ "timestamp": "2018-01-07"
+ },
+ {
+ "uuid": "c9b678b2-d4d0-4d5f-b266-9b3d19aae073",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NICOLAS CARMINE",
+ "timestamp": "2016-04-30"
+ },
+ {
+ "uuid": "9a8d6dc6-77b7-4ba2-8799-a2b622bb435e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "D'AMORE MARGIE",
+ "timestamp": "2013-12-25"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "440ce459-5f52-409f-a6a2-48665d9fa039",
+ "dateNoted": "2019-12-01",
+ "notes": "",
+ "parcelID": "16345",
+ "siteID": "20237",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2c04bfa9-f61e-4251-b3e9-664162db612f",
+ "dateNoted": "2020-05-17",
+ "notes": "",
+ "parcelID": "16530",
+ "siteID": "20146",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fd47aabe-0ce8-43e8-b761-951c85215f5a",
+ "dateNoted": "2021-05-03",
+ "notes": "",
+ "parcelID": "15766",
+ "siteID": "15519",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "3f572d89-a047-481c-abf9-3f92f715e434",
+ "siteID": 15253,
+ "address": "372 Schroeder Parkways",
+ "latitude": 49.1704,
+ "longitude": -123.4738,
+ "lastUpdated": "2021-02-22",
+ "city": "South Jazlynshire",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/15261",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9250168,
+ 5654290,
+ 2474901,
+ 6675351,
+ 2888775
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "16b0baf8-98e9-4229-b98d-990f89d1d8c8",
+ "createdAt": "2021-07-23",
+ "completed": "2014-11-19",
+ "initiated": "2017-11-06",
+ "ministryContact": "JACOBS REGINALD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "02d8ea1b-caf0-4946-aa2b-dd7a207b403f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "28234f13-d772-40d4-8ffa-e1e4c137ba07",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0f252076-1a99-4300-9d4b-6a7b396e1476",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "290eb3b5-9d62-4b86-8ab2-68ae80925986",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e3c8c84e-a295-4fbb-b3c5-c6e663165719",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ffdaa011-0d1f-49f6-8c9a-e6e05ec6f236",
+ "createdAt": "2015-09-20",
+ "completed": "2013-11-24",
+ "initiated": "2019-01-14",
+ "ministryContact": "MAYERT ARELY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a115ad0a-2eea-4946-b390-a119d441aa52",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "deccaa50-3eb9-4328-8402-d84c6feff60a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1da16280-c456-4230-a495-77086c1b336d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "02fb3d02-a40d-45ba-bd5b-0c9d203bf2ce",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "af470c1a-8a33-4b12-9cde-79ce099c2503",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6727b7c9-61f4-443e-82b7-5440396be844",
+ "createdAt": "2021-08-14",
+ "completed": "2020-09-08",
+ "initiated": "2020-11-19",
+ "ministryContact": "RUNOLFSDOTTIR ANIKA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2caf8d0f-be1c-46e2-b4f5-689602458f72",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ff79e698-d066-4ae2-beda-127e1a348381",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "da3f73cd-afd2-4869-9ca2-b025deb9f6e2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "332a3b2c-5bc4-4796-b535-b06e2031587b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "48f20435-3229-4aaf-b802-49f678bdb00c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "81d37cb4-2b1a-495e-8035-b3b80ee1eef0",
+ "createdAt": "2018-12-26",
+ "completed": "2014-10-01",
+ "initiated": "2017-03-04",
+ "ministryContact": "SANFORD JOSIANE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f934f5da-64cb-4cfa-b67d-a9b470e89aca",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "72a6f960-6c7b-48d6-9677-28a98ea894dd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "35453546-052f-4906-b4bf-a3fc23dca3d0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f7dc122d-374a-4125-9a1c-05a379056b7a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "df7f8419-fc78-4e79-813a-174bae4abeec",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "c71aab92-932e-422e-a485-b0c94f913e13",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-07-04",
+ "startDate": "2022-06-24",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e89895c7-0f22-4922-8f5d-778fb3f9dfcb",
+ "name": "IPSUM",
+ "endDate": "2022-11-17",
+ "startDate": "2017-09-17",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "addfcfa4-fe7e-43ee-9596-5a35d24ff0f3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-08-06",
+ "startDate": "2018-01-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "66297fdb-3516-49ea-95a8-cdc8901e25db",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-01-31",
+ "startDate": "2020-03-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "9297bc02-31a6-4a6d-8308-81260c1e156a",
+ "siteRegistry": false,
+ "documentDate": "2023-05-15",
+ "receivedDate": "2015-11-05",
+ "uploadedDate": "2022-05-15",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "2e8936e8-88b1-4b14-bcc6-c2774ca97125",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "43deee1b-6b54-4578-85d4-18f567c8455b",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0d4e1c51-443b-4433-a477-54ac577d836a",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "343a0c92-7332-430e-bb93-cc232e1e5045",
+ "siteRegistry": false,
+ "documentDate": "2015-05-07",
+ "receivedDate": "2017-06-29",
+ "uploadedDate": "2019-06-13",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "1acb4f3a-7d8b-4ab6-8963-859090ec97f8",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "3f70c200-64e3-41fe-9bba-24ab2dd7fe2a",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ff680ebb-90d8-4713-93d9-53c736acadf8",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "171877fd-3b55-4ebf-a774-b8ef6bdab8f8",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-10-20 (described on Site Profile dated 2020-10-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "6ae3874f-ff8e-4c5b-bd56-38fd92da7712",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-08-09 (described on Site Profile dated 2018-08-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "af31dfd1-8713-4958-8ce2-2f23f086b158",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-08-08 (described on Site Profile dated 2018-08-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "27135d65-5c1f-472b-a937-aff0164bff76",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-08-03 (described on Site Profile dated 2018-08-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "e381f378-8351-464f-a6b3-dcde1f1c1cec",
+ "siteRegistry": true,
+ "dateNoted": "2014-06-11",
+ "parcelID": "15923",
+ "crownLandUsePIN": "15877",
+ "crownLandFileNumber": "16833",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 5 DISTRICT LOT 4 PLAN 4630"
+ },
+ {
+ "uuid": "7b5646c0-5f33-4216-84ba-a8160ec11e55",
+ "siteRegistry": true,
+ "dateNoted": "2019-05-15",
+ "parcelID": "15304",
+ "crownLandUsePIN": "20677",
+ "crownLandFileNumber": "16615",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 2 DISTRICT LOT 3 PLAN 4974"
+ },
+ {
+ "uuid": "3e6afc09-d73f-4fa7-8de8-53abc8bdd021",
+ "siteRegistry": true,
+ "dateNoted": "2017-10-01",
+ "parcelID": "17811",
+ "crownLandUsePIN": "15955",
+ "crownLandFileNumber": "18872",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 1 DISTRICT LOT 2 PLAN 3239"
+ },
+ {
+ "uuid": "1a7b2054-5516-42ca-83d2-e62eafab881f",
+ "siteRegistry": false,
+ "dateNoted": "2019-09-09",
+ "parcelID": "19275",
+ "crownLandUsePIN": "19638",
+ "crownLandFileNumber": "15926",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 5 DISTRICT LOT 3 PLAN 7196"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "161512d1-8950-4159-810e-3656a4f80a6f",
+ "siteRegistry": false,
+ "dateReceived": "2021-07-03",
+ "dateCompleted": "2015-09-03",
+ "dateEntered": "2015-03-27",
+ "dateRegistrar": "2017-06-22",
+ "dateLocalAuthorityReceived": "2023-04-17",
+ "summary": "Nostrum neque nulla facere minima minima nostrum dolorum.",
+ "informationUsed": "Quam molestiae commodi inventore.\nQuo eligendi unde neque excepturi sunt cupiditate laboriosam ad.\nRepellendus deserunt ab est necessitatibus voluptates possimus sapiente.\nDucimus excepturi eligendi.\nEnim dignissimos repellat veritatis perspiciatis quis quas nobis assumenda.",
+ "pastOrPresentOrders": "Blanditiis quibusdam nesciunt temporibus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "0046b4d5-0eaf-4641-a63e-3db9bf9757ab",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c899bc35-d4fa-491d-a855-15f859a90e42",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "c4c66c28-f45b-4c21-9b13-a7d9692413d8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GISLASON ADELLE",
+ "timestamp": "2018-03-09"
+ },
+ {
+ "uuid": "49713036-d085-4dd4-8d95-93cc781e671d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WALTER-QUITZON LEW",
+ "timestamp": "2021-12-20"
+ },
+ {
+ "uuid": "07165e16-46a9-48e2-bdcc-a57a5cd4d624",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BARROWS ALTHEA",
+ "timestamp": "2017-12-29"
+ },
+ {
+ "uuid": "5c3113ae-3fc9-44f3-b9d2-44646078ed6c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEBSACK GARLAND",
+ "timestamp": "2023-08-17"
+ },
+ {
+ "uuid": "19018f44-5d3f-4972-8ab9-97e827985813",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAHN LAUREL",
+ "timestamp": "2016-09-26"
+ },
+ {
+ "uuid": "044ee089-5c5d-4b01-9be3-de6b617f9181",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WAELCHI EARLINE",
+ "timestamp": "2019-09-01"
+ },
+ {
+ "uuid": "a333c733-f88f-42db-a8d8-04a398e0c0ae",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUSSEL BELL",
+ "timestamp": "2017-05-23"
+ },
+ {
+ "uuid": "2397ae0e-5dc2-4404-a303-debb31dc8d9c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CRONIN JOSIANE",
+ "timestamp": "2019-01-16"
+ },
+ {
+ "uuid": "c88d3118-a699-4a1c-987b-d730029069fb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HUELS AUSTEN",
+ "timestamp": "2017-12-21"
+ },
+ {
+ "uuid": "d71646f1-16c8-4dcb-817a-da8486c0befc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KAUTZER ALFREDA",
+ "timestamp": "2020-04-09"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "3eb2ad28-2dd4-491b-8468-481037540ed3",
+ "dateNoted": "2021-03-17",
+ "notes": "",
+ "parcelID": "15670",
+ "siteID": "16733",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5d7fec84-5819-4fe9-8e16-c2841c54b0ec",
+ "dateNoted": "2020-05-13",
+ "notes": "",
+ "parcelID": "19937",
+ "siteID": "19175",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "30a9f948-e9cd-4751-82a4-cb77534f324e",
+ "siteID": 19986,
+ "address": "672 Ross Via",
+ "latitude": 58.0698,
+ "longitude": -133.4907,
+ "lastUpdated": "2015-08-21",
+ "city": "South Lianamouth",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/10165",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5278606,
+ 580242,
+ 5799287,
+ 3852355,
+ 1222703
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "b6772509-9a12-4700-82d8-86bd4a09f2c9",
+ "createdAt": "2018-06-13",
+ "completed": "2020-11-13",
+ "initiated": "2020-11-25",
+ "ministryContact": "KERTZMANN SKYE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "e8ef2381-3c65-43bc-bd47-81f93893d9d6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "95f17f83-cf33-444c-b0e9-a3d40aa87835",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "72cd92b2-7a09-4275-999a-fd68cde5e108",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "29d6fbfc-880a-4f78-8c5d-efadcca84187",
+ "createdAt": "2020-11-25",
+ "completed": "2020-05-09",
+ "initiated": "2022-01-24",
+ "ministryContact": "JOHNSON REYNOLD",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "af3151df-0b03-4c79-9b4a-9350960e7b2d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f040d859-0df9-4838-a7ad-762f30315c49",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fc2b9e4d-d0fc-4afd-a74f-b950e6d7509a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1c8d0d02-b996-4d04-bf39-cae645abb2ea",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "559b33f2-5bc9-4df6-ad7a-c408edb43cd4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a1a17708-2cab-4a4d-a2ed-d18a77b50007",
+ "createdAt": "2021-11-23",
+ "completed": "2023-07-03",
+ "initiated": "2023-01-03",
+ "ministryContact": "OLSON TESS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8521badd-2c8a-4870-9528-72f8d4de8426",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2da1e43d-b436-4c1a-b09d-d997a9405a8e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "93c6fd4d-9619-45c1-9ae7-b6a131cce7d4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7b9c621f-a7e8-4200-8975-5de9fba3bca6",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "377b119c-78d6-405f-83cd-d2d8cc62e5d1",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "5594e26b-b91b-41fc-a4cf-f8bc32515664",
+ "name": "IPSUM",
+ "endDate": "2022-03-26",
+ "startDate": "2019-07-29",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6cf8c177-54cf-497f-a932-2ea2479d1ddd",
+ "name": "IPSUM",
+ "endDate": "2016-03-12",
+ "startDate": "2014-08-02",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "8e16dc87-f3e3-4274-a201-edf90c3551bc",
+ "siteRegistry": false,
+ "documentDate": "2016-05-13",
+ "receivedDate": "2017-10-03",
+ "uploadedDate": "2018-07-17",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "4aa32f56-e1e9-403e-b55e-9de8dd0c35ba",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d5908446-065b-43c2-bf25-7b121849d9f4",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "aee0a9c9-f13b-41fd-ac47-12d1dc07fa2c",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-12-26 (described on Site Profile dated 2016-12-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "21cd4ff7-fb63-4eb1-b29e-c3b3e1b4f88f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-01-12 (described on Site Profile dated 2018-01-12)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "9e4f1a61-87ea-438a-9c08-0ffe7c1e002f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-06-19 (described on Site Profile dated 2016-06-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "fde04345-1c9d-4f1a-b42b-b5795d115979",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-08-01 (described on Site Profile dated 2016-08-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "1a3adb28-3371-44f7-8679-667ac5321c3d",
+ "siteRegistry": false,
+ "dateNoted": "2022-03-19",
+ "parcelID": "18223",
+ "crownLandUsePIN": "16006",
+ "crownLandFileNumber": "16601",
+ "landDescription": "LOT 4 OF LOT 4 BLOCK 5 DISTRICT LOT 5 PLAN 6927"
+ },
+ {
+ "uuid": "7804b97c-87e2-4c41-8b25-aa946637183b",
+ "siteRegistry": false,
+ "dateNoted": "2016-05-23",
+ "parcelID": "20502",
+ "crownLandUsePIN": "19844",
+ "crownLandFileNumber": "18355",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 1 DISTRICT LOT 3 PLAN 8833"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "c1caa19f-044c-4ec4-8054-3fdb62912727",
+ "siteRegistry": true,
+ "dateReceived": "2014-12-06",
+ "dateCompleted": "2019-06-03",
+ "dateEntered": "2022-09-06",
+ "dateRegistrar": "2023-02-26",
+ "dateLocalAuthorityReceived": "2014-06-07",
+ "summary": "Alias eveniet ut harum numquam praesentium inventore.\nPerferendis quisquam maxime.",
+ "informationUsed": "Veniam dolorem adipisci nulla blanditiis commodi quidem dolores officiis.\nDolorem error cumque occaecati repudiandae.\nHic accusantium excepturi deserunt dolorum architecto similique repudiandae expedita repellat.\nHarum veritatis necessitatibus explicabo.",
+ "pastOrPresentOrders": "Sit consequatur aliquam pariatur nulla ducimus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "d27b0263-86eb-40c2-9e40-7ffcf308114d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a520cd94-5d61-4a25-8734-798393066481",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "08b1b30f-3279-45dc-8b5f-69f2926405d6",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "294f4dca-9a0f-43ad-b444-9cbcdc577dfd",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "0bb94821-f0db-4abd-afe4-3e94eafc9ea3",
+ "siteRegistry": false,
+ "dateReceived": "2019-03-01",
+ "dateCompleted": "2022-06-29",
+ "dateEntered": "2020-02-14",
+ "dateRegistrar": "2014-10-18",
+ "dateLocalAuthorityReceived": "2017-02-22",
+ "summary": "Tempore architecto inventore animi reprehenderit corporis eveniet ex.\nPariatur odio laudantium harum reprehenderit hic sit odit ratione veniam.\nCum aperiam porro harum.",
+ "informationUsed": "Consequuntur pariatur dolores quam itaque quaerat tempora tenetur possimus.\nEveniet quisquam ut officia.\nEarum amet assumenda eaque.\nCorrupti veniam rem perspiciatis debitis commodi ratione ullam minus mollitia.\nEligendi sit repellendus dolor eius illum perferendis.",
+ "pastOrPresentOrders": "Placeat totam libero laboriosam.\nDoloremque ipsam magnam esse eveniet soluta.\nVoluptate dolorem perspiciatis corporis culpa vero sint architecto numquam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "3470fdfc-7482-4f6c-b75e-250b06acbcb2",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "231dbe7f-323d-454f-ace4-36dff1aef9c0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "50084972-02bd-4089-a44d-e6b0ec0607f0",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "0690834b-e294-499d-b14f-5f9b187bfdc0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAMMES NATALIA",
+ "timestamp": "2014-06-12"
+ },
+ {
+ "uuid": "1cba38cf-ee3d-482a-b618-589e96f595ff",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GOLDNER AXEL",
+ "timestamp": "2013-12-11"
+ },
+ {
+ "uuid": "3dc40080-886c-4502-8bf7-4e222f731b87",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KILBACK GIA",
+ "timestamp": "2020-03-14"
+ },
+ {
+ "uuid": "2e3fbbd8-74a2-4468-9e20-f34500076885",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUNDE SHANIA",
+ "timestamp": "2014-09-30"
+ },
+ {
+ "uuid": "dc4de5c5-d5f2-4275-a880-5169ff2e9fc6",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MURRAY URIEL",
+ "timestamp": "2017-10-20"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "b569d44e-556c-4235-ab9e-a8f328fba8e8",
+ "dateNoted": "2023-04-26",
+ "notes": "",
+ "parcelID": "16109",
+ "siteID": "15579",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8d659693-0707-489a-8924-4dce69a2c09c",
+ "dateNoted": "2023-04-28",
+ "notes": "",
+ "parcelID": "15867",
+ "siteID": "15499",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bfd2741a-b6b1-4774-a785-d988e3477ad1",
+ "dateNoted": "2022-05-08",
+ "notes": "",
+ "parcelID": "17063",
+ "siteID": "16874",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "4dd73f68-5a64-4df5-93f5-856a8eebf46b",
+ "siteID": 19228,
+ "address": "559 Schuster Village",
+ "latitude": 50.714,
+ "longitude": -137.7258,
+ "lastUpdated": "2021-08-16",
+ "city": "Lake Letahaven",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/11945",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4412548,
+ 213651,
+ 7521767,
+ 5436159,
+ 6243088
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "b696fea9-adc3-40db-8da3-fab16d13840e",
+ "createdAt": "2020-01-17",
+ "completed": "2023-02-27",
+ "initiated": "2022-09-10",
+ "ministryContact": "TORPHY RONNY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2c6c3bb4-c8bd-4312-bb64-36f7a14c3021",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "be93086a-3dae-4747-aceb-1ce9c2914dd4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b37782f2-8602-4101-8249-b05bb5ad5a6d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3842789f-12fa-43b2-b65e-29b309b33e64",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "75ab514b-ce22-4927-b502-246883a1da2e",
+ "createdAt": "2023-08-04",
+ "completed": "2022-10-03",
+ "initiated": "2020-01-11",
+ "ministryContact": "SMITHAM JESSICA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f379a503-560d-46e5-9f4f-263f4e0e92b9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "22a7b558-4127-46bd-8c41-dbda335bb3e2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f07efa9e-83c8-433a-9c77-b217b8dfc7dc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "1208d1e8-b9a7-4225-97b4-20bdde5c5988",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-04-19",
+ "startDate": "2019-11-06",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "874392cb-bbfe-4a93-aa4a-7e8d7b206ae8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-05-26",
+ "startDate": "2014-12-19",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "2eb270a7-399a-4f06-b727-ff23e7779098",
+ "siteRegistry": true,
+ "documentDate": "2015-09-18",
+ "receivedDate": "2018-03-15",
+ "uploadedDate": "2023-09-29",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "40d13373-32b0-4856-9240-073ccd4aa2a4",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "7c0e9d4a-43db-402c-950c-4713b866d641",
+ "siteRegistry": false,
+ "documentDate": "2023-03-12",
+ "receivedDate": "2021-05-31",
+ "uploadedDate": "2016-02-27",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "cf395054-e5fa-4710-9eae-3a8284a61740",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ddb08d8e-bec9-4fe2-9d93-057cdf075c6a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b90a14e7-099f-4162-95c4-b8015a84f28a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "bcf9dcc6-025c-4501-b173-645dcb32fa06",
+ "siteRegistry": true,
+ "documentDate": "2019-05-27",
+ "receivedDate": "2019-01-11",
+ "uploadedDate": "2020-03-10",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "1a9c5da6-dbd6-431e-a937-cf56676f8d3d",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "cc0a770b-29fa-4df3-9b20-bb3bb576b6f9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1cb60ecb-13ce-47d3-a81a-46400dfb2a83",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "dff32049-b9ad-48d9-81c2-13957b4aac0f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-03-23 (described on Site Profile dated 2020-03-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "8ec3251a-5837-41d1-b226-c0e22b6ca953",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-06-20 (described on Site Profile dated 2022-06-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "8fa5668f-0753-49e4-8266-573ddb11b05f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-08-13 (described on Site Profile dated 2016-08-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "3f2c4720-06e0-4a99-a847-e07fa839f947",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-06-26 (described on Site Profile dated 2017-06-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "2fa0c9a7-7e8b-46c5-a5ea-c47093d88cfb",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-02-03 (described on Site Profile dated 2017-02-03)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "a323690c-3cfe-44f0-a113-479d4e72f1e9",
+ "siteRegistry": false,
+ "dateNoted": "2014-11-10",
+ "parcelID": "18063",
+ "crownLandUsePIN": "20856",
+ "crownLandFileNumber": "17741",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 2 DISTRICT LOT 1 PLAN 8580"
+ },
+ {
+ "uuid": "f0a57e5c-b2ba-4e1a-9a24-b904c267e1fa",
+ "siteRegistry": false,
+ "dateNoted": "2016-07-02",
+ "parcelID": "17077",
+ "crownLandUsePIN": "16747",
+ "crownLandFileNumber": "18962",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 2 DISTRICT LOT 1 PLAN 5986"
+ },
+ {
+ "uuid": "715d5f71-5cf9-46a8-988f-d839f3db8a34",
+ "siteRegistry": false,
+ "dateNoted": "2017-12-18",
+ "parcelID": "19660",
+ "crownLandUsePIN": "18916",
+ "crownLandFileNumber": "15946",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 2 DISTRICT LOT 2 PLAN 8981"
+ },
+ {
+ "uuid": "b87e4af0-3721-441a-9009-3062c81f24d9",
+ "siteRegistry": false,
+ "dateNoted": "2023-01-07",
+ "parcelID": "19487",
+ "crownLandUsePIN": "19355",
+ "crownLandFileNumber": "15750",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 4 DISTRICT LOT 5 PLAN 7621"
+ },
+ {
+ "uuid": "ad08be80-23e5-4570-b2a1-034806c4af8e",
+ "siteRegistry": true,
+ "dateNoted": "2015-12-10",
+ "parcelID": "16765",
+ "crownLandUsePIN": "20215",
+ "crownLandFileNumber": "18440",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 3 DISTRICT LOT 4 PLAN 9032"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "bf5f9431-0ce3-47cc-8b23-bb27c8763353",
+ "siteRegistry": false,
+ "dateReceived": "2022-07-25",
+ "dateCompleted": "2013-10-20",
+ "dateEntered": "2021-04-17",
+ "dateRegistrar": "2015-05-21",
+ "dateLocalAuthorityReceived": "2015-08-09",
+ "summary": "Unde distinctio aut amet.",
+ "informationUsed": "Ipsa iste beatae facere quam quaerat itaque.\nCumque veniam perferendis architecto est neque nihil placeat.\nSequi voluptatum maiores maiores sunt.\nNumquam ullam rerum quis tenetur suscipit veritatis hic ut.\nArchitecto possimus sint perferendis eaque.",
+ "pastOrPresentOrders": "Nihil placeat atque sint hic ratione possimus.\nDelectus fuga voluptate illo eaque sapiente voluptas mollitia ullam.\nNatus officiis quod sequi facere eveniet omnis ipsum aperiam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "70114bf2-6acd-4690-8937-90f82cd21136",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e5b6b1db-f3e6-45bb-9a19-4a7856626560",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b4dc9d5a-283d-44d8-9f8f-6ebc4e055e6d",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "3cec3fcf-31be-4831-9e5f-313d14487760",
+ "siteRegistry": true,
+ "dateReceived": "2023-04-09",
+ "dateCompleted": "2015-06-02",
+ "dateEntered": "2018-11-08",
+ "dateRegistrar": "2019-07-16",
+ "dateLocalAuthorityReceived": "2017-07-29",
+ "summary": "Aspernatur reprehenderit velit quia.\nAnimi dolorem unde cupiditate dignissimos voluptas consectetur iusto fugit necessitatibus.",
+ "informationUsed": "Voluptatum officiis dicta ipsam reprehenderit illo excepturi.\nTemporibus fugiat praesentium.\nSimilique quos distinctio est libero aperiam consectetur nobis esse quod.",
+ "pastOrPresentOrders": "Beatae quae quae fugit recusandae aperiam sed.\nCumque architecto earum fugiat.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "892a7e6b-57ed-4e15-81f2-0031dc76bbf0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8f1de4b2-71d1-4c84-90f7-a87805bba15e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "c30ae706-6e2b-4cd1-8293-8564f2cfd2ad",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HARTMANN ELOISA",
+ "timestamp": "2019-08-15"
+ },
+ {
+ "uuid": "3feb75a1-4b40-4598-bfbd-f7526c7e95f5",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHROEDER JASEN",
+ "timestamp": "2017-06-14"
+ },
+ {
+ "uuid": "074d38ac-6edc-4d9a-ad8c-53d57d359564",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OKUNEVA JAZLYN",
+ "timestamp": "2017-11-06"
+ },
+ {
+ "uuid": "8a4eba77-6b3b-4617-85db-cc2e334e24e2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BOTSFORD XZAVIER",
+ "timestamp": "2020-08-28"
+ },
+ {
+ "uuid": "fb499080-655c-4b6e-af5a-f1b1dfbfac33",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "NOLAN-DOUGLAS SOLON",
+ "timestamp": "2023-01-31"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "9b98c38b-6a66-4b49-a8f9-f7fb1cc0b91d",
+ "dateNoted": "2020-03-26",
+ "notes": "",
+ "parcelID": "19287",
+ "siteID": "19619",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "fa1243e0-8f80-47d5-9b37-10ef61a3a88c",
+ "siteID": 20416,
+ "address": "132 Alexzander Harbor",
+ "latitude": 58.4609,
+ "longitude": -119.8299,
+ "lastUpdated": "2019-08-28",
+ "city": "Bahringerchester",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/7106",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3319297,
+ 779675,
+ 576377,
+ 8587544,
+ 4794351
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "382e2735-be54-48a5-8327-57cd98bbef87",
+ "createdAt": "2016-04-03",
+ "completed": "2014-09-14",
+ "initiated": "2023-02-14",
+ "ministryContact": "KULAS LERA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d96e1edd-342d-452e-a4b4-20890fc3acb2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "61b350d2-6ee2-4bfe-b24b-e0f03928da63",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0efd600d-b719-46fc-9307-1cdca59efc7c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3bce3cd9-b265-48fc-9ef5-6d26f593b3db",
+ "createdAt": "2014-01-02",
+ "completed": "2015-04-02",
+ "initiated": "2013-11-28",
+ "ministryContact": "PREDOVIC CLEMENTINE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "01de70e5-9221-4313-a9e9-44e956971f10",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "074faac1-b27c-4307-82fd-96d4eaa165ad",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b9dd14a6-e788-4d45-99eb-3b2eb0e10610",
+ "createdAt": "2016-07-24",
+ "completed": "2018-01-24",
+ "initiated": "2014-10-21",
+ "ministryContact": "GERLACH RANDY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8f77c399-48e9-404b-8176-fd6de261b957",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "18263a75-b88e-425d-a940-b669ae69800c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8e5dbb7e-79a0-44e0-8e6f-70a3ed8f091d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3f041fa6-b6d6-429d-bfcc-67396f983e34",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2af41279-5263-442f-a6d4-7a18cd12598f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0f1082e0-6561-486f-b127-3addd0152560",
+ "createdAt": "2022-07-25",
+ "completed": "2017-04-28",
+ "initiated": "2019-04-16",
+ "ministryContact": "DIETRICH YADIRA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c5762f15-5be6-438e-bf8e-5d25f543a607",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d8d09d35-5ecf-4754-abef-aaadaea347e2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8b8360a4-35e4-41b3-997b-392b00361d28",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b600cb73-398e-4a09-8145-ed802e8b3ce2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "487c9089-ffea-43a6-9fe3-7cb339065634",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "0d759d1d-f59e-42d9-98f4-81c7f8abd105",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-04-29",
+ "startDate": "2018-09-20",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "29433e50-ffbb-491a-871b-e48a12644b36",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-04-09",
+ "startDate": "2021-05-20",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "87c2224c-e715-4b31-8cdd-ae188d5f3347",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2016-12-09",
+ "startDate": "2018-03-01",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "af94385c-0740-46eb-985d-61126072dbf3",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-12-29",
+ "startDate": "2018-01-09",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "22c6e527-d68b-47ae-ad65-33dca7cc4df6",
+ "siteRegistry": true,
+ "documentDate": "2022-10-15",
+ "receivedDate": "2016-06-07",
+ "uploadedDate": "2016-08-14",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "b64e1d23-597c-48c6-ae58-574980841632",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "720ae4f3-57eb-4ffe-8d0c-d129f6d04e60",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "c5495524-a691-4142-953b-66d9fc2e126d",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-09-17 (described on Site Profile dated 2020-09-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "fb976201-09da-4e04-bb6e-db17bddddc73",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-10-08 (described on Site Profile dated 2021-10-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "e849656e-8f37-4413-ad86-4ff5c5349b91",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-08-09 (described on Site Profile dated 2020-08-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "6414dc19-c080-497f-88f7-d3dffd8e63ef",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-05-09 (described on Site Profile dated 2017-05-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "805931df-942b-4692-997e-107ea9740164",
+ "siteRegistry": true,
+ "dateNoted": "2019-10-28",
+ "parcelID": "20749",
+ "crownLandUsePIN": "20512",
+ "crownLandFileNumber": "19481",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 2 DISTRICT LOT 2 PLAN 6063"
+ },
+ {
+ "uuid": "9d32c3d1-b8e9-47a9-826d-95f97ab95016",
+ "siteRegistry": false,
+ "dateNoted": "2021-02-07",
+ "parcelID": "20269",
+ "crownLandUsePIN": "16914",
+ "crownLandFileNumber": "15558",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 3 DISTRICT LOT 3 PLAN 5909"
+ },
+ {
+ "uuid": "00b553f0-8b22-4b97-b29d-b1aa517f4440",
+ "siteRegistry": true,
+ "dateNoted": "2019-05-11",
+ "parcelID": "18100",
+ "crownLandUsePIN": "15711",
+ "crownLandFileNumber": "18130",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 3 DISTRICT LOT 3 PLAN 5043"
+ },
+ {
+ "uuid": "32a54a79-e256-4519-bff6-d71dd0aa0c00",
+ "siteRegistry": false,
+ "dateNoted": "2014-10-30",
+ "parcelID": "16884",
+ "crownLandUsePIN": "16731",
+ "crownLandFileNumber": "19859",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 5 DISTRICT LOT 2 PLAN 5094"
+ },
+ {
+ "uuid": "81aaa85f-f57e-48cd-bd45-62047806363d",
+ "siteRegistry": false,
+ "dateNoted": "2016-02-26",
+ "parcelID": "20772",
+ "crownLandUsePIN": "20444",
+ "crownLandFileNumber": "19071",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 1 DISTRICT LOT 3 PLAN 8680"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "6bc80a02-c574-4091-a574-2fc07a4ccc5d",
+ "siteRegistry": true,
+ "dateReceived": "2019-09-25",
+ "dateCompleted": "2014-09-09",
+ "dateEntered": "2017-06-10",
+ "dateRegistrar": "2015-09-27",
+ "dateLocalAuthorityReceived": "2013-10-23",
+ "summary": "Porro itaque dignissimos nam quibusdam saepe delectus officiis labore perspiciatis.\nRepudiandae quae sit tempora corrupti nisi esse.",
+ "informationUsed": "Tempora nisi nihil.\nProvident blanditiis quibusdam corrupti.\nRecusandae voluptatem illo illum suscipit voluptatum.\nHic ullam nam praesentium sint quis quia sequi.",
+ "pastOrPresentOrders": "Vel excepturi itaque officia.\nEaque a ullam.\nInventore temporibus incidunt doloribus facere dolorem fugiat.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "a8462274-a72e-42e1-812d-c2d2a8eb7d50",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b7a99e3a-6b19-4c3a-a594-1af58911a21a",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f78655ac-4b60-4e75-81b5-bc93a6e8e3c4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "820b242e-985f-45b3-8ead-857130b01374",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "8a415e8a-d851-47eb-a333-97941af6ebae",
+ "siteRegistry": false,
+ "dateReceived": "2015-04-08",
+ "dateCompleted": "2016-10-01",
+ "dateEntered": "2020-12-28",
+ "dateRegistrar": "2020-05-24",
+ "dateLocalAuthorityReceived": "2014-07-16",
+ "summary": "Earum provident veritatis officiis laborum sit iure iure atque enim.\nRecusandae perspiciatis vitae optio officiis quod explicabo nulla quisquam in.",
+ "informationUsed": "Veniam accusamus architecto ratione fugit ea.\nNulla fugit quos dolorem laboriosam quo inventore doloribus libero sunt.\nConsequatur eius eos quam delectus eveniet sunt architecto atque.\nLibero in eum nostrum error.\nDebitis quos sequi.",
+ "pastOrPresentOrders": "Sunt ea praesentium sequi vitae.\nQuo distinctio maxime.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "72fc6120-2c78-4101-8b75-b8d21ceb6b31",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1fbd0720-0221-4616-b7bd-519c227663e4",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "c538f1b8-0836-4a3c-b3d4-be5850118f21",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JENKINS LORENA",
+ "timestamp": "2014-03-19"
+ },
+ {
+ "uuid": "b248363e-76a7-4e6c-954f-ed412bf67c9a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MORISSETTE WADE",
+ "timestamp": "2016-02-27"
+ },
+ {
+ "uuid": "c0ac5af0-51cc-4ab2-908a-d6363d47a4ca",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BREITENBERG DOMINIC",
+ "timestamp": "2021-03-18"
+ },
+ {
+ "uuid": "9fd60072-ec54-4f8f-8910-cf448e048bae",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHAEFER LELAND",
+ "timestamp": "2014-01-23"
+ },
+ {
+ "uuid": "21490e70-ea20-475e-adca-3fcb3dd6445c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KAUTZER BRIDIE",
+ "timestamp": "2019-10-28"
+ },
+ {
+ "uuid": "c81baaad-442b-4557-88f3-53b6fae350b9",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GUTMANN ENRICO",
+ "timestamp": "2016-01-26"
+ },
+ {
+ "uuid": "8fa05dbb-974e-408e-a30a-066e30b49440",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHINNER TESSIE",
+ "timestamp": "2020-08-05"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "71376463-074c-4d89-a34e-fb45df900329",
+ "dateNoted": "2022-06-10",
+ "notes": "",
+ "parcelID": "17263",
+ "siteID": "18312",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8e58def2-baf8-483a-8579-807eaab837cf",
+ "dateNoted": "2020-03-27",
+ "notes": "",
+ "parcelID": "19263",
+ "siteID": "19986",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "626711c0-79c3-45a4-8ef6-a6746dfe4927",
+ "dateNoted": "2019-10-16",
+ "notes": "",
+ "parcelID": "15300",
+ "siteID": "17584",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "61d8acc9-0959-437b-ae76-1ea6549bddb5",
+ "siteID": 20718,
+ "address": "972 Elliott Ports",
+ "latitude": 54.6551,
+ "longitude": -122.563,
+ "lastUpdated": "2023-04-06",
+ "city": "New Gregoria",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/16972",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9426175,
+ 1227406,
+ 9944046,
+ 6200117,
+ 7285875
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "bb010fee-603c-431f-8685-f0a95dd421e7",
+ "createdAt": "2015-04-07",
+ "completed": "2023-08-09",
+ "initiated": "2021-03-25",
+ "ministryContact": "CARTER DOROTHY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ad974b29-bb34-44a8-937b-60cba2c90cf1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bcccf7f8-e1a3-448f-94b8-24eb5f6bfb64",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "827ba2fc-d6c3-446a-9602-1c2d5d4392ce",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a2c83e5d-f976-418d-b2a5-91cd72e9adb1",
+ "createdAt": "2016-03-11",
+ "completed": "2015-01-28",
+ "initiated": "2016-04-15",
+ "ministryContact": "SCHAEFER EARNESTINE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "88c34d6f-2be7-4823-8a61-56cd5549420f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c61b2bda-b24f-4adf-bc05-d63e99b98dbd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "016f303c-8690-41d7-b49b-f6ee58332500",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ab057089-3872-48e7-bbca-dfa022685424",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d4a9419f-0b7c-43f8-9082-944328578319",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "86b40908-d337-4f33-97a7-d10d4e25d370",
+ "createdAt": "2022-11-22",
+ "completed": "2018-05-10",
+ "initiated": "2023-05-04",
+ "ministryContact": "WIZA VICTOR",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "659ecc78-6dff-4e97-93c0-5f97f92a1c2a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ee30bbb0-15d2-4080-81c1-e915855e9148",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "86b0ec82-8b24-4c03-913e-3957a6adeadd",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6a160624-fd7c-465f-b571-1e8eecffc0d5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0be743be-3733-45f3-92a7-98d2a4679ca7",
+ "createdAt": "2016-05-21",
+ "completed": "2014-12-08",
+ "initiated": "2023-05-05",
+ "ministryContact": "WEHNER JEFFRY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "073160d0-9fc7-495b-a657-f67170ec8c65",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9982a8b1-b19e-4c07-8da7-ca78efbf7933",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ea818f7b-e088-48c1-83b4-716d1549a5aa",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1ed64761-bd47-44f3-a8a6-2bf6f7a70945",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e649375e-ab21-473d-a157-639ec7fe5604",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "25065396-f461-4198-9aa5-f59404925c5b",
+ "createdAt": "2016-11-22",
+ "completed": "2014-03-13",
+ "initiated": "2018-01-19",
+ "ministryContact": "BRUEN HOSEA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c41db6ca-7b4a-4e5d-987a-26e72a692ded",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f88c7a9e-9693-4d68-b876-77fc2b976300",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6f7ad6b9-f1f2-4761-9add-c3b04d037ba0",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e3a86b51-b5da-425e-bd47-e7e101d1ade8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c7d52a81-797b-4c5a-a807-cde7ade9ed92",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "e1099bcf-e7ef-49ba-89c4-b263cffd36a6",
+ "name": "IPSUM",
+ "endDate": "2023-07-31",
+ "startDate": "2017-03-11",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9235bccb-650b-4771-9e86-67f032a44cdf",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-12-06",
+ "startDate": "2014-03-27",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5dee4667-543a-4db0-b7fe-99e1a5cd7ab3",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2016-05-29",
+ "startDate": "2017-10-31",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "630c8c17-a872-4785-862d-15f95a75879c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-07-09",
+ "startDate": "2019-10-10",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "382f2f24-bc45-4b52-9ad7-7372a4a87736",
+ "siteRegistry": true,
+ "documentDate": "2021-12-23",
+ "receivedDate": "2020-11-25",
+ "uploadedDate": "2018-03-03",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "9d418293-9240-48f3-a39d-3ceb76d200f2",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "e9d09437-2f03-4d56-83a3-16da9a50d448",
+ "siteRegistry": true,
+ "documentDate": "2018-08-28",
+ "receivedDate": "2014-08-23",
+ "uploadedDate": "2018-05-20",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "663102f9-3321-4979-b318-6dd66381f1e0",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "1a5abae9-63ab-43fd-8175-cdba0ff39473",
+ "siteRegistry": false,
+ "documentDate": "2015-08-09",
+ "receivedDate": "2020-09-19",
+ "uploadedDate": "2023-03-19",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "d2562cf0-9ce5-487c-bd8d-7a6f67667235",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "f63c2b01-517e-4283-960c-e7df09dcdaf9",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "abce0d7f-443a-4202-a16e-9ed44b924c82",
+ "siteRegistry": true,
+ "documentDate": "2016-06-22",
+ "receivedDate": "2017-04-10",
+ "uploadedDate": "2015-05-12",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "d3f8a680-faa0-4527-95cb-13dbb42fddad",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2a97a163-4778-4ed3-ba07-fa60139dea28",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ebdd0222-8730-48d3-9f3b-9691364aa330",
+ "siteRegistry": true,
+ "documentDate": "2016-11-26",
+ "receivedDate": "2014-08-17",
+ "uploadedDate": "2016-02-10",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "b3cd74bf-a23d-441f-8246-5ff1784221b2",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9dfb03ee-fa02-4a61-8811-a2918bba254c",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "52d64109-3901-4c27-873d-e017babb8bf4",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "2cbb9509-63ff-423c-a9f3-239be1c70dd5",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-08-10 (described on Site Profile dated 2014-08-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "53196058-8bf3-42d4-b8dc-b878dfa5b4fb",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-10-14 (described on Site Profile dated 2023-10-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "6c886ec9-ce33-4783-9052-0a4b5fccaafa",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-05-11 (described on Site Profile dated 2017-05-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "1fc240ed-2185-43d6-ab1b-708d9385d10f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-03-21 (described on Site Profile dated 2017-03-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "9b5f7a4e-28ae-4295-8a1d-eb138812748f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-05-16 (described on Site Profile dated 2023-05-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "5afd3520-6531-491e-a77c-d33efa09a962",
+ "siteRegistry": true,
+ "dateNoted": "2017-03-01",
+ "parcelID": "15324",
+ "crownLandUsePIN": "19568",
+ "crownLandFileNumber": "16859",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 1 DISTRICT LOT 4 PLAN 3866"
+ },
+ {
+ "uuid": "30495410-7a76-4570-9f48-360c9c8d43ca",
+ "siteRegistry": true,
+ "dateNoted": "2020-08-04",
+ "parcelID": "19182",
+ "crownLandUsePIN": "15421",
+ "crownLandFileNumber": "20177",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 3 DISTRICT LOT 5 PLAN 8625"
+ },
+ {
+ "uuid": "2b41e901-7ca9-4af9-a031-7c42b31778ab",
+ "siteRegistry": false,
+ "dateNoted": "2022-05-25",
+ "parcelID": "20607",
+ "crownLandUsePIN": "16984",
+ "crownLandFileNumber": "19352",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 3 DISTRICT LOT 5 PLAN 8734"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "5c936a50-9db1-4cfa-8213-f43c7c5c4d09",
+ "siteRegistry": false,
+ "dateReceived": "2020-04-25",
+ "dateCompleted": "2016-04-13",
+ "dateEntered": "2022-07-20",
+ "dateRegistrar": "2018-08-21",
+ "dateLocalAuthorityReceived": "2019-03-15",
+ "summary": "Earum suscipit quo asperiores nisi.\nDolores necessitatibus dolorum.\nOptio consectetur quae.",
+ "informationUsed": "Mollitia nesciunt ratione voluptate temporibus quia eligendi.\nSed molestias illo animi doloribus.\nImpedit sit magnam fugit optio earum quam rerum voluptate.\nEligendi aspernatur omnis aspernatur.\nNostrum quas aliquid hic sunt doloribus.",
+ "pastOrPresentOrders": "Corrupti temporibus esse.\nIpsa a maiores numquam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "c6c645ad-b210-4bba-8847-48030140bb19",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "48fed04f-0f79-43e9-b8d3-b4011eafed8f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "daf0a07e-f88a-4a71-940e-84c98f20094e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "0e65ae0b-9ad7-47d7-a5fd-0d9f244cff25",
+ "siteRegistry": false,
+ "dateReceived": "2020-12-17",
+ "dateCompleted": "2016-03-24",
+ "dateEntered": "2019-07-25",
+ "dateRegistrar": "2014-06-25",
+ "dateLocalAuthorityReceived": "2017-04-04",
+ "summary": "Distinctio enim enim deserunt rem similique fugit voluptate natus.\nProvident cumque ipsa saepe voluptatum nam iste aperiam qui aliquam.\nQuasi aspernatur est laudantium.",
+ "informationUsed": "Architecto sint eius asperiores quia.\nIure ut nostrum architecto sunt ad ipsam culpa.\nPlaceat dolore architecto similique deserunt eum adipisci mollitia.\nPlaceat eaque ducimus velit.",
+ "pastOrPresentOrders": "Dignissimos enim culpa aperiam nesciunt libero porro iusto.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "11d2131d-1432-4d2d-94c8-8ef4fc1bd3a3",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "42e3784f-613d-4034-9771-8a114b284365",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f030d56b-c921-475d-b200-217339fab6fd",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "67a54469-f326-4092-b5ff-71371eb37eba",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DOUGLAS LUCIANO",
+ "timestamp": "2023-09-29"
+ },
+ {
+ "uuid": "3b7d6aee-6e02-41c9-bf9e-8441082e7f27",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DAVIS FRANCES",
+ "timestamp": "2014-06-16"
+ },
+ {
+ "uuid": "0d00490c-bc92-46ab-98c2-f038364863f5",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCCULLOUGH MARYSE",
+ "timestamp": "2022-05-31"
+ },
+ {
+ "uuid": "ac14c935-2766-46e2-b55b-3c06182ad0c4",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BATZ MARYSE",
+ "timestamp": "2020-08-27"
+ },
+ {
+ "uuid": "941e43f2-8a8a-4273-b695-cb988c5a30e0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DICKINSON JEWEL",
+ "timestamp": "2016-08-20"
+ },
+ {
+ "uuid": "f5a73fe6-466c-46ad-b9b0-001c795e3ccf",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CORMIER-KIHN BREANNA",
+ "timestamp": "2017-12-30"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "5f19bb45-f18f-42ad-b241-78648c692b6a",
+ "dateNoted": "2022-09-10",
+ "notes": "",
+ "parcelID": "17194",
+ "siteID": "19693",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "970a52e4-aa0b-42b9-a9de-b93169bf56c3",
+ "dateNoted": "2016-12-06",
+ "notes": "",
+ "parcelID": "20727",
+ "siteID": "16012",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d0f66724-db77-4919-a108-fc694f38e917",
+ "dateNoted": "2019-05-01",
+ "notes": "",
+ "parcelID": "20609",
+ "siteID": "15488",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "454c6a7c-f4df-4d11-9553-5ac557cd573e",
+ "siteID": 15561,
+ "address": "899 Hollis Canyon",
+ "latitude": 54.1107,
+ "longitude": -121.929,
+ "lastUpdated": "2020-04-12",
+ "city": "Reginaldcester",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/3160",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 5688057,
+ 3075747,
+ 8140081,
+ 1738401,
+ 9899884
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "ff56d9be-dd8e-41e6-b39c-a1cf634e89de",
+ "createdAt": "2014-09-28",
+ "completed": "2017-08-10",
+ "initiated": "2021-05-29",
+ "ministryContact": "BRAKUS TROY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3e3c3c37-441f-4f8c-a407-d9d34bc26e2e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c7901545-5282-4a40-9a62-a9e31fbfcf58",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "86fca3e9-42b0-4301-a353-5889938a57e8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1f2c9a5c-aec6-4d86-a635-dae9e83d723b",
+ "createdAt": "2015-01-26",
+ "completed": "2020-06-23",
+ "initiated": "2016-10-28",
+ "ministryContact": "BECHTELAR ASHLYNN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a07b8251-4d5b-42d0-8844-97ed2e95f4e1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3c44c86b-7b99-4673-a2f6-4545336c3b9e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3b5f2636-0a1d-4453-af2f-1cbc5cde3fc8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a4e468c6-173c-4cdf-a14f-4fceaf6b4eda",
+ "createdAt": "2014-08-23",
+ "completed": "2022-08-10",
+ "initiated": "2016-11-16",
+ "ministryContact": "WHITE KRISTY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b402c54e-b0bd-441c-b434-69a8fafeac93",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5436762c-b482-4acf-9768-66382e1ff850",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2d752c9b-5ae7-4f76-be44-1db441b58f30",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f7e436e2-a203-41c5-bc06-a08b129bfd2d",
+ "createdAt": "2017-05-20",
+ "completed": "2021-12-10",
+ "initiated": "2014-01-06",
+ "ministryContact": "WILL SHYANNE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "9cbeeaff-2c99-42c2-bb3c-ae5c4e57de6d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1f40c914-a739-49be-a917-7700a65544ce",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "ab391185-3244-40f1-90fc-419a1054f236",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-12-03",
+ "startDate": "2021-05-05",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6fbcb35f-8031-4de8-8f40-7368a263a9be",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-03-18",
+ "startDate": "2014-08-02",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "418aef42-a422-40be-8d6d-c2821b957d28",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2023-03-09",
+ "startDate": "2015-07-27",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "10fa55cb-a6c2-49b9-ae0a-f4674b009d61",
+ "siteRegistry": false,
+ "documentDate": "2019-04-27",
+ "receivedDate": "2018-05-07",
+ "uploadedDate": "2021-12-18",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "688567f5-7dc6-4e0b-8e96-8102e7abd7fb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4ba84295-0225-4a2b-a9b2-1c4fc379b23b",
+ "siteRegistry": false,
+ "documentDate": "2014-07-20",
+ "receivedDate": "2021-04-20",
+ "uploadedDate": "2014-02-27",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "12151852-641c-4f15-af15-f992650b821b",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "538a67ed-ca88-43c5-8e6e-9d98199cdc90",
+ "siteRegistry": true,
+ "documentDate": "2023-09-23",
+ "receivedDate": "2013-11-28",
+ "uploadedDate": "2017-06-10",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "5096f94a-64a5-46c6-8199-5ea11fb4d60d",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "85995a48-51a0-446b-933e-c323142ca5cb",
+ "siteRegistry": true,
+ "documentDate": "2017-08-07",
+ "receivedDate": "2023-02-03",
+ "uploadedDate": "2019-02-12",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "bf69bba6-6e21-40bb-b846-3cb0dee07a9b",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "39c8e7a2-f7db-4f94-8188-1649078acbcd",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "6b15f815-56bd-4a6b-b695-7a2a12d45b4f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-01-26 (described on Site Profile dated 2021-01-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "51cac438-04f4-45eb-affa-7aa1aa54be00",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-01-11 (described on Site Profile dated 2023-01-11)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "57ac2251-13a5-4b88-be35-dbc834e16e06",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-09-30 (described on Site Profile dated 2016-09-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "4a411c2a-9fb4-4706-ae85-c9b395aae437",
+ "siteRegistry": true,
+ "dateNoted": "2021-03-06",
+ "parcelID": "20068",
+ "crownLandUsePIN": "15850",
+ "crownLandFileNumber": "15903",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 2 DISTRICT LOT 5 PLAN 8819"
+ },
+ {
+ "uuid": "5876d7e0-2897-4325-bcb1-bd1e9cb828af",
+ "siteRegistry": false,
+ "dateNoted": "2014-06-02",
+ "parcelID": "16702",
+ "crownLandUsePIN": "20679",
+ "crownLandFileNumber": "15539",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 1 DISTRICT LOT 3 PLAN 6025"
+ },
+ {
+ "uuid": "24dbaa87-fa02-4ae6-858f-e2727166b550",
+ "siteRegistry": true,
+ "dateNoted": "2016-09-27",
+ "parcelID": "17821",
+ "crownLandUsePIN": "20360",
+ "crownLandFileNumber": "19753",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 1 DISTRICT LOT 1 PLAN 2994"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "e7fe9b74-0c96-4ff6-ba16-285d8ddf4076",
+ "siteRegistry": false,
+ "dateReceived": "2018-05-23",
+ "dateCompleted": "2019-09-23",
+ "dateEntered": "2014-12-25",
+ "dateRegistrar": "2015-09-20",
+ "dateLocalAuthorityReceived": "2019-03-04",
+ "summary": "Itaque expedita ratione quidem minima doloremque eaque suscipit accusantium totam.\nSed officia cupiditate velit minus natus voluptas.",
+ "informationUsed": "Magni dolore nam eos sunt incidunt excepturi minus dicta consectetur.\nEum culpa corporis sapiente amet nesciunt maxime assumenda.\nRem numquam eius facere aperiam.\nEos amet assumenda exercitationem sunt.\nAssumenda commodi atque.",
+ "pastOrPresentOrders": "Voluptatem enim a quibusdam eaque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "8260c4f4-c095-4d59-b8ac-b98042b9aa85",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1aa82d47-1547-4775-841d-617c5d17971c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "6b5b9577-ac90-456d-9f10-94dbe01a9758",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DECKOW DAVIN",
+ "timestamp": "2019-06-30"
+ },
+ {
+ "uuid": "ea3244e9-7727-453d-a452-96c5e90721df",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GRADY AIDEN",
+ "timestamp": "2017-01-31"
+ },
+ {
+ "uuid": "473dd898-a260-467a-b7ca-adf7d550bf92",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TOY EULALIA",
+ "timestamp": "2016-01-08"
+ },
+ {
+ "uuid": "c7f614dd-1231-40a0-91f7-34fee5188197",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MARQUARDT DILLON",
+ "timestamp": "2016-12-29"
+ },
+ {
+ "uuid": "4ac0002b-48c0-4b05-95a1-1da539fd87bc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HETTINGER DOMENICK",
+ "timestamp": "2015-06-26"
+ },
+ {
+ "uuid": "ee0be0ad-cb8d-45fe-aaed-76b5d76247cb",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FEENEY CORDIA",
+ "timestamp": "2016-04-12"
+ },
+ {
+ "uuid": "c172d4a2-112b-48ef-8218-0cc7c038bd76",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ABBOTT GINA",
+ "timestamp": "2014-07-12"
+ },
+ {
+ "uuid": "58c1efbe-4f82-4874-a7af-e414975941d0",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RODRIGUEZ BROCK",
+ "timestamp": "2014-05-14"
+ },
+ {
+ "uuid": "e225c964-4af7-4d41-8da4-6ca24e10e693",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILKINSON EINO",
+ "timestamp": "2022-04-01"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "3c8d939f-3771-4841-9f1e-d9661e8ded72",
+ "dateNoted": "2021-02-23",
+ "notes": "",
+ "parcelID": "20027",
+ "siteID": "15998",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a98e5a39-c872-4049-81ff-c3c42dc29bbc",
+ "dateNoted": "2016-11-30",
+ "notes": "",
+ "parcelID": "18237",
+ "siteID": "18228",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "54024c0e-b198-4098-9de3-a65a7407fe10",
+ "dateNoted": "2019-11-27",
+ "notes": "",
+ "parcelID": "17700",
+ "siteID": "16918",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "de8abf9b-6999-4264-9ecd-58f8ca7b2d14",
+ "siteID": 17014,
+ "address": "983 Zemlak Rue",
+ "latitude": 51.8376,
+ "longitude": -121.835,
+ "lastUpdated": "2023-03-04",
+ "city": "Fort Aracely",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/8978",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7691657,
+ 6017198,
+ 7984232,
+ 2695541,
+ 5100540
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "d0acc838-8c72-4780-bcbc-38c6f9fc9923",
+ "createdAt": "2014-06-03",
+ "completed": "2014-08-02",
+ "initiated": "2020-04-03",
+ "ministryContact": "HUDSON LEMUEL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d228dce8-7e41-4ee0-a0c3-e1c2acfd7817",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "471d1a6f-3ef9-44ec-b6ed-51d89b5769c3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8baeb56d-ef98-4647-bb86-c2ef75072674",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "66c2794a-1d6d-4d11-beaa-020545b03197",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cfdd3d78-1a30-4b4b-946b-de0dd023fbae",
+ "createdAt": "2017-05-30",
+ "completed": "2022-02-09",
+ "initiated": "2023-03-12",
+ "ministryContact": "CONROY BENTON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7932dc11-2ab7-455e-a293-5c9bb7fe48e9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "38589ea2-2d5e-499f-9286-2381f9e46b98",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "94de2bb9-0fb1-4998-9671-52c7b2f19110",
+ "createdAt": "2018-06-17",
+ "completed": "2015-07-03",
+ "initiated": "2016-11-28",
+ "ministryContact": "HEATHCOTE ELYSE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "35bf0421-4327-4c9e-9245-22fb8168e96a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2187b6b4-6222-48d1-9e92-6fa7c8918a7d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5a9a2e06-51b4-4b52-ab5d-81bb623fc9b0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "35b7dfb7-7865-4a5c-8fc9-7236130d95d8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "10f44461-8cf7-4ea3-94d4-55c20ba51e39",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a44ff17e-f530-492a-bb9f-9814040bf747",
+ "createdAt": "2015-08-19",
+ "completed": "2015-06-01",
+ "initiated": "2013-11-06",
+ "ministryContact": "DIBBERT NATHEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "67d39477-8912-4fd3-b9f0-398618c37480",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ddae0c1b-e8e0-4497-8d30-2a350b2c6326",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "abe84019-8c2d-4fca-969c-d0d4989ba0c3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "a5cc4d73-ad9d-460e-ad5c-962003f723a8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-05-13",
+ "startDate": "2016-07-08",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "b077ea9b-4c25-423a-a8bf-33d8d3b9eda0",
+ "name": "IPSUM",
+ "endDate": "2019-05-08",
+ "startDate": "2021-12-19",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "188ad23b-b1d2-4973-97c0-024b9e6cd9be",
+ "siteRegistry": true,
+ "documentDate": "2021-12-02",
+ "receivedDate": "2017-04-03",
+ "uploadedDate": "2017-01-27",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "7aef8272-c1bd-40d4-9295-7834ba96273e",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a3ea5917-3139-404f-bf3a-4c1565b0b082",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "617207db-a917-4d93-a985-f16ff84cb231",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "11edbbba-ecd5-405d-b2cc-514b040348e5",
+ "siteRegistry": false,
+ "documentDate": "2020-12-26",
+ "receivedDate": "2015-12-25",
+ "uploadedDate": "2016-11-04",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "392f2718-a902-4110-9ef7-bc4605f9b2e6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "2b48c393-7642-4abb-bcc4-8b4165dc0e16",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "cf7a06a3-df18-4638-b48a-33b8da9ebc01",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-09-22 (described on Site Profile dated 2023-09-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "d960efd5-e821-41ca-9b64-dac40b4fd30e",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-02-22 (described on Site Profile dated 2019-02-22)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "7b1d5919-bc09-4995-b1c3-5c720e9d3040",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-08-04 (described on Site Profile dated 2018-08-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "fa5ae796-3ff6-4cee-b77c-272e7773554f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-10-24 (described on Site Profile dated 2016-10-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "2f59f427-a3f0-4258-9b58-65bc448c1a59",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-12-26 (described on Site Profile dated 2022-12-26)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "628f8ec0-3a38-45d2-ba97-79447c739e78",
+ "siteRegistry": false,
+ "dateNoted": "2016-01-30",
+ "parcelID": "18040",
+ "crownLandUsePIN": "18628",
+ "crownLandFileNumber": "17139",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 3 DISTRICT LOT 1 PLAN 8091"
+ },
+ {
+ "uuid": "28962699-2afe-454e-a8a2-35724182c7f0",
+ "siteRegistry": true,
+ "dateNoted": "2018-01-08",
+ "parcelID": "16094",
+ "crownLandUsePIN": "18865",
+ "crownLandFileNumber": "19649",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 3 DISTRICT LOT 2 PLAN 7683"
+ },
+ {
+ "uuid": "6cde5770-e1ca-4b42-a6ed-bc068ea9d4fd",
+ "siteRegistry": true,
+ "dateNoted": "2019-10-16",
+ "parcelID": "15783",
+ "crownLandUsePIN": "20501",
+ "crownLandFileNumber": "15811",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 3 DISTRICT LOT 4 PLAN 3705"
+ },
+ {
+ "uuid": "325b3621-74c5-49e4-82de-b9c7545ee5a5",
+ "siteRegistry": false,
+ "dateNoted": "2017-08-13",
+ "parcelID": "20682",
+ "crownLandUsePIN": "15823",
+ "crownLandFileNumber": "17539",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 1 DISTRICT LOT 4 PLAN 8304"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "20590034-c76e-4bae-8beb-6e9436b498c8",
+ "siteRegistry": true,
+ "dateReceived": "2016-07-22",
+ "dateCompleted": "2016-10-04",
+ "dateEntered": "2018-09-10",
+ "dateRegistrar": "2015-07-05",
+ "dateLocalAuthorityReceived": "2023-02-16",
+ "summary": "Occaecati dolores eos doloremque reiciendis blanditiis ex amet consequatur non.",
+ "informationUsed": "Atque et mollitia natus voluptas consectetur corporis sint.\nAt consectetur aut earum eius.\nMaiores praesentium eius quae repellat voluptas ullam.\nQuidem aspernatur nobis quasi sed facilis.\nUnde ea aliquam ipsum.",
+ "pastOrPresentOrders": "Exercitationem modi occaecati.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "635ec278-22a3-41d6-8603-58d09f580151",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "23514ac5-7e84-4550-b2ab-39404231763f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f4ca1bf2-c8ec-4021-a0b8-7cebbd273199",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ee4510b5-4467-4129-bc2a-2e1b68da0384",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "e3f4fcbc-6592-4280-8a15-69208f476871",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LANG ZARIA",
+ "timestamp": "2017-06-12"
+ },
+ {
+ "uuid": "73ef9e16-f997-4447-9d74-3fbf26adf8ce",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KERLUKE SUMMER",
+ "timestamp": "2016-03-25"
+ },
+ {
+ "uuid": "2d214861-c063-4f51-b82d-b66aea33bea2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOVACEK JOHNSON",
+ "timestamp": "2013-10-26"
+ },
+ {
+ "uuid": "38e1f2de-14cd-49a7-915a-726fda4091ce",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUNTE MYRTLE",
+ "timestamp": "2015-05-07"
+ },
+ {
+ "uuid": "45df5471-db6d-48e1-a243-e47f1b2a8b8e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TOWNE FANNY",
+ "timestamp": "2015-05-09"
+ },
+ {
+ "uuid": "6acfb144-fef3-4a61-94d4-2d3dc74377e2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "YUNDT HELOISE",
+ "timestamp": "2019-07-14"
+ },
+ {
+ "uuid": "c6eea88b-69ff-4a11-af2c-a461ecddc5d1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOORE ALESSANDRO",
+ "timestamp": "2023-09-09"
+ },
+ {
+ "uuid": "46e5572a-0ae5-47a9-a0b9-d6f7dfb28281",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RUTHERFORD HORACIO",
+ "timestamp": "2019-04-22"
+ },
+ {
+ "uuid": "a8e6a373-6706-49f6-a970-c3e14949495c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GOODWIN MALLIE",
+ "timestamp": "2017-02-05"
+ },
+ {
+ "uuid": "0de9c626-83ec-4334-8a15-e4cce8ec5362",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAILEY VICKIE",
+ "timestamp": "2018-06-26"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "7956c08b-75b0-474a-add6-bf102829bce3",
+ "dateNoted": "2022-09-29",
+ "notes": "",
+ "parcelID": "18090",
+ "siteID": "18063",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d5c53e45-da1b-4bfc-8e25-64dfe5304b14",
+ "dateNoted": "2015-07-16",
+ "notes": "",
+ "parcelID": "19523",
+ "siteID": "18132",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "04dd5cc6-4728-4efd-a646-6538d2fde1b0",
+ "dateNoted": "2016-05-07",
+ "notes": "",
+ "parcelID": "17118",
+ "siteID": "16253",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "e7dad106-123b-437a-8b34-5807fa186608",
+ "siteID": 15579,
+ "address": "76769 Nolan Brooks",
+ "latitude": 57.2851,
+ "longitude": -125.0947,
+ "lastUpdated": "2014-07-23",
+ "city": "Lake Angelfort",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/10652",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8690509,
+ 9688563,
+ 8735857,
+ 7948777,
+ 5097355
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "12f6f2e2-449a-455c-ac4f-6017a1dec5f6",
+ "createdAt": "2020-02-05",
+ "completed": "2020-11-24",
+ "initiated": "2014-01-14",
+ "ministryContact": "FUNK KELLY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c5e39535-d888-42ce-99ac-54d92c0ae291",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3b2cc8bf-30b3-4dbd-99be-51a8e7dd5b9f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "953fbe8f-c77d-4f12-a310-71d6353841dd",
+ "createdAt": "2014-12-04",
+ "completed": "2021-08-26",
+ "initiated": "2016-05-28",
+ "ministryContact": "DECKOW DIMITRI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "4fa50cd8-3805-43a5-8314-812b06e172cb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4d1ed786-6a30-4248-a06b-46e2d1b277ce",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ccd4494f-669f-410d-b49e-2733b72c4b58",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d1316cec-8e12-4b9a-aa9e-ae8a490c4a67",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8ddfbc78-26a2-493d-b160-0340b23a44f3",
+ "createdAt": "2015-02-10",
+ "completed": "2014-07-10",
+ "initiated": "2016-12-28",
+ "ministryContact": "TURCOTTE PENELOPE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "68e8a088-e2a8-48e1-b3c9-46636ce39826",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1144e997-c896-4e41-86bc-ea5d229b3e33",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f590dfeb-c832-4f32-ad6c-53d9e4b4771a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fe5657fa-7c99-4e46-bc49-feb76f06657e",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "fe920ba2-043c-4ebe-a250-56800145335d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "72d7d0a3-d435-4b0f-a3bd-52b1609f470c",
+ "name": "IPSUM",
+ "endDate": "2014-09-28",
+ "startDate": "2013-11-10",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "72e73ce7-d753-4e71-b8d9-735a2845a03d",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2016-02-23",
+ "startDate": "2013-12-22",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a51f33b6-325d-48ce-9c70-3c95f4893a78",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2022-02-01",
+ "startDate": "2015-08-05",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "50da5fe9-1b6e-4682-8871-6f644b1f628b",
+ "siteRegistry": false,
+ "documentDate": "2017-08-13",
+ "receivedDate": "2019-08-02",
+ "uploadedDate": "2021-03-28",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "fc59e949-7d73-4783-9192-f53ac8434e5c",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "ac282ce2-20cd-4720-9b3f-721d913ed85a",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-11-15 (described on Site Profile dated 2013-11-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "56117094-b94d-453a-a6e1-68be5c646cd9",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-05-04 (described on Site Profile dated 2015-05-04)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "7a661358-6be9-4086-a4a3-d25f22a7b889",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-11-08 (described on Site Profile dated 2016-11-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "732c5d45-3893-42d8-86e0-87b6d7a415f5",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-09-20 (described on Site Profile dated 2018-09-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "3d5967c8-9875-403c-a348-e50e60150a4a",
+ "siteRegistry": false,
+ "dateNoted": "2019-11-24",
+ "parcelID": "18115",
+ "crownLandUsePIN": "15804",
+ "crownLandFileNumber": "17407",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 5 DISTRICT LOT 3 PLAN 8328"
+ },
+ {
+ "uuid": "1e28bf32-ba0e-4543-9303-98942a08e5ba",
+ "siteRegistry": false,
+ "dateNoted": "2018-05-10",
+ "parcelID": "19480",
+ "crownLandUsePIN": "19187",
+ "crownLandFileNumber": "20406",
+ "landDescription": "LOT 5 OF LOT 2 BLOCK 5 DISTRICT LOT 1 PLAN 3675"
+ },
+ {
+ "uuid": "0b3977a2-00a6-424d-8f3c-ac3990be7f45",
+ "siteRegistry": false,
+ "dateNoted": "2020-03-29",
+ "parcelID": "19559",
+ "crownLandUsePIN": "17496",
+ "crownLandFileNumber": "20930",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 5 DISTRICT LOT 2 PLAN 8687"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "e96292ff-e983-46be-ab59-5133e18fccca",
+ "siteRegistry": true,
+ "dateReceived": "2019-04-10",
+ "dateCompleted": "2014-04-22",
+ "dateEntered": "2015-03-13",
+ "dateRegistrar": "2021-04-06",
+ "dateLocalAuthorityReceived": "2016-11-16",
+ "summary": "Aliquam veniam explicabo esse possimus fuga quas totam qui quaerat.\nDolore at dignissimos.\nSit deserunt odit optio sapiente.",
+ "informationUsed": "Aut deleniti sed ducimus.\nHic nemo eum deleniti.\nRatione quis asperiores odio quia accusantium voluptas mollitia saepe amet.\nQuod amet libero excepturi adipisci.",
+ "pastOrPresentOrders": "Soluta doloremque animi earum facilis fugiat.\nQuisquam quo maiores.\nDeserunt quaerat praesentium aperiam.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "6758cc80-b6f6-4e7a-8b37-a23c64e45185",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "42e3957a-d551-49c6-945a-0d2dc1abafc7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "0ddecc13-ee09-47f9-ae85-cc2a662a625a",
+ "siteRegistry": true,
+ "dateReceived": "2015-02-14",
+ "dateCompleted": "2021-04-22",
+ "dateEntered": "2018-10-09",
+ "dateRegistrar": "2015-11-01",
+ "dateLocalAuthorityReceived": "2023-10-11",
+ "summary": "Corporis veniam sit atque soluta eius fugit aspernatur exercitationem similique.",
+ "informationUsed": "Inventore harum dicta repudiandae in debitis a ea qui ea.\nSapiente eaque dolor a quos saepe aliquam minima.\nMaxime ipsa a modi blanditiis tempora tempora voluptatem.\nVitae consectetur qui cumque eveniet adipisci aliquid delectus architecto quis.\nIpsum magnam itaque esse sed.",
+ "pastOrPresentOrders": "Animi alias cumque excepturi quo.\nAliquam ipsum facilis corrupti iusto repellat maiores dolor in debitis.\nAccusamus reiciendis ipsum laboriosam necessitatibus inventore perspiciatis ratione.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "84e96eee-0083-4cdb-83b7-83098339f704",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8b27d3d3-7d15-4b2d-aebf-b332fc8269d4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5347d1da-1299-4c0a-aab6-ae8fb38b91da",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "02371878-6195-4399-8c8e-e624397a8bd7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OLSON FELIPE",
+ "timestamp": "2021-09-16"
+ },
+ {
+ "uuid": "dcf4db09-64f5-46de-b50a-61fdf6010e80",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LARSON SIMONE",
+ "timestamp": "2018-01-12"
+ },
+ {
+ "uuid": "28672ada-02e2-4c1b-b13d-067cfbdd0269",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEDNER ELLIOT",
+ "timestamp": "2020-06-25"
+ },
+ {
+ "uuid": "ad84e446-5164-4ce2-8659-4ea85fae07ab",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "TOY DEION",
+ "timestamp": "2016-09-12"
+ },
+ {
+ "uuid": "fb162b1d-b30a-40de-a3dc-f4033cb94a9a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUNZE CLEMENTINA",
+ "timestamp": "2017-08-01"
+ },
+ {
+ "uuid": "68c9f75c-7b74-403b-b334-fd7dfbd453e1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "COLLINS ELEAZAR",
+ "timestamp": "2014-03-01"
+ },
+ {
+ "uuid": "66222e36-d600-4979-a81b-2c5f7ab6f350",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LUETTGEN MIREILLE",
+ "timestamp": "2014-02-18"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "5625f497-eed4-4956-bf98-e06e455e3526",
+ "dateNoted": "2019-08-05",
+ "notes": "",
+ "parcelID": "17508",
+ "siteID": "18981",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "32c7b05d-4053-4d03-8eb1-4d5970e03095",
+ "dateNoted": "2014-07-23",
+ "notes": "",
+ "parcelID": "19990",
+ "siteID": "20786",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fb2d81bf-33c5-4142-9300-5858648e3aac",
+ "dateNoted": "2020-08-14",
+ "notes": "",
+ "parcelID": "16079",
+ "siteID": "18588",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "ad19cb81-db50-42c0-862c-6ad7189214ea",
+ "siteID": 20978,
+ "address": "7884 Hills Road",
+ "latitude": 56.9596,
+ "longitude": -119.5746,
+ "lastUpdated": "2017-01-08",
+ "city": "Orlando",
+ "region": " North Coast",
+ "victoriaFile": "26250-20/19734",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3988735,
+ 202725,
+ 6929792,
+ 1466469,
+ 5517515
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "2628abf5-4fea-489d-b7cb-df64d0a17ae0",
+ "createdAt": "2020-07-30",
+ "completed": "2014-07-15",
+ "initiated": "2020-01-03",
+ "ministryContact": "QUIGLEY BRYCEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "3d4f2ac2-71ed-4b25-8458-dad7b2a1d505",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "24b8f7a4-8867-426f-9d13-6d5ee8fb4bfa",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6d75ee56-1628-47a6-a671-85e4b543cc8a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0b1b34d9-4cbf-4e34-91b7-7a0b04879782",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1b6fe8c8-4a11-4614-a4d3-46a209841698",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9a252f4e-af01-4dc6-a945-efd4f9ea66c5",
+ "createdAt": "2020-04-08",
+ "completed": "2021-08-23",
+ "initiated": "2017-03-02",
+ "ministryContact": "THOMPSON LEOPOLDO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1b3bebba-c378-4a27-93bb-0afa282b60d9",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "319e56b9-17e8-4e33-9047-1229214fd413",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "64fcb80a-5a4a-4dc7-89db-1e1c67919d75",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7f88bd07-cc30-4c31-ba59-4077d80a914f",
+ "createdAt": "2014-12-12",
+ "completed": "2014-03-28",
+ "initiated": "2020-10-12",
+ "ministryContact": "BREKKE KAROLANN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b7032c17-8398-4ee9-96ab-37331625ed1d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "10d3231c-731c-4f44-8545-356295a80175",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c4a078a0-465d-47f2-826c-effbe24a8ead",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "39c6d2d2-d721-4a16-ae83-73389cce1f75",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c6b8b3d3-8cd3-47f9-84dd-977ac143a550",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "e4ee0ce5-9bdd-42fa-aaed-152a6e5c6da2",
+ "name": "IPSUM",
+ "endDate": "2014-04-21",
+ "startDate": "2015-04-08",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2231a627-9016-4b70-afce-ef6b69716df2",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2023-08-18",
+ "startDate": "2023-10-06",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8d747114-d255-494b-9c76-e055b9c0ff03",
+ "name": "IPSUM",
+ "endDate": "2013-10-31",
+ "startDate": "2018-09-07",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0a48850d-f1a3-43b5-aec3-78f4c50a7420",
+ "name": "IPSUM",
+ "endDate": "2020-11-18",
+ "startDate": "2017-07-13",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "671b0cd4-a8f0-418a-99c3-eced6c10d8ac",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2013-11-20",
+ "startDate": "2018-12-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "05af9dd6-7251-4f27-ad68-4dd89c6794a0",
+ "siteRegistry": false,
+ "documentDate": "2016-08-22",
+ "receivedDate": "2015-11-13",
+ "uploadedDate": "2018-11-08",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "531fa83d-97a8-4370-a598-b0460e7b0bcf",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "efc5fa1d-10f5-4dad-8a4c-1ee252be7d00",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "cf214839-f091-4218-8673-882e25c282bd",
+ "siteRegistry": true,
+ "documentDate": "2016-03-11",
+ "receivedDate": "2023-02-02",
+ "uploadedDate": "2021-08-15",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "1d9ed579-87d1-4a13-a118-7783df4475a4",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "ae987470-4018-4838-b293-2087483bbed7",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-03-21 (described on Site Profile dated 2015-03-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "c56ddf23-b600-4e1e-bbbb-67c8536599fa",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-01-10 (described on Site Profile dated 2020-01-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "7918419a-c3c7-4583-9c6a-cd1a597b2276",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-11-02 (described on Site Profile dated 2021-11-02)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "caeceb42-0ba8-4a6a-9fc9-0c1c8d5c0944",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-05-09 (described on Site Profile dated 2021-05-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "d86faa5c-a12e-4219-81fe-133e9ecd95df",
+ "siteRegistry": true,
+ "dateNoted": "2023-10-09",
+ "parcelID": "18330",
+ "crownLandUsePIN": "16472",
+ "crownLandFileNumber": "17549",
+ "landDescription": "LOT 3 OF LOT 2 BLOCK 5 DISTRICT LOT 2 PLAN 5319"
+ },
+ {
+ "uuid": "5083c948-170d-4a95-a98b-e8f7f504b948",
+ "siteRegistry": true,
+ "dateNoted": "2015-09-30",
+ "parcelID": "16150",
+ "crownLandUsePIN": "19252",
+ "crownLandFileNumber": "15735",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 3 DISTRICT LOT 1 PLAN 5233"
+ },
+ {
+ "uuid": "c7dc9e87-61bf-4f45-b101-5d92e595a648",
+ "siteRegistry": false,
+ "dateNoted": "2020-10-25",
+ "parcelID": "19330",
+ "crownLandUsePIN": "20549",
+ "crownLandFileNumber": "20989",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 4 DISTRICT LOT 5 PLAN 5930"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "bef1d014-2da2-4ce8-afa8-d15547b6de17",
+ "siteRegistry": true,
+ "dateReceived": "2021-12-11",
+ "dateCompleted": "2021-06-10",
+ "dateEntered": "2023-09-29",
+ "dateRegistrar": "2022-07-26",
+ "dateLocalAuthorityReceived": "2015-05-27",
+ "summary": "Fugit ullam qui alias quas expedita.\nSequi illo in explicabo.\nCorporis magni et ex totam voluptate harum velit.",
+ "informationUsed": "At accusantium commodi dolor qui quibusdam.\nAt modi officiis expedita quisquam libero ad.\nMaxime incidunt sit.",
+ "pastOrPresentOrders": "Praesentium repellendus culpa est similique autem porro.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "853a82b5-adee-4b64-a5f5-154637a50110",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a5b618f0-7039-4fc5-8b1c-77644da85d9d",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "1b386edc-80b0-4828-8a8f-913a298b264c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEAHAN TRAVIS",
+ "timestamp": "2014-08-05"
+ },
+ {
+ "uuid": "86dc1125-7d99-499c-b181-466bb7ea3a5d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DURGAN OTIS",
+ "timestamp": "2019-10-02"
+ },
+ {
+ "uuid": "67e47bcd-536b-4c05-9a02-45508c25932d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BEAHAN CRAWFORD",
+ "timestamp": "2023-09-03"
+ },
+ {
+ "uuid": "8b1fcf78-e8f8-44d7-adc2-a9a65db92e9a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ZIEME GORDON",
+ "timestamp": "2015-10-25"
+ },
+ {
+ "uuid": "a3e5aaaa-4e1a-44e1-9f42-11643ece90a8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WIEGAND JAMIE",
+ "timestamp": "2017-10-03"
+ },
+ {
+ "uuid": "58042bda-775c-47f7-9ca8-927c5c228a01",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WOLF-MANTE ALFORD",
+ "timestamp": "2017-06-18"
+ },
+ {
+ "uuid": "65d9fdba-1880-417a-b8e9-db6b69c13ad7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ZIEME ELISHA",
+ "timestamp": "2014-09-16"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "d56fdf46-7297-4e6b-be83-0e7058938fb4",
+ "dateNoted": "2023-03-15",
+ "notes": "",
+ "parcelID": "20716",
+ "siteID": "18513",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "bcc3d81d-5e83-4f66-b8ac-c1af913ae308",
+ "dateNoted": "2019-03-06",
+ "notes": "",
+ "parcelID": "20062",
+ "siteID": "17141",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "da434afd-da76-4732-81ba-37f02b3da2dc",
+ "siteID": 18736,
+ "address": "614 Kian Freeway",
+ "latitude": 49.9711,
+ "longitude": -123.2502,
+ "lastUpdated": "2016-11-20",
+ "city": "Orionbury",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/6931",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 909199,
+ 2402296,
+ 1420184,
+ 3714768,
+ 2533903
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "af373415-1c97-47cb-9df5-3f4848de13e2",
+ "createdAt": "2019-08-14",
+ "completed": "2014-05-29",
+ "initiated": "2023-08-28",
+ "ministryContact": "KLEIN JANIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "62a1dee3-de32-4aab-8ab6-78bde7fb59ab",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0fc4f851-c0cf-468b-a54d-86c222e11a4f",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "da8dec22-0b6e-4ab5-a945-3eebdaad8d32",
+ "createdAt": "2017-12-12",
+ "completed": "2020-11-17",
+ "initiated": "2016-09-06",
+ "ministryContact": "BOGAN KEITH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "dd6c86e5-a86c-41b6-a390-8fcd1cde31b4",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cf43c06c-5629-4ebc-939b-7e2286cf92cc",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "eba57e38-eff1-4699-a509-45744661cbbf",
+ "createdAt": "2020-08-21",
+ "completed": "2018-01-07",
+ "initiated": "2021-10-17",
+ "ministryContact": "KAUTZER KAVON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "90b73e73-e451-4f8e-9676-e8e4d3ee709c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0ce71dc4-da29-4dd7-814a-130b049863bb",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "effac7c9-dc3c-48f1-9541-a7c387985437",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "68e9316c-8c84-4879-b887-6d7f7d3023e2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d97ab0c8-86ee-4358-ac26-2cccc0cafc17",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "8a666b03-6aa3-49f9-a57f-1d3b41e49d6c",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2022-01-22",
+ "startDate": "2015-12-30",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8c853f92-41bd-4d72-bbb0-c470d68393f1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-04-20",
+ "startDate": "2019-06-18",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "49b3f273-ca77-4327-aafa-de561574f33e",
+ "name": "IPSUM",
+ "endDate": "2014-06-05",
+ "startDate": "2019-06-29",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f2538230-4bd0-4980-b85b-f34737b8274f",
+ "name": "IPSUM",
+ "endDate": "2019-05-17",
+ "startDate": "2016-03-17",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "12338e33-6e92-4a6f-a8c0-252cb1e852ba",
+ "siteRegistry": false,
+ "documentDate": "2016-09-29",
+ "receivedDate": "2020-12-02",
+ "uploadedDate": "2015-11-25",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "884ab158-e916-42bb-b1b6-ea2b5a7b8353",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "699a1ce7-e3bb-490c-99f3-2e57479cba95",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "1096a2fa-bcff-4f22-afcd-ba6735860268",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "1aee409e-bc68-4fc3-aa85-033ce6a99bd6",
+ "siteRegistry": true,
+ "documentDate": "2020-10-22",
+ "receivedDate": "2016-09-28",
+ "uploadedDate": "2016-07-19",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "451ad9f3-8367-4667-9aab-4b01ed45cc8a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "a74d036e-8994-4a02-a24c-b143403d61f3",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-05-07 (described on Site Profile dated 2015-05-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "52f2eab1-46c8-48bc-a1ab-71b5abb61816",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-06-20 (described on Site Profile dated 2014-06-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "8c4a8152-7074-499d-a394-b5709806d1d8",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-03-17 (described on Site Profile dated 2022-03-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "42eecd1d-db43-4bc5-98ab-ac999b46015d",
+ "siteRegistry": false,
+ "dateNoted": "2023-09-17",
+ "parcelID": "16332",
+ "crownLandUsePIN": "17562",
+ "crownLandFileNumber": "20251",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 5 DISTRICT LOT 4 PLAN 8333"
+ },
+ {
+ "uuid": "7ab0e9e0-dae7-42dc-95da-f7a0b3e52a2e",
+ "siteRegistry": true,
+ "dateNoted": "2023-05-29",
+ "parcelID": "20954",
+ "crownLandUsePIN": "16430",
+ "crownLandFileNumber": "18173",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 2 DISTRICT LOT 3 PLAN 7996"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "3c0f0e61-bf0f-4e48-bfbf-2b1c8550e45b",
+ "siteRegistry": false,
+ "dateReceived": "2014-01-02",
+ "dateCompleted": "2013-11-13",
+ "dateEntered": "2015-02-26",
+ "dateRegistrar": "2019-03-12",
+ "dateLocalAuthorityReceived": "2021-04-19",
+ "summary": "Eveniet ratione saepe.\nDignissimos vitae earum aperiam.",
+ "informationUsed": "Maxime tenetur error impedit.\nIllo maxime inventore voluptates atque mollitia fugit vero.\nPlaceat eveniet sint voluptates magnam eius quidem.",
+ "pastOrPresentOrders": "Voluptas corporis iure adipisci beatae ad nisi.\nSunt dolores sequi autem exercitationem quasi earum doloremque.\nRepudiandae delectus hic.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "d2336ca7-0a8e-4696-bf8f-a756f611c9a4",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ef913eab-783a-463c-af50-91d3e67e6b5f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "1abadbf2-525b-4b47-bd44-1205b0fedad1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOSCISKI-ARMSTRONG KIRK",
+ "timestamp": "2019-01-20"
+ },
+ {
+ "uuid": "f4069919-7de3-42dd-b1b7-c80729d2a07e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RAYNOR VERLIE",
+ "timestamp": "2018-07-18"
+ },
+ {
+ "uuid": "e620dfac-c7fc-41d4-bf45-fd5b660319ad",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ZIEMANN EDISON",
+ "timestamp": "2023-04-29"
+ },
+ {
+ "uuid": "2960bf4f-ae67-4221-9591-3907ae04971b",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SIPES HUBERT",
+ "timestamp": "2015-08-06"
+ },
+ {
+ "uuid": "1d79fc87-dc43-4ac7-ade8-96c830a12916",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "COLLINS JALYN",
+ "timestamp": "2022-06-05"
+ },
+ {
+ "uuid": "20635e53-f68f-4dae-ba36-57006c3e6ed0",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MANTE KENDRA",
+ "timestamp": "2015-03-29"
+ },
+ {
+ "uuid": "22b344c3-c58f-4a07-9b5f-4d274d48a907",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "POWLOWSKI NATHANIAL",
+ "timestamp": "2013-11-30"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "41c3ffb6-6e09-437e-aa60-c62ae014324b",
+ "dateNoted": "2016-04-17",
+ "notes": "",
+ "parcelID": "18518",
+ "siteID": "15402",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bd2c7529-a58f-4195-9d1e-937ed9a73252",
+ "dateNoted": "2018-11-09",
+ "notes": "",
+ "parcelID": "18953",
+ "siteID": "16250",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "db3a27e5-b9b3-490f-866b-c4c69d31a798",
+ "dateNoted": "2014-06-11",
+ "notes": "",
+ "parcelID": "17871",
+ "siteID": "16804",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "5fe17856-dd07-4983-83d1-9e4667ea31e9",
+ "siteID": 16528,
+ "address": "38171 Cassidy Circle",
+ "latitude": 57.4556,
+ "longitude": -124.813,
+ "lastUpdated": "2014-08-25",
+ "city": "New Camden",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/16391",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 3828453,
+ 742040,
+ 6322688,
+ 2722881,
+ 2844865
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "bb24a542-086c-4346-adb1-967b8fa7a9d2",
+ "createdAt": "2023-10-02",
+ "completed": "2014-04-20",
+ "initiated": "2020-08-16",
+ "ministryContact": "MORAR HALEIGH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b630da10-50c9-4765-9711-2703d4183159",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3032a850-9000-4b9d-874a-15f3b912eb79",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3e67e5ca-84d9-4a80-92c7-cad1f37295a4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "88d60acb-a40a-4806-bc0f-4e58123e93f0",
+ "createdAt": "2017-02-01",
+ "completed": "2016-11-24",
+ "initiated": "2014-07-25",
+ "ministryContact": "ANKUNDING EULA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b91d29bc-c73e-4d5d-a0ba-c9a696c28f58",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e15ea0d2-50ee-4be8-922d-2c7dfbcec309",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d35ea62a-4941-48b3-9e80-b84889bafb5c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "70787a1f-a383-4e31-8f4e-4b6d619e5e70",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "76201877-9aeb-435a-b34f-3566864ff7ae",
+ "createdAt": "2017-10-23",
+ "completed": "2019-08-02",
+ "initiated": "2014-10-20",
+ "ministryContact": "ZBONCAK PERRY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "377698a2-4a02-40bc-8756-16c280baa170",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d9ef2fbf-23e5-421d-8ecc-dc95fa9831b8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "88622643-d303-4ed1-9ce2-7e3dbcea3f16",
+ "name": "IPSUM",
+ "endDate": "2022-07-08",
+ "startDate": "2021-11-02",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "ad34dfa2-697f-43d4-8b8d-4b7c981d67c5",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2019-03-31",
+ "startDate": "2022-12-25",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "486fb1bd-463c-4c2f-b6d7-16684c37acb1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2021-05-24",
+ "startDate": "2021-08-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "139cda7c-2e1e-40b4-9e7c-a5dc1d977be2",
+ "siteRegistry": true,
+ "documentDate": "2021-10-18",
+ "receivedDate": "2016-10-30",
+ "uploadedDate": "2016-02-13",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "1e03be7b-6df3-4e95-84de-b8d1e8d169da",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "730fe4ed-a3b9-4854-b506-244c34ad1b09",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "98fe8a61-50f6-4fc0-ad72-a813cd2803a6",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "058f48d1-a067-4feb-8f7d-ebbeaccacbe1",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-08-17 (described on Site Profile dated 2014-08-17)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "eb2aed08-0c61-4fd7-b1a3-767fd3a8fd76",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-03-20 (described on Site Profile dated 2022-03-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "e97f09d7-14b4-4846-8923-aae0634ef7ab",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-02-14 (described on Site Profile dated 2015-02-14)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "bc3ddf5d-b913-4870-b2ea-64b36159e8e9",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-04-25 (described on Site Profile dated 2014-04-25)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "3be4f717-0b02-4c98-ac32-58f2458ef112",
+ "siteRegistry": true,
+ "dateNoted": "2017-04-29",
+ "parcelID": "19694",
+ "crownLandUsePIN": "18953",
+ "crownLandFileNumber": "20835",
+ "landDescription": "LOT 4 OF LOT 1 BLOCK 2 DISTRICT LOT 5 PLAN 7672"
+ },
+ {
+ "uuid": "961bd929-3427-46e0-8bbd-dffd31cae175",
+ "siteRegistry": false,
+ "dateNoted": "2019-03-25",
+ "parcelID": "17452",
+ "crownLandUsePIN": "17022",
+ "crownLandFileNumber": "20663",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 3 DISTRICT LOT 1 PLAN 6243"
+ },
+ {
+ "uuid": "90eb931a-1f64-4961-a1bd-b3dd61eae8ed",
+ "siteRegistry": false,
+ "dateNoted": "2016-08-29",
+ "parcelID": "17954",
+ "crownLandUsePIN": "19066",
+ "crownLandFileNumber": "16661",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 4 DISTRICT LOT 1 PLAN 9147"
+ },
+ {
+ "uuid": "2a81f55f-ab37-4062-8046-7f56dfbae04b",
+ "siteRegistry": false,
+ "dateNoted": "2014-06-10",
+ "parcelID": "15955",
+ "crownLandUsePIN": "15476",
+ "crownLandFileNumber": "20229",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 2 DISTRICT LOT 2 PLAN 8790"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "0715bb49-528d-47fa-868e-4bea91773e46",
+ "siteRegistry": true,
+ "dateReceived": "2015-03-03",
+ "dateCompleted": "2019-07-24",
+ "dateEntered": "2014-02-01",
+ "dateRegistrar": "2018-05-11",
+ "dateLocalAuthorityReceived": "2019-03-19",
+ "summary": "Debitis voluptates id totam perspiciatis.\nIpsa hic eaque tempora.\nVelit illo facilis quaerat aut placeat.",
+ "informationUsed": "Ratione corrupti excepturi beatae eligendi dolores.\nEsse maxime rerum.\nReiciendis sapiente libero corrupti eius quibusdam officiis magni itaque.\nPerspiciatis aut assumenda tempore fugit.\nId placeat ea.",
+ "pastOrPresentOrders": "Cumque nulla voluptas.\nIusto culpa possimus explicabo quas tempora expedita accusantium ab.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "474ade41-a41f-4691-a4a1-a118b669126e",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d05df293-2823-43c0-b347-33ad95ad8744",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "abcaa381-ef19-4e9c-9242-d0710545e9ba",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d7d10168-66ba-4f2e-9245-80974987d536",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "923d693e-e6ed-49c0-b594-45dffb6b1e98",
+ "siteRegistry": true,
+ "dateReceived": "2015-05-26",
+ "dateCompleted": "2022-11-05",
+ "dateEntered": "2022-08-21",
+ "dateRegistrar": "2022-05-10",
+ "dateLocalAuthorityReceived": "2019-04-14",
+ "summary": "Temporibus nemo illum laboriosam sint quae commodi cupiditate eaque.\nPossimus impedit numquam aliquam omnis exercitationem repellat magni tempora dolore.",
+ "informationUsed": "Quidem voluptas maxime.\nExpedita molestias facilis magni temporibus porro enim.\nOmnis perspiciatis ad pariatur quod aliquid repellendus.\nModi dignissimos repudiandae alias consequatur dolores deleniti corrupti.\nNihil vitae quis quibusdam voluptatibus soluta.",
+ "pastOrPresentOrders": "Porro magni voluptatem perspiciatis eaque.\nDolorum eaque dolorum doloremque aspernatur officiis tempora nisi corrupti.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "9f9d616d-9e0f-4deb-ae92-ed92a048d495",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9c64d1ba-26d9-42ee-bf9b-db8fb706cb7e",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3fc33e5a-6b76-4f83-8f1b-fdfcb3523a25",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c52b6e2d-93b7-4fce-a05c-ffd835fb2bf5",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "3bff5d6a-089a-4b5b-9c38-92dfcd5f0c99",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BODE KENNY",
+ "timestamp": "2017-06-01"
+ },
+ {
+ "uuid": "8c971147-74fc-41ca-88c4-020941034d59",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERNIER ELECTA",
+ "timestamp": "2017-10-09"
+ },
+ {
+ "uuid": "61b12813-032c-4656-b864-e3efa81b3fee",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LOCKMAN-THOMPSON SHYANNE",
+ "timestamp": "2015-03-15"
+ },
+ {
+ "uuid": "a3215e7d-06bc-4ac3-b52c-ca1d36c23aeb",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MILLS DAN",
+ "timestamp": "2017-03-06"
+ },
+ {
+ "uuid": "d2aad205-87bc-4b7c-ab30-7123704341ce",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHMELER PETER",
+ "timestamp": "2022-03-22"
+ },
+ {
+ "uuid": "880f06d9-6808-4a79-8c73-8fffbae68100",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ALTENWERTH VAN",
+ "timestamp": "2017-08-13"
+ },
+ {
+ "uuid": "0b8764cf-8b0c-4d42-9cfb-5afd0e451b05",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MCDERMOTT SIM",
+ "timestamp": "2015-04-21"
+ },
+ {
+ "uuid": "e2cca055-b237-4565-baeb-a7fa6f303be1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PADBERG KIM",
+ "timestamp": "2022-08-13"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "f58b3962-a5cb-4317-9ea4-ef985ba1e993",
+ "dateNoted": "2021-06-30",
+ "notes": "",
+ "parcelID": "17265",
+ "siteID": "17697",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ff18d0f5-d968-4d44-b96f-2433f14d3e52",
+ "dateNoted": "2015-10-05",
+ "notes": "",
+ "parcelID": "17371",
+ "siteID": "17993",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "1cd495cb-3537-43a7-ba7d-6a573a68f519",
+ "siteID": 16457,
+ "address": "801 Hartmann Hill",
+ "latitude": 58.4366,
+ "longitude": -127.3461,
+ "lastUpdated": "2022-12-19",
+ "city": "Erynstad",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/1230",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4817134,
+ 2767123,
+ 3898231,
+ 6941829,
+ 6980431
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "bfa500de-6b38-4d1b-bc7f-0db3367d0ed3",
+ "createdAt": "2021-03-29",
+ "completed": "2022-11-19",
+ "initiated": "2018-06-04",
+ "ministryContact": "JACOBI LORI",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7a24bc01-fc74-4097-87d5-bbe7149368ce",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "cde17141-559c-4a15-b3d2-d2164dfbc29f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "38f10f8e-fe14-4f78-b511-09738cb108ec",
+ "createdAt": "2019-04-25",
+ "completed": "2014-09-27",
+ "initiated": "2016-08-31",
+ "ministryContact": "FEEST THORA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f96abe50-3b87-4ae8-bbfb-57818af4ae7c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9b5a40fd-7cf7-406c-af55-5443cb456782",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2dfbaffb-1941-4b08-9493-93834caa9487",
+ "createdAt": "2021-08-30",
+ "completed": "2016-08-28",
+ "initiated": "2022-08-03",
+ "ministryContact": "CUMMERATA MIREILLE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b4a5c889-e303-42a5-98aa-8de3d7678424",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b721f68d-1221-408b-9114-a7c55d75a307",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "12d16ea6-f571-4870-8a1d-bd406a48f279",
+ "createdAt": "2021-08-20",
+ "completed": "2021-12-28",
+ "initiated": "2016-11-17",
+ "ministryContact": "AUFDERHAR DALLAS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "08491e44-2d83-475f-ba7e-ae0017f5265c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a0bcff94-b5a7-4136-8dc7-3ccc7403cfc4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9fa3749d-fde3-4083-8ec4-83a3ce1b800c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "3f6c1b1a-eb6f-49d4-b64d-e8b455f0bf24",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8814c51e-2814-4ebb-8f9d-b39064e5e122",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c9c23420-d04e-4dc4-9180-ef99c508846d",
+ "createdAt": "2015-01-20",
+ "completed": "2019-08-04",
+ "initiated": "2018-12-17",
+ "ministryContact": "HAMMES DAVION",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d6da0989-4ad4-454b-b29d-6a688b60bcd2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0dbf4b77-5bb7-46ef-b415-03c30213efd1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0311522a-dc19-4810-8dca-23f7c9bc2bbb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "982a98af-df19-4788-8ba7-19f49cfea776",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "5226607d-f185-43ce-9e70-03426a297958",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2019-01-12",
+ "startDate": "2018-09-21",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d80a8b06-1c12-4294-a337-8bb1298595f8",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2017-10-25",
+ "startDate": "2020-07-28",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6396ca8b-f4b6-4125-9daf-571ba5feb2a9",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2023-03-01",
+ "startDate": "2015-03-20",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8ecc6f2d-1b93-411b-a21c-7871c2f45134",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2019-05-28",
+ "startDate": "2014-05-14",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "8e34ab43-d05d-4438-8f8c-8f2ab6be06e9",
+ "siteRegistry": false,
+ "documentDate": "2020-06-17",
+ "receivedDate": "2020-05-16",
+ "uploadedDate": "2013-12-05",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "5b1a5662-36fe-47bd-90a8-c6336ef30a65",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "fb2c5296-4734-4da0-858e-7efa2186615c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "c6dbadfd-bf6d-476a-8acc-69cf562f37d1",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "6ede6da1-74a1-4f7a-9c04-1742d0cb2b4b",
+ "siteRegistry": false,
+ "documentDate": "2020-05-06",
+ "receivedDate": "2017-04-04",
+ "uploadedDate": "2020-01-08",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "36f5fcb8-78ff-4547-b87f-c3f135ff22a4",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "e85fa3eb-749e-4752-87b7-9e8d5add5f92",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4f61a87b-c748-46f1-8030-e7d0b40b4e6d",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "712c48e7-e960-48b8-94a1-5c584828b1ae",
+ "siteRegistry": false,
+ "documentDate": "2020-04-19",
+ "receivedDate": "2022-05-09",
+ "uploadedDate": "2015-11-18",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "11aea431-2d52-460c-9e50-4632d1d67a0a",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ff7d50d4-facd-4935-9240-686b6b7ab5ea",
+ "siteRegistry": true,
+ "documentDate": "2014-03-22",
+ "receivedDate": "2021-07-06",
+ "uploadedDate": "2021-02-17",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "94e435c6-e56c-46f2-96a2-6a966f9381c4",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "68db6c7e-89b5-48e0-b956-d717fa52e831",
+ "siteRegistry": false,
+ "documentDate": "2015-09-26",
+ "receivedDate": "2019-04-12",
+ "uploadedDate": "2022-06-20",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "697b7ff1-5ffd-4a5a-80c6-303e74c14d1d",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "b4bef86d-72c2-4d92-befc-6dc67d3b6220",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-03-09 (described on Site Profile dated 2023-03-09)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "0a51e901-b37e-4785-8c29-f879e1516840",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-08-16 (described on Site Profile dated 2018-08-16)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "248168ff-554d-4b8b-b31e-4cc44631d3e2",
+ "siteRegistry": false,
+ "dateNoted": "2023-03-03",
+ "parcelID": "17418",
+ "crownLandUsePIN": "16843",
+ "crownLandFileNumber": "16321",
+ "landDescription": "LOT 1 OF LOT 2 BLOCK 4 DISTRICT LOT 3 PLAN 5261"
+ },
+ {
+ "uuid": "a43dce1b-08e7-4312-934a-f7b543c5a2f1",
+ "siteRegistry": true,
+ "dateNoted": "2014-02-09",
+ "parcelID": "19958",
+ "crownLandUsePIN": "15972",
+ "crownLandFileNumber": "16419",
+ "landDescription": "LOT 2 OF LOT 1 BLOCK 5 DISTRICT LOT 3 PLAN 4294"
+ },
+ {
+ "uuid": "550c6e16-81ff-4786-97fb-4dac8d70e879",
+ "siteRegistry": false,
+ "dateNoted": "2015-06-18",
+ "parcelID": "20107",
+ "crownLandUsePIN": "19140",
+ "crownLandFileNumber": "20764",
+ "landDescription": "LOT 1 OF LOT 1 BLOCK 5 DISTRICT LOT 1 PLAN 5335"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "570aa428-1419-4cda-94d2-0a9063c9ac05",
+ "siteRegistry": true,
+ "dateReceived": "2020-02-08",
+ "dateCompleted": "2022-03-29",
+ "dateEntered": "2017-11-26",
+ "dateRegistrar": "2021-02-08",
+ "dateLocalAuthorityReceived": "2021-05-27",
+ "summary": "A perspiciatis corporis deserunt.\nFuga occaecati sequi labore expedita nisi.\nPariatur aspernatur soluta blanditiis nisi impedit doloribus autem dolore ea.",
+ "informationUsed": "Et ex et vel.\nQuia sint perspiciatis officiis officiis adipisci.\nQuia esse repudiandae tenetur.",
+ "pastOrPresentOrders": "Modi nobis ipsum quasi facilis repudiandae.\nDistinctio quas sunt incidunt deserunt.\nIpsum facilis commodi autem quidem nihil illo.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "023a13e6-2e7b-444e-a547-9114a7de52df",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "93652674-05db-4855-9f4f-8d2c27a1708b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "ea3c6772-3243-479e-ba20-54b78c5d007c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "ANKUNDING ASTRID",
+ "timestamp": "2022-04-28"
+ },
+ {
+ "uuid": "9b40a552-ac91-4bdb-a7c8-0a3b5ba77340",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GIBSON KIM",
+ "timestamp": "2019-07-23"
+ },
+ {
+ "uuid": "b2f130fc-1c17-41cf-94b1-0d6e78f1ed6d",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MURRAY MARYAM",
+ "timestamp": "2020-02-04"
+ },
+ {
+ "uuid": "23d4baf7-1a61-457f-a6fe-184be99e242e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "QUIGLEY LAVERN",
+ "timestamp": "2018-04-01"
+ },
+ {
+ "uuid": "bf62a7ee-6611-40ff-b682-2baf80563ddb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WALSH DAYNA",
+ "timestamp": "2015-10-11"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "a54f2e13-28d6-4809-b1cd-04786d67ed88",
+ "dateNoted": "2018-05-31",
+ "notes": "",
+ "parcelID": "20657",
+ "siteID": "20744",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6076bcf9-bab0-4b9d-acf5-a9d96ef1170e",
+ "dateNoted": "2021-09-21",
+ "notes": "",
+ "parcelID": "19319",
+ "siteID": "17101",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "11a1c9d2-d3b0-43e1-855c-c3be51589a94",
+ "dateNoted": "2022-06-10",
+ "notes": "",
+ "parcelID": "20797",
+ "siteID": "18205",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "29309e5b-86fc-40ae-a34c-a89215fbb9ed",
+ "siteID": 18794,
+ "address": "811 Goodwin View",
+ "latitude": 54.8737,
+ "longitude": -122.6109,
+ "lastUpdated": "2013-11-30",
+ "city": "Coachella",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/14875",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 9923170,
+ 8051997,
+ 9066057,
+ 1248824,
+ 1274711
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "a033e495-cd9c-484b-924d-b9ae307a15d9",
+ "createdAt": "2013-11-04",
+ "completed": "2018-06-14",
+ "initiated": "2022-11-11",
+ "ministryContact": "ROBEL ANGIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "69d6a60d-c98a-4313-a540-5453c6bde221",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "be5783b5-a854-4a2a-8f0a-f665b00b2a09",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0dcc5b86-81e0-4e75-b789-22929891838a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fb07d7c0-7907-4796-adaf-8e642c0524ea",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4ff91e23-de66-4a85-9507-9071dab7b4ac",
+ "createdAt": "2023-02-04",
+ "completed": "2017-04-28",
+ "initiated": "2019-11-25",
+ "ministryContact": "KIRLIN JUDY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a392f5e6-23a7-48aa-b079-9041a4f217f4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "91124055-79a6-4645-9d90-add5a8231bf3",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7c2826e1-982b-4177-800d-b601eb90a5e6",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "67a4081a-53eb-4e9f-bc47-47ac0ffaaa5a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "10207453-9435-4e45-841e-c15804a63acd",
+ "createdAt": "2018-12-11",
+ "completed": "2022-12-18",
+ "initiated": "2018-03-19",
+ "ministryContact": "LANG TYRELL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "747743cb-cd10-499d-b53b-ddbf60574be9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "7682d12b-7cf9-4bcc-b3e5-3d99356ede36",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "541e4908-48ed-4fb3-8d59-be53f13c9508",
+ "name": "IPSUM",
+ "endDate": "2015-08-14",
+ "startDate": "2023-05-06",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "57775cbe-da2e-44b5-8f60-a4d087477879",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2023-10-01",
+ "startDate": "2017-01-29",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "74217f8e-def4-4820-a564-90927d9a549b",
+ "name": "IPSUM",
+ "endDate": "2017-11-05",
+ "startDate": "2023-09-09",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "24027e74-8a9d-47fb-943a-9c54b59b9b1d",
+ "siteRegistry": true,
+ "documentDate": "2020-03-15",
+ "receivedDate": "2022-03-06",
+ "uploadedDate": "2016-03-10",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "0d84cfda-0570-4162-acfa-53f26237068c",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "8bd80337-0432-4bda-8fcd-08513dbb6b65",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "64e0672d-969e-4173-834b-ff209b5c8902",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "ad0d57f6-f6c7-4d16-b183-59b5cb7966b6",
+ "siteRegistry": true,
+ "documentDate": "2021-01-14",
+ "receivedDate": "2023-01-13",
+ "uploadedDate": "2022-03-02",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "072fc684-9e7d-4db2-8b93-0ffe33f27c2f",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "a9dc6533-2567-498d-ad4a-293c119908cd",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "46daf51a-998f-431a-8872-aa6f472974cf",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "9b424d03-a16d-4d8e-9cb0-0d9756988f83",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-01-05 (described on Site Profile dated 2016-01-05)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "be006fb4-b7fb-445a-9391-d49d738a56d2",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2013-10-23 (described on Site Profile dated 2013-10-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "f053ddab-dc1a-4934-927e-51448b24f693",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-01-13 (described on Site Profile dated 2015-01-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "19b17776-90d0-42d7-8bfa-6f597917f03e",
+ "siteRegistry": false,
+ "dateNoted": "2018-12-03",
+ "parcelID": "20946",
+ "crownLandUsePIN": "16650",
+ "crownLandFileNumber": "17276",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 2 DISTRICT LOT 2 PLAN 4381"
+ },
+ {
+ "uuid": "0c574211-7ad3-4415-8354-94ed4f72c146",
+ "siteRegistry": false,
+ "dateNoted": "2014-02-21",
+ "parcelID": "18409",
+ "crownLandUsePIN": "19271",
+ "crownLandFileNumber": "17172",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 1 DISTRICT LOT 5 PLAN 4257"
+ },
+ {
+ "uuid": "0b1da976-edde-4abb-8f7c-431003cb94d7",
+ "siteRegistry": true,
+ "dateNoted": "2021-11-28",
+ "parcelID": "20090",
+ "crownLandUsePIN": "18542",
+ "crownLandFileNumber": "20099",
+ "landDescription": "LOT 5 OF LOT 3 BLOCK 5 DISTRICT LOT 4 PLAN 9392"
+ },
+ {
+ "uuid": "60c3c734-c8d5-4425-a80c-64889b0c3b16",
+ "siteRegistry": true,
+ "dateNoted": "2020-06-11",
+ "parcelID": "19467",
+ "crownLandUsePIN": "16805",
+ "crownLandFileNumber": "18183",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 3 DISTRICT LOT 4 PLAN 5953"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "20d8833a-855f-494e-8866-0ce653e3e3e2",
+ "siteRegistry": false,
+ "dateReceived": "2016-04-09",
+ "dateCompleted": "2022-01-20",
+ "dateEntered": "2018-09-20",
+ "dateRegistrar": "2018-12-17",
+ "dateLocalAuthorityReceived": "2018-04-09",
+ "summary": "Ad ipsam vero eum quas.\nSapiente nobis autem reprehenderit fugiat totam.",
+ "informationUsed": "Cupiditate cumque dicta atque quae nostrum fugit porro.\nQuaerat ducimus ipsam quae ad architecto impedit ratione.\nSit temporibus earum occaecati dignissimos.\nEveniet dolore unde necessitatibus quidem explicabo dicta maiores accusamus.\nDolorum cumque et.",
+ "pastOrPresentOrders": "Blanditiis reprehenderit optio deleniti eos distinctio perspiciatis nulla.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "4272ec2a-189c-4796-a6b5-f37e212c0cfd",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "518e7188-9106-4485-b920-793b538e0295",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "0db85758-746e-4b19-93bc-f49c59a1450e",
+ "siteRegistry": true,
+ "dateReceived": "2019-10-26",
+ "dateCompleted": "2015-08-24",
+ "dateEntered": "2016-06-05",
+ "dateRegistrar": "2018-04-07",
+ "dateLocalAuthorityReceived": "2013-12-17",
+ "summary": "Consequuntur animi nulla ducimus voluptatem veniam quaerat.\nQuasi reiciendis eaque excepturi vel nam consectetur possimus.",
+ "informationUsed": "Quaerat soluta vitae id fuga nesciunt eius.\nQuos vero dolor labore est ipsam vero perferendis.\nEum suscipit fugit.",
+ "pastOrPresentOrders": "Iste officiis neque.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "8114265a-916e-4c80-9cd5-332fc55d8fc9",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "07549aee-bd26-4aea-a2ef-58fa31a8c6bd",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "2095639d-e4e7-4bb4-b7cf-9441e23672ec",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHROEDER CLEMENTINE",
+ "timestamp": "2020-04-05"
+ },
+ {
+ "uuid": "d5144e1e-9171-4410-bb9c-59ee742fab7e",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WILKINSON LISETTE",
+ "timestamp": "2014-05-18"
+ },
+ {
+ "uuid": "dc3a0784-100f-4c7c-ad64-1b75b5f7536d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JONES VALLIE",
+ "timestamp": "2023-06-18"
+ },
+ {
+ "uuid": "a8a8b702-d0fb-478c-9fbc-ad77fbe0704b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHUMM LAYLA",
+ "timestamp": "2021-07-01"
+ },
+ {
+ "uuid": "70fdb146-7df6-4dbc-a0ee-215037e91f40",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WHITE JOELLE",
+ "timestamp": "2016-01-03"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "36955f7e-1fd5-4a64-acb7-4ee9d4caa849",
+ "dateNoted": "2014-01-24",
+ "notes": "",
+ "parcelID": "20702",
+ "siteID": "20562",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "62020399-7620-43c1-a625-b931034ed7ef",
+ "siteID": 18007,
+ "address": "355 Monahan Pine",
+ "latitude": 51.8597,
+ "longitude": -138.295,
+ "lastUpdated": "2020-09-29",
+ "city": "North Emelyside",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/8749",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8862028,
+ 5654596,
+ 4826428,
+ 3861433,
+ 8555809
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "aeae5974-e1c6-42ae-8311-585e8cbb6cd3",
+ "createdAt": "2021-05-18",
+ "completed": "2015-10-13",
+ "initiated": "2015-01-03",
+ "ministryContact": "ANKUNDING ALFREDO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "aaf24f8b-8ed0-46b6-bc9e-85b8c6cbb11c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7fdbc4fb-d263-4b25-8c36-8c661c34e222",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "636db21d-6507-4b3e-bc68-0a7fbff40bd8",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2efbefb1-8c76-429a-bd1d-0bd51f4a48b3",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "da4060ee-6290-43ca-9018-a64f976d2629",
+ "createdAt": "2020-12-31",
+ "completed": "2016-05-20",
+ "initiated": "2017-01-17",
+ "ministryContact": "WHITE JOHNNIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "0360e2a3-9d75-4c02-b421-3dfeea37bace",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f14419c9-6f16-487f-a63c-6e2436ca0288",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "439a3a5f-7245-470b-89be-c21282269099",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "88d60c5f-ef10-43f0-aad6-ba088e542bcf",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c9677f3f-26f2-4392-b025-3dc9231f8838",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "082c3431-b7f2-4d2f-921c-56690832c586",
+ "createdAt": "2019-07-14",
+ "completed": "2021-11-14",
+ "initiated": "2016-07-16",
+ "ministryContact": "ZBONCAK DENNIS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d25e3a3e-1b16-461f-8b76-b3f02eeeaa92",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e3bd3726-1d77-44da-8d00-9e1362995770",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0a830721-74cf-4c29-b184-d4cdcd3918f4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "163c44c4-fdb5-4598-9229-9cb75a579061",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "8c0682fd-54b8-4bae-b8ce-66ba7d2ad342",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "1fa1a105-fcb2-4007-98d6-a8d9c8a07ff2",
+ "name": "IPSUM",
+ "endDate": "2020-06-25",
+ "startDate": "2021-01-26",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bd179eed-e93f-4903-8697-cc35b892077e",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2015-04-07",
+ "startDate": "2023-10-04",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1a771396-0205-4949-be7e-91bcb056d3e2",
+ "name": "IPSUM",
+ "endDate": "2017-01-04",
+ "startDate": "2017-06-17",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9dafa83f-ac39-4979-8abe-f0aad7e30ed2",
+ "name": "IPSUM",
+ "endDate": "2020-11-08",
+ "startDate": "2017-08-25",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7e07a779-5ddf-47df-9e07-d0ba2bab8bb3",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2014-12-31",
+ "startDate": "2018-05-15",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "c47495da-2db8-4eb3-b95b-298d48e3547c",
+ "siteRegistry": false,
+ "documentDate": "2022-04-08",
+ "receivedDate": "2017-07-05",
+ "uploadedDate": "2019-02-11",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "708c93e9-46b6-4617-a7db-e4291d98cdba",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "b9eb17f2-22cd-42e1-88b4-81036055feeb",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "4cfb33f2-b6b2-4ba8-92ad-78610434fc0d",
+ "siteRegistry": false,
+ "documentDate": "2022-03-04",
+ "receivedDate": "2014-01-02",
+ "uploadedDate": "2016-08-01",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "785dbcc8-2b48-401e-a3fd-c8ad6d115d19",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "fabc4337-3aad-4fa7-974f-4ed294c389f3",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "fea7ca29-edf5-47ed-9072-ed419485d0de",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-06-13 (described on Site Profile dated 2018-06-13)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "0e09494e-3d95-4fb9-9f52-c4b11c32f4ad",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-09-24 (described on Site Profile dated 2020-09-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "f449ff3c-29ef-4836-8cff-68f1649b0720",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2021-08-31 (described on Site Profile dated 2021-08-31)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "408519e8-0a22-444d-b7fe-7e977b99b534",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-03-15 (described on Site Profile dated 2016-03-15)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "663548c3-db0a-4f60-9f44-9c2270e5a979",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2020-07-27 (described on Site Profile dated 2020-07-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "9a93b1ce-5d27-4a63-a12f-06b2bfe48612",
+ "siteRegistry": false,
+ "dateNoted": "2017-06-28",
+ "parcelID": "20757",
+ "crownLandUsePIN": "20947",
+ "crownLandFileNumber": "19408",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 1 DISTRICT LOT 2 PLAN 5770"
+ },
+ {
+ "uuid": "50214987-395a-47b5-ba4f-7739a7a9dcf3",
+ "siteRegistry": false,
+ "dateNoted": "2016-09-06",
+ "parcelID": "15830",
+ "crownLandUsePIN": "15743",
+ "crownLandFileNumber": "19855",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 2 DISTRICT LOT 4 PLAN 5831"
+ },
+ {
+ "uuid": "506dcf73-6962-4567-aeb8-07dafc06323a",
+ "siteRegistry": false,
+ "dateNoted": "2023-03-08",
+ "parcelID": "20342",
+ "crownLandUsePIN": "20103",
+ "crownLandFileNumber": "20423",
+ "landDescription": "LOT 3 OF LOT 1 BLOCK 2 DISTRICT LOT 1 PLAN 7122"
+ },
+ {
+ "uuid": "b4bee7ce-3347-4375-be80-979269eb3173",
+ "siteRegistry": true,
+ "dateNoted": "2014-07-11",
+ "parcelID": "16076",
+ "crownLandUsePIN": "15447",
+ "crownLandFileNumber": "19572",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 3 DISTRICT LOT 1 PLAN 7590"
+ },
+ {
+ "uuid": "fadcf53f-5484-491f-bf81-377b3c29ecf8",
+ "siteRegistry": true,
+ "dateNoted": "2018-04-23",
+ "parcelID": "18725",
+ "crownLandUsePIN": "15530",
+ "crownLandFileNumber": "19736",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 5 DISTRICT LOT 1 PLAN 9315"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "2d9f837d-efe5-4315-839f-de1668d8583e",
+ "siteRegistry": true,
+ "dateReceived": "2018-02-01",
+ "dateCompleted": "2018-03-02",
+ "dateEntered": "2022-03-14",
+ "dateRegistrar": "2022-08-03",
+ "dateLocalAuthorityReceived": "2014-02-16",
+ "summary": "Iste qui saepe sint minus voluptate voluptate atque.\nFacilis tempore repellat dicta beatae.",
+ "informationUsed": "Temporibus similique impedit excepturi vitae temporibus.\nDebitis odio soluta.\nQuo illum a autem quidem vero.\nPossimus aut quibusdam excepturi occaecati laboriosam quae ea alias harum.\nSuscipit veritatis dolor nam reprehenderit explicabo labore totam consectetur.",
+ "pastOrPresentOrders": "Vero architecto non esse adipisci provident distinctio quas.\nEos omnis consequuntur sint accusantium.\nVoluptate praesentium deserunt delectus soluta vel commodi assumenda.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "948ea086-0601-4b33-8e76-4ccb5446b781",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0ee73170-577e-4702-8efe-83d969e1d03f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "f3b034b1-7e73-44d5-b9c4-9deeba7c97a1",
+ "siteRegistry": true,
+ "dateReceived": "2014-06-20",
+ "dateCompleted": "2021-10-15",
+ "dateEntered": "2014-09-26",
+ "dateRegistrar": "2018-10-25",
+ "dateLocalAuthorityReceived": "2017-09-21",
+ "summary": "Pariatur iure perferendis rem exercitationem repudiandae natus quo.\nExcepturi numquam dolorem tempora minus qui.\nImpedit voluptates iure labore itaque nam iure iusto voluptate.",
+ "informationUsed": "Expedita quidem beatae doloribus magnam.\nSunt doloremque inventore nobis consequuntur maxime.\nCommodi quia blanditiis tempore minus hic cum veritatis corporis.\nEius dicta sequi id sunt illo a consectetur facilis suscipit.\nVelit dolore laborum adipisci esse ducimus adipisci temporibus voluptatem aliquam.",
+ "pastOrPresentOrders": "Repudiandae totam ex numquam quas soluta repellendus.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "de8b6833-0696-496b-94ae-b7d91442191a",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "2d62c323-4f0b-4698-97c7-1d32ea5a02a9",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1ffbd612-89ca-4751-a869-2204beffc772",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "4ce4b9d1-9e5c-43c2-934a-7cc98b9d997b",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "afd15d91-6a85-4606-83a1-1d036d264993",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JOHNSON MARGRET",
+ "timestamp": "2015-11-01"
+ },
+ {
+ "uuid": "4f38961a-23dd-49e0-90f9-c8e4e8c564d2",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HIRTHE FREDERIC",
+ "timestamp": "2022-08-08"
+ },
+ {
+ "uuid": "bbefc582-2605-4cab-bc45-c4f497d0c509",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PFANNERSTILL MAY",
+ "timestamp": "2020-03-06"
+ },
+ {
+ "uuid": "96772366-65da-4ae0-881e-fac066055dc6",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DICKI FEDERICO",
+ "timestamp": "2017-04-27"
+ },
+ {
+ "uuid": "ea77fc29-92a4-45a3-bc92-d2ee6a38436c",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAILEY OPHELIA",
+ "timestamp": "2013-11-18"
+ },
+ {
+ "uuid": "d666a097-8ec1-40cd-a427-2ceb6af58f19",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "OKUNEVA ROBIN",
+ "timestamp": "2017-04-24"
+ },
+ {
+ "uuid": "55272c8b-67fb-4cab-a768-b7a47e25c7d8",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LEUSCHKE WYMAN",
+ "timestamp": "2014-02-25"
+ },
+ {
+ "uuid": "c3e2376d-be71-480e-b0c6-501cfc94003a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BAUMBACH QUINTON",
+ "timestamp": "2020-02-18"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "4d2eddf4-bc8a-456a-94fe-2f80143c4002",
+ "dateNoted": "2013-11-26",
+ "notes": "",
+ "parcelID": "18501",
+ "siteID": "18797",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f3b0fd7b-ba4d-4b70-b45d-8253c88b8471",
+ "dateNoted": "2020-05-13",
+ "notes": "",
+ "parcelID": "20939",
+ "siteID": "17404",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6d15211f-2e39-4906-a193-c00e124de696",
+ "dateNoted": "2015-02-07",
+ "notes": "",
+ "parcelID": "16051",
+ "siteID": "15253",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "68a03e39-f311-46e1-b468-5a85c06cde64",
+ "siteID": 19569,
+ "address": "36166 Jasen Way",
+ "latitude": 50.3615,
+ "longitude": -129.8264,
+ "lastUpdated": "2015-05-23",
+ "city": "Pourosburgh",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/15312",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4701643,
+ 6450774,
+ 9605956,
+ 6787093,
+ 1452594
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "ac603888-9369-48cb-858f-1aba0c2eccf9",
+ "createdAt": "2015-06-10",
+ "completed": "2014-06-17",
+ "initiated": "2015-06-02",
+ "ministryContact": "KUNZE SCOTTIE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "bec7ca08-4ebc-4ab5-aa7c-8f88743a27bc",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5fb486e3-b1f4-4c0c-bd86-1cf4432f6dec",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "50e587cc-8c40-4540-8a85-675d9f6ae3b5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "dcb093b9-eaab-4dd4-a855-6b6feb0dfd83",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f3a4f5f0-9df0-495e-aedb-7fe21248d865",
+ "createdAt": "2020-07-20",
+ "completed": "2021-10-04",
+ "initiated": "2017-01-23",
+ "ministryContact": "YUNDT TELLY",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "89a9ad5d-8b9f-4066-9c66-2936c65aaad4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5df23aa5-cefc-4a03-a3e2-f97b57723d6d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "55a4ed6b-db57-43cc-9c60-2204a9989916",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b4b913f1-c78e-483f-964e-b100ffedd6f4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a7861b03-a84c-4a6c-8ba9-8ce3fba4f037",
+ "createdAt": "2015-07-18",
+ "completed": "2021-03-21",
+ "initiated": "2020-12-24",
+ "ministryContact": "RAU ISRAEL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "a60d311e-74e6-4717-9198-31c7f5bdc0e5",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5bfd4e67-00bd-4a8e-881c-bbf46b289f06",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "a1436873-f8f4-47d6-a743-2a859e775a04",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-07-05",
+ "startDate": "2021-03-09",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9370cb52-3031-4352-932e-7cbfaee2b7c5",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2020-03-12",
+ "startDate": "2017-07-04",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "8e3e3ef5-a6c2-4573-9f3f-c846f95fdb18",
+ "siteRegistry": true,
+ "documentDate": "2018-04-08",
+ "receivedDate": "2016-02-02",
+ "uploadedDate": "2019-06-16",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "fc4a2b47-dcb4-482a-88ff-1daa2c9ef740",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0f970b07-8a63-4a2c-a9d1-271835c88d61",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "0413964c-719e-4a4b-9282-0b02570826ff",
+ "siteRegistry": false,
+ "documentDate": "2013-11-25",
+ "receivedDate": "2022-06-02",
+ "uploadedDate": "2017-11-13",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "10b87112-b61d-4501-9c80-9880952fc0ec",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "12f92312-bd4b-4b47-8436-ab3a37f6c48e",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "5ed564be-add9-4994-b6b2-df96a6779ab4",
+ "siteRegistry": true,
+ "documentDate": "2021-03-22",
+ "receivedDate": "2015-11-19",
+ "uploadedDate": "2015-09-22",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "c3b558cf-98b6-4690-b651-9a45c0afe40c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "58033305-b7ce-448e-8402-1662459b4c8f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4c571d0b-4e38-4faf-b562-151edb11ad12",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "2c6b39f7-29cf-4bb8-8240-1c4439202864",
+ "siteRegistry": true,
+ "documentDate": "2015-10-18",
+ "receivedDate": "2014-11-09",
+ "uploadedDate": "2019-01-26",
+ "title": "Preliminary Site Investigation, Detailed Site Investigation and Remedial Plan for the Management Area adjacent to the Shell Site at 1503 West 41st Ave",
+ "participants": [
+ {
+ "uuid": "8d6369f9-1668-4f3a-9b2c-2730e421b5e2",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "379541f8-462f-4090-89a3-5578c7de433c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "5246c91e-e9da-4e63-8688-d0adeecd2d04",
+ "name": "IPSUM",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "698fa4f3-1c0f-4035-b74c-b4664f3b2cfe",
+ "siteRegistry": true,
+ "documentDate": "2015-03-06",
+ "receivedDate": "2017-03-15",
+ "uploadedDate": "2023-06-09",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "41e9f26e-e58a-41c9-97f8-3465d00fb4ae",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "4470eee0-d4f0-44da-9973-a576a43474e3",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "d24a12dc-9227-4203-bd21-270664980c62",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "26aa2941-659f-47e8-b598-5fb58e820f61",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-04-20 (described on Site Profile dated 2022-04-20)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "0c3acf7f-a58d-4722-a5dd-0016d429d454",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-01-24 (described on Site Profile dated 2014-01-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "af8ef943-9d85-417d-8337-9c0ad6b082b4",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-01-28 (described on Site Profile dated 2015-01-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "bca3d672-70b3-45d8-b485-0395b3ba228f",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-05-21 (described on Site Profile dated 2018-05-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "2615b230-028a-47bc-905a-13961f6d4f02",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-07-07 (described on Site Profile dated 2022-07-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "e5d0acee-1eda-4f18-a7e2-92660d217662",
+ "siteRegistry": true,
+ "dateNoted": "2020-11-23",
+ "parcelID": "18932",
+ "crownLandUsePIN": "17049",
+ "crownLandFileNumber": "15859",
+ "landDescription": "LOT 2 OF LOT 2 BLOCK 2 DISTRICT LOT 5 PLAN 6576"
+ },
+ {
+ "uuid": "95c90fd3-9c69-416d-8c53-1f2428e93683",
+ "siteRegistry": true,
+ "dateNoted": "2023-02-08",
+ "parcelID": "20393",
+ "crownLandUsePIN": "17242",
+ "crownLandFileNumber": "17793",
+ "landDescription": "LOT 2 OF LOT 5 BLOCK 1 DISTRICT LOT 2 PLAN 7802"
+ },
+ {
+ "uuid": "9226dbea-4a8f-43e2-bd00-3c640594cfb9",
+ "siteRegistry": true,
+ "dateNoted": "2016-09-30",
+ "parcelID": "16195",
+ "crownLandUsePIN": "20910",
+ "crownLandFileNumber": "20541",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 2 DISTRICT LOT 3 PLAN 3358"
+ },
+ {
+ "uuid": "17781a58-ce34-4220-91a5-f5508c3788f5",
+ "siteRegistry": true,
+ "dateNoted": "2015-01-04",
+ "parcelID": "17678",
+ "crownLandUsePIN": "18849",
+ "crownLandFileNumber": "17676",
+ "landDescription": "LOT 1 OF LOT 5 BLOCK 3 DISTRICT LOT 5 PLAN 3238"
+ },
+ {
+ "uuid": "5b0c39b0-c9b3-4279-b1e8-42ce9881fac7",
+ "siteRegistry": false,
+ "dateNoted": "2019-11-07",
+ "parcelID": "19721",
+ "crownLandUsePIN": "18035",
+ "crownLandFileNumber": "16666",
+ "landDescription": "LOT 3 OF LOT 3 BLOCK 2 DISTRICT LOT 5 PLAN 5710"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "1c5c330d-8fa8-4ae6-a799-504d7664e67f",
+ "siteRegistry": false,
+ "dateReceived": "2021-10-18",
+ "dateCompleted": "2014-07-08",
+ "dateEntered": "2013-11-02",
+ "dateRegistrar": "2017-04-29",
+ "dateLocalAuthorityReceived": "2013-11-06",
+ "summary": "Quis dicta excepturi perferendis tempore molestiae occaecati ipsum.\nNihil pariatur quae dolore non.",
+ "informationUsed": "Repellendus cupiditate itaque iure aliquid exercitationem porro impedit laborum.\nEarum adipisci deleniti.\nModi fugiat ea.",
+ "pastOrPresentOrders": "Sapiente labore molestias possimus assumenda.\nLaborum culpa facere dicta officia magnam cupiditate ducimus explicabo.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "9b4fbab1-e0ad-4589-9d6e-80d6f9ceb98c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "9bb7a893-f2f6-46c2-b86e-f88e4e3125dd",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "d3318071-0da3-440a-8154-7cf286a21300",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "6dfa145b-cab7-48a6-831e-c0b43e4fe301",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FAY DOMENICA",
+ "timestamp": "2017-05-25"
+ },
+ {
+ "uuid": "5711375e-3fcd-4e69-905b-6a046a7be5fb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MITCHELL MURRAY",
+ "timestamp": "2014-10-06"
+ },
+ {
+ "uuid": "9000a3f8-e6f6-423b-88e5-46cc605b1ff1",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HARTMANN KELTON",
+ "timestamp": "2016-09-10"
+ },
+ {
+ "uuid": "d185f516-f4bb-496d-aef9-a063eb9cc97e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WOLFF ADELBERT",
+ "timestamp": "2015-10-18"
+ },
+ {
+ "uuid": "78d6fe3b-cd52-43ac-8d1d-8e0d769a4edd",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MANTE KARLI",
+ "timestamp": "2017-08-17"
+ },
+ {
+ "uuid": "18c486a5-b19a-459b-bd41-fbafbe466947",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MARQUARDT AMOS",
+ "timestamp": "2021-01-15"
+ },
+ {
+ "uuid": "95211782-14c5-4ac6-b62c-dcb03dc78cdf",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DECKOW HAROLD",
+ "timestamp": "2020-12-06"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "5e14cfad-e1ae-4a86-b075-5d73a07337ad",
+ "dateNoted": "2021-01-29",
+ "notes": "",
+ "parcelID": "17719",
+ "siteID": "16222",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ee5b2c18-744d-438c-9df5-0ab452ba407e",
+ "dateNoted": "2014-01-24",
+ "notes": "",
+ "parcelID": "18209",
+ "siteID": "17101",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b7dc3659-2480-4dd9-b099-ca1e4bfa6ad0",
+ "dateNoted": "2022-08-14",
+ "notes": "",
+ "parcelID": "17303",
+ "siteID": "16834",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "707b6460-9846-42c9-a103-d04e77b8c1ec",
+ "siteID": 15904,
+ "address": "7818 Kristin Manor",
+ "latitude": 55.9238,
+ "longitude": -137.2498,
+ "lastUpdated": "2016-12-16",
+ "city": "North Providenci",
+ "region": "Mainland/Southwest",
+ "victoriaFile": "26250-20/12657",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8607602,
+ 3062185,
+ 9230024,
+ 4697375,
+ 6499730
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "70edc9f2-7292-45bd-a409-57309eaec010",
+ "createdAt": "2023-02-26",
+ "completed": "2023-07-15",
+ "initiated": "2016-04-14",
+ "ministryContact": "WEIMANN GERTRUDE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "1badb513-ddb5-485f-b0cb-238160b059c0",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "30bc5774-9161-4348-8bf5-281341691d49",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "bd90c14a-3873-46d7-b9a4-7635c3cfa1f2",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f6b3f4f6-35a2-48ce-bc3d-1888560e0467",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8ad18f68-44e9-46fa-8206-a6b6c804b8a2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c3375db4-5152-4b9e-9659-e95a19f113b9",
+ "createdAt": "2016-02-12",
+ "completed": "2017-08-09",
+ "initiated": "2014-08-13",
+ "ministryContact": "RUSSEL YOSHIKO",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "cdd56f08-2164-4f19-bc93-06c8a052a614",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "71f183a1-d167-46c5-9c4a-c8272ae9d6b1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "aa64bd3d-3b3a-455c-b05c-480c57432911",
+ "createdAt": "2016-12-31",
+ "completed": "2014-05-27",
+ "initiated": "2020-07-22",
+ "ministryContact": "GLEASON THADDEUS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "b9ea4dab-b841-431f-a647-816000eaa961",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7431363b-56b1-4822-98f7-d3f4b611d33d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4a255c29-f10b-4c24-a5a1-8cc9bb96438a",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "75fbf7cd-cbaf-46d4-8c55-a1d15f6aa335",
+ "createdAt": "2019-07-12",
+ "completed": "2017-12-23",
+ "initiated": "2020-04-03",
+ "ministryContact": "REINGER KIP",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "690bd6c6-25f5-45a0-82c6-c674bf660246",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "f27d9b72-8749-450b-bb3e-21fdf73e95a1",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "957ee01b-4d8b-41de-88f5-c95d8e3e6d69",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "81379ec4-8b5e-4ed9-9557-d8688db7dc31",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9fff7c3f-68a3-4552-970e-2334197bbd1e",
+ "createdAt": "2019-08-24",
+ "completed": "2018-04-30",
+ "initiated": "2018-12-20",
+ "ministryContact": "MCCLURE KIEL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "7893bf1d-9ac0-4af5-b022-266998e701d7",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7ac7133e-c3a2-42d8-8dae-a3ffeaa9bede",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "bbc8a341-cb50-4be0-9959-891786cdbad8",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2023-03-21",
+ "startDate": "2022-01-02",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "6801af59-ed79-4b0d-9646-8580947abf6c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2022-01-30",
+ "startDate": "2023-08-10",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1481229b-3598-4a9f-a544-4f28311f1092",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-11-26",
+ "startDate": "2023-02-16",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "df9c4947-6e50-4e6c-bc31-874659d31d0d",
+ "siteRegistry": false,
+ "documentDate": "2022-09-03",
+ "receivedDate": "2017-10-15",
+ "uploadedDate": "2014-09-16",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "1e25eb19-df14-4ff3-a9da-6363be86788b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "abbeb432-5e1e-47ed-a6c6-a557a1887f2b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "8056d12c-66cc-4851-a81b-951d5c33ed9d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-05-28 (described on Site Profile dated 2023-05-28)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "4ca6ca67-302b-4270-8b4b-2d160db53a24",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-05-01 (described on Site Profile dated 2015-05-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "988a7927-8cbf-432e-b74b-ffd14d0a332e",
+ "siteRegistry": false,
+ "dateNoted": "2020-02-07",
+ "parcelID": "16794",
+ "crownLandUsePIN": "17011",
+ "crownLandFileNumber": "19791",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 5 DISTRICT LOT 4 PLAN 3258"
+ },
+ {
+ "uuid": "60fe9fd0-8fec-47ab-a03e-d46d4ee4bbce",
+ "siteRegistry": true,
+ "dateNoted": "2014-03-17",
+ "parcelID": "16958",
+ "crownLandUsePIN": "18558",
+ "crownLandFileNumber": "19456",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 5 DISTRICT LOT 1 PLAN 9067"
+ },
+ {
+ "uuid": "906dd5ff-19e3-4be0-a223-076ab2191e86",
+ "siteRegistry": true,
+ "dateNoted": "2014-02-19",
+ "parcelID": "17110",
+ "crownLandUsePIN": "20760",
+ "crownLandFileNumber": "18156",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 1 DISTRICT LOT 2 PLAN 3491"
+ },
+ {
+ "uuid": "43229322-ad9c-4733-b17e-46efcdaf698c",
+ "siteRegistry": false,
+ "dateNoted": "2019-07-24",
+ "parcelID": "18494",
+ "crownLandUsePIN": "19785",
+ "crownLandFileNumber": "18182",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 2 DISTRICT LOT 5 PLAN 7369"
+ },
+ {
+ "uuid": "722e6b3e-dc51-4ee0-9c9a-ed26298578e9",
+ "siteRegistry": false,
+ "dateNoted": "2015-01-28",
+ "parcelID": "16010",
+ "crownLandUsePIN": "17317",
+ "crownLandFileNumber": "18736",
+ "landDescription": "LOT 1 OF LOT 3 BLOCK 2 DISTRICT LOT 1 PLAN 8984"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "ccb5a3e7-0ecc-45c9-830e-41805103416d",
+ "siteRegistry": false,
+ "dateReceived": "2020-04-07",
+ "dateCompleted": "2019-04-03",
+ "dateEntered": "2016-07-17",
+ "dateRegistrar": "2018-03-06",
+ "dateLocalAuthorityReceived": "2022-01-22",
+ "summary": "Ipsum unde itaque eligendi quae maiores minima iste.\nAut veniam consectetur accusamus rerum sint suscipit tenetur.",
+ "informationUsed": "Quis atque deleniti tempora culpa perferendis impedit hic debitis.\nVoluptatum soluta ipsum accusamus autem odit esse vero deleniti accusantium.\nBeatae magnam aspernatur.\nIncidunt illo accusamus tempore aperiam molestias vero impedit ipsa.",
+ "pastOrPresentOrders": "Aut nisi quis.\nPariatur quisquam architecto qui ab quia blanditiis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "0f03ee90-db84-4bec-99dd-928a2f636b11",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "507c228d-a387-4e6e-a1ae-bae50838cab7",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b0ea5a46-a56c-4764-b36b-e6a892ab869f",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "0104e3f2-3c8b-4187-a076-65ecc698fa50",
+ "siteRegistry": true,
+ "dateReceived": "2014-12-18",
+ "dateCompleted": "2018-04-02",
+ "dateEntered": "2022-05-29",
+ "dateRegistrar": "2013-11-07",
+ "dateLocalAuthorityReceived": "2014-12-04",
+ "summary": "Blanditiis ratione labore est quis debitis.\nAutem provident numquam libero illum dolore hic neque.\nSuscipit optio enim nam.",
+ "informationUsed": "Tempore officia aut officia nulla dicta architecto.\nAspernatur molestiae necessitatibus voluptatem rerum vero enim dolor unde aut.\nFacere rerum animi aut nulla ex soluta numquam sed at.\nIpsa facere similique dicta.",
+ "pastOrPresentOrders": "Aliquid qui voluptas corporis nihil amet nisi nostrum ipsa ea.\nConsequatur quae ut provident eum qui.\nVeniam sunt iste porro laudantium ad earum.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "17732704-d4b3-4495-a9ef-9a5cef6e1c57",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8d236bdc-e3e9-441d-bd87-0db3eac84350",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "f10f9b12-7082-4d90-aff1-c7132ad9177b",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "efb4a18d-6a17-432b-a281-bdf838324f35",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "BERGNAUM KATHARINA",
+ "timestamp": "2019-08-13"
+ },
+ {
+ "uuid": "97746e5a-828e-4994-85fa-7b86ac81e884",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CARROLL GEORGIANA",
+ "timestamp": "2019-04-23"
+ },
+ {
+ "uuid": "1a0facaf-0404-49d1-b884-cd610934840b",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KEEBLER KENNEDY",
+ "timestamp": "2014-04-11"
+ },
+ {
+ "uuid": "872e60ff-0746-4106-8d7a-ee2d5e313fd7",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FAHEY ANNIE",
+ "timestamp": "2022-03-27"
+ },
+ {
+ "uuid": "53239639-4d90-471e-a1a2-fa9487f82cb7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MOHR RUBEN",
+ "timestamp": "2014-03-06"
+ },
+ {
+ "uuid": "2e81f2e3-5e0c-4727-b129-867f1d635757",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "CARTER ELIEZER",
+ "timestamp": "2019-11-26"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "5ee905e1-7d77-4dbe-ab24-f7969e73e7a0",
+ "dateNoted": "2016-04-05",
+ "notes": "",
+ "parcelID": "20860",
+ "siteID": "16177",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "fc6a958c-dcc9-4aaf-800c-73cae87dc19e",
+ "dateNoted": "2020-08-28",
+ "notes": "",
+ "parcelID": "18471",
+ "siteID": "15218",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c9cae02e-74fb-4470-9ee7-fdae84c9909b",
+ "dateNoted": "2018-11-28",
+ "notes": "",
+ "parcelID": "16345",
+ "siteID": "19619",
+ "siteRegistry": false
+ }
+ ]
+ },
+ {
+ "uuid": "726e648a-4060-4a68-924c-d65cb0a217ce",
+ "siteID": 20988,
+ "address": "62475 Murazik Flats",
+ "latitude": 56.2789,
+ "longitude": -127.7052,
+ "lastUpdated": "2021-04-07",
+ "city": "Port Aliyah",
+ "region": "Thompson-Okanagan",
+ "victoriaFile": "26250-20/13174",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 4492136,
+ 5812474,
+ 641623,
+ 3148918,
+ 1815189
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "33d9d8fb-78a9-4b63-b0e5-ecdef06f7428",
+ "createdAt": "2019-02-27",
+ "completed": "2023-06-02",
+ "initiated": "2019-11-07",
+ "ministryContact": "ANKUNDING NASH",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "c5f85645-1331-43fc-9a9e-9cb0684799fd",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cef13e36-faa3-4a85-b736-c16cce576fb7",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "ed412fad-36ef-4d7b-b96a-8eeeeca68dd9",
+ "createdAt": "2015-12-16",
+ "completed": "2021-11-12",
+ "initiated": "2018-02-09",
+ "ministryContact": "HALVORSON ELLEN",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "6a5fc770-11bf-4b2e-bf0b-2d0ba863dce9",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b108c00c-9c35-4c5e-9185-7c980eb5525b",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "84eff224-6bd7-4c75-8818-efb79c3a5f9d",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "14992f98-c5af-406c-8f85-9a0f58b621a6",
+ "createdAt": "2013-10-26",
+ "completed": "2017-01-27",
+ "initiated": "2023-06-20",
+ "ministryContact": "GLEICHNER OTTIS",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "df28be43-f682-465b-bc20-7dc7fbc6ef2d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4bc20bdd-8155-49ea-9257-6e6692b094de",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "67b61dca-80ef-44cd-9b08-2f979110dbe5",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "40a082d4-df36-4397-95cd-2fae9458ea77",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "28376eea-3051-4c70-a9e4-7568888e4a73",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2021-07-13",
+ "startDate": "2018-02-11",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "4656ee26-5201-4be0-9282-61b0084b3a99",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-07-29",
+ "startDate": "2018-03-24",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "3de438a3-b8df-4f97-849d-75baeac9d7d9",
+ "siteRegistry": false,
+ "documentDate": "2017-01-29",
+ "receivedDate": "2016-02-24",
+ "uploadedDate": "2021-04-13",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "5dad6930-c91a-435b-bdd2-dd63d6d7ec63",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "ae3afa55-3af9-4850-96c3-829a25416e10",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "c80d4eba-45eb-47c0-81e0-f2f9a8bf97c3",
+ "siteRegistry": false,
+ "documentDate": "2019-01-04",
+ "receivedDate": "2023-03-24",
+ "uploadedDate": "2023-05-22",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "e9297ab6-9b6a-4b97-9a6b-bdf216394bb4",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "bba327c5-74c7-4562-93d2-4aa527086387",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-11-23 (described on Site Profile dated 2018-11-23)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "da493a9e-936c-4591-a728-8f111d412df2",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-10-01 (described on Site Profile dated 2014-10-01)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "12535899-07a4-4256-99bc-e1af52a7cf04",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2019-10-25 (described on Site Profile dated 2019-10-25)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "896b0fbd-4783-44a5-917a-aaa5a7828327",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-11-07 (described on Site Profile dated 2022-11-07)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "5d7c6d34-f945-4cd8-9877-f141ad3dabd2",
+ "siteRegistry": true,
+ "dateNoted": "2013-12-14",
+ "parcelID": "20569",
+ "crownLandUsePIN": "16326",
+ "crownLandFileNumber": "19098",
+ "landDescription": "LOT 2 OF LOT 3 BLOCK 4 DISTRICT LOT 3 PLAN 7458"
+ },
+ {
+ "uuid": "995b009d-c41a-4701-940a-6b862dd4d459",
+ "siteRegistry": true,
+ "dateNoted": "2019-08-18",
+ "parcelID": "16230",
+ "crownLandUsePIN": "19144",
+ "crownLandFileNumber": "18457",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 4 DISTRICT LOT 5 PLAN 3889"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "971a2e8e-8ec8-4ef3-a4fa-acad606b308f",
+ "siteRegistry": true,
+ "dateReceived": "2021-01-29",
+ "dateCompleted": "2021-03-19",
+ "dateEntered": "2014-04-16",
+ "dateRegistrar": "2016-06-08",
+ "dateLocalAuthorityReceived": "2020-11-11",
+ "summary": "Voluptatibus laudantium rerum.\nQuasi tenetur tenetur soluta quisquam qui saepe ipsa.\nAliquam ut vel nulla laboriosam quo adipisci sunt consequatur.",
+ "informationUsed": "Porro illo error.\nVoluptates omnis ipsam vero ex atque omnis.\nSint exercitationem molestiae aliquid in vel excepturi ab.",
+ "pastOrPresentOrders": "Accusamus sunt molestias.\nEaque perferendis repudiandae saepe asperiores sunt.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "bdbc40e0-1967-484c-bf22-056a03ff3bd2",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "17a0303d-fb26-43b4-baec-e0df380cd187",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "3ff91f6c-f720-4026-a7b0-f889f3ce864c",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0aafa14a-7e25-412b-9feb-a036959c61a6",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "306d02f1-d231-4b27-8132-3f73225a8a1a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "RAU SHAKIRA",
+ "timestamp": "2017-01-10"
+ },
+ {
+ "uuid": "8985687e-e139-4a22-9774-dc5c26d326fc",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KOVACEK ANAHI",
+ "timestamp": "2021-11-20"
+ },
+ {
+ "uuid": "7eac3f9a-c516-4d9d-b26b-2c28a64a159e",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "DIBBERT LEILANI",
+ "timestamp": "2023-07-08"
+ },
+ {
+ "uuid": "7be89d47-65e2-4d66-a465-977f61193e1a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "JAST BERTRAND",
+ "timestamp": "2016-07-23"
+ },
+ {
+ "uuid": "56492da0-f7a3-4bc2-a65f-d92ddeba0c51",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HERZOG ALEC",
+ "timestamp": "2017-07-12"
+ },
+ {
+ "uuid": "93f06a66-881e-4724-86b6-dc44877a7bb1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STROSIN MAFALDA",
+ "timestamp": "2018-04-17"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "72dc210b-9c39-4248-b1a5-5142171a0932",
+ "dateNoted": "2018-08-30",
+ "notes": "",
+ "parcelID": "20462",
+ "siteID": "16531",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5133b100-30dd-48da-890d-00bb46c48356",
+ "dateNoted": "2015-05-30",
+ "notes": "",
+ "parcelID": "20764",
+ "siteID": "17275",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "27159942-2860-45c8-b63f-9c8cdb8cba32",
+ "dateNoted": "2017-03-27",
+ "notes": "",
+ "parcelID": "17536",
+ "siteID": "20833",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "e7ab319b-535c-4b6f-b021-ae7c891cc763",
+ "siteID": 18436,
+ "address": "28845 Will Ways",
+ "latitude": 54.7253,
+ "longitude": -134.2098,
+ "lastUpdated": "2014-04-13",
+ "city": "Deckowborough",
+ "region": "Cariboo",
+ "victoriaFile": "26250-20/1095",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 7438734,
+ 2734362,
+ 7058816,
+ 7379676,
+ 294146
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "5a73118c-f6bf-4ff2-a2a8-5d8c2a1cd30c",
+ "createdAt": "2022-06-03",
+ "completed": "2015-06-13",
+ "initiated": "2017-12-02",
+ "ministryContact": "FRITSCH RAUL",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "d1f509d5-fe29-4565-9618-57267fd79170",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "21aaee43-15a5-4dc0-a369-be2e97b75f12",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "cb7b70b6-c44d-4c44-9e18-366a7abb7035",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "dd381129-cdf7-41b3-83e3-7b7d822c64df",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "7aef8c5b-7916-4717-895c-180d070ca700",
+ "createdAt": "2023-02-20",
+ "completed": "2017-03-08",
+ "initiated": "2015-06-28",
+ "ministryContact": "GLOVER GERALDINE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "840f4565-57eb-41cb-9bd3-5a22c650c609",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "682745b4-e27a-4396-9c18-8ed20719f282",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "a6ab874d-d8ef-4957-a5ec-a9f2b1467b78",
+ "name": "IPSUM",
+ "endDate": "2020-06-17",
+ "startDate": "2016-02-10",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c60f25cc-df10-495c-99b9-9b5aaf3cc9f5",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2020-11-22",
+ "startDate": "2017-02-10",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d7c5837d-d9f9-4c18-b4b2-4d638c2dac96",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2017-02-10",
+ "startDate": "2015-08-24",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c364f3bd-8208-45d3-beeb-e8f10d709693",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2018-04-05",
+ "startDate": "2022-10-17",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "adf1354f-6182-4375-ba98-f3c45c850723",
+ "name": "SHELL CANADA PRODUCTS",
+ "endDate": "2014-02-16",
+ "startDate": "2023-03-08",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "65f93c36-e99e-4396-aec8-a4c96d820c45",
+ "siteRegistry": true,
+ "documentDate": "2014-07-15",
+ "receivedDate": "2019-09-22",
+ "uploadedDate": "2022-09-19",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "284c380b-fbc2-4cc6-913e-4908c9ceadbb",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "d1185cbb-9938-4ef2-a503-3b2785b0d02e",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-08-27 (described on Site Profile dated 2017-08-27)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "93f101ee-786b-427b-94a3-03dd4c756f84",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2014-05-29 (described on Site Profile dated 2014-05-29)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "e418a2b9-aaf8-44b5-8689-e1d66b1dd9e6",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-08-08 (described on Site Profile dated 2015-08-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "d8d1d8b2-4824-46a2-bef0-9b9d257ec4a1",
+ "siteRegistry": false,
+ "dateNoted": "2019-08-31",
+ "parcelID": "17871",
+ "crownLandUsePIN": "20773",
+ "crownLandFileNumber": "16793",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 4 DISTRICT LOT 3 PLAN 9197"
+ },
+ {
+ "uuid": "560af275-9233-4c96-b30b-a623a345a4bb",
+ "siteRegistry": false,
+ "dateNoted": "2017-05-11",
+ "parcelID": "20608",
+ "crownLandUsePIN": "19500",
+ "crownLandFileNumber": "17966",
+ "landDescription": "LOT 1 OF LOT 4 BLOCK 5 DISTRICT LOT 3 PLAN 3810"
+ },
+ {
+ "uuid": "8a9cdcae-55c8-460c-834e-18cfca515046",
+ "siteRegistry": true,
+ "dateNoted": "2017-05-10",
+ "parcelID": "16910",
+ "crownLandUsePIN": "19338",
+ "crownLandFileNumber": "19834",
+ "landDescription": "LOT 4 OF LOT 2 BLOCK 2 DISTRICT LOT 4 PLAN 5039"
+ },
+ {
+ "uuid": "f7b6de08-771f-4248-b8b1-4bd93e451957",
+ "siteRegistry": true,
+ "dateNoted": "2016-04-26",
+ "parcelID": "19754",
+ "crownLandUsePIN": "16736",
+ "crownLandFileNumber": "15490",
+ "landDescription": "LOT 5 OF LOT 5 BLOCK 3 DISTRICT LOT 3 PLAN 8627"
+ },
+ {
+ "uuid": "0f9fbef4-5d18-4508-b60d-81be615be3d1",
+ "siteRegistry": true,
+ "dateNoted": "2016-04-28",
+ "parcelID": "18252",
+ "crownLandUsePIN": "16751",
+ "crownLandFileNumber": "15449",
+ "landDescription": "LOT 5 OF LOT 1 BLOCK 1 DISTRICT LOT 1 PLAN 8960"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "4b6580fb-0092-4faa-a402-2384b1756464",
+ "siteRegistry": true,
+ "dateReceived": "2019-07-03",
+ "dateCompleted": "2023-05-08",
+ "dateEntered": "2013-10-20",
+ "dateRegistrar": "2015-11-13",
+ "dateLocalAuthorityReceived": "2020-04-11",
+ "summary": "Molestiae nesciunt harum totam delectus dignissimos illo vero animi consequatur.\nEst inventore veniam omnis quibusdam aspernatur eius ratione quae laudantium.",
+ "informationUsed": "Voluptatibus architecto mollitia iste.\nSimilique ipsam a aspernatur esse voluptatem consequuntur.\nIpsum ab error distinctio perferendis iste.",
+ "pastOrPresentOrders": "Aliquid sapiente quibusdam facilis sit eveniet excepturi voluptas consequuntur.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "be96343e-4319-486c-838f-e643582828ba",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "72854469-387c-4a1a-b49c-1fb129bf5ece",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "16d6979b-2857-451d-8342-cdf0518a75bc",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "8f3ce68a-8ab1-4c59-963f-4470eb859aab",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "439b9df1-909d-4a25-bc66-6d59adccdf9c",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRANECKI JAIDEN",
+ "timestamp": "2021-05-23"
+ },
+ {
+ "uuid": "30cb6ad6-c625-4c27-9097-ad57e85cc25d",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUVALIS RYDER",
+ "timestamp": "2023-08-05"
+ },
+ {
+ "uuid": "279235fd-ab7f-4c80-b50f-f37b519297f9",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "STROSIN DAMION",
+ "timestamp": "2022-10-02"
+ },
+ {
+ "uuid": "434bc41e-2638-4d7e-92bb-66068b2b2acd",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHMELER SAMANTA",
+ "timestamp": "2017-03-24"
+ },
+ {
+ "uuid": "816d4a90-b6fb-4174-af23-1fcca53067b7",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HAHN MYLES",
+ "timestamp": "2022-12-15"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "cda13701-3636-4593-a6d5-313e70812edf",
+ "dateNoted": "2022-04-15",
+ "notes": "",
+ "parcelID": "16944",
+ "siteID": "17404",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e6caad09-65b7-44db-963f-391b03696fa4",
+ "dateNoted": "2019-04-08",
+ "notes": "",
+ "parcelID": "19117",
+ "siteID": "17504",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "b2f50050-6a90-4afe-88a5-5978c45073e4",
+ "siteID": 20520,
+ "address": "4844 Else Neck",
+ "latitude": 51.1327,
+ "longitude": -126.1916,
+ "lastUpdated": "2017-03-06",
+ "city": "Katherynview",
+ "region": "Vancouver Island/Coast",
+ "victoriaFile": "26250-20/3277",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8995631,
+ 3428467,
+ 4857076,
+ 5877586,
+ 603720
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "32baba67-e037-4c27-a7cd-459f44a9000e",
+ "createdAt": "2015-01-03",
+ "completed": "2022-01-01",
+ "initiated": "2018-11-22",
+ "ministryContact": "WOLFF DAHLIA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2d2dbee2-46c0-4348-a1e5-ea0076b8091d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "1d078a2d-41b4-40f3-a1af-6539ecdcbb42",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "e58f3c5b-91d8-4b7d-abec-8463234bb280",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "97f88ca8-3f44-4ed5-9a12-cde3692abfa4",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "d75d80c6-8356-4a6c-a18e-15a0f22da721",
+ "createdAt": "2015-07-14",
+ "completed": "2019-04-02",
+ "initiated": "2022-02-13",
+ "ministryContact": "DAUGHERTY MYLENE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "2a7076d4-0b56-4d45-9483-a77408446e86",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c84467d3-3504-41f3-919d-18abbd03dc61",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5f12f7c1-ef7a-4416-942a-5599e4f0658d",
+ "createdAt": "2021-02-15",
+ "completed": "2014-01-18",
+ "initiated": "2015-07-14",
+ "ministryContact": "STIEDEMANN TREMAINE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "f3ce1511-5bf1-4004-8589-d7658ddada04",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "6a319e18-70e4-479d-8396-4ba5fde3695d",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "2df8f9f0-0717-4ae8-b4b8-64cbb506fe03",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-06-16",
+ "startDate": "2023-08-22",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "0d64c4ca-621f-4a3a-8a54-6413bb2728b2",
+ "name": "IPSUM",
+ "endDate": "2014-03-09",
+ "startDate": "2023-02-23",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "c6183404-04e5-438f-b7bc-8cd1d284f3e9",
+ "name": "IPSUM",
+ "endDate": "2021-11-26",
+ "startDate": "2023-05-23",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "5ed16620-ceab-4c7a-94e0-d0a79f86dfa3",
+ "name": "IPSUM",
+ "endDate": "2019-11-21",
+ "startDate": "2017-02-16",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ },
+ {
+ "uuid": "c36995b3-a028-46a4-a4f2-9b3366d63555",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2020-08-05",
+ "startDate": "2015-01-16",
+ "notes": "",
+ "roles": [
+ "ORGANIZATION"
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "86c95102-cb31-4337-8f3a-5bf54c8036e2",
+ "siteRegistry": true,
+ "documentDate": "2015-12-27",
+ "receivedDate": "2014-10-21",
+ "uploadedDate": "2021-08-03",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "49e79939-dd62-4ac2-b3bb-9a069108e39f",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "91774a58-8c0d-4e53-922d-1b315a50a874",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ }
+ ]
+ },
+ {
+ "uuid": "6a89a9db-5aa8-45d9-bafa-4ebbd5eff869",
+ "siteRegistry": false,
+ "documentDate": "2023-09-18",
+ "receivedDate": "2017-12-16",
+ "uploadedDate": "2017-01-17",
+ "title": "Human Health and Ecological Risk Assessment for the Management Area adjacent to the Shell Site at 1503 West 41st Avenue, Vancouver BC (LC C010106)",
+ "participants": [
+ {
+ "uuid": "b4b8dc95-e59a-4c2a-8ff2-2b56c9bfd0cb",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "6765c311-51c7-443b-8cc2-4aa14342d379",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "9803fb6f-4648-498a-b937-cbb97db45b65",
+ "name": "IPSUM",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "edf08f66-7448-48e3-81e3-cf1dc9b72c8b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2016-01-24 (described on Site Profile dated 2016-01-24)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "e3ca2e23-4c84-4b1f-8822-e70356e9526d",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-03-10 (described on Site Profile dated 2017-03-10)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "99f788b9-07e7-4795-989a-47a02587481b",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-01-30 (described on Site Profile dated 2017-01-30)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "0244f4da-8c56-46b6-b195-8ca1d7c8e19d",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2017-03-21 (described on Site Profile dated 2017-03-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "d0a9fa70-1c4d-4e8c-b75f-238e7fc6600e",
+ "siteRegistry": false,
+ "dateNoted": "2018-03-03",
+ "parcelID": "18997",
+ "crownLandUsePIN": "19244",
+ "crownLandFileNumber": "16564",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 1 DISTRICT LOT 1 PLAN 5566"
+ },
+ {
+ "uuid": "64bf8c54-1855-41ba-ba87-2e49dc4d88e5",
+ "siteRegistry": true,
+ "dateNoted": "2017-12-14",
+ "parcelID": "20426",
+ "crownLandUsePIN": "18127",
+ "crownLandFileNumber": "19303",
+ "landDescription": "LOT 3 OF LOT 5 BLOCK 2 DISTRICT LOT 3 PLAN 6647"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "604cd33d-576c-4871-9623-b159dd334171",
+ "siteRegistry": false,
+ "dateReceived": "2016-07-06",
+ "dateCompleted": "2019-01-01",
+ "dateEntered": "2020-12-17",
+ "dateRegistrar": "2016-10-26",
+ "dateLocalAuthorityReceived": "2023-08-02",
+ "summary": "Assumenda error laborum eligendi natus sint.\nCorrupti delectus corrupti atque natus perspiciatis quisquam eveniet maiores autem.",
+ "informationUsed": "Fuga eum eveniet iure consequuntur ipsum.\nQuod corporis repellat provident occaecati tenetur omnis.\nNesciunt praesentium consequuntur modi nulla temporibus tempore ipsa.",
+ "pastOrPresentOrders": "Commodi illo dolor quam ex ex voluptas est asperiores qui.\nIpsum omnis illum cupiditate.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "29563a66-344c-4035-9469-4b2621ab90ad",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5efe7d2d-a2ee-4e38-b9ca-27054db9bdb6",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "9094d812-f11f-4cd6-96f8-ecb1fbbfc5a8",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "41a95cb9-8b18-4e74-a156-c41cb96374e9",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "d5c9d357-0786-4eed-8738-527283c43db4",
+ "siteRegistry": true,
+ "dateReceived": "2016-11-21",
+ "dateCompleted": "2017-11-02",
+ "dateEntered": "2022-11-30",
+ "dateRegistrar": "2020-06-26",
+ "dateLocalAuthorityReceived": "2021-03-18",
+ "summary": "Natus aspernatur recusandae.\nVel laborum maxime.\nVoluptates et maxime a ullam accusantium voluptatum esse quae quia.",
+ "informationUsed": "Eligendi maiores magnam officia aperiam reprehenderit incidunt.\nIpsam velit nam.\nA commodi consequuntur maxime nulla magni.",
+ "pastOrPresentOrders": "Id numquam vero porro ducimus est odio.\nEum expedita laudantium illo nobis.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "44554564-3ae4-4f2b-9cfb-2f4231b467c0",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "42b423df-5cac-49d1-938f-3d0b46953ec4",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "a8698c70-7d39-4e77-821a-e2a9bb04a599",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "95759264-c1a6-4d9a-b680-b7ba09d70ab2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "PRICE WENDELL",
+ "timestamp": "2020-12-26"
+ },
+ {
+ "uuid": "85ceb520-aa3b-4271-9a73-10ad5be8fbcd",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "LARKIN ALFREDO",
+ "timestamp": "2022-09-09"
+ },
+ {
+ "uuid": "8f8c049e-91b8-44ad-8ead-63d74932fbb2",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "EMMERICH JOYCE",
+ "timestamp": "2013-12-02"
+ },
+ {
+ "uuid": "4e8fea80-ae93-4d31-bad6-e46b8872de9a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "GIBSON MOSES",
+ "timestamp": "2015-11-07"
+ },
+ {
+ "uuid": "cc85963f-c6f9-4b2a-adc5-0e261886abf1",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MORAR-HOMENICK HALEIGH",
+ "timestamp": "2019-04-18"
+ },
+ {
+ "uuid": "850e6db4-3b90-4a87-86eb-0b071b59c302",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "SCHROEDER OLEN",
+ "timestamp": "2016-03-02"
+ },
+ {
+ "uuid": "ee4c2a80-56b0-4463-8a5e-cc665d05b24f",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "FRAMI GIANNI",
+ "timestamp": "2017-12-03"
+ },
+ {
+ "uuid": "76f5e6dc-e43f-48da-bd08-84a1f6d6b21a",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "WEHNER TEAGAN",
+ "timestamp": "2016-07-09"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "062191e7-8135-41b3-94b7-35665ad09f3a",
+ "dateNoted": "2022-02-01",
+ "notes": "",
+ "parcelID": "15821",
+ "siteID": "20693",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "69fe579f-4a66-406d-aecb-0751c2b91521",
+ "dateNoted": "2016-08-03",
+ "notes": "",
+ "parcelID": "19390",
+ "siteID": "16144",
+ "siteRegistry": true
+ }
+ ]
+ },
+ {
+ "uuid": "5ba95591-c83e-4172-b278-7bf50159c947",
+ "siteID": 17433,
+ "address": "7877 Johnson Court",
+ "latitude": 50.595,
+ "longitude": -118.7069,
+ "lastUpdated": "2017-04-18",
+ "city": "East Selinafort",
+ "region": "Kootenay",
+ "victoriaFile": "26250-20/2570",
+ "regionalFile": "N/A",
+ "parcelIDs": [
+ 8241890,
+ 3356583,
+ 5259954,
+ 4975119,
+ 5009574
+ ],
+ "locationDescription": "LAT/LONGS CONFIRMED USING ICIS MAY 16,2013",
+ "notations": [
+ {
+ "uuid": "d33854eb-35d2-48eb-be9d-aaf0495ae118",
+ "createdAt": "2016-11-13",
+ "completed": "2018-07-05",
+ "initiated": "2015-04-27",
+ "ministryContact": "HILPERT TAMARA",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "5f662927-cbd7-41f8-b055-4e7b2b01ac1c",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "59ae5252-c9b6-419e-a877-f3fc9f9abca8",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "2430fb5e-6d8f-4fcc-8bb1-f946bc81edfb",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "02d74bdc-cf8e-4188-a2a3-859bc3f58f16",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "16c7c2a6-d9db-4778-936c-05c82ee88df2",
+ "createdAt": "2023-08-07",
+ "completed": "2017-04-11",
+ "initiated": "2021-01-09",
+ "ministryContact": "FUNK DAVON",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "ef3f5c67-11df-4ba8-a59b-1d1257fe3933",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "SUBMITTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "1d30ca7d-943e-4da7-a2ec-e6be57e918d2",
+ "name": "SHELL CANADA PRODUCTS",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "a18ac72f-a7a6-4b4a-a7d0-e2b3eab04076",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ }
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "b352e759-77ea-4ad5-88ec-f4fb5a39946e",
+ "createdAt": "2018-05-02",
+ "completed": "2020-03-11",
+ "initiated": "2016-07-28",
+ "ministryContact": "WINDLER-ABERNATHY LANE",
+ "notationClass": "ENVIRONMENTAL MANAGEMENT ACT: GENERAL",
+ "note": "",
+ "notationType": "CERTIFICATE OF COMPLIANCE REQUESTED",
+ "requestedActions": [
+ ""
+ ],
+ "notationParticipants": [
+ {
+ "uuid": "8c93b14a-f8f6-414e-bf68-dee765b6700c",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "5102df9c-2830-4a3e-89d9-fc42aee9ba7a",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "e7e74dbd-df8f-4d15-b3df-0cb4c9f90290",
+ "name": "SNC-LAVALIN ENVIRONMENT INC.",
+ "role": "REQUESTED BY",
+ "siteRegistry": true
+ }
+ ],
+ "siteRegistry": false
+ }
+ ],
+ "participants": [
+ {
+ "uuid": "8168098e-05a0-4466-8bde-198d15f53ac9",
+ "name": "AMET, DOLOR SIT",
+ "endDate": "2022-09-28",
+ "startDate": "2021-11-02",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": false
+ },
+ {
+ "uuid": "47df5949-188a-4f73-8ba9-39a6cde2f93f",
+ "name": "SNC-LAVALIN ENVIRONMENT INC",
+ "endDate": "2014-05-07",
+ "startDate": "2014-12-04",
+ "notes": "",
+ "roles": [
+ "EMPLOYEE"
+ ],
+ "siteRegistry": true
+ }
+ ],
+ "documents": [
+ {
+ "uuid": "4be269a9-e72b-4289-a824-1586eec6b58f",
+ "siteRegistry": true,
+ "documentDate": "2020-04-01",
+ "receivedDate": "2017-06-25",
+ "uploadedDate": "2021-09-30",
+ "title": "Summary of Site Conditions, 1537 W 41st Avenue, Vancouver",
+ "participants": [
+ {
+ "uuid": "c2e8f037-b67c-43f0-a7ef-ace2f9c46822",
+ "name": "SHELL CANADA PRODUCTS",
+ "siteRegistry": false,
+ "role": "AUTHOR"
+ },
+ {
+ "uuid": "0bcec2cb-77c3-4b17-bb0f-25d4e26c67bf",
+ "name": "AMET, DOLOR SIT",
+ "siteRegistry": true,
+ "role": "AUTHOR"
+ }
+ ]
+ }
+ ],
+ "suspectLandUses": [
+ {
+ "uuid": "39f22822-0bf6-4656-8e3b-d6c70820b55e",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2022-01-06 (described on Site Profile dated 2022-01-06)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ },
+ {
+ "uuid": "bb2b596e-ac41-40e4-ad93-0ecb4ac0135f",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2015-12-08 (described on Site Profile dated 2015-12-08)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "ad69eedc-1790-4c83-9c6d-3742847408a7",
+ "siteRegistry": false,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2018-02-19 (described on Site Profile dated 2018-02-19)",
+ "landUse": "PETROLEUM OR NATURAL GAS DRILLING"
+ },
+ {
+ "uuid": "b0366d23-3450-43c3-bd98-61baaac1054d",
+ "siteRegistry": true,
+ "notes": "INSERTED FOR SITE PROFILE DATED 2023-05-21 (described on Site Profile dated 2023-05-21)",
+ "landUse": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES"
+ }
+ ],
+ "parcelDescriptions": [
+ {
+ "uuid": "b4220f6c-0919-41a2-9a07-00d31ec32487",
+ "siteRegistry": false,
+ "dateNoted": "2020-11-12",
+ "parcelID": "17630",
+ "crownLandUsePIN": "17632",
+ "crownLandFileNumber": "15724",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 1 DISTRICT LOT 4 PLAN 4170"
+ },
+ {
+ "uuid": "d48a9e09-d10f-4c8d-a6c0-3d015122c84f",
+ "siteRegistry": true,
+ "dateNoted": "2022-07-07",
+ "parcelID": "17585",
+ "crownLandUsePIN": "19865",
+ "crownLandFileNumber": "15427",
+ "landDescription": "LOT 4 OF LOT 5 BLOCK 5 DISTRICT LOT 2 PLAN 7588"
+ },
+ {
+ "uuid": "f8c2f0b9-2664-46a2-8f2d-9a87f482f70c",
+ "siteRegistry": true,
+ "dateNoted": "2022-03-06",
+ "parcelID": "18870",
+ "crownLandUsePIN": "18116",
+ "crownLandFileNumber": "19425",
+ "landDescription": "LOT 4 OF LOT 3 BLOCK 1 DISTRICT LOT 1 PLAN 6941"
+ },
+ {
+ "uuid": "32d82451-95fc-43bb-9e56-df24b26258da",
+ "siteRegistry": false,
+ "dateNoted": "2022-07-31",
+ "parcelID": "19735",
+ "crownLandUsePIN": "19631",
+ "crownLandFileNumber": "17558",
+ "landDescription": "LOT 3 OF LOT 4 BLOCK 2 DISTRICT LOT 4 PLAN 7452"
+ },
+ {
+ "uuid": "496e2a2f-db1b-4183-85a2-10c6fbb4ba73",
+ "siteRegistry": false,
+ "dateNoted": "2017-09-07",
+ "parcelID": "17712",
+ "crownLandUsePIN": "18041",
+ "crownLandFileNumber": "17636",
+ "landDescription": "LOT 2 OF LOT 4 BLOCK 2 DISTRICT LOT 2 PLAN 5417"
+ }
+ ],
+ "siteDisclosures": [
+ {
+ "uuid": "922680d7-abe6-423d-8c6e-86b3805a74bc",
+ "siteRegistry": false,
+ "dateReceived": "2017-03-13",
+ "dateCompleted": "2022-05-04",
+ "dateEntered": "2017-10-14",
+ "dateRegistrar": "2019-04-18",
+ "dateLocalAuthorityReceived": "2023-10-15",
+ "summary": "Enim saepe quidem ea praesentium maxime non architecto sequi.\nInventore culpa suscipit dicta dignissimos.\nHic iusto eveniet facere repellat eaque maiores velit corporis.",
+ "informationUsed": "Aut quam culpa suscipit.\nMinus vel laboriosam architecto.\nNemo molestias labore consectetur quidem.\nSoluta atque numquam explicabo at facilis voluptatem.",
+ "pastOrPresentOrders": "Molestiae animi asperiores.\nEveniet dolores eum necessitatibus culpa nisi qui.\nQuis commodi quasi.",
+ "commercialAndIndustrialPurposes": [
+ {
+ "uuid": "e3c5401f-2643-4f16-9c04-2a87eeb583fd",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "0f2e5e7d-f2af-4e1f-b8f6-704aa45d3d81",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": false
+ },
+ {
+ "uuid": "31f20f40-1773-45ac-b08f-ee85a0221733",
+ "scheduleReference": "F1*",
+ "description": "PETROLEUM OR NATURAL GAS DRILLING",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "eb62ab83-1522-4ac9-ad9f-bc60d9fd830f",
+ "scheduleReference": "F2*",
+ "description": "PETROLEUM OR NATURAL GAS PRODUCTION FACILITIES",
+ "siteRegistry": true
+ }
+ ]
+ }
+ ],
+ "activityLog": [
+ {
+ "uuid": "24115ddf-7ef1-48f3-8ca9-e89c8878978a",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HALVORSON BURLEY",
+ "timestamp": "2020-05-23"
+ },
+ {
+ "uuid": "1fc1f394-8ba7-4359-b03c-92e4da385348",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUNZE-WELCH CHRISTELLE",
+ "timestamp": "2015-12-28"
+ },
+ {
+ "uuid": "bbb85475-ef78-4b74-9f4d-c11e487c68fc",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "HEATHCOTE KEANU",
+ "timestamp": "2022-09-03"
+ },
+ {
+ "uuid": "49f09ca1-cef1-4235-a0c0-5a4934634353",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KLOCKO MATHIAS",
+ "timestamp": "2015-03-28"
+ },
+ {
+ "uuid": "724dbfb3-e6b3-4041-a91d-952c2d92a9bb",
+ "siteRegistry": false,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "MURRAY ELOUISE",
+ "timestamp": "2019-01-30"
+ },
+ {
+ "uuid": "e2b71a37-a3f2-4945-957c-96afc8a3ca44",
+ "siteRegistry": true,
+ "activity": "Lorem ipsum dolor sit amet",
+ "user": "KUHIC OLGA",
+ "timestamp": "2019-04-01"
+ }
+ ],
+ "associatedSites": [
+ {
+ "uuid": "85488bdd-bca3-4494-8672-0851f1605cc5",
+ "dateNoted": "2017-12-18",
+ "notes": "",
+ "parcelID": "20443",
+ "siteID": "15957",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "18cbce9a-d4a2-4163-89f2-1e75300fff5b",
+ "dateNoted": "2021-12-19",
+ "notes": "",
+ "parcelID": "17301",
+ "siteID": "20571",
+ "siteRegistry": true
+ },
+ {
+ "uuid": "70df40fa-fa95-4aea-be5b-7ce4f971781c",
+ "dateNoted": "2023-05-06",
+ "notes": "",
+ "parcelID": "16936",
+ "siteID": "16344",
+ "siteRegistry": false
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/frontend/site-search/src/scripts/generate-dummy-data.ts b/frontend/site-search/src/scripts/generate-dummy-data.ts
new file mode 100755
index 00000000..2b0690af
--- /dev/null
+++ b/frontend/site-search/src/scripts/generate-dummy-data.ts
@@ -0,0 +1,29 @@
+
+/**
+ * Statically generate dummy data to a json file. Why? More persistence among changes.
+ * Makes direct links work on refresh if IDs don't scramble each time.
+ *
+ *
+ * HOW TO USE
+ *
+ * Make the file executable:
+ * chmod +x generate-dummy-data.ts
+ *
+ * Run ts-node (just on your dev machine):
+ * npx ts-node --esm generate-dummy-data.ts
+ *
+ * Note: May need to install ts-node.
+ */
+
+
+import { createRandomSite, generate } from '../api/dummy-data.tsx'
+import { writeFile } from 'fs';
+
+
+// const output = Array.from({length: 250}, _ => createRandomSite());
+const output = generate({siteCount: 250})
+const json = JSON.stringify(output);
+console.log('Writing to JSON file...');
+writeFile('dummy-data.sites.json', json, 'utf8', () => {
+ console.log('Done writing JSON file: dummy-data.sites.json')
+});
diff --git a/frontend/site-search/src/store.ts b/frontend/site-search/src/store.ts
new file mode 100644
index 00000000..542a5ddc
--- /dev/null
+++ b/frontend/site-search/src/store.ts
@@ -0,0 +1,16 @@
+import { configureStore } from '@reduxjs/toolkit'
+import siteReducer from '@/features/simple-search/simple-search'
+import userReducer from '@/features/user/userSlice'
+import editReducer from '@/features/site-details/edit-mode/editModeSlice'
+
+const store = configureStore({
+ reducer: {
+ site: siteReducer,
+ user: userReducer,
+ edit: editReducer
+ }
+})
+
+export default store;
+
+export type RootState = ReturnType
\ No newline at end of file
diff --git a/frontend/site-search/src/vite-env.d.ts b/frontend/site-search/src/vite-env.d.ts
new file mode 100644
index 00000000..11f02fe2
--- /dev/null
+++ b/frontend/site-search/src/vite-env.d.ts
@@ -0,0 +1 @@
+///
diff --git a/frontend/site-search/tsconfig.json b/frontend/site-search/tsconfig.json
new file mode 100644
index 00000000..56dc884e
--- /dev/null
+++ b/frontend/site-search/tsconfig.json
@@ -0,0 +1,30 @@
+{
+ "compilerOptions": {
+ "target": "ES2020",
+ "useDefineForClassFields": true,
+ "lib": ["ES2020", "DOM", "DOM.Iterable"],
+ "module": "ESNext",
+ "skipLibCheck": true,
+
+ /* Bundler mode */
+ "moduleResolution": "bundler",
+ "allowImportingTsExtensions": true,
+ "resolveJsonModule": true,
+ "isolatedModules": true,
+ "noEmit": true,
+ "jsx": "react-jsx",
+
+ /* Linting */
+ // "strict": true,
+ // "noUnusedLocals": true,
+ "noUnusedParameters": true,
+ "noFallthroughCasesInSwitch": true,
+
+ /* Paths */
+ "paths": {
+ "@/*": ["./src/*"]
+ }
+ },
+ "include": ["src"],
+ "references": [{ "path": "./tsconfig.node.json" }]
+}
diff --git a/frontend/site-search/tsconfig.node.json b/frontend/site-search/tsconfig.node.json
new file mode 100644
index 00000000..42872c59
--- /dev/null
+++ b/frontend/site-search/tsconfig.node.json
@@ -0,0 +1,10 @@
+{
+ "compilerOptions": {
+ "composite": true,
+ "skipLibCheck": true,
+ "module": "ESNext",
+ "moduleResolution": "bundler",
+ "allowSyntheticDefaultImports": true
+ },
+ "include": ["vite.config.ts"]
+}
diff --git a/frontend/site-search/vite.config.ts b/frontend/site-search/vite.config.ts
new file mode 100644
index 00000000..ec2e883c
--- /dev/null
+++ b/frontend/site-search/vite.config.ts
@@ -0,0 +1,11 @@
+import { defineConfig } from 'vite'
+import * as path from 'path'
+import react from '@vitejs/plugin-react-swc'
+
+// https://vitejs.dev/config/
+export default defineConfig({
+ plugins: [react()],
+ resolve: {
+ alias: [{ find: '@', replacement: path.resolve(__dirname, 'src') }],
+ }
+})