@pdtf/schemas 2.1.2-1 → 2.2.0

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.
@@ -3624,7 +3624,7 @@
3624
3624
  },
3625
3625
  "details": {
3626
3626
  "ta6Ref": "7.2f2",
3627
- "title": "Please stata"
3627
+ "title": "Please state"
3628
3628
  }
3629
3629
  },
3630
3630
  "required": [
@@ -213,31 +213,31 @@
213
213
  }
214
214
  },
215
215
  "googleStreetViewPOV": {
216
- "title": "Street View to render street nearby property in Google Street View ",
216
+ "title": "Street View to render street nearby property in Google Street View",
217
217
  "type": "object",
218
218
  "properties": {
219
219
  "heading": {
220
- "title": "The heading for the google streetview camera",
220
+ "title": "The heading for the Google Street View camera",
221
221
  "type": "number",
222
- "minimum": 0,
222
+ "minimum": -360,
223
223
  "maximum": 360
224
224
  },
225
225
  "pitch": {
226
- "title": "The pitch for the google streetview camera",
226
+ "title": "The pitch for the Google Street View camera",
227
227
  "type": "number"
228
228
  },
229
229
  "zoom": {
230
- "title": "The zoom level for the google streetview camera",
230
+ "title": "The zoom level for the Google Street View camera",
231
231
  "type": "number"
232
232
  },
233
233
  "lat": {
234
- "title": "The latitude for the google streetview camera",
234
+ "title": "The latitude for the Google Street View camera",
235
235
  "type": "number",
236
236
  "minimum": -90,
237
237
  "maximum": 90
238
238
  },
239
239
  "lng": {
240
- "title": "The longitude for the google streetview camera",
240
+ "title": "The longitude for the Google Street View camera",
241
241
  "type": "number",
242
242
  "minimum": -180,
243
243
  "maximum": 180
@@ -288,6 +288,17 @@
288
288
  "Offers in region of",
289
289
  "Sale by tender"
290
290
  ]
291
+ },
292
+ "disposal": {
293
+ "title": "Disposal",
294
+ "type": "string",
295
+ "enum": [
296
+ "Auction",
297
+ "Formal tender",
298
+ "Informal tender",
299
+ "Modern Method of Auction",
300
+ "Private treaty"
301
+ ]
291
302
  }
292
303
  }
293
304
  },
@@ -295,6 +306,17 @@
295
306
  "title": "Summary description",
296
307
  "type": "string"
297
308
  },
309
+ "marketingTenure": {
310
+ "title": "Type of tenure being marketed",
311
+ "type": "string",
312
+ "enum": [
313
+ "Commonhold",
314
+ "Freehold",
315
+ "Leasehold",
316
+ "Share of Freehold",
317
+ "Shared Ownership"
318
+ ]
319
+ },
298
320
  "media": {
299
321
  "title": "Media",
300
322
  "type": "array",
@@ -458,7 +480,8 @@
458
480
  "Outstanding",
459
481
  "Good",
460
482
  "Requires Improvement",
461
- "Inadequate"
483
+ "Inadequate",
484
+ "Other"
462
485
  ]
463
486
  },
464
487
  "pupils": {
@@ -548,7 +571,34 @@
548
571
  }
549
572
  }
550
573
  }
551
- }
574
+ },
575
+ "oneOf": [
576
+ {
577
+ "properties": {
578
+ "ofstedRating": {
579
+ "enum": [
580
+ "Outstanding",
581
+ "Good",
582
+ "Requires Improvement",
583
+ "Inadequate"
584
+ ]
585
+ }
586
+ }
587
+ },
588
+ {
589
+ "properties": {
590
+ "ofstedRating": {
591
+ "enum": [
592
+ "Other"
593
+ ]
594
+ },
595
+ "otherRating": {
596
+ "title": "Please describe the other rating",
597
+ "type": "string"
598
+ }
599
+ }
600
+ }
601
+ ]
552
602
  }
553
603
  },
