@pdtf/schemas 2.3.0 → 3.0.0-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +37 -81
- package/package.json +1 -1
- package/src/examples/v2/exampleTransaction.json +6 -20
- package/src/examples/v3/exampleTransaction.json +900 -0
- package/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
- package/src/mappings/adf.js +1 -1
- package/src/schemas/v2/combined.json +13206 -12615
- package/src/schemas/v2/overlays/con29DW.json +771 -762
- package/src/schemas/v2/overlays/con29R.json +3052 -3073
- package/src/schemas/v2/overlays/llc1.json +12 -33
- package/src/schemas/v2/overlays/rds.json +32 -0
- package/src/schemas/v2/pdtf-transaction.json +13656 -12911
- package/src/schemas/v2/skeleton.json +1342 -1155
- package/src/schemas/v3/combined.json +38325 -0
- package/src/schemas/v3/overlays/baspi.json +9812 -0
- package/src/schemas/v3/overlays/con29DW.json +794 -0
- package/src/schemas/v3/overlays/con29R.json +3094 -0
- package/src/schemas/v3/overlays/fme1.json +1444 -0
- package/src/schemas/v3/overlays/llc1.json +25 -0
- package/src/schemas/v3/overlays/lpe1.json +2463 -0
- package/src/schemas/v3/overlays/nts.json +1884 -0
- package/src/schemas/v3/overlays/oc1.json +2799 -0
- package/src/schemas/v3/overlays/piq.json +3931 -0
- package/src/schemas/v3/overlays/rds.json +4086 -0
- package/src/schemas/v3/overlays/ta10.json +6521 -0
- package/src/schemas/v3/overlays/ta6.json +5285 -0
- package/src/schemas/v3/overlays/ta7.json +1399 -0
- package/src/schemas/v3/pdtf-transaction.json +34771 -0
- package/src/schemas/v3/skeleton.json +3986 -0
- package/src/tests/v2/transactionSchema.test.js +26 -16
- package/src/tests/v3/transactionSchema.test.js +350 -0
- package/src/tests/v3/verifiedClaimsValidator.test.js +128 -0
- package/src/utils/extractOverlay.js +7 -7
- package/src/utils/hmlrLLC1.json +0 -275
|
@@ -4,779 +4,788 @@
|
|
|
4
4
|
"properties": {
|
|
5
5
|
"propertyPack": {
|
|
6
6
|
"properties": {
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
"materialFacts": {
|
|
8
|
+
"properties": {
|
|
9
|
+
"waterAndDrainage": {
|
|
10
|
+
"con29DWRef": "0",
|
|
11
|
+
"title": "Water and Drainage",
|
|
12
|
+
"description": "Please describe the water and drainage services that are connected to the property.",
|
|
13
|
+
"required": [
|
|
14
|
+
"maps",
|
|
15
|
+
"water",
|
|
16
|
+
"drainage",
|
|
17
|
+
"charging"
|
|
18
|
+
],
|
|
19
|
+
"properties": {
|
|
20
|
+
"maps": {
|
|
21
|
+
"con29DWRef": "1",
|
|
22
|
+
"title": "Maps",
|
|
23
|
+
"required": [
|
|
24
|
+
"publicSewerMapAttached",
|
|
25
|
+
"waterworksMapAttached"
|
|
26
|
+
],
|
|
27
|
+
"properties": {
|
|
28
|
+
"publicSewerMapAttached": {
|
|
29
|
+
"con29DWRef": "1.1",
|
|
30
|
+
"title": "Where relevant, please include a copy of an extract from the public sewer map."
|
|
31
|
+
},
|
|
32
|
+
"waterworksMapAttached": {
|
|
33
|
+
"con29DWRef": "1.2",
|
|
34
|
+
"title": "Where relevant, please include a copy of an extract from the map of waterworks."
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"water": {
|
|
39
|
+
"con29DWRef": "3",
|
|
40
|
+
"title": "Water",
|
|
41
|
+
"required": [
|
|
42
|
+
"mainsWater",
|
|
43
|
+
"waterMainsWithinBoundaries",
|
|
44
|
+
"waterMainsSubjectOfAdoptionAgreement",
|
|
45
|
+
"lowWaterPressureRisk",
|
|
46
|
+
"waterQualityAnalysis",
|
|
47
|
+
"waterMeterLocation"
|
|
48
|
+
],
|
|
49
|
+
"properties": {
|
|
50
|
+
"mainsWater": {
|
|
51
|
+
"con29DWRef": "3.1",
|
|
52
|
+
"title": "Mains water",
|
|
53
|
+
"discriminator": {
|
|
54
|
+
"propertyName": "yesNo"
|
|
55
|
+
},
|
|
56
|
+
"oneOf": [
|
|
57
|
+
{
|
|
58
|
+
"properties": {
|
|
59
|
+
"yesNo": {
|
|
60
|
+
"enum": [
|
|
61
|
+
"No"
|
|
62
|
+
]
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"properties": {
|
|
68
|
+
"yesNo": {
|
|
69
|
+
"enum": [
|
|
70
|
+
"Yes"
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"details": {
|
|
74
|
+
"con29DWRef": "3.1.2",
|
|
75
|
+
"title": "Details"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"required": [
|
|
79
|
+
"details"
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"properties": {
|
|
84
|
+
"yesNo": {
|
|
85
|
+
"enum": [
|
|
86
|
+
"To be connected"
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"required": [
|
|
93
|
+
"yesNo"
|
|
94
|
+
],
|
|
95
|
+
"properties": {
|
|
96
|
+
"yesNo": {
|
|
97
|
+
"con29DWRef": "3.1.1",
|
|
98
|
+
"enum": [
|
|
99
|
+
"Yes",
|
|
100
|
+
"No"
|
|
101
|
+
]
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"waterMainsWithinBoundaries": {
|
|
106
|
+
"con29DWRef": "3.2",
|
|
107
|
+
"title": "Are there any water mains, resource mains or discharge pipes within the boundaries of the property?",
|
|
108
|
+
"discriminator": {
|
|
109
|
+
"propertyName": "yesNo"
|
|
110
|
+
},
|
|
111
|
+
"oneOf": [
|
|
112
|
+
{
|
|
113
|
+
"properties": {
|
|
114
|
+
"yesNo": {
|
|
115
|
+
"enum": [
|
|
116
|
+
"No"
|
|
117
|
+
]
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"properties": {
|
|
123
|
+
"yesNo": {
|
|
124
|
+
"enum": [
|
|
125
|
+
"Yes"
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
"details": {
|
|
129
|
+
"con29DWRef": "3.2.2",
|
|
130
|
+
"title": "Details"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"required": [
|
|
134
|
+
"details"
|
|
135
|
+
]
|
|
136
|
+
}
|
|
137
|
+
],
|
|
138
|
+
"required": [
|
|
139
|
+
"yesNo"
|
|
140
|
+
],
|
|
141
|
+
"properties": {
|
|
142
|
+
"yesNo": {
|
|
143
|
+
"con29DWRef": "3.2.1",
|
|
144
|
+
"enum": [
|
|
145
|
+
"Yes",
|
|
146
|
+
"No"
|
|
147
|
+
]
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"waterMainsSubjectOfAdoptionAgreement": {
|
|
152
|
+
"con29DWRef": "3.3",
|
|
153
|
+
"title": "Is any water main or service pipe serving or which is proposed to serve the property, the subject of an existing adoption agreement or an application for such an agreement?",
|
|
154
|
+
"discriminator": {
|
|
155
|
+
"propertyName": "yesNo"
|
|
156
|
+
},
|
|
15
157
|
"oneOf": [
|
|
16
|
-
null,
|
|
17
|
-
null,
|
|
18
158
|
{
|
|
159
|
+
"properties": {
|
|
160
|
+
"yesNo": {
|
|
161
|
+
"enum": [
|
|
162
|
+
"No"
|
|
163
|
+
]
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"properties": {
|
|
169
|
+
"yesNo": {
|
|
170
|
+
"enum": [
|
|
171
|
+
"Yes"
|
|
172
|
+
]
|
|
173
|
+
},
|
|
174
|
+
"details": {
|
|
175
|
+
"con29DWRef": "3.3.2",
|
|
176
|
+
"title": "Details"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
19
179
|
"required": [
|
|
20
|
-
"
|
|
21
|
-
]
|
|
180
|
+
"details"
|
|
181
|
+
]
|
|
182
|
+
}
|
|
183
|
+
],
|
|
184
|
+
"required": [
|
|
185
|
+
"yesNo"
|
|
186
|
+
],
|
|
187
|
+
"properties": {
|
|
188
|
+
"yesNo": {
|
|
189
|
+
"con29DWRef": "3.3.1",
|
|
190
|
+
"enum": [
|
|
191
|
+
"Yes",
|
|
192
|
+
"No"
|
|
193
|
+
]
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
"lowWaterPressureRisk": {
|
|
198
|
+
"con29DWRef": "3.4",
|
|
199
|
+
"title": "Is the property at risk of receiving low water pressure or flow?",
|
|
200
|
+
"discriminator": {
|
|
201
|
+
"propertyName": "yesNo"
|
|
202
|
+
},
|
|
203
|
+
"oneOf": [
|
|
204
|
+
{
|
|
22
205
|
"properties": {
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
"title": "Maps",
|
|
28
|
-
"required": [
|
|
29
|
-
"publicSewerMapAttached",
|
|
30
|
-
"waterworksMapAttached"
|
|
31
|
-
],
|
|
32
|
-
"properties": {
|
|
33
|
-
"publicSewerMapAttached": {
|
|
34
|
-
"con29DWRef": "1.1",
|
|
35
|
-
"title": "Where relevant, please include a copy of an extract from the public sewer map."
|
|
36
|
-
},
|
|
37
|
-
"waterworksMapAttached": {
|
|
38
|
-
"con29DWRef": "1.2",
|
|
39
|
-
"title": "Where relevant, please include a copy of an extract from the map of waterworks."
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
"drainage": {
|
|
44
|
-
"con29DWRef": "2",
|
|
45
|
-
"title": "Drainage",
|
|
46
|
-
"required": [
|
|
47
|
-
"publicFoulDrainage",
|
|
48
|
-
"publicSurfaceDrainage",
|
|
49
|
-
"surfaceDrainageCharge",
|
|
50
|
-
"publicDrainWithinBoundaries",
|
|
51
|
-
"publicPumpingStationWithinBoundaries",
|
|
52
|
-
"publicSewerWithin100ft",
|
|
53
|
-
"publicPumpingStationWithin50mOfBuildings",
|
|
54
|
-
"sewersSubjectOfAdoptionAgreement",
|
|
55
|
-
"sewerageUndertakerApproval",
|
|
56
|
-
"riskOfInternalFlooding",
|
|
57
|
-
"distanceToNearestSewerageTreatment"
|
|
58
|
-
],
|
|
59
|
-
"properties": {
|
|
60
|
-
"publicFoulDrainage": {
|
|
61
|
-
"con29DWRef": "2.1",
|
|
62
|
-
"title": "Does foul water from the property drain to a public sewer?",
|
|
63
|
-
"discriminator": {
|
|
64
|
-
"propertyName": "yesNo"
|
|
65
|
-
},
|
|
66
|
-
"oneOf": [
|
|
67
|
-
{
|
|
68
|
-
"properties": {
|
|
69
|
-
"yesNo": {
|
|
70
|
-
"enum": [
|
|
71
|
-
"Yes"
|
|
72
|
-
]
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"properties": {
|
|
78
|
-
"yesNo": {
|
|
79
|
-
"enum": [
|
|
80
|
-
"No"
|
|
81
|
-
]
|
|
82
|
-
},
|
|
83
|
-
"details": {
|
|
84
|
-
"con29DWRef": "2.1.2",
|
|
85
|
-
"title": "Details"
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
"required": [
|
|
89
|
-
"details"
|
|
90
|
-
]
|
|
91
|
-
}
|
|
92
|
-
],
|
|
93
|
-
"required": [
|
|
94
|
-
"yesNo"
|
|
95
|
-
],
|
|
96
|
-
"properties": {
|
|
97
|
-
"yesNo": {
|
|
98
|
-
"con29DWRef": "2.1.1",
|
|
99
|
-
"enum": [
|
|
100
|
-
"Yes",
|
|
101
|
-
"No"
|
|
102
|
-
]
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
"publicSurfaceDrainage": {
|
|
107
|
-
"con29DWRef": "2.2",
|
|
108
|
-
"title": "Does surface water from the property drain to a public sewer?",
|
|
109
|
-
"discriminator": {
|
|
110
|
-
"propertyName": "yesNo"
|
|
111
|
-
},
|
|
112
|
-
"oneOf": [
|
|
113
|
-
{
|
|
114
|
-
"properties": {
|
|
115
|
-
"yesNo": {
|
|
116
|
-
"enum": [
|
|
117
|
-
"Yes"
|
|
118
|
-
]
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"properties": {
|
|
124
|
-
"yesNo": {
|
|
125
|
-
"enum": [
|
|
126
|
-
"No"
|
|
127
|
-
]
|
|
128
|
-
},
|
|
129
|
-
"details": {
|
|
130
|
-
"con29DWRef": "2.2.2",
|
|
131
|
-
"title": "Details"
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
|
-
"required": [
|
|
135
|
-
"details"
|
|
136
|
-
]
|
|
137
|
-
}
|
|
138
|
-
],
|
|
139
|
-
"required": [
|
|
140
|
-
"yesNo"
|
|
141
|
-
],
|
|
142
|
-
"properties": {
|
|
143
|
-
"yesNo": {
|
|
144
|
-
"con29DWRef": "2.2.1",
|
|
145
|
-
"enum": [
|
|
146
|
-
"Yes",
|
|
147
|
-
"No"
|
|
148
|
-
]
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
|
-
"surfaceDrainageCharge": {
|
|
153
|
-
"con29DWRef": "2.3",
|
|
154
|
-
"title": "Is a surface water drainage charge payable?",
|
|
155
|
-
"discriminator": {
|
|
156
|
-
"propertyName": "yesNo"
|
|
157
|
-
},
|
|
158
|
-
"oneOf": [
|
|
159
|
-
{
|
|
160
|
-
"properties": {
|
|
161
|
-
"yesNo": {
|
|
162
|
-
"enum": [
|
|
163
|
-
"No"
|
|
164
|
-
]
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"properties": {
|
|
170
|
-
"yesNo": {
|
|
171
|
-
"enum": [
|
|
172
|
-
"Yes"
|
|
173
|
-
]
|
|
174
|
-
},
|
|
175
|
-
"details": {
|
|
176
|
-
"con29DWRef": "2.3.2",
|
|
177
|
-
"title": "Details"
|
|
178
|
-
}
|
|
179
|
-
},
|
|
180
|
-
"required": [
|
|
181
|
-
"details"
|
|
182
|
-
]
|
|
183
|
-
}
|
|
184
|
-
],
|
|
185
|
-
"required": [
|
|
186
|
-
"yesNo"
|
|
187
|
-
],
|
|
188
|
-
"properties": {
|
|
189
|
-
"yesNo": {
|
|
190
|
-
"con29DWRef": "2.3.1",
|
|
191
|
-
"enum": [
|
|
192
|
-
"Yes",
|
|
193
|
-
"No"
|
|
194
|
-
]
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
},
|
|
198
|
-
"publicDrainWithinBoundaries": {
|
|
199
|
-
"con29DWRef": "2.4",
|
|
200
|
-
"title": "Does the public sewer map indicate any public sewer, disposal main or lateral drain within the boundaries of the property?",
|
|
201
|
-
"discriminator": {
|
|
202
|
-
"propertyName": "yesNo"
|
|
203
|
-
},
|
|
204
|
-
"oneOf": [
|
|
205
|
-
{
|
|
206
|
-
"properties": {
|
|
207
|
-
"yesNo": {
|
|
208
|
-
"enum": [
|
|
209
|
-
"No"
|
|
210
|
-
]
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"properties": {
|
|
216
|
-
"yesNo": {
|
|
217
|
-
"enum": [
|
|
218
|
-
"Yes"
|
|
219
|
-
]
|
|
220
|
-
},
|
|
221
|
-
"details": {
|
|
222
|
-
"con29DWRef": "2.4.0.2",
|
|
223
|
-
"title": "Details"
|
|
224
|
-
}
|
|
225
|
-
},
|
|
226
|
-
"required": [
|
|
227
|
-
"details"
|
|
228
|
-
]
|
|
229
|
-
}
|
|
230
|
-
],
|
|
231
|
-
"required": [
|
|
232
|
-
"yesNo"
|
|
233
|
-
],
|
|
234
|
-
"properties": {
|
|
235
|
-
"yesNo": {
|
|
236
|
-
"con29DWRef": "2.4.0.1",
|
|
237
|
-
"enum": [
|
|
238
|
-
"Yes",
|
|
239
|
-
"No"
|
|
240
|
-
]
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
},
|
|
244
|
-
"publicPumpingStationWithinBoundaries": {
|
|
245
|
-
"con29DWRef": "2.4.1",
|
|
246
|
-
"title": "Does the public sewer map indicate any public pumping station or any other ancillary apparatus within the boundaries of the property?",
|
|
247
|
-
"discriminator": {
|
|
248
|
-
"propertyName": "yesNo"
|
|
249
|
-
},
|
|
250
|
-
"oneOf": [
|
|
251
|
-
{
|
|
252
|
-
"properties": {
|
|
253
|
-
"yesNo": {
|
|
254
|
-
"enum": [
|
|
255
|
-
"No"
|
|
256
|
-
]
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"properties": {
|
|
262
|
-
"yesNo": {
|
|
263
|
-
"enum": [
|
|
264
|
-
"Yes"
|
|
265
|
-
]
|
|
266
|
-
},
|
|
267
|
-
"details": {
|
|
268
|
-
"con29DWRef": "2.4.1.2",
|
|
269
|
-
"title": "Details"
|
|
270
|
-
}
|
|
271
|
-
},
|
|
272
|
-
"required": [
|
|
273
|
-
"details"
|
|
274
|
-
]
|
|
275
|
-
}
|
|
276
|
-
],
|
|
277
|
-
"required": [
|
|
278
|
-
"yesNo"
|
|
279
|
-
],
|
|
280
|
-
"properties": {
|
|
281
|
-
"yesNo": {
|
|
282
|
-
"con29DWRef": "2.4.1.1",
|
|
283
|
-
"enum": [
|
|
284
|
-
"Yes",
|
|
285
|
-
"No"
|
|
286
|
-
]
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
},
|
|
290
|
-
"publicSewerWithin100ft": {
|
|
291
|
-
"con29DWRef": "2.5",
|
|
292
|
-
"title": "Does the public sewer map indicate any public sewer within 30.48 meters (100 feet) of any buildings within the property?",
|
|
293
|
-
"discriminator": {
|
|
294
|
-
"propertyName": "yesNo"
|
|
295
|
-
},
|
|
296
|
-
"oneOf": [
|
|
297
|
-
{
|
|
298
|
-
"properties": {
|
|
299
|
-
"yesNo": {
|
|
300
|
-
"enum": [
|
|
301
|
-
"No"
|
|
302
|
-
]
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"properties": {
|
|
308
|
-
"yesNo": {
|
|
309
|
-
"enum": [
|
|
310
|
-
"Yes"
|
|
311
|
-
]
|
|
312
|
-
},
|
|
313
|
-
"details": {
|
|
314
|
-
"con29DWRef": "2.5.0.2",
|
|
315
|
-
"title": "Details"
|
|
316
|
-
}
|
|
317
|
-
},
|
|
318
|
-
"required": [
|
|
319
|
-
"details"
|
|
320
|
-
]
|
|
321
|
-
}
|
|
322
|
-
],
|
|
323
|
-
"required": [
|
|
324
|
-
"yesNo"
|
|
325
|
-
],
|
|
326
|
-
"properties": {
|
|
327
|
-
"yesNo": {
|
|
328
|
-
"con29DWRef": "2.5.0.1",
|
|
329
|
-
"enum": [
|
|
330
|
-
"Yes",
|
|
331
|
-
"No"
|
|
332
|
-
]
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
},
|
|
336
|
-
"publicPumpingStationWithin50mOfBuildings": {
|
|
337
|
-
"con29DWRef": "2.5.1",
|
|
338
|
-
"title": "Does the public sewer map indicate any public pumping station or any other ancillary apparatus within 50 metres of any buildings within the property?",
|
|
339
|
-
"discriminator": {
|
|
340
|
-
"propertyName": "yesNo"
|
|
341
|
-
},
|
|
342
|
-
"oneOf": [
|
|
343
|
-
{
|
|
344
|
-
"properties": {
|
|
345
|
-
"yesNo": {
|
|
346
|
-
"enum": [
|
|
347
|
-
"No"
|
|
348
|
-
]
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"properties": {
|
|
354
|
-
"yesNo": {
|
|
355
|
-
"enum": [
|
|
356
|
-
"Yes"
|
|
357
|
-
]
|
|
358
|
-
},
|
|
359
|
-
"details": {
|
|
360
|
-
"con29DWRef": "2.5.1.2",
|
|
361
|
-
"title": "Details"
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
"required": [
|
|
365
|
-
"details"
|
|
366
|
-
]
|
|
367
|
-
}
|
|
368
|
-
],
|
|
369
|
-
"required": [
|
|
370
|
-
"yesNo"
|
|
371
|
-
],
|
|
372
|
-
"properties": {
|
|
373
|
-
"yesNo": {
|
|
374
|
-
"con29DWRef": "2.5.1.1",
|
|
375
|
-
"enum": [
|
|
376
|
-
"Yes",
|
|
377
|
-
"No"
|
|
378
|
-
]
|
|
379
|
-
}
|
|
380
|
-
}
|
|
381
|
-
},
|
|
382
|
-
"sewersSubjectOfAdoptionAgreement": {
|
|
383
|
-
"con29DWRef": "2.6",
|
|
384
|
-
"title": "Are any sewers or lateral drains serving, or which are proposed to serve the property, the subject of an existing adoption agreement or an application for such an agreement?",
|
|
385
|
-
"discriminator": {
|
|
386
|
-
"propertyName": "yesNo"
|
|
387
|
-
},
|
|
388
|
-
"oneOf": [
|
|
389
|
-
{
|
|
390
|
-
"properties": {
|
|
391
|
-
"yesNo": {
|
|
392
|
-
"enum": [
|
|
393
|
-
"No"
|
|
394
|
-
]
|
|
395
|
-
}
|
|
396
|
-
}
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"properties": {
|
|
400
|
-
"yesNo": {
|
|
401
|
-
"enum": [
|
|
402
|
-
"Yes"
|
|
403
|
-
]
|
|
404
|
-
},
|
|
405
|
-
"details": {
|
|
406
|
-
"con29DWRef": "2.6.2",
|
|
407
|
-
"title": "Details"
|
|
408
|
-
}
|
|
409
|
-
},
|
|
410
|
-
"required": [
|
|
411
|
-
"details"
|
|
412
|
-
]
|
|
413
|
-
}
|
|
414
|
-
],
|
|
415
|
-
"required": [
|
|
416
|
-
"yesNo"
|
|
417
|
-
],
|
|
418
|
-
"properties": {
|
|
419
|
-
"yesNo": {
|
|
420
|
-
"con29DWRef": "2.6.1",
|
|
421
|
-
"enum": [
|
|
422
|
-
"Yes",
|
|
423
|
-
"No"
|
|
424
|
-
]
|
|
425
|
-
}
|
|
426
|
-
}
|
|
427
|
-
},
|
|
428
|
-
"sewerageUndertakerApproval": {
|
|
429
|
-
"con29DWRef": "2.7",
|
|
430
|
-
"title": "Has the sewerage undertaker approved or been consulted about any plans to erect a building or extension on the property over, or in the vicinity of, a public sewer, disposal main or drain?",
|
|
431
|
-
"discriminator": {
|
|
432
|
-
"propertyName": "yesNo"
|
|
433
|
-
},
|
|
434
|
-
"oneOf": [
|
|
435
|
-
{
|
|
436
|
-
"properties": {
|
|
437
|
-
"yesNo": {
|
|
438
|
-
"enum": [
|
|
439
|
-
"No"
|
|
440
|
-
]
|
|
441
|
-
}
|
|
442
|
-
}
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"properties": {
|
|
446
|
-
"yesNo": {
|
|
447
|
-
"enum": [
|
|
448
|
-
"Yes"
|
|
449
|
-
]
|
|
450
|
-
},
|
|
451
|
-
"details": {
|
|
452
|
-
"con29DWRef": "2.7.2",
|
|
453
|
-
"title": "Details"
|
|
454
|
-
}
|
|
455
|
-
},
|
|
456
|
-
"required": [
|
|
457
|
-
"details"
|
|
458
|
-
]
|
|
459
|
-
}
|
|
460
|
-
],
|
|
461
|
-
"required": [
|
|
462
|
-
"yesNo"
|
|
463
|
-
],
|
|
464
|
-
"properties": {
|
|
465
|
-
"yesNo": {
|
|
466
|
-
"con29DWRef": "2.7.1",
|
|
467
|
-
"enum": [
|
|
468
|
-
"Yes",
|
|
469
|
-
"No"
|
|
470
|
-
]
|
|
471
|
-
}
|
|
472
|
-
}
|
|
473
|
-
},
|
|
474
|
-
"riskOfInternalFlooding": {
|
|
475
|
-
"con29DWRef": "2.8",
|
|
476
|
-
"title": "Is any building which is or forms part of the property, at risk of internal flooding due to overloaded public sewers?",
|
|
477
|
-
"discriminator": {
|
|
478
|
-
"propertyName": "yesNo"
|
|
479
|
-
},
|
|
480
|
-
"oneOf": [
|
|
481
|
-
{
|
|
482
|
-
"properties": {
|
|
483
|
-
"yesNo": {
|
|
484
|
-
"enum": [
|
|
485
|
-
"No"
|
|
486
|
-
]
|
|
487
|
-
}
|
|
488
|
-
}
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
"properties": {
|
|
492
|
-
"yesNo": {
|
|
493
|
-
"enum": [
|
|
494
|
-
"Yes"
|
|
495
|
-
]
|
|
496
|
-
},
|
|
497
|
-
"details": {
|
|
498
|
-
"con29DWRef": "2.8.2",
|
|
499
|
-
"title": "Details"
|
|
500
|
-
}
|
|
501
|
-
},
|
|
502
|
-
"required": [
|
|
503
|
-
"details"
|
|
504
|
-
]
|
|
505
|
-
}
|
|
506
|
-
],
|
|
507
|
-
"required": [
|
|
508
|
-
"yesNo"
|
|
509
|
-
],
|
|
510
|
-
"properties": {
|
|
511
|
-
"yesNo": {
|
|
512
|
-
"con29DWRef": "2.8.1",
|
|
513
|
-
"enum": [
|
|
514
|
-
"Yes",
|
|
515
|
-
"No"
|
|
516
|
-
]
|
|
517
|
-
}
|
|
518
|
-
}
|
|
519
|
-
},
|
|
520
|
-
"distanceToNearestSewerageTreatment": {
|
|
521
|
-
"con29DWRef": "2.9",
|
|
522
|
-
"title": "Please state the distance from the property to the nearest boundary of the nearest sewage treatment works."
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
|
-
},
|
|
526
|
-
"water": {
|
|
527
|
-
"con29DWRef": "3",
|
|
528
|
-
"title": "Water",
|
|
529
|
-
"required": [
|
|
530
|
-
"mainsWaterConnected",
|
|
531
|
-
"waterMainsWithinBoundaries",
|
|
532
|
-
"waterMainsSubjectOfAdoptionAgreement",
|
|
533
|
-
"lowWaterPressureRisk",
|
|
534
|
-
"waterQualityAnalysis",
|
|
535
|
-
"waterMeterLocation"
|
|
536
|
-
],
|
|
537
|
-
"properties": {
|
|
538
|
-
"mainsWaterConnected": {
|
|
539
|
-
"con29DWRef": "3.1",
|
|
540
|
-
"title": "Is the property connected to the main water supply?",
|
|
541
|
-
"discriminator": {
|
|
542
|
-
"propertyName": "yesNo"
|
|
543
|
-
},
|
|
544
|
-
"oneOf": [
|
|
545
|
-
{
|
|
546
|
-
"properties": {
|
|
547
|
-
"yesNo": {
|
|
548
|
-
"enum": [
|
|
549
|
-
"Yes"
|
|
550
|
-
]
|
|
551
|
-
}
|
|
552
|
-
}
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"properties": {
|
|
556
|
-
"yesNo": {
|
|
557
|
-
"enum": [
|
|
558
|
-
"No"
|
|
559
|
-
]
|
|
560
|
-
},
|
|
561
|
-
"details": {
|
|
562
|
-
"con29DWRef": "3.1.2",
|
|
563
|
-
"title": "Details"
|
|
564
|
-
}
|
|
565
|
-
},
|
|
566
|
-
"required": [
|
|
567
|
-
"details"
|
|
568
|
-
]
|
|
569
|
-
}
|
|
570
|
-
],
|
|
571
|
-
"required": [
|
|
572
|
-
"yesNo"
|
|
573
|
-
],
|
|
574
|
-
"properties": {
|
|
575
|
-
"yesNo": {
|
|
576
|
-
"con29DWRef": "3.1.1",
|
|
577
|
-
"enum": [
|
|
578
|
-
"Yes",
|
|
579
|
-
"No"
|
|
580
|
-
]
|
|
581
|
-
}
|
|
582
|
-
}
|
|
583
|
-
},
|
|
584
|
-
"waterMainsWithinBoundaries": {
|
|
585
|
-
"con29DWRef": "3.2",
|
|
586
|
-
"title": "Are there any water mains, resource mains or discharge pipes within the boundaries of the property?",
|
|
587
|
-
"discriminator": {
|
|
588
|
-
"propertyName": "yesNo"
|
|
589
|
-
},
|
|
590
|
-
"oneOf": [
|
|
591
|
-
{
|
|
592
|
-
"properties": {
|
|
593
|
-
"yesNo": {
|
|
594
|
-
"enum": [
|
|
595
|
-
"No"
|
|
596
|
-
]
|
|
597
|
-
}
|
|
598
|
-
}
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
"properties": {
|
|
602
|
-
"yesNo": {
|
|
603
|
-
"enum": [
|
|
604
|
-
"Yes"
|
|
605
|
-
]
|
|
606
|
-
},
|
|
607
|
-
"details": {
|
|
608
|
-
"con29DWRef": "3.2.2",
|
|
609
|
-
"title": "Details"
|
|
610
|
-
}
|
|
611
|
-
},
|
|
612
|
-
"required": [
|
|
613
|
-
"details"
|
|
614
|
-
]
|
|
615
|
-
}
|
|
616
|
-
],
|
|
617
|
-
"required": [
|
|
618
|
-
"yesNo"
|
|
619
|
-
],
|
|
620
|
-
"properties": {
|
|
621
|
-
"yesNo": {
|
|
622
|
-
"con29DWRef": "3.2.1",
|
|
623
|
-
"enum": [
|
|
624
|
-
"Yes",
|
|
625
|
-
"No"
|
|
626
|
-
]
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
},
|
|
630
|
-
"waterMainsSubjectOfAdoptionAgreement": {
|
|
631
|
-
"con29DWRef": "3.3",
|
|
632
|
-
"title": "Is any water main or service pipe serving or which is proposed to serve the property, the subject of an existing adoption agreement or an application for such an agreement?",
|
|
633
|
-
"discriminator": {
|
|
634
|
-
"propertyName": "yesNo"
|
|
635
|
-
},
|
|
636
|
-
"oneOf": [
|
|
637
|
-
{
|
|
638
|
-
"properties": {
|
|
639
|
-
"yesNo": {
|
|
640
|
-
"enum": [
|
|
641
|
-
"No"
|
|
642
|
-
]
|
|
643
|
-
}
|
|
644
|
-
}
|
|
645
|
-
},
|
|
646
|
-
{
|
|
647
|
-
"properties": {
|
|
648
|
-
"yesNo": {
|
|
649
|
-
"enum": [
|
|
650
|
-
"Yes"
|
|
651
|
-
]
|
|
652
|
-
},
|
|
653
|
-
"details": {
|
|
654
|
-
"con29DWRef": "3.3.2",
|
|
655
|
-
"title": "Details"
|
|
656
|
-
}
|
|
657
|
-
},
|
|
658
|
-
"required": [
|
|
659
|
-
"details"
|
|
660
|
-
]
|
|
661
|
-
}
|
|
662
|
-
],
|
|
663
|
-
"required": [
|
|
664
|
-
"yesNo"
|
|
665
|
-
],
|
|
666
|
-
"properties": {
|
|
667
|
-
"yesNo": {
|
|
668
|
-
"con29DWRef": "3.3.1",
|
|
669
|
-
"enum": [
|
|
670
|
-
"Yes",
|
|
671
|
-
"No"
|
|
672
|
-
]
|
|
673
|
-
}
|
|
674
|
-
}
|
|
675
|
-
},
|
|
676
|
-
"lowWaterPressureRisk": {
|
|
677
|
-
"con29DWRef": "3.4",
|
|
678
|
-
"title": "Is the property at risk of receiving low water pressure or flow?",
|
|
679
|
-
"discriminator": {
|
|
680
|
-
"propertyName": "yesNo"
|
|
681
|
-
},
|
|
682
|
-
"oneOf": [
|
|
683
|
-
{
|
|
684
|
-
"properties": {
|
|
685
|
-
"yesNo": {
|
|
686
|
-
"enum": [
|
|
687
|
-
"No"
|
|
688
|
-
]
|
|
689
|
-
}
|
|
690
|
-
}
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"properties": {
|
|
694
|
-
"yesNo": {
|
|
695
|
-
"enum": [
|
|
696
|
-
"Yes"
|
|
697
|
-
]
|
|
698
|
-
},
|
|
699
|
-
"details": {
|
|
700
|
-
"con29DWRef": "3.4.2",
|
|
701
|
-
"title": "Details"
|
|
702
|
-
}
|
|
703
|
-
},
|
|
704
|
-
"required": [
|
|
705
|
-
"details"
|
|
706
|
-
]
|
|
707
|
-
}
|
|
708
|
-
],
|
|
709
|
-
"required": [
|
|
710
|
-
"yesNo"
|
|
711
|
-
],
|
|
712
|
-
"properties": {
|
|
713
|
-
"yesNo": {
|
|
714
|
-
"con29DWRef": "3.4.1",
|
|
715
|
-
"enum": [
|
|
716
|
-
"Yes",
|
|
717
|
-
"No"
|
|
718
|
-
]
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
},
|
|
722
|
-
"supplyClassification": {
|
|
723
|
-
"con29DWRef": "3.5",
|
|
724
|
-
"title": "What is the classification of the water supply for the property?"
|
|
725
|
-
},
|
|
726
|
-
"waterMeterLocation": {
|
|
727
|
-
"con29DWRef": "3.6",
|
|
728
|
-
"title": "Please include details of the location of any water meter serving the property."
|
|
729
|
-
}
|
|
730
|
-
}
|
|
731
|
-
},
|
|
732
|
-
"charging": {
|
|
733
|
-
"con29DWRef": "4",
|
|
734
|
-
"title": "Charging",
|
|
735
|
-
"required": [
|
|
736
|
-
"sewerageProvider",
|
|
737
|
-
"waterProvider",
|
|
738
|
-
"sewerageBills",
|
|
739
|
-
"waterBills",
|
|
740
|
-
"currentChargingBasis",
|
|
741
|
-
"consequentialChargingBasis"
|
|
742
|
-
],
|
|
743
|
-
"properties": {
|
|
744
|
-
"sewerageProvider": {
|
|
745
|
-
"con29DWRef": "4.1.1",
|
|
746
|
-
"title": "Who are the sewerage undertakers for the property?"
|
|
747
|
-
},
|
|
748
|
-
"waterProvider": {
|
|
749
|
-
"con29DWRef": "4.1.2",
|
|
750
|
-
"title": "Who are the water undertakers for the property?"
|
|
751
|
-
},
|
|
752
|
-
"sewerageBills": {
|
|
753
|
-
"con29DWRef": "4.2",
|
|
754
|
-
"title": "Who bills the property for sewerage services?"
|
|
755
|
-
},
|
|
756
|
-
"waterBills": {
|
|
757
|
-
"con29DWRef": "4.3",
|
|
758
|
-
"title": "Who bills the property for water services?"
|
|
759
|
-
},
|
|
760
|
-
"currentChargingBasis": {
|
|
761
|
-
"con29DWRef": "4.4",
|
|
762
|
-
"title": "What is the current basis for charging for sewerage and/or water services at the property?"
|
|
763
|
-
},
|
|
764
|
-
"consequentialChargingBasis": {
|
|
765
|
-
"con29DWRef": "4.5",
|
|
766
|
-
"title": "Will the basis for charging for sewerage and water services at the property change as a consequence of a change of occupation?"
|
|
767
|
-
}
|
|
768
|
-
}
|
|
769
|
-
}
|
|
770
|
-
}
|
|
206
|
+
"yesNo": {
|
|
207
|
+
"enum": [
|
|
208
|
+
"No"
|
|
209
|
+
]
|
|
771
210
|
}
|
|
772
211
|
}
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"properties": {
|
|
215
|
+
"yesNo": {
|
|
216
|
+
"enum": [
|
|
217
|
+
"Yes"
|
|
218
|
+
]
|
|
219
|
+
},
|
|
220
|
+
"details": {
|
|
221
|
+
"con29DWRef": "3.4.2",
|
|
222
|
+
"title": "Details"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"required": [
|
|
226
|
+
"details"
|
|
227
|
+
]
|
|
773
228
|
}
|
|
774
|
-
]
|
|
229
|
+
],
|
|
230
|
+
"required": [
|
|
231
|
+
"yesNo"
|
|
232
|
+
],
|
|
233
|
+
"properties": {
|
|
234
|
+
"yesNo": {
|
|
235
|
+
"con29DWRef": "3.4.1",
|
|
236
|
+
"enum": [
|
|
237
|
+
"Yes",
|
|
238
|
+
"No"
|
|
239
|
+
]
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
"supplyClassification": {
|
|
244
|
+
"con29DWRef": "3.5",
|
|
245
|
+
"title": "What is the classification of the water supply for the property?"
|
|
246
|
+
},
|
|
247
|
+
"waterMeterLocation": {
|
|
248
|
+
"con29DWRef": "3.6",
|
|
249
|
+
"title": "Please include details of the location of any water meter serving the property."
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
"drainage": {
|
|
254
|
+
"con29DWRef": "2",
|
|
255
|
+
"title": "Drainage",
|
|
256
|
+
"required": [
|
|
257
|
+
"mainsSurfaceWaterDrainage",
|
|
258
|
+
"mainsFoulDrainage",
|
|
259
|
+
"surfaceDrainageCharge",
|
|
260
|
+
"publicDrainWithinBoundaries",
|
|
261
|
+
"publicPumpingStationWithinBoundaries",
|
|
262
|
+
"publicSewerWithin100ft",
|
|
263
|
+
"publicPumpingStationWithin50mOfBuildings",
|
|
264
|
+
"sewersSubjectOfAdoptionAgreement",
|
|
265
|
+
"sewerageUndertakerApproval",
|
|
266
|
+
"riskOfInternalFlooding",
|
|
267
|
+
"distanceToNearestSewerageTreatment"
|
|
268
|
+
],
|
|
269
|
+
"properties": {
|
|
270
|
+
"mainsSurfaceWaterDrainage": {
|
|
271
|
+
"con29DWRef": "2.2",
|
|
272
|
+
"title": "Mains surface water drainage",
|
|
273
|
+
"discriminator": {
|
|
274
|
+
"propertyName": "yesNo"
|
|
275
|
+
},
|
|
276
|
+
"oneOf": [
|
|
277
|
+
{
|
|
278
|
+
"properties": {
|
|
279
|
+
"yesNo": {
|
|
280
|
+
"enum": [
|
|
281
|
+
"No",
|
|
282
|
+
"Not known"
|
|
283
|
+
]
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"properties": {
|
|
289
|
+
"yesNo": {
|
|
290
|
+
"enum": [
|
|
291
|
+
"Yes"
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
"details": {
|
|
295
|
+
"con29DWRef": "2.2.2",
|
|
296
|
+
"title": "Details"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"required": [
|
|
300
|
+
"details"
|
|
301
|
+
]
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"properties": {
|
|
305
|
+
"yesNo": {
|
|
306
|
+
"enum": [
|
|
307
|
+
"To be connected"
|
|
308
|
+
]
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
],
|
|
313
|
+
"properties": {
|
|
314
|
+
"yesNo": {
|
|
315
|
+
"con29DWRef": "2.2.1",
|
|
316
|
+
"enum": [
|
|
317
|
+
"Yes",
|
|
318
|
+
"No"
|
|
319
|
+
]
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"mainsFoulDrainage": {
|
|
324
|
+
"con29DWRef": "2.1",
|
|
325
|
+
"title": "Mains foul drainage",
|
|
326
|
+
"discriminator": {
|
|
327
|
+
"propertyName": "yesNo"
|
|
328
|
+
},
|
|
329
|
+
"oneOf": [
|
|
330
|
+
{
|
|
331
|
+
"properties": {
|
|
332
|
+
"yesNo": {
|
|
333
|
+
"enum": [
|
|
334
|
+
"Yes"
|
|
335
|
+
]
|
|
336
|
+
},
|
|
337
|
+
"details": {
|
|
338
|
+
"con29DWRef": "2.1.2",
|
|
339
|
+
"title": "Details"
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
"required": [
|
|
343
|
+
"details"
|
|
344
|
+
]
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"properties": {
|
|
348
|
+
"yesNo": {
|
|
349
|
+
"enum": [
|
|
350
|
+
"To be connected"
|
|
351
|
+
]
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"properties": {
|
|
357
|
+
"yesNo": {
|
|
358
|
+
"enum": [
|
|
359
|
+
"No",
|
|
360
|
+
"Not known"
|
|
361
|
+
]
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
],
|
|
366
|
+
"properties": {
|
|
367
|
+
"yesNo": {
|
|
368
|
+
"enum": [
|
|
369
|
+
"Yes",
|
|
370
|
+
"No"
|
|
371
|
+
]
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
"surfaceDrainageCharge": {
|
|
376
|
+
"con29DWRef": "2.3",
|
|
377
|
+
"title": "Is a surface water drainage charge payable?",
|
|
378
|
+
"discriminator": {
|
|
379
|
+
"propertyName": "yesNo"
|
|
380
|
+
},
|
|
381
|
+
"oneOf": [
|
|
382
|
+
{
|
|
383
|
+
"properties": {
|
|
384
|
+
"yesNo": {
|
|
385
|
+
"enum": [
|
|
386
|
+
"No"
|
|
387
|
+
]
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"properties": {
|
|
393
|
+
"yesNo": {
|
|
394
|
+
"enum": [
|
|
395
|
+
"Yes"
|
|
396
|
+
]
|
|
397
|
+
},
|
|
398
|
+
"details": {
|
|
399
|
+
"con29DWRef": "2.3.2",
|
|
400
|
+
"title": "Details"
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
"required": [
|
|
404
|
+
"details"
|
|
405
|
+
]
|
|
406
|
+
}
|
|
407
|
+
],
|
|
408
|
+
"required": [
|
|
409
|
+
"yesNo"
|
|
410
|
+
],
|
|
411
|
+
"properties": {
|
|
412
|
+
"yesNo": {
|
|
413
|
+
"con29DWRef": "2.3.1",
|
|
414
|
+
"enum": [
|
|
415
|
+
"Yes",
|
|
416
|
+
"No"
|
|
417
|
+
]
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
"publicDrainWithinBoundaries": {
|
|
422
|
+
"con29DWRef": "2.4",
|
|
423
|
+
"title": "Does the public sewer map indicate any public sewer, disposal main or lateral drain within the boundaries of the property?",
|
|
424
|
+
"discriminator": {
|
|
425
|
+
"propertyName": "yesNo"
|
|
426
|
+
},
|
|
427
|
+
"oneOf": [
|
|
428
|
+
{
|
|
429
|
+
"properties": {
|
|
430
|
+
"yesNo": {
|
|
431
|
+
"enum": [
|
|
432
|
+
"No"
|
|
433
|
+
]
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"properties": {
|
|
439
|
+
"yesNo": {
|
|
440
|
+
"enum": [
|
|
441
|
+
"Yes"
|
|
442
|
+
]
|
|
443
|
+
},
|
|
444
|
+
"details": {
|
|
445
|
+
"con29DWRef": "2.4.0.2",
|
|
446
|
+
"title": "Details"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
"required": [
|
|
450
|
+
"details"
|
|
451
|
+
]
|
|
452
|
+
}
|
|
453
|
+
],
|
|
454
|
+
"required": [
|
|
455
|
+
"yesNo"
|
|
456
|
+
],
|
|
457
|
+
"properties": {
|
|
458
|
+
"yesNo": {
|
|
459
|
+
"con29DWRef": "2.4.0.1",
|
|
460
|
+
"enum": [
|
|
461
|
+
"Yes",
|
|
462
|
+
"No"
|
|
463
|
+
]
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
"publicPumpingStationWithinBoundaries": {
|
|
468
|
+
"con29DWRef": "2.4.1",
|
|
469
|
+
"title": "Does the public sewer map indicate any public pumping station or any other ancillary apparatus within the boundaries of the property?",
|
|
470
|
+
"discriminator": {
|
|
471
|
+
"propertyName": "yesNo"
|
|
472
|
+
},
|
|
473
|
+
"oneOf": [
|
|
474
|
+
{
|
|
475
|
+
"properties": {
|
|
476
|
+
"yesNo": {
|
|
477
|
+
"enum": [
|
|
478
|
+
"No"
|
|
479
|
+
]
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"properties": {
|
|
485
|
+
"yesNo": {
|
|
486
|
+
"enum": [
|
|
487
|
+
"Yes"
|
|
488
|
+
]
|
|
489
|
+
},
|
|
490
|
+
"details": {
|
|
491
|
+
"con29DWRef": "2.4.1.2",
|
|
492
|
+
"title": "Details"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
"required": [
|
|
496
|
+
"details"
|
|
497
|
+
]
|
|
498
|
+
}
|
|
499
|
+
],
|
|
500
|
+
"required": [
|
|
501
|
+
"yesNo"
|
|
502
|
+
],
|
|
503
|
+
"properties": {
|
|
504
|
+
"yesNo": {
|
|
505
|
+
"con29DWRef": "2.4.1.1",
|
|
506
|
+
"enum": [
|
|
507
|
+
"Yes",
|
|
508
|
+
"No"
|
|
509
|
+
]
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
"publicSewerWithin100ft": {
|
|
514
|
+
"con29DWRef": "2.5",
|
|
515
|
+
"title": "Does the public sewer map indicate any public sewer within 30.48 meters (100 feet) of any buildings within the property?",
|
|
516
|
+
"discriminator": {
|
|
517
|
+
"propertyName": "yesNo"
|
|
518
|
+
},
|
|
519
|
+
"oneOf": [
|
|
520
|
+
{
|
|
521
|
+
"properties": {
|
|
522
|
+
"yesNo": {
|
|
523
|
+
"enum": [
|
|
524
|
+
"No"
|
|
525
|
+
]
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"properties": {
|
|
531
|
+
"yesNo": {
|
|
532
|
+
"enum": [
|
|
533
|
+
"Yes"
|
|
534
|
+
]
|
|
535
|
+
},
|
|
536
|
+
"details": {
|
|
537
|
+
"con29DWRef": "2.5.0.2",
|
|
538
|
+
"title": "Details"
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
"required": [
|
|
542
|
+
"details"
|
|
543
|
+
]
|
|
544
|
+
}
|
|
545
|
+
],
|
|
546
|
+
"required": [
|
|
547
|
+
"yesNo"
|
|
548
|
+
],
|
|
549
|
+
"properties": {
|
|
550
|
+
"yesNo": {
|
|
551
|
+
"con29DWRef": "2.5.0.1",
|
|
552
|
+
"enum": [
|
|
553
|
+
"Yes",
|
|
554
|
+
"No"
|
|
555
|
+
]
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
|
+
"publicPumpingStationWithin50mOfBuildings": {
|
|
560
|
+
"con29DWRef": "2.5.1",
|
|
561
|
+
"title": "Does the public sewer map indicate any public pumping station or any other ancillary apparatus within 50 metres of any buildings within the property?",
|
|
562
|
+
"discriminator": {
|
|
563
|
+
"propertyName": "yesNo"
|
|
564
|
+
},
|
|
565
|
+
"oneOf": [
|
|
566
|
+
{
|
|
567
|
+
"properties": {
|
|
568
|
+
"yesNo": {
|
|
569
|
+
"enum": [
|
|
570
|
+
"No"
|
|
571
|
+
]
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"properties": {
|
|
577
|
+
"yesNo": {
|
|
578
|
+
"enum": [
|
|
579
|
+
"Yes"
|
|
580
|
+
]
|
|
581
|
+
},
|
|
582
|
+
"details": {
|
|
583
|
+
"con29DWRef": "2.5.1.2",
|
|
584
|
+
"title": "Details"
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
"required": [
|
|
588
|
+
"details"
|
|
589
|
+
]
|
|
590
|
+
}
|
|
591
|
+
],
|
|
592
|
+
"required": [
|
|
593
|
+
"yesNo"
|
|
594
|
+
],
|
|
595
|
+
"properties": {
|
|
596
|
+
"yesNo": {
|
|
597
|
+
"con29DWRef": "2.5.1.1",
|
|
598
|
+
"enum": [
|
|
599
|
+
"Yes",
|
|
600
|
+
"No"
|
|
601
|
+
]
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
"sewersSubjectOfAdoptionAgreement": {
|
|
606
|
+
"con29DWRef": "2.6",
|
|
607
|
+
"title": "Are any sewers or lateral drains serving, or which are proposed to serve the property, the subject of an existing adoption agreement or an application for such an agreement?",
|
|
608
|
+
"discriminator": {
|
|
609
|
+
"propertyName": "yesNo"
|
|
610
|
+
},
|
|
611
|
+
"oneOf": [
|
|
612
|
+
{
|
|
613
|
+
"properties": {
|
|
614
|
+
"yesNo": {
|
|
615
|
+
"enum": [
|
|
616
|
+
"No"
|
|
617
|
+
]
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"properties": {
|
|
623
|
+
"yesNo": {
|
|
624
|
+
"enum": [
|
|
625
|
+
"Yes"
|
|
626
|
+
]
|
|
627
|
+
},
|
|
628
|
+
"details": {
|
|
629
|
+
"con29DWRef": "2.6.2",
|
|
630
|
+
"title": "Details"
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
"required": [
|
|
634
|
+
"details"
|
|
635
|
+
]
|
|
636
|
+
}
|
|
637
|
+
],
|
|
638
|
+
"required": [
|
|
639
|
+
"yesNo"
|
|
640
|
+
],
|
|
641
|
+
"properties": {
|
|
642
|
+
"yesNo": {
|
|
643
|
+
"con29DWRef": "2.6.1",
|
|
644
|
+
"enum": [
|
|
645
|
+
"Yes",
|
|
646
|
+
"No"
|
|
647
|
+
]
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
"sewerageUndertakerApproval": {
|
|
652
|
+
"con29DWRef": "2.7",
|
|
653
|
+
"title": "Has the sewerage undertaker approved or been consulted about any plans to erect a building or extension on the property over, or in the vicinity of, a public sewer, disposal main or drain?",
|
|
654
|
+
"discriminator": {
|
|
655
|
+
"propertyName": "yesNo"
|
|
656
|
+
},
|
|
657
|
+
"oneOf": [
|
|
658
|
+
{
|
|
659
|
+
"properties": {
|
|
660
|
+
"yesNo": {
|
|
661
|
+
"enum": [
|
|
662
|
+
"No"
|
|
663
|
+
]
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"properties": {
|
|
669
|
+
"yesNo": {
|
|
670
|
+
"enum": [
|
|
671
|
+
"Yes"
|
|
672
|
+
]
|
|
673
|
+
},
|
|
674
|
+
"details": {
|
|
675
|
+
"con29DWRef": "2.7.2",
|
|
676
|
+
"title": "Details"
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
"required": [
|
|
680
|
+
"details"
|
|
681
|
+
]
|
|
682
|
+
}
|
|
683
|
+
],
|
|
684
|
+
"required": [
|
|
685
|
+
"yesNo"
|
|
686
|
+
],
|
|
687
|
+
"properties": {
|
|
688
|
+
"yesNo": {
|
|
689
|
+
"con29DWRef": "2.7.1",
|
|
690
|
+
"enum": [
|
|
691
|
+
"Yes",
|
|
692
|
+
"No"
|
|
693
|
+
]
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
"riskOfInternalFlooding": {
|
|
698
|
+
"con29DWRef": "2.8",
|
|
699
|
+
"title": "Is any building which is or forms part of the property, at risk of internal flooding due to overloaded public sewers?",
|
|
700
|
+
"discriminator": {
|
|
701
|
+
"propertyName": "yesNo"
|
|
702
|
+
},
|
|
703
|
+
"oneOf": [
|
|
704
|
+
{
|
|
705
|
+
"properties": {
|
|
706
|
+
"yesNo": {
|
|
707
|
+
"enum": [
|
|
708
|
+
"No"
|
|
709
|
+
]
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"properties": {
|
|
715
|
+
"yesNo": {
|
|
716
|
+
"enum": [
|
|
717
|
+
"Yes"
|
|
718
|
+
]
|
|
719
|
+
},
|
|
720
|
+
"details": {
|
|
721
|
+
"con29DWRef": "2.8.2",
|
|
722
|
+
"title": "Details"
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
"required": [
|
|
726
|
+
"details"
|
|
727
|
+
]
|
|
728
|
+
}
|
|
729
|
+
],
|
|
730
|
+
"required": [
|
|
731
|
+
"yesNo"
|
|
732
|
+
],
|
|
733
|
+
"properties": {
|
|
734
|
+
"yesNo": {
|
|
735
|
+
"con29DWRef": "2.8.1",
|
|
736
|
+
"enum": [
|
|
737
|
+
"Yes",
|
|
738
|
+
"No"
|
|
739
|
+
]
|
|
740
|
+
}
|
|
741
|
+
}
|
|
742
|
+
},
|
|
743
|
+
"distanceToNearestSewerageTreatment": {
|
|
744
|
+
"con29DWRef": "2.9",
|
|
745
|
+
"title": "Please state the distance from the property to the nearest boundary of the nearest sewage treatment works."
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
"charging": {
|
|
750
|
+
"con29DWRef": "4",
|
|
751
|
+
"title": "Charging",
|
|
752
|
+
"required": [
|
|
753
|
+
"sewerageProvider",
|
|
754
|
+
"waterProvider",
|
|
755
|
+
"sewerageBills",
|
|
756
|
+
"waterBills",
|
|
757
|
+
"currentChargingBasis",
|
|
758
|
+
"consequentialChargingBasis"
|
|
759
|
+
],
|
|
760
|
+
"properties": {
|
|
761
|
+
"sewerageProvider": {
|
|
762
|
+
"con29DWRef": "4.1.1",
|
|
763
|
+
"title": "Who are the sewerage undertakers for the property?"
|
|
764
|
+
},
|
|
765
|
+
"waterProvider": {
|
|
766
|
+
"con29DWRef": "4.1.2",
|
|
767
|
+
"title": "Who are the water undertakers for the property?"
|
|
768
|
+
},
|
|
769
|
+
"sewerageBills": {
|
|
770
|
+
"con29DWRef": "4.2",
|
|
771
|
+
"title": "Who bills the property for sewerage services?"
|
|
772
|
+
},
|
|
773
|
+
"waterBills": {
|
|
774
|
+
"con29DWRef": "4.3",
|
|
775
|
+
"title": "Who bills the property for water services?"
|
|
776
|
+
},
|
|
777
|
+
"currentChargingBasis": {
|
|
778
|
+
"con29DWRef": "4.4",
|
|
779
|
+
"title": "What is the current basis for charging for sewerage and/or water services at the property?"
|
|
780
|
+
},
|
|
781
|
+
"consequentialChargingBasis": {
|
|
782
|
+
"con29DWRef": "4.5",
|
|
783
|
+
"title": "Will the basis for charging for sewerage and water services at the property change as a consequence of a change of occupation?"
|
|
775
784
|
}
|
|
776
785
|
}
|
|
777
786
|
}
|
|
778
787
|
}
|
|
779
|
-
|
|
788
|
+
}
|
|
780
789
|
}
|
|
781
790
|
}
|
|
782
791
|
}
|