@pdtf/schemas 2.0.0-30 → 2.0.0-31
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 +2 -1
- package/src/examples/v2/exampleTransaction.json +2 -1
- package/src/schemas/v2/combined.json +4 -11
- package/src/schemas/v2/overlays/baspi.json +2 -6
- package/src/schemas/v2/overlays/rds.json +0 -4
- package/src/schemas/v2/overlays/ta6.json +0 -4
- package/src/schemas/v2/pdtf-transaction.json +4 -6
- package/src/schemas/v2/skeleton.json +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdtf/schemas",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-31",
|
|
4
4
|
"description": "Property Data Trust Framework Schemas and Utilities",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"directories": {
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"homepage": "https://github.com/Property-Data-Trust-Framework/schemas#readme",
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@jdw/jst": "^2.0.0-beta.15",
|
|
29
|
+
"@pdtf/schemas": "^2.0.0-30",
|
|
29
30
|
"ajv": "^8.12.0",
|
|
30
31
|
"ajv-formats": "^2.1.1",
|
|
31
32
|
"deepmerge": "^4.3.1",
|
|
@@ -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,8 @@
|
|
|
7493
7485
|
}
|
|
7494
7486
|
]
|
|
7495
7487
|
}
|
|
7496
|
-
}
|
|
7488
|
+
},
|
|
7489
|
+
"required": ["workCarriedOut"]
|
|
7497
7490
|
}
|
|
7498
7491
|
]
|
|
7499
7492
|
}
|
|
@@ -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",
|
|
@@ -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?",
|
|
@@ -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",
|
|
@@ -6557,7 +6552,10 @@
|
|
|
6557
6552
|
}
|
|
6558
6553
|
]
|
|
6559
6554
|
}
|
|
6560
|
-
}
|
|
6555
|
+
},
|
|
6556
|
+
"required": [
|
|
6557
|
+
"workCarriedOut"
|
|
6558
|
+
]
|
|
6561
6559
|
}
|
|
6562
6560
|
]
|
|
6563
6561
|
}
|