@pdtf/schemas 3.0.3-1 → 3.0.3-2
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 +2 -2
- package/src/schemas/v3/combined.json +691 -2713
- package/src/schemas/v3/overlays/baspi.json +2 -2
- package/src/schemas/v3/overlays/con29R.json +1 -1
- package/src/schemas/v3/overlays/nts.json +1 -1
- package/src/schemas/v3/overlays/piq.json +26 -1
- package/src/schemas/v3/overlays/rds.json +26 -1
- package/src/schemas/v3/overlays/ta10.json +796 -2422
- package/src/schemas/v3/overlays/ta7.json +1 -1
- package/src/schemas/v3/pdtf-transaction.json +695 -2602
- package/src/schemas/v3/skeleton.json +33 -53
- package/src/utils/extractOverlay.js +50 -33
|
@@ -36,7 +36,6 @@
|
|
|
36
36
|
"ownershipsToBeTransferred": {
|
|
37
37
|
"ta7Ref": "1",
|
|
38
38
|
"items": {
|
|
39
|
-
"ta7Ref": "1",
|
|
40
39
|
"discriminator": {
|
|
41
40
|
"propertyName": "ownershipType"
|
|
42
41
|
},
|
|
@@ -1339,6 +1338,7 @@
|
|
|
1339
1338
|
}
|
|
1340
1339
|
}
|
|
1341
1340
|
],
|
|
1341
|
+
"ta7Ref": "1",
|
|
1342
1342
|
"required": [
|
|
1343
1343
|
"ownershipType"
|
|
1344
1344
|
],
|