@pdtf/schemas 2.0.0-30 → 2.0.0-32
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 +2 -1
- package/src/schemas/v2/combined.json +6 -11
- package/src/schemas/v2/overlays/baspi.json +9 -7
- package/src/schemas/v2/overlays/rds.json +0 -4
- package/src/schemas/v2/overlays/ta6.json +4 -5
- package/src/schemas/v2/pdtf-transaction.json +0 -5
- package/src/schemas/v2/skeleton.json +0 -1
package/package.json
CHANGED
|
@@ -7431,16 +7431,8 @@
|
|
|
7431
7431
|
"yesNo": {
|
|
7432
7432
|
"enum": ["Yes"]
|
|
7433
7433
|
},
|
|
7434
|
-
"details": {
|
|
7435
|
-
"baspiRef": "A1.7.3.2",
|
|
7436
|
-
"ta6Ref": "4.8.2",
|
|
7437
|
-
"title": "Details",
|
|
7438
|
-
"rdsRef": "Protections",
|
|
7439
|
-
"type": "string",
|
|
7440
|
-
"minLength": 1
|
|
7441
|
-
},
|
|
7442
7434
|
"workCarriedOut": {
|
|
7443
|
-
"baspiRef": "A1.7.3.
|
|
7435
|
+
"baspiRef": "A1.7.3.2",
|
|
7444
7436
|
"rdsRef": "WorksAlterationsChanges",
|
|
7445
7437
|
"ta6Ref": "4.8a",
|
|
7446
7438
|
"title": "Has work been carried out to any trees which are protected by the order?",
|
|
@@ -7473,7 +7465,7 @@
|
|
|
7473
7465
|
"enum": ["Yes"]
|
|
7474
7466
|
},
|
|
7475
7467
|
"consentsObtained": {
|
|
7476
|
-
"baspiRef": "A1.7.3.
|
|
7468
|
+
"baspiRef": "A1.7.3.3",
|
|
7477
7469
|
"ta6Ref": "4.8a2",
|
|
7478
7470
|
"title": "Were the relevant consents obtained?",
|
|
7479
7471
|
"rdsRef": "Protections",
|
|
@@ -7493,7 +7485,9 @@
|
|
|
7493
7485
|
}
|
|
7494
7486
|
]
|
|
7495
7487
|
}
|
|
7496
|
-
}
|
|
7488
|
+
},
|
|
7489
|
+
"baspiRequired": ["workCarriedOut"],
|
|
7490
|
+
"ta6Required": ["workCarriedOut"]
|
|
7497
7491
|
}
|
|
7498
7492
|
]
|
|
7499
7493
|
}
|
|
@@ -19739,6 +19733,7 @@
|
|
|
19739
19733
|
"baspiRef": "B1",
|
|
19740
19734
|
"title": "Legal Owners",
|
|
19741
19735
|
"type": "object",
|
|
19736
|
+
"baspiRequired": ["namesOfLegalOwners"],
|
|
19742
19737
|
"properties": {
|
|
19743
19738
|
"namesOfLegalOwners": {
|
|
19744
19739
|
"baspiRef": "B1.1",
|
|
@@ -1421,12 +1421,8 @@
|
|
|
1421
1421
|
"Yes"
|
|
1422
1422
|
]
|
|
1423
1423
|
},
|
|
1424
|
-
"details": {
|
|
1425
|
-
"baspiRef": "A1.7.3.2",
|
|
1426
|
-
"title": "Details"
|
|
1427
|
-
},
|
|
1428
1424
|
"workCarriedOut": {
|
|
1429
|
-
"baspiRef": "A1.7.3.
|
|
1425
|
+
"baspiRef": "A1.7.3.2",
|
|
1430
1426
|
"title": "Has work been carried out to any trees which are protected by the order?",
|
|
1431
1427
|
"discriminator": {
|
|
1432
1428
|
"propertyName": "yesNo"
|
|
@@ -1449,7 +1445,7 @@
|
|
|
1449
1445
|
]
|
|
1450
1446
|
},
|
|
1451
1447
|
"consentsObtained": {
|
|
1452
|
-
"baspiRef": "A1.7.3.
|
|
1448
|
+
"baspiRef": "A1.7.3.3",
|
|
1453
1449
|
"title": "Were the relevant consents obtained?",
|
|
1454
1450
|
"enum": [
|
|
1455
1451
|
"Yes",
|
|
@@ -1484,7 +1480,10 @@
|
|
|
1484
1480
|
}
|
|
1485
1481
|
}
|
|
1486
1482
|
}
|
|
1487
|
-
}
|
|
1483
|
+
},
|
|
1484
|
+
"required": [
|
|
1485
|
+
"workCarriedOut"
|
|
1486
|
+
]
|
|
1488
1487
|
}
|
|
1489
1488
|
],
|
|
1490
1489
|
"required": [
|
|
@@ -7540,6 +7539,9 @@
|
|
|
7540
7539
|
"legalOwners": {
|
|
7541
7540
|
"baspiRef": "B1",
|
|
7542
7541
|
"title": "Legal Owners",
|
|
7542
|
+
"required": [
|
|
7543
|
+
"namesOfLegalOwners"
|
|
7544
|
+
],
|
|
7543
7545
|
"properties": {
|
|
7544
7546
|
"namesOfLegalOwners": {
|
|
7545
7547
|
"baspiRef": "B1.1",
|
|
@@ -147,10 +147,6 @@
|
|
|
147
147
|
"Yes"
|
|
148
148
|
]
|
|
149
149
|
},
|
|
150
|
-
"details": {
|
|
151
|
-
"rdsRef": "Protections",
|
|
152
|
-
"title": "Details"
|
|
153
|
-
},
|
|
154
150
|
"workCarriedOut": {
|
|
155
151
|
"rdsRef": "WorksAlterationsChanges",
|
|
156
152
|
"title": "Has work been carried out to any trees which are protected by the order?",
|
|
@@ -313,10 +313,6 @@
|
|
|
313
313
|
"Yes"
|
|
314
314
|
]
|
|
315
315
|
},
|
|
316
|
-
"details": {
|
|
317
|
-
"ta6Ref": "4.8.2",
|
|
318
|
-
"title": "Details"
|
|
319
|
-
},
|
|
320
316
|
"workCarriedOut": {
|
|
321
317
|
"ta6Ref": "4.8a",
|
|
322
318
|
"title": "Has work been carried out to any trees which are protected by the order?",
|
|
@@ -376,7 +372,10 @@
|
|
|
376
372
|
}
|
|
377
373
|
}
|
|
378
374
|
}
|
|
379
|
-
}
|
|
375
|
+
},
|
|
376
|
+
"required": [
|
|
377
|
+
"workCarriedOut"
|
|
378
|
+
]
|
|
380
379
|
}
|
|
381
380
|
],
|
|
382
381
|
"required": [
|
|
@@ -6501,11 +6501,6 @@
|
|
|
6501
6501
|
"Yes"
|
|
6502
6502
|
]
|
|
6503
6503
|
},
|
|
6504
|
-
"details": {
|
|
6505
|
-
"title": "Details",
|
|
6506
|
-
"type": "string",
|
|
6507
|
-
"minLength": 1
|
|
6508
|
-
},
|
|
6509
6504
|
"workCarriedOut": {
|
|
6510
6505
|
"title": "Has work been carried out to any trees which are protected by the order?",
|
|
6511
6506
|
"type": "object",
|