@pdtf/schemas 0.6.5 → 0.6.8
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/package.json
CHANGED
|
@@ -25,9 +25,7 @@
|
|
|
25
25
|
"county": "Herts",
|
|
26
26
|
"postcode": "AL3 5AF"
|
|
27
27
|
},
|
|
28
|
-
|
|
29
|
-
"energyEfficiencyRating": "A"
|
|
30
|
-
},
|
|
28
|
+
|
|
31
29
|
"delayFactors": {
|
|
32
30
|
"hasDelayFactors": { "yesNo": "No" }
|
|
33
31
|
},
|
|
@@ -52,9 +50,18 @@
|
|
|
52
50
|
"yesNo": "No"
|
|
53
51
|
}
|
|
54
52
|
},
|
|
55
|
-
"
|
|
53
|
+
"typeOfConstruction": {
|
|
54
|
+
"isStandardForm": {
|
|
55
|
+
"yesNo": "Yes"
|
|
56
|
+
},
|
|
56
57
|
"hasFlammableExternalWallSystem": "No"
|
|
57
58
|
},
|
|
59
|
+
"energyEfficiency": {
|
|
60
|
+
"energyEfficiencyRating": "A",
|
|
61
|
+
"hasSprayFoamInstalled": {
|
|
62
|
+
"yesNo": "No"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
58
65
|
"councilTax": {
|
|
59
66
|
"councilTaxBand": "A",
|
|
60
67
|
"councilTaxAffectingAlterations": {
|
|
@@ -374,6 +381,63 @@
|
|
|
374
381
|
"consumerProtectionRegulationsResponse": true
|
|
375
382
|
}
|
|
376
383
|
},
|
|
384
|
+
"additionalLegalInfo": {
|
|
385
|
+
"namesOfLegalOwners": [
|
|
386
|
+
{
|
|
387
|
+
"firstName": "Peter",
|
|
388
|
+
"lastName": "Hetherington-Smythe"
|
|
389
|
+
}
|
|
390
|
+
],
|
|
391
|
+
"sellersConveyancer": {
|
|
392
|
+
"firstName": "John",
|
|
393
|
+
"lastName": "Lawson",
|
|
394
|
+
"address": { "line1": "66 Railway Ave", "postcode": "SL12 1AA" },
|
|
395
|
+
"email": "john@bodgit.co.uk",
|
|
396
|
+
"organisation": "Bodgit, Leggit and Run Partners",
|
|
397
|
+
"reference": "12345"
|
|
398
|
+
},
|
|
399
|
+
"sellersCapacity": { "capacity": "Legal Owner" },
|
|
400
|
+
"legalBoundaries": {
|
|
401
|
+
"left": "Seller",
|
|
402
|
+
"right": "Seller",
|
|
403
|
+
"rear": "Next-door neighbour",
|
|
404
|
+
"front": "Next-door neighbour",
|
|
405
|
+
"areBoundariesUniform": { "yesNo": "Yes" },
|
|
406
|
+
"haveBoundaryFeaturesMoved": { "yesNo": "No" },
|
|
407
|
+
"adjacentLandIncluded": { "yesNo": "No" },
|
|
408
|
+
"titlePlanAccurate": { "yesNo": "Yes" },
|
|
409
|
+
"flyingFreehold": { "yesNo": "No" }
|
|
410
|
+
},
|
|
411
|
+
"servicesCrossing": {
|
|
412
|
+
"pipesWiresCablesDrainsToProperty": { "yesNo": "No" },
|
|
413
|
+
"pipesWiresCablesDrainsFromProperty": { "yesNo": "No" },
|
|
414
|
+
"formalOrInformalAgreements": { "yesNo": "No" }
|
|
415
|
+
},
|
|
416
|
+
"energyAndMeters": {
|
|
417
|
+
"testedByQualifiedElectrician": { "yesNo": "Yes", "details": "2015" },
|
|
418
|
+
"electricalWorkSince2005": { "yesNo": "No" },
|
|
419
|
+
"solarPanels": { "hasSolarPanels": "No" }
|
|
420
|
+
},
|
|
421
|
+
"smartHomeSystems": { "hasSmartHomeSystems": "No" },
|
|
422
|
+
"guaranteesWarrantiesAndIndemnityInsurances": {
|
|
423
|
+
"hasValidGuaranteesOrWarranties": "No"
|
|
424
|
+
},
|
|
425
|
+
"occupiers": {
|
|
426
|
+
"sellerLivesAtProperty": { "yesNo": "Yes" },
|
|
427
|
+
"otherOver17sAtProperty": [],
|
|
428
|
+
"over17sWillSignToConfirmWillVacate": { "yesNo": "Yes" }
|
|
429
|
+
},
|
|
430
|
+
"completionAndMoving": {
|
|
431
|
+
"willRemoveAllRubbish": true,
|
|
432
|
+
"otherPropertyInChain": { "yesNo": "No" },
|
|
433
|
+
"moveRestrictionDates": { "yesNo": "No" },
|
|
434
|
+
"digitalPropertyLogbook": { "yesNo": "No" }
|
|
435
|
+
},
|
|
436
|
+
"confirmationOfAccuracyByOwners": {
|
|
437
|
+
"confirmWillProvideAdditionalDocumentation": true,
|
|
438
|
+
"confirmInformationIsAccurate": true
|
|
439
|
+
}
|
|
440
|
+
},
|
|
377
441
|
"energyPerformanceCertificate": {
|
|
378
442
|
"certificate": { "currentEnergyRating": "B" }
|
|
379
443
|
},
|
|
@@ -648,7 +712,7 @@
|
|
|
648
712
|
"RegisterEntry": [
|
|
649
713
|
{
|
|
650
714
|
"EntryDate": "2020-11-24",
|
|
651
|
-
"EntryText": "PROPRIETOR: PETER RONALD HETHERINGTON-SMYTH and CLARISSA JANE HETHERINGTON-SMYTH of 47 Park
|
|
715
|
+
"EntryText": "PROPRIETOR: PETER RONALD HETHERINGTON-SMYTH and CLARISSA JANE HETHERINGTON-SMYTH of 47 Park Road, Harpenden AL3 5AF.",
|
|
652
716
|
"EntryType": "Proprietor",
|
|
653
717
|
"EntryNumber": "1"
|
|
654
718
|
},
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"ownership",
|
|
13
13
|
"parking",
|
|
14
14
|
"listingAndConservation",
|
|
15
|
-
"
|
|
15
|
+
"typeOfConstruction",
|
|
16
16
|
"energyEfficiency",
|
|
17
17
|
"councilTax",
|
|
18
18
|
"disputesAndComplaints",
|
|
@@ -45,7 +45,10 @@
|
|
|
45
45
|
},
|
|
46
46
|
"delayFactors": {
|
|
47
47
|
"baspiRef": "A1.2",
|
|
48
|
-
"
|
|
48
|
+
"RDSMapping": {
|
|
49
|
+
"hasDelayFactors/yesNo": " Metadata/PotentialDelays",
|
|
50
|
+
"hasDelayFactors/details": "Metadata/PotentialDelayDuration"
|
|
51
|
+
},
|
|
49
52
|
"title": "Delay Factors",
|
|
50
53
|
"type": "object",
|
|
51
54
|
"required": ["hasDelayFactors"],
|
|
@@ -398,12 +401,18 @@
|
|
|
398
401
|
}
|
|
399
402
|
}
|
|
400
403
|
},
|
|
401
|
-
"
|
|
402
|
-
"baspiRef": "
|
|
403
|
-
"
|
|
404
|
+
"typeOfConstruction": {
|
|
405
|
+
"baspiRef": "1.8",
|
|
406
|
+
"title": "Type of Construction",
|
|
404
407
|
"type": "object",
|
|
405
|
-
"required": ["hasFlammableExternalWallSystem"],
|
|
408
|
+
"required": ["isStandardForm", "hasFlammableExternalWallSystem"],
|
|
406
409
|
"properties": {
|
|
410
|
+
"isStandardForm": {
|
|
411
|
+
"baspiRef": "A1.8.1",
|
|
412
|
+
"RDSRef": "Buildings,BuildingSections/ConstructionType,ConstructionMaterials",
|
|
413
|
+
"title": "Is the property built in a standard form of construction? E.g. brick and/or block with timber-supported roof comprising a tile or slate cover?",
|
|
414
|
+
"$ref": "#/$defs/yesNoDetailIfNo"
|
|
415
|
+
},
|
|
407
416
|
"hasFlammableExternalWallSystem": {
|
|
408
417
|
"baspiRef": "A2.1",
|
|
409
418
|
"RDSRef": "Tenure/DisputesComplaints,Tenure/LegalClaims",
|
|
@@ -419,18 +428,25 @@
|
|
|
419
428
|
}
|
|
420
429
|
},
|
|
421
430
|
"energyEfficiency": {
|
|
422
|
-
"baspiRef": "1.8.3",
|
|
423
431
|
"RDSRef": "Certificates/{category='energyEfficiency',standard='EPC',gradeLevelRating=?},Certificates/{category='energyEfficiency',standard='EPC',status='exempt'},",
|
|
424
432
|
"lawSocietyRef": "TA6/7.6",
|
|
425
433
|
"title": "Energy Efficiency",
|
|
426
434
|
"type": "object",
|
|
427
|
-
"required": ["energyEfficiencyRating"],
|
|
435
|
+
"required": ["energyEfficiencyRating", "hasSprayFoamInstalled"],
|
|
428
436
|
"properties": {
|
|
429
437
|
"energyEfficiencyRating": {
|
|
438
|
+
"baspiRef": "1.8.3",
|
|
430
439
|
"title": "Energy Efficiency Rating",
|
|
431
440
|
"description": "What is the energy efficiency rating of the property according to the latest Energy Performance Certificate (EPC)?",
|
|
432
441
|
"type": "string",
|
|
433
442
|
"enum": ["A", "B", "C", "D", "E", "F", "G", "Exempt Property"]
|
|
443
|
+
},
|
|
444
|
+
"hasSprayFoamInstalled": {
|
|
445
|
+
"baspiRef": "A1.8.4",
|
|
446
|
+
"RDSRef": "",
|
|
447
|
+
"title": "Has spray foam insulation been installed at the property?",
|
|
448
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
449
|
+
"description": "If yes, please give details together with certification from BBA or KIWA and the installation warranty for the work carried out."
|
|
434
450
|
}
|
|
435
451
|
}
|
|
436
452
|
},
|