554
604
  "transport": {
@@ -4144,7 +4194,7 @@
4144
4194
  ]
4145
4195
  },
4146
4196
  "lesseeInCharge": {
4147
- "title": "Please provide contact details of the Lessee in charge",
4197
+ "title": "If the Lessees, please provide contact details of the Lessee in charge",
4148
4198
  "type": "object",
4149
4199
  "properties": {
4150
4200
  "nameOrOrganisation": {
@@ -5075,7 +5125,7 @@
5075
5125
  ]
5076
5126
  },
5077
5127
  "details": {
5078
- "title": "Provide details",
5128
+ "title": "Confirm the amount collected from Lessees of the Property, currently held in the Reserve Fund:",
5079
5129
  "type": "string",
5080
5130
  "minLength": 1
5081
5131
  },
@@ -5674,7 +5724,7 @@
5674
5724
  ]
5675
5725
  },
5676
5726
  "riskAssessments": {
5677
- "title": "Whas risk assessments have been completed?",
5727
+ "title": "What risk assessments have been completed?",
5678
5728
  "type": "object",
5679
5729
  "properties": {
5680
5730
  "assessmentsCarriedOut": {
@@ -6004,7 +6054,7 @@
6004
6054
  },
6005
6055
  "unresolvedDisputes": {
6006
6056
  "type": "object",
6007
- "title": "Are there any documented unresolved disputes with the Yes Lessees of any of the properties in the Managed Area?",
6057
+ "title": "Are there any documented unresolved disputes with the Lessees of any of the properties in the Managed Area?",
6008
6058
  "properties": {
6009
6059
  "yesNo": {
6010
6060
  "type": "string",
@@ -17943,7 +17993,7 @@
17943
17993
  ]
17944
17994
  },
17945
17995
  "details": {
17946
- "title": "Please stata",
17996
+ "title": "Please state",
17947
17997
  "type": "string",
17948
17998
  "minLength": 1
17949
17999
  }
@@ -28251,31 +28301,9 @@
28251
28301
  "type": "string",
28252
28302
  "enum": [
28253
28303
  "Local Land Charges",
28254
- "Required Local Searches",
28255
- "Optional Local Searches Optional",
28256
- "Drainage and Water Searches",
28257
- "Flood",
28258
- "Contaminated Land",
28259
- "Coal",
28260
- "Bath Stone",
28261
- "Metalliferous (Tin)",
28262
- "Kaolin & Ball Clay",
28263
- "Limestone",
28264
- "Brine",
28265
- "HS2",
28266
- "Crossrail",
28267
- "Energy Exploration",
28268
- "Wind Farms",
28269
- "Planning",
28270
- "Utilities",
28271
- "Renewable Power Plants",
28272
- "Solar Farms",
28273
- "London Underground",
28274
- "Ground Stability",
28275
- "Non Coal Mining",
28276
- "Ground Movement",
28277
- "Mineral",
28278
- "Radon"
28304
+ "Local Authority Search",
28305
+ "Drainage and Water Search",
28306
+ "Environmental Risks"
28279
28307
  ]
28280
28308
  }
28281
28309
  }
@@ -28328,31 +28356,9 @@
28328
28356
  "type": "string",
28329
28357
  "enum": [
28330
28358
  "Local Land Charges",
28331
- "Required Local Searches",
28332
- "Optional Local Searches Optional",
28333
- "Drainage and Water Searches",
28334
- "Flood",
28335
- "Contaminated Land",
28336
- "Coal",
28337
- "Bath Stone",
28338
- "Metalliferous (Tin)",
28339
- "Kaolin & Ball Clay",
28340
- "Limestone",
28341
- "Brine",
28342
- "HS2",
28343
- "Crossrail",
28344
- "Energy Exploration",
28345
- "Wind Farms",
28346
- "Planning",
28347
- "Utilities",
28348
- "Renewable Power Plants",
28349
- "Solar Farms",
28350
- "London Underground",
28351
- "Ground Stability",
28352
- "Non Coal Mining",
28353
- "Ground Movement",
28354
- "Mineral",
28355
- "Radon"
28359
+ "Local Authority Search",
28360
+ "Drainage and Water Search",
28361
+ "Environmental Risks"
28356
28362
  ]
28357
28363
  }
