@pdtf/schemas 3.2.0-6 → 3.2.1-3
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/index.js +1 -0
- package/package.json +1 -1
- package/src/examples/v3/exampleAddParticipantVouch.json +3 -0
- package/src/examples/v3/exampleDocumentedVouch.json +3 -0
- package/src/examples/v3/exampleElectronicRecord.json +3 -0
- package/src/examples/v3/exampleTransaction.json +10 -1
- package/src/examples/v3/exampleVouch.json +3 -0
- package/src/schemas/v3/combined.json +457 -11
- package/src/schemas/v3/overlays/baspi4.json +5 -1
- package/src/schemas/v3/overlays/baspi5.json +5 -1
- package/src/schemas/v3/overlays/nts-sef.json +2161 -0
- package/src/schemas/v3/overlays/nts.json +1 -3
- package/src/schemas/v3/overlays/ntsl.json +1 -0
- package/src/schemas/v3/overlays/ta10.json +2 -1
- package/src/schemas/v3/overlays/ta7.json +11 -2
- package/src/schemas/v3/pdtf-transaction.json +57 -2
- package/src/schemas/v3/skeleton.json +6 -0
- package/src/schemas/verifiedClaims/pdtf-verified-claims.json +12 -0
- package/src/utils/extractOverlay.js +1 -0
|
@@ -1023,12 +1023,16 @@
|
|
|
1023
1023
|
"details": {
|
|
1024
1024
|
"baspi4Ref": "A1.5.3.2"
|
|
1025
1025
|
}
|
|
1026
|
-
}
|
|
1026
|
+
},
|
|
1027
|
+
"required": [
|
|
1028
|
+
"details"
|
|
1029
|
+
]
|
|
1027
1030
|
}
|
|
1028
1031
|
],
|
|
1029
1032
|
"required": [
|
|
1030
1033
|
"yesNo"
|
|
1031
1034
|
],
|
|
1035
|
+
"title": "Additional fees payable on sale or letting, if known",
|
|
1032
1036
|
"properties": {
|
|
1033
1037
|
"yesNo": {
|
|
1034
1038
|
"baspi4Ref": "A1.5.3.1"
|
|
@@ -1124,12 +1124,16 @@
|
|
|
1124
1124
|
"details": {
|
|
1125
1125
|
"baspi5Ref": "A1.5.3.2"
|
|
1126
1126
|
}
|
|
1127
|
-
}
|
|
1127
|
+
},
|
|
1128
|
+
"required": [
|
|
1129
|
+
"details"
|
|
1130
|
+
]
|
|
1128
1131
|
}
|
|
1129
1132
|
],
|
|
1130
1133
|
"required": [
|
|
1131
1134
|
"yesNo"
|
|
1132
1135
|
],
|
|
1136
|
+
"title": "Additional fees payable on sale or letting, if known",
|
|
1133
1137
|
"properties": {
|
|
1134
1138
|
"yesNo": {
|
|
1135
1139
|
"baspi5Ref": "A1.5.3.1"
|