@pdtf/schemas 3.2.1-5 → 3.2.1-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 +1 -0
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +6 -3
- package/src/schemas/v3/combined.json +424 -11
- package/src/schemas/v3/overlays/baspi4.json +5 -1
- package/src/schemas/v3/overlays/baspi5.json +5 -1
- package/src/schemas/v3/overlays/nts-sef.json +2161 -0
- package/src/schemas/v3/overlays/nts.json +1 -3
- package/src/schemas/v3/overlays/ntsl.json +1 -0
- package/src/schemas/v3/overlays/ta7.json +11 -2
- package/src/schemas/v3/pdtf-transaction.json +6 -3
- package/src/utils/extractOverlay.js +1 -0
|
@@ -383,9 +383,6 @@
|
|
|
383
383
|
"annualGroundRent": {
|
|
384
384
|
"ntsRef": "A3.4.2"
|
|
385
385
|
},
|
|
386
|
-
"groundRentFrequency": {
|
|
387
|
-
"ntsRef": "A3.4.3"
|
|
388
|
-
},
|
|
389
386
|
"rentSubjectToIncrease": {
|
|
390
387
|
"ntsRef": "A3.4.4",
|
|
391
388
|
"discriminator": {
|
|
@@ -1087,6 +1084,7 @@
|
|
|
1087
1084
|
"required": [
|
|
1088
1085
|
"mainsElectricity",
|
|
1089
1086
|
"solarPanels",
|
|
1087
|
+
"heatPump",
|
|
1090
1088
|
"otherSources"
|
|
1091
1089
|
],
|
|
1092
1090
|
"properties": {
|
|
@@ -346,7 +346,11 @@
|
|
|
346
346
|
"rentIncreaseCalculated": {
|
|
347
347
|
"ta7Ref": "1.2e"
|
|
348
348
|
}
|
|
349
|
-
}
|
|
349
|
+
},
|
|
350
|
+
"required": [
|
|
351
|
+
"rentReviewFrequency",
|
|
352
|
+
"rentIncreaseCalculated"
|
|
353
|
+
]
|
|
350
354
|
}
|
|
351
355
|
],
|
|
352
356
|
"required": [
|
|
@@ -358,7 +362,12 @@
|
|
|
358
362
|
}
|
|
359
363
|
}
|
|
360
364
|
}
|
|
361
|
-
}
|
|
365
|
+
},
|
|
366
|
+
"required": [
|
|
367
|
+
"annualGroundRent",
|
|
368
|
+
"groundRentFrequency",
|
|
369
|
+
"rentSubjectToIncrease"
|
|
370
|
+
]
|
|
362
371
|
}
|
|
363
372
|
],
|
|
364
373
|
"required": [
|
|
@@ -6319,7 +6319,7 @@
|
|
|
6319
6319
|
},
|
|
6320
6320
|
"premiumIncludedInServiceCharge": {
|
|
6321
6321
|
"type": "object",
|
|
6322
|
-
"title": "Is the insurance premium included in the service charge
|
|
6322
|
+
"title": "Is the insurance premium included in the service charge budget?",
|
|
6323
6323
|
"properties": {
|
|
6324
6324
|
"yesNo": {
|
|
6325
6325
|
"type": "string",
|
|
@@ -6348,7 +6348,7 @@
|
|
|
6348
6348
|
]
|
|
6349
6349
|
},
|
|
6350
6350
|
"details": {
|
|
6351
|
-
"title": "
|
|
6351
|
+
"title": "Confirm the annual amount payable for the Property",
|
|
6352
6352
|
"type": "number"
|
|
6353
6353
|
}
|
|
6354
6354
|
}
|
|
@@ -8062,6 +8062,7 @@
|
|
|
8062
8062
|
"items": {
|
|
8063
8063
|
"type": "string",
|
|
8064
8064
|
"enum": [
|
|
8065
|
+
"None",
|
|
8065
8066
|
"Level access",
|
|
8066
8067
|
"Ramped access",
|
|
8067
8068
|
"Lift access",
|
|
@@ -8490,7 +8491,8 @@
|
|
|
8490
8491
|
"F",
|
|
8491
8492
|
"G",
|
|
8492
8493
|
"H",
|
|
8493
|
-
"I"
|
|
8494
|
+
"I",
|
|
8495
|
+
"Not banded"
|
|
8494
8496
|
]
|
|
8495
8497
|
},
|
|
8496
8498
|
"councilTaxAffectingAlterations": {
|
|
@@ -17078,6 +17080,7 @@
|
|
|
17078
17080
|
"items": {
|
|
17079
17081
|
"type": "string",
|
|
17080
17082
|
"enum": [
|
|
17083
|
+
"None",
|
|
17081
17084
|
"Air conditioning",
|
|
17082
17085
|
"Double glazing",
|
|
17083
17086
|
"Triple glazing",
|