@pdtf/schemas 3.0.0-5 → 3.0.0-7
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 +14 -13
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +1 -0
- package/src/schemas/v2/overlays/baspi.json +510 -2331
- package/src/schemas/v2/overlays/con29DW.json +36 -125
- package/src/schemas/v2/overlays/con29R.json +5 -143
- package/src/schemas/v2/overlays/fme1.json +48 -233
- package/src/schemas/v2/overlays/lpe1.json +75 -367
- package/src/schemas/v2/overlays/nts.json +17 -103
- package/src/schemas/v2/overlays/piq.json +146 -693
- package/src/schemas/v2/overlays/rds.json +50 -316
- package/src/schemas/v2/overlays/ta10.json +540 -1755
- package/src/schemas/v2/overlays/ta6.json +241 -1193
- package/src/schemas/v2/overlays/ta7.json +106 -440
- package/src/schemas/v3/combined.json +80 -64
- package/src/schemas/v3/overlays/baspi.json +508 -2289
- package/src/schemas/v3/overlays/con29DW.json +36 -125
- package/src/schemas/v3/overlays/con29R.json +5 -143
- package/src/schemas/v3/overlays/fme1.json +53 -233
- package/src/schemas/v3/overlays/lpe1.json +85 -367
- package/src/schemas/v3/overlays/nts.json +131 -367
- package/src/schemas/v3/overlays/piq.json +146 -686
- package/src/schemas/v3/overlays/rds.json +49 -317
- package/src/schemas/v3/overlays/ta10.json +540 -1755
- package/src/schemas/v3/overlays/ta6.json +264 -1146
- package/src/schemas/v3/overlays/ta7.json +220 -462
- package/src/schemas/v3/pdtf-transaction.json +74 -98
- package/src/tests/v3/transactionSchema.test.js +27 -16
- package/src/tests/v3/verifiedClaimsValidator.test.js +2 -2
- package/src/utils/extractOverlay.js +11 -27
- package/src/tests/v2/transactionSchema.test.js +0 -361
- package/src/tests/v2/verifiedClaimsValidator.test.js +0 -128
|
@@ -461,6 +461,8 @@
|
|
|
461
461
|
"ntsRequired": ["propertyType"],
|
|
462
462
|
"properties": {
|
|
463
463
|
"propertyType": {
|
|
464
|
+
"ntsRef": "B1.1.1.1",
|
|
465
|
+
"title": "Property type",
|
|
464
466
|
"type": "string",
|
|
465
467
|
"enum": [
|
|
466
468
|
"House",
|
|
@@ -1201,9 +1203,11 @@
|
|
|
1201
1203
|
"items": {
|
|
1202
1204
|
"baspiRef": "A1.3.0",
|
|
1203
1205
|
"ntsRef": "A3.1",
|
|
1206
|
+
"ta7Ref": "1",
|
|
1204
1207
|
"title": "Ownership to be transferred",
|
|
1205
1208
|
"type": "object",
|
|
1206
1209
|
"baspiRequired": ["ownershipType"],
|
|
1210
|
+
"ta7Required": ["ownershipType"],
|
|
1207
1211
|
"ntsRequired": ["ownershipType"],
|
|
1208
1212
|
"properties": {
|
|
1209
1213
|
"titleNumber": {
|
|
@@ -1213,6 +1217,7 @@
|
|
|
1213
1217
|
"minLength": 1
|
|
1214
1218
|
},
|
|
1215
1219
|
"ownershipType": {
|
|
1220
|
+
"ntsRef": "A3.1",
|
|
1216
1221
|
"baspiRef": "A1.3.0.2",
|
|
1217
1222
|
"rdsRef": "Tenure/Tenure",
|
|
1218
1223
|
"ta7Ref": "1.1",
|
|
@@ -1288,6 +1293,7 @@
|
|
|
1288
1293
|
},
|
|
1289
1294
|
"managedFreeholdOrCommonholdInformation": {
|
|
1290
1295
|
"title": "Managed freehold or commonhold information",
|
|
1296
|
+
"ntsRef": "A3.2",
|
|
1291
1297
|
"baspiRef": "A1.5",
|
|
1292
1298
|
"type": "object",
|
|
1293
1299
|
"fme1Required": [
|
|
@@ -1303,6 +1309,7 @@
|
|
|
1303
1309
|
"contactDetails",
|
|
1304
1310
|
"serviceCharge"
|
|
1305
1311
|
],
|
|
1312
|
+
"ntsRequired": ["serviceCharge"],
|
|
1306
1313
|
"properties": {
|
|
1307
1314
|
"contactDetails": {
|
|
1308
1315
|
"fme1Ref": "1",
|
|
@@ -1776,10 +1783,9 @@
|
|
|
1776
1783
|
"type": "object",
|
|
1777
1784
|
"properties": {
|
|
1778
1785
|
"isApplicableParty": {
|
|
1779
|
-
"
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
}
|
|
1786
|
+
"fme1Ref": "1.5.1",
|
|
1787
|
+
"type": "string",
|
|
1788
|
+
"enum": ["true", "false"]
|
|
1783
1789
|
}
|
|
1784
1790
|
},
|
|
1785
1791
|
"fme1Required": ["isApplicableParty"],
|
|
@@ -1820,10 +1826,8 @@
|
|
|
1820
1826
|
"type": "object",
|
|
1821
1827
|
"properties": {
|
|
1822
1828
|
"isApplicableParty": {
|
|
1823
|
-
"
|
|
1824
|
-
|
|
1825
|
-
"enum": ["true", "false"]
|
|
1826
|
-
}
|
|
1829
|
+
"type": "string",
|
|
1830
|
+
"enum": ["true", "false"]
|
|
1827
1831
|
}
|
|
1828
1832
|
},
|
|
1829
1833
|
"fme1Required": ["isApplicableParty"],
|
|
@@ -1864,10 +1868,8 @@
|
|
|
1864
1868
|
"type": "object",
|
|
1865
1869
|
"properties": {
|
|
1866
1870
|
"isApplicableParty": {
|
|
1867
|
-
"
|
|
1868
|
-
|
|
1869
|
-
"enum": ["true", "false"]
|
|
1870
|
-
}
|
|
1871
|
+
"type": "string",
|
|
1872
|
+
"enum": ["true", "false"]
|
|
1871
1873
|
}
|
|
1872
1874
|
},
|
|
1873
1875
|
"fme1Required": ["isApplicableParty"],
|
|
@@ -1908,10 +1910,8 @@
|
|
|
1908
1910
|
"type": "object",
|
|
1909
1911
|
"properties": {
|
|
1910
1912
|
"isApplicableParty": {
|
|
1911
|
-
"
|
|
1912
|
-
|
|
1913
|
-
"enum": ["true", "false"]
|
|
1914
|
-
}
|
|
1913
|
+
"type": "string",
|
|
1914
|
+
"enum": ["true", "false"]
|
|
1915
1915
|
}
|
|
1916
1916
|
},
|
|
1917
1917
|
"fme1Required": ["isApplicableParty"],
|
|
@@ -1951,10 +1951,8 @@
|
|
|
1951
1951
|
"type": "object",
|
|
1952
1952
|
"properties": {
|
|
1953
1953
|
"isApplicableParty": {
|
|
1954
|
-
"
|
|
1955
|
-
|
|
1956
|
-
"enum": ["true", "false"]
|
|
1957
|
-
}
|
|
1954
|
+
"type": "string",
|
|
1955
|
+
"enum": ["true", "false"]
|
|
1958
1956
|
}
|
|
1959
1957
|
},
|
|
1960
1958
|
"fme1Required": ["isApplicableParty"],
|
|
@@ -2281,6 +2279,7 @@
|
|
|
2281
2279
|
},
|
|
2282
2280
|
"serviceCharge": {
|
|
2283
2281
|
"baspiRef": "A1.5.1",
|
|
2282
|
+
"ntsRef": "A3.1.1",
|
|
2284
2283
|
"fme1Ref": "3",
|
|
2285
2284
|
"piqRef": "A1.4.2",
|
|
2286
2285
|
"title": "Service Charge",
|
|
@@ -2306,8 +2305,10 @@
|
|
|
2306
2305
|
"largeAdditionalExpense",
|
|
2307
2306
|
"reserveFund"
|
|
2308
2307
|
],
|
|
2308
|
+
"ntsRequired": ["annualServiceCharge"],
|
|
2309
2309
|
"properties": {
|
|
2310
2310
|
"annualServiceCharge": {
|
|
2311
|
+
"ntsRef": "A3.1.2",
|
|
2311
2312
|
"baspiRef": "A1.5.1.1.2",
|
|
2312
2313
|
"fme1Ref": "3.1",
|
|
2313
2314
|
"title": "What is the annual Service Charge payable by this Property?",
|
|
@@ -4364,6 +4365,7 @@
|
|
|
4364
4365
|
"type": "object",
|
|
4365
4366
|
"properties": {
|
|
4366
4367
|
"isApplicableParty": {
|
|
4368
|
+
"lpe1Ref": "1.6.1",
|
|
4367
4369
|
"type": "string",
|
|
4368
4370
|
"enum": ["true", "false"]
|
|
4369
4371
|
}
|
|
@@ -4408,10 +4410,8 @@
|
|
|
4408
4410
|
"type": "object",
|
|
4409
4411
|
"properties": {
|
|
4410
4412
|
"isApplicableParty": {
|
|
4411
|
-
"
|
|
4412
|
-
|
|
4413
|
-
"enum": ["true", "false"]
|
|
4414
|
-
}
|
|
4413
|
+
"type": "string",
|
|
4414
|
+
"enum": ["true", "false"]
|
|
4415
4415
|
}
|
|
4416
4416
|
},
|
|
4417
4417
|
"lpe1Required": [
|
|
@@ -4454,10 +4454,8 @@
|
|
|
4454
4454
|
"type": "object",
|
|
4455
4455
|
"properties": {
|
|
4456
4456
|
"isApplicableParty": {
|
|
4457
|
-
"
|
|
4458
|
-
|
|
4459
|
-
"enum": ["true", "false"]
|
|
4460
|
-
}
|
|
4457
|
+
"type": "string",
|
|
4458
|
+
"enum": ["true", "false"]
|
|
4461
4459
|
}
|
|
4462
4460
|
},
|
|
4463
4461
|
"lpe1Required": [
|
|
@@ -4499,10 +4497,8 @@
|
|
|
4499
4497
|
"type": "object",
|
|
4500
4498
|
"properties": {
|
|
4501
4499
|
"isApplicableParty": {
|
|
4502
|
-
"
|
|
4503
|
-
|
|
4504
|
-
"enum": ["true", "false"]
|
|
4505
|
-
}
|
|
4500
|
+
"type": "string",
|
|
4501
|
+
"enum": ["true", "false"]
|
|
4506
4502
|
}
|
|
4507
4503
|
},
|
|
4508
4504
|
"lpe1Required": [
|
|
@@ -4619,10 +4615,9 @@
|
|
|
4619
4615
|
"type": "object",
|
|
4620
4616
|
"properties": {
|
|
4621
4617
|
"isApplicableParty": {
|
|
4622
|
-
"
|
|
4623
|
-
|
|
4624
|
-
|
|
4625
|
-
}
|
|
4618
|
+
"lpe1Ref": "1.5",
|
|
4619
|
+
"type": "string",
|
|
4620
|
+
"enum": ["true", "false"]
|
|
4626
4621
|
}
|
|
4627
4622
|
},
|
|
4628
4623
|
"lpe1Required": [
|
|
@@ -4665,10 +4660,8 @@
|
|
|
4665
4660
|
"type": "object",
|
|
4666
4661
|
"properties": {
|
|
4667
4662
|
"isApplicableParty": {
|
|
4668
|
-
"
|
|
4669
|
-
|
|
4670
|
-
"enum": ["true", "false"]
|
|
4671
|
-
}
|
|
4663
|
+
"type": "string",
|
|
4664
|
+
"enum": ["true", "false"]
|
|
4672
4665
|
}
|
|
4673
4666
|
},
|
|
4674
4667
|
"lpe1Required": [
|
|
@@ -4711,10 +4704,8 @@
|
|
|
4711
4704
|
"type": "object",
|
|
4712
4705
|
"properties": {
|
|
4713
4706
|
"isApplicableParty": {
|
|
4714
|
-
"
|
|
4715
|
-
|
|
4716
|
-
"enum": ["true", "false"]
|
|
4717
|
-
}
|
|
4707
|
+
"type": "string",
|
|
4708
|
+
"enum": ["true", "false"]
|
|
4718
4709
|
}
|
|
4719
4710
|
},
|
|
4720
4711
|
"lpe1Required": [
|
|
@@ -4757,10 +4748,8 @@
|
|
|
4757
4748
|
"type": "object",
|
|
4758
4749
|
"properties": {
|
|
4759
4750
|
"isApplicableParty": {
|
|
4760
|
-
"
|
|
4761
|
-
|
|
4762
|
-
"enum": ["true", "false"]
|
|
4763
|
-
}
|
|
4751
|
+
"type": "string",
|
|
4752
|
+
"enum": ["true", "false"]
|
|
4764
4753
|
}
|
|
4765
4754
|
},
|
|
4766
4755
|
"lpe1Required": [
|
|
@@ -4802,10 +4791,8 @@
|
|
|
4802
4791
|
"type": "object",
|
|
4803
4792
|
"properties": {
|
|
4804
4793
|
"isApplicableParty": {
|
|
4805
|
-
"
|
|
4806
|
-
|
|
4807
|
-
"enum": ["true", "false"]
|
|
4808
|
-
}
|
|
4794
|
+
"type": "string",
|
|
4795
|
+
"enum": ["true", "false"]
|
|
4809
4796
|
}
|
|
4810
4797
|
},
|
|
4811
4798
|
"lpe1Required": [
|
|
@@ -5230,6 +5217,7 @@
|
|
|
5230
5217
|
}
|
|
5231
5218
|
},
|
|
5232
5219
|
"lpe1Required": ["yesNo"],
|
|
5220
|
+
"ta7Required": ["yesNo"],
|
|
5233
5221
|
"discriminator": {
|
|
5234
5222
|
"propertyName": "yesNo"
|
|
5235
5223
|
},
|
|
@@ -5262,6 +5250,7 @@
|
|
|
5262
5250
|
"title": "Is the seller aware of any changes in the terms of the lease or of the landlord giving any consents under the lease?",
|
|
5263
5251
|
"type": "object",
|
|
5264
5252
|
"lpe1Required": ["isSellerAwareOfChanges"],
|
|
5253
|
+
"ta7Required": ["isSellerAwareOfChanges"],
|
|
5265
5254
|
"properties": {
|
|
5266
5255
|
"isSellerAwareOfChanges": {
|
|
5267
5256
|
"title": "",
|
|
@@ -5427,6 +5416,7 @@
|
|
|
5427
5416
|
}
|
|
5428
5417
|
},
|
|
5429
5418
|
"lpe1Required": ["yesNo"],
|
|
5419
|
+
"ta7Required": ["yesNo"],
|
|
5430
5420
|
"baspiRequired": ["yesNo"],
|
|
5431
5421
|
"ntsRequired": ["yesNo"],
|
|
5432
5422
|
"discriminator": {
|
|
@@ -5588,6 +5578,7 @@
|
|
|
5588
5578
|
}
|
|
5589
5579
|
},
|
|
5590
5580
|
"lpe1Required": ["yesNo"],
|
|
5581
|
+
"ta7Required": ["yesNo"],
|
|
5591
5582
|
"discriminator": {
|
|
5592
5583
|
"propertyName": "yesNo"
|
|
5593
5584
|
},
|
|
@@ -5622,6 +5613,7 @@
|
|
|
5622
5613
|
"title": "Who is responsible for managing the building?",
|
|
5623
5614
|
"type": "object",
|
|
5624
5615
|
"lpe1Required": ["buildingManagerType"],
|
|
5616
|
+
"ta7Required": ["buildingManagerType"],
|
|
5625
5617
|
"properties": {
|
|
5626
5618
|
"buildingManagerType": {
|
|
5627
5619
|
"title": "",
|
|
@@ -5683,6 +5675,7 @@
|
|
|
5683
5675
|
"serviceCharge": {
|
|
5684
5676
|
"baspiRef": "A1.5.1",
|
|
5685
5677
|
"lpe1Ref": "4",
|
|
5678
|
+
"ta7Ref": "5.4",
|
|
5686
5679
|
"ntsRef": "A3.5",
|
|
5687
5680
|
"title": "Service Charge",
|
|
5688
5681
|
"type": "object",
|
|
@@ -5695,6 +5688,9 @@
|
|
|
5695
5688
|
"ntsRequired": [
|
|
5696
5689
|
"sellerContributesToServiceCharge"
|
|
5697
5690
|
],
|
|
5691
|
+
"ta7Required": [
|
|
5692
|
+
"sellerContributesToServiceCharge"
|
|
5693
|
+
],
|
|
5698
5694
|
"properties": {
|
|
5699
5695
|
"sellerContributesToServiceCharge": {
|
|
5700
5696
|
"baspiRef": "A1.5.1.1",
|
|
@@ -5743,6 +5739,7 @@
|
|
|
5743
5739
|
}
|
|
5744
5740
|
},
|
|
5745
5741
|
"lpe1Required": ["yesNo"],
|
|
5742
|
+
"ta7Required": ["yesNo"],
|
|
5746
5743
|
"baspiRequired": ["yesNo"],
|
|
5747
5744
|
"discriminator": {
|
|
5748
5745
|
"propertyName": "yesNo"
|
|
@@ -5785,6 +5782,7 @@
|
|
|
5785
5782
|
}
|
|
5786
5783
|
},
|
|
5787
5784
|
"lpe1Required": ["yesNo"],
|
|
5785
|
+
"ta7Required": ["yesNo"],
|
|
5788
5786
|
"discriminator": {
|
|
5789
5787
|
"propertyName": "yesNo"
|
|
5790
5788
|
},
|
|
@@ -5824,6 +5822,7 @@
|
|
|
5824
5822
|
}
|
|
5825
5823
|
},
|
|
5826
5824
|
"lpe1Required": ["yesNo"],
|
|
5825
|
+
"ta7Required": ["yesNo"],
|
|
5827
5826
|
"discriminator": {
|
|
5828
5827
|
"propertyName": "yesNo"
|
|
5829
5828
|
},
|
|
@@ -5869,6 +5868,7 @@
|
|
|
5869
5868
|
}
|
|
5870
5869
|
},
|
|
5871
5870
|
"lpe1Required": ["yesNo"],
|
|
5871
|
+
"ta7Required": ["yesNo"],
|
|
5872
5872
|
"discriminator": {
|
|
5873
5873
|
"propertyName": "yesNo"
|
|
5874
5874
|
},
|
|
@@ -5907,6 +5907,7 @@
|
|
|
5907
5907
|
}
|
|
5908
5908
|
},
|
|
5909
5909
|
"lpe1Required": ["yesNo"],
|
|
5910
|
+
"ta7Required": ["yesNo"],
|
|
5910
5911
|
"discriminator": {
|
|
5911
5912
|
"propertyName": "yesNo"
|
|
5912
5913
|
},
|
|
@@ -6503,7 +6504,8 @@
|
|
|
6503
6504
|
]
|
|
6504
6505
|
}
|
|
6505
6506
|
],
|
|
6506
|
-
"lpe1Required": ["yesNoNotApplicable"]
|
|
6507
|
+
"lpe1Required": ["yesNoNotApplicable"],
|
|
6508
|
+
"ta7Required": ["yesNoNotApplicable"]
|
|
6507
6509
|
},
|
|
6508
6510
|
"landlordsCertificateServed": {
|
|
6509
6511
|
"lpe1Ref": "4.14",
|
|
@@ -7044,6 +7046,7 @@
|
|
|
7044
7046
|
"enum": ["Yes", "No"]
|
|
7045
7047
|
}
|
|
7046
7048
|
},
|
|
7049
|
+
"ta7Required": ["yesNo"],
|
|
7047
7050
|
"lpe1Required": ["yesNo"],
|
|
7048
7051
|
"discriminator": {
|
|
7049
7052
|
"propertyName": "yesNo"
|
|
@@ -7085,6 +7088,7 @@
|
|
|
7085
7088
|
}
|
|
7086
7089
|
},
|
|
7087
7090
|
"lpe1Required": ["yesNo"],
|
|
7091
|
+
"ta7Required": ["yesNo"],
|
|
7088
7092
|
"discriminator": {
|
|
7089
7093
|
"propertyName": "yesNo"
|
|
7090
7094
|
},
|
|
@@ -7282,6 +7286,7 @@
|
|
|
7282
7286
|
}
|
|
7283
7287
|
},
|
|
7284
7288
|
"lpe1Required": ["yesNo"],
|
|
7289
|
+
"ta7Required": ["yesNo"],
|
|
7285
7290
|
"discriminator": {
|
|
7286
7291
|
"propertyName": "yesNo"
|
|
7287
7292
|
},
|
|
@@ -7958,6 +7963,7 @@
|
|
|
7958
7963
|
"type": "array",
|
|
7959
7964
|
"title": "Parking arrangements",
|
|
7960
7965
|
"items": {
|
|
7966
|
+
"ntsRef": "B4.1.1",
|
|
7961
7967
|
"type": "string",
|
|
7962
7968
|
"enum": [
|
|
7963
7969
|
"Allocated",
|
|
@@ -7984,6 +7990,7 @@
|
|
|
7984
7990
|
"type": "object",
|
|
7985
7991
|
"properties": {
|
|
7986
7992
|
"yesNo": {
|
|
7993
|
+
"ntsRef": "B4.2.1",
|
|
7987
7994
|
"baspiRef": "A1.6.2.1",
|
|
7988
7995
|
"ta6Ref": "9.2.1",
|
|
7989
7996
|
"type": "string",
|
|
@@ -8002,6 +8009,7 @@
|
|
|
8002
8009
|
"type": "object",
|
|
8003
8010
|
"properties": {
|
|
8004
8011
|
"yesNo": {
|
|
8012
|
+
"ntsRef": "B4.2.1",
|
|
8005
8013
|
"baspiRef": "A1.6.1.1",
|
|
8006
8014
|
"type": "string",
|
|
8007
8015
|
"title": "",
|
|
@@ -8078,7 +8086,7 @@
|
|
|
8078
8086
|
"ntsRef": "C2.1.1.2",
|
|
8079
8087
|
"baspiRef": "A1.7.1.2",
|
|
8080
8088
|
"ta6Ref": "4.7a2",
|
|
8081
|
-
"title": "Please provide details of the listing
|
|
8089
|
+
"title": "Please provide details of the listing",
|
|
8082
8090
|
"type": "string",
|
|
8083
8091
|
"minLength": 1
|
|
8084
8092
|
},
|
|
@@ -8090,6 +8098,7 @@
|
|
|
8090
8098
|
"enum": ["Attached", "To follow"]
|
|
8091
8099
|
}
|
|
8092
8100
|
},
|
|
8101
|
+
"ntsRequired": ["details"],
|
|
8093
8102
|
"baspiRequired": ["details", "attachments"],
|
|
8094
8103
|
"ta6Required": ["details", "attachments"]
|
|
8095
8104
|
}
|
|
@@ -8137,7 +8146,7 @@
|
|
|
8137
8146
|
"ntsRef": "C2.1.2.2",
|
|
8138
8147
|
"baspiRef": "A1.7.2.2",
|
|
8139
8148
|
"ta6Ref": "4.7b2",
|
|
8140
|
-
"title": "Please provide details of the listing
|
|
8149
|
+
"title": "Please provide details of the listing",
|
|
8141
8150
|
"type": "string",
|
|
8142
8151
|
"minLength": 1
|
|
8143
8152
|
},
|
|
@@ -8149,6 +8158,7 @@
|
|
|
8149
8158
|
"enum": ["Attached", "To follow"]
|
|
8150
8159
|
}
|
|
8151
8160
|
},
|
|
8161
|
+
"ntsRequired": ["details"],
|
|
8152
8162
|
"baspiRequired": ["details", "attachments"],
|
|
8153
8163
|
"ta6Required": ["details", "attachments"]
|
|
8154
8164
|
}
|
|
@@ -8239,7 +8249,6 @@
|
|
|
8239
8249
|
"enum": ["Yes", "No", "Not known"]
|
|
8240
8250
|
},
|
|
8241
8251
|
"attachments": {
|
|
8242
|
-
"ntsRef": "C2.1.3.4",
|
|
8243
8252
|
"baspiRef": "A1.7.3.4",
|
|
8244
8253
|
"ta6Ref": "4.8a3",
|
|
8245
8254
|
"title": "Provide any relevant documentation",
|
|
@@ -8481,6 +8490,7 @@
|
|
|
8481
8490
|
"description": "Lateral living is a term used to describe a property that has essential facilites on the entrance level",
|
|
8482
8491
|
"type": "array",
|
|
8483
8492
|
"items": {
|
|
8493
|
+
"ntsRef": "C5.1",
|
|
8484
8494
|
"type": "string",
|
|
8485
8495
|
"enum": [
|
|
8486
8496
|
"None",
|
|
@@ -18538,7 +18548,7 @@
|
|
|
18538
18548
|
},
|
|
18539
18549
|
"details": {
|
|
18540
18550
|
"ntsRef": "3.8.2",
|
|
18541
|
-
"title": "
|
|
18551
|
+
"title": "Details",
|
|
18542
18552
|
"type": "string"
|
|
18543
18553
|
},
|
|
18544
18554
|
"supplier": {
|
|
@@ -18693,6 +18703,7 @@
|
|
|
18693
18703
|
"type": "string",
|
|
18694
18704
|
"title": "",
|
|
18695
18705
|
"enum": ["Yes", "To be connected", "No"],
|
|
18706
|
+
"ntsEnum": ["Yes", "No"],
|
|
18696
18707
|
"con29DWEnum": ["Yes", "No"]
|
|
18697
18708
|
}
|
|
18698
18709
|
},
|
|
@@ -19018,13 +19029,14 @@
|
|
|
19018
19029
|
"rdsRef": "Services/WasteWaterSewarageDisposal",
|
|
19019
19030
|
"ta6Ref": "12.4a",
|
|
19020
19031
|
"con29DWRef": "2.1",
|
|
19021
|
-
"title": "Mains foul drainage /
|
|
19032
|
+
"title": "Mains foul drainage / sewerage",
|
|
19022
19033
|
"type": "object",
|
|
19023
19034
|
"baspiRequired": ["yesNo"],
|
|
19024
19035
|
"ta6Required": ["yesNo"],
|
|
19025
19036
|
"ntsRequired": ["yesNo"],
|
|
19026
19037
|
"properties": {
|
|
19027
19038
|
"yesNo": {
|
|
19039
|
+
"ntsRef": "A3.3.2.1",
|
|
19028
19040
|
"baspiRef": "A7.1.0.11.1",
|
|
19029
19041
|
"ta6Ref": "12.4a1",
|
|
19030
19042
|
"type": "string",
|
|
@@ -20014,6 +20026,7 @@
|
|
|
20014
20026
|
"title": "What other heating features does the property have?",
|
|
20015
20027
|
"type": "array",
|
|
20016
20028
|
"items": {
|
|
20029
|
+
"ntsRef": "B3.4.2.1",
|
|
20017
20030
|
"type": "string",
|
|
20018
20031
|
"enum": [
|
|
20019
20032
|
"Air Conditioning",
|
|
@@ -20094,6 +20107,7 @@
|
|
|
20094
20107
|
"Electricity",
|
|
20095
20108
|
"Oil",
|
|
20096
20109
|
"LPG",
|
|
20110
|
+
"Biomass",
|
|
20097
20111
|
"Other"
|
|
20098
20112
|
]
|
|
20099
20113
|
}
|
|
@@ -20110,7 +20124,7 @@
|
|
|
20110
20124
|
"Electricity",
|
|
20111
20125
|
"Oil",
|
|
20112
20126
|
"LPG",
|
|
20113
|
-
"Biomass
|
|
20127
|
+
"Biomass"
|
|
20114
20128
|
]
|
|
20115
20129
|
}
|
|
20116
20130
|
}
|
|
@@ -21028,13 +21042,13 @@
|
|
|
21028
21042
|
"baspiRef": "A10.4.1.2",
|
|
21029
21043
|
"ta6Ref": "8.6.2",
|
|
21030
21044
|
"piqRef": "A10.4.2",
|
|
21031
|
-
"title": "Please provide details
|
|
21045
|
+
"title": "Please provide details",
|
|
21032
21046
|
"type": "string",
|
|
21033
21047
|
"minLength": 1
|
|
21034
21048
|
},
|
|
21035
21049
|
"attachments": {
|
|
21036
21050
|
"baspiRef": "A10.4.1.3",
|
|
21037
|
-
"title": "
|
|
21051
|
+
"title": "Please mark the route on a plan of the property",
|
|
21038
21052
|
"type": "string",
|
|
21039
21053
|
"enum": ["Attached", "To follow"]
|
|
21040
21054
|
}
|
|
@@ -21535,6 +21549,7 @@
|
|
|
21535
21549
|
"title": "What type of flooding occurred?",
|
|
21536
21550
|
"type": "array",
|
|
21537
21551
|
"items": {
|
|
21552
|
+
"ntsRef": "C3.1.1.3.1",
|
|
21538
21553
|
"type": "string",
|
|
21539
21554
|
"enum": [
|
|
21540
21555
|
"Ground water",
|
|
@@ -21547,7 +21562,7 @@
|
|
|
21547
21562
|
}
|
|
21548
21563
|
},
|
|
21549
21564
|
"details": {
|
|
21550
|
-
"ntsRef": "C3.1.1.
|
|
21565
|
+
"ntsRef": "C3.1.1.4",
|
|
21551
21566
|
"baspiRef": "A11.1.2.1",
|
|
21552
21567
|
"ta6Ref": "7.1.2",
|
|
21553
21568
|
"title": "Please state when the flooding occurred and identify the parts that flooded",
|
|
@@ -23677,8 +23692,11 @@
|
|
|
23677
23692
|
"solarPanels": {
|
|
23678
23693
|
"baspiRef": "B4.3",
|
|
23679
23694
|
"piqRef": "B4.4",
|
|
23695
|
+
"ta6Ref": "4.6",
|
|
23680
23696
|
"title": "Solar or photovoltaic panels",
|
|
23681
23697
|
"type": "object",
|
|
23698
|
+
"baspiRequired": ["hasSolarPanels"],
|
|
23699
|
+
"ta6Required": ["hasSolarPanels"],
|
|
23682
23700
|
"properties": {
|
|
23683
23701
|
"hasSolarPanels": {
|
|
23684
23702
|
"baspiRef": "B4.3.0",
|
|
@@ -23690,8 +23708,6 @@
|
|
|
23690
23708
|
"enum": ["Yes", "No"]
|
|
23691
23709
|
}
|
|
23692
23710
|
},
|
|
23693
|
-
"baspiRequired": ["hasSolarPanels"],
|
|
23694
|
-
"ta6Required": ["hasSolarPanels"],
|
|
23695
23711
|
"discriminator": {
|
|
23696
23712
|
"propertyName": "hasSolarPanels"
|
|
23697
23713
|
},
|