@pdtf/schemas 3.2.1-5 → 3.2.1-6
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 +5 -2
- package/src/schemas/v3/combined.json +410 -10
- 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 +2 -2
- 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
|
}
|