@pdtf/schemas 2.0.0-27 → 2.0.0-29
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 +1 -1
- package/src/examples/v2/exampleTransaction.json +16 -2
- package/src/schemas/v2/combined.json +197 -69
- package/src/schemas/v2/overlays/baspi.json +167 -36
- package/src/schemas/v2/overlays/rds.json +74 -14
- package/src/schemas/v2/overlays/ta6.json +229 -73
- package/src/schemas/v2/pdtf-transaction.json +147 -28
- package/src/schemas/v2/skeleton.json +17 -4
package/package.json
CHANGED
|
@@ -359,6 +359,9 @@
|
|
|
359
359
|
},
|
|
360
360
|
"otherServices": {
|
|
361
361
|
"yesNo": "No"
|
|
362
|
+
},
|
|
363
|
+
"maintenanceAgreements": {
|
|
364
|
+
"yesNo": "No"
|
|
362
365
|
}
|
|
363
366
|
},
|
|
364
367
|
"centralHeating": {
|
|
@@ -418,7 +421,10 @@
|
|
|
418
421
|
"publicRightOfWay": {
|
|
419
422
|
"yesNo": "No"
|
|
420
423
|
},
|
|
421
|
-
"
|
|
424
|
+
"rightsOfLight": {
|
|
425
|
+
"yesNo": "No"
|
|
426
|
+
},
|
|
427
|
+
"rightsOfSupport": {
|
|
422
428
|
"yesNo": "No"
|
|
423
429
|
},
|
|
424
430
|
"rightsCreatedThroughCustom": {
|
|
@@ -430,6 +436,9 @@
|
|
|
430
436
|
"churchChancel": {
|
|
431
437
|
"yesNo": "No"
|
|
432
438
|
},
|
|
439
|
+
"rightsToTakeFromLand": {
|
|
440
|
+
"yesNo": "No"
|
|
441
|
+
},
|
|
433
442
|
"otherRights": {
|
|
434
443
|
"yesNo": "No"
|
|
435
444
|
}
|
|
@@ -554,7 +563,12 @@
|
|
|
554
563
|
}
|
|
555
564
|
},
|
|
556
565
|
"completionAndMoving": {
|
|
557
|
-
"
|
|
566
|
+
"sellerWillEnsure": {
|
|
567
|
+
"removeRubbish": true,
|
|
568
|
+
"replaceLightFittings": true,
|
|
569
|
+
"takeReasonableCare": true,
|
|
570
|
+
"leaveKeys": true
|
|
571
|
+
},
|
|
558
572
|
"otherPropertyInChain": { "yesNo": "No" },
|
|
559
573
|
"moveRestrictionDates": {
|
|
560
574
|
"yesNo": "Yes",
|