28358
28364
  },
@@ -28429,7 +28435,7 @@
28429
28435
  "properties": {
28430
28436
  "contentType": {
28431
28437
  "enum": [
28432
- "Required Local Searches"
28438
+ "Local Authority Search"
28433
28439
  ]
28434
28440
  },
28435
28441
  "requiredLocalSearches": {
@@ -30594,7 +30600,7 @@
30594
30600
  ]
30595
30601
  },
30596
30602
  "housing": {
30597
- "title": "(housing;",
30603
+ "title": "housing;",
30598
30604
  "type": "object",
30599
30605
  "properties": {
30600
30606
  "yesNo": {
@@ -30875,7 +30881,7 @@
30875
30881
  ]
30876
30882
  },
30877
30883
  "listedBuildingEnforcementNotice": {
30878
- "title": "(a listed building enforcement notice;",
30884
+ "title": "a listed building enforcement notice;",
30879
30885
  "type": "object",
30880
30886
  "properties": {
30881
30887
  "yesNo": {
@@ -32545,7 +32551,7 @@
32545
32551
  "properties": {
32546
32552
  "contentType": {
32547
32553
  "enum": [
32548
- "Drainage and Water Searches"
32554
+ "Drainage and Water Search"
32549
32555
  ]
32550
32556
  },
32551
32557
  "drainageAndWater": {
@@ -33182,62 +33188,114 @@
33182
33188
  "properties": {
33183
33189
  "contentType": {
33184
33190
  "enum": [
33185
- "Flood",
33186
- "Contaminated Land",
33187
- "Coal",
33188
- "Bath Stone",
33189
- "Metalliferous (Tin)",
33190
- "Kaolin & Ball Clay",
33191
- "Limestone",
33192
- "Brine",
33193
- "HS2",
33194
- "Crossrail",
33195
- "Energy Exploration",
33196
- "Wind Farms",
33197
- "Renewable Power Plants",
33198
- "Solar Farms",
33199
- "London Underground",
33200
- "Ground Stability",
33201
- "Non Coal Mining",
33202
- "Ground Movement",
33203
- "Mineral",
33204
- "Radon",
33205
- "Other"
33206
- ]
33207
- },
33208
- "recommendedActionIndicator": {
33209
- "title": "Recommended action indicator",
33210
- "type": "string",
33211
- "enum": [
33212
- "Yes",
33213
- "No"
33214
- ]
33215
- },
33216
- "actionAlertRating": {
33217
- "title": "Action alert rating (1 is Green, 5 is Red)",
33218
- "type": "string",
33219
- "enum": [
33220
- "1",
33221
- "2",
33222
- "3",
33223
- "4",
33224
- "5"
33191
+ "Environmental Risks"
33225
33192
  ]
33226
33193
  },
33227
- "summary": {
33228
- "title": "Summary of report",
33229
- "type": "string",
33230
- "minLength": 1
33231
- },
33232
- "recommendations": {
33233
- "title": "Report recommendations",
33234
- "type": "string",
33235
- "minLength": 1
33236
- },
33237
- "complianceStatement": {
33238
- "title": "Statement of methodology and compliance with reporting standards",
33239
- "type": "string",
33240
- "minLength": 1
33194
+ "riskResults": {
33195
+ "type": "array",
33196
+ "items": {
33197
+ "riskResult": {
33198
+ "type": "object",
33199
+ "properties": {
33200
+ "riskCategory": {
33201
+ "type": "string",
33202
+ "title": "Risk category",
33203
+ "enum": [
33204
+ "Flood Risk",
33205
+ "Contaminated Land",
33206
+ "Ground Stability",
33207
+ "Radon",
33208
+ "Energy",
33209
+ "Transportation",
33210
+ "Planning",
33211
+ "Climate",
33212
+ "Mining"
33213
+ ]
33214
+ },
33215
+ "recommendedActionIndicator": {
33216
+ "type": "string",
33217
+ "title": "Recommended action indicator",
33218
+ "enum": [
33219
+ "Yes",
33220
+ "No"
33221
+ ]
33222
+ },
33223
+ "actionAlertRating": {
33224
+ "type": "string",
33225
+ "title": "Action alert rating (1 is Green, 5 is Red)",
33226
+ "enum": [
33227
+ "1",
33228
+ "2",
33229
+ "3",
33230
+ "4",
33231
+ "5"
33232
+ ]
33233
+ },
33234
+ "summary": {
33235
+ "type": "string",
33236
+ "title": "Summary of risk",
33237
+ "minLength": 1
33238
+ },
33239
+ "recommendations": {
33240
+ "type": "string",
33241
+ "title": "Recommendations",
33242
+ "minLength": 1
33243
+ },
33244
+ "datasetAttribution": {
33245
+ "type": "string",
33246
+ "title": "Licensing, distribution and copyright information",
33247
+ "minLength": 1
33248
+ },
33249
+ "riskSubcategories": {
33250
+ "type": "array",
33251
+ "title": "Risk sub-categories",
33252
+ "items": {
33253
+ "type": "object",
33254
+ "properties": {
33255
+ "subCategory": {
33256
+ "type": "string",
33257
+ "title": "Risk sub-category name"
33258
+ },
33259
+ "recommendedActionIndicator": {
33260
+ "type": "string",
33261
+ "title": "Is action recommended?",
33262
+ "enum": [
33263
+ "Yes",
33264
+ "No"
33265
+ ]
33266
+ },
33267
+ "actionAlertRating": {
33268
+ "type": "string",
33269
+ "title": "Action alert rating (1 is Green, 5 is Red)",
33270
+ "enum": [
33271
+ "1",
33272
+ "2",
33273
+ "3",
33274
+ "4",
33275
+ "5"
33276
+ ]
33277
+ },
33278
+ "summary": {
33279
+ "type": "string",
33280
+ "title": "Summary of risk",
33281
+ "minLength": 1
33282
+ },
33283
+ "recommendations": {
33284
+ "type": "string",
33285
+ "title": "Recommendations",
33286
+ "minLength": 1
33287
+ },
33288
+ "datasetAttribution": {
33289
+ "type": "string",
33290
+ "title": "Licensing, distribution and copyright information",
33291
+ "minLength": 1
33292
+ }
33293
+ }
33294
+ }
33295
+ }
33296
+ }
33297
+ }
33298
+ }
33241
33299
  }
33242
33300
  }
33243
33301
  }
@@ -59,9 +59,11 @@
59
59
  },
60
60
  "priceInformation": {
61
61
  "price": {},
62
- "priceQualifier": {}
62
+ "priceQualifier": {},
63
+ "disposal": {}
63
64
  },
64
65
  "summaryDescription": {},
66
+ "marketingTenure": {},
65
67
  "media": {
66
68
  "mediaType": {},
67
69
  "mediaUrl": {},
@@ -108,7 +110,8 @@
108
110
  "secondary": {},
109
111
  "college": {},
110
112
  "private": {}
111
- }
113
+ },
114
+ "otherRating": {}
112
115
  },
113
116
  "transport": {
114
117
  "name": {},
@@ -3721,11 +3724,7 @@
3721
3724
  "consequentialChargingBasis": {}
3722
3725
  }
3723
3726
  },
3724
- "recommendedActionIndicator": {},
3725
- "actionAlertRating": {},
3726
- "summary": {},
3727
- "recommendations": {},
3728
- "complianceStatement": {}
3727
+ "riskResults": {}
3729
3728
  }
3730
3729
  },
3731
3730
  "documents": {