@pdtf/schemas 3.4.0-7 → 3.4.0-9
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/v3/exampleTransaction.json +1 -1
- package/src/schemas/v3/combined.json +167 -133
- package/src/schemas/v3/overlays/baspi5.json +2 -1
- package/src/schemas/v3/overlays/lpe1.json +3 -1
- package/src/schemas/v3/overlays/nts.json +2 -1
- package/src/schemas/v3/overlays/nts2.json +2 -1
- package/src/schemas/v3/overlays/ntsl.json +2 -1
- package/src/schemas/v3/overlays/ntsl2.json +2 -1
- package/src/schemas/v3/overlays/ta10.json +133 -136
- package/src/schemas/v3/overlays/ta6.json +13 -1
- package/src/schemas/v3/overlays/ta7.json +4 -1
- package/src/schemas/v3/pdtf-transaction.json +52 -43
- package/src/schemas/v3/skeleton.json +7 -0
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
"enfranchisement",
|
|
43
43
|
"buildingSafetyAct",
|
|
44
44
|
"general",
|
|
45
|
-
"requiredDocuments"
|
|
45
|
+
"requiredDocuments",
|
|
46
|
+
"confirmationOfAccuracy"
|
|
46
47
|
],
|
|
47
48
|
"properties": {
|
|
48
49
|
"sharedOwnership": {
|
|
@@ -2204,6 +2205,7 @@
|
|
|
2204
2205
|
}
|
|
2205
2206
|
},
|
|
2206
2207
|
"confirmationOfAccuracy": {
|
|
2208
|
+
"lpe1Ref": "9",
|
|
2207
2209
|
"required": [
|
|
2208
2210
|
"confirmation",
|
|
2209
2211
|
"capacity"
|