@nexeraid/identity-schemas 2.46.0-dev → 2.48.0-dev
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/dist/{CoinMarketCap.schema-c439caf2.cjs.dev.cjs → CoinMarketCap.schema-493669af.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-5f10bd00.cjs.prod.cjs → CoinMarketCap.schema-4e3bcf69.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-4d0ccbeb.esm.mjs → CoinMarketCap.schema-7d62c182.esm.mjs} +2 -2
- package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -0
- package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -0
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/kyc.schema.d.ts +20 -0
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/query.schema.d.ts +14 -0
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +30 -0
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/zkps.schema.d.ts +17 -0
- package/dist/declarations/src/identity/zkps.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +536 -563
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +14 -10
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +80 -80
- package/dist/{frontend-utilities.schema-fe490a0a.cjs.dev.cjs → frontend-utilities.schema-1bef095c.cjs.dev.cjs} +2 -2
- package/dist/{frontend-utilities.schema-07e45128.cjs.prod.cjs → frontend-utilities.schema-3f4e6aee.cjs.prod.cjs} +2 -2
- package/dist/{frontend-utilities.schema-acb424a1.esm.mjs → frontend-utilities.schema-b72fd55c.esm.mjs} +2 -2
- package/dist/{identity-api.schema-e274ffce.cjs.dev.cjs → identity-api.schema-36bc5aa8.cjs.dev.cjs} +3 -1
- package/dist/{identity-api.schema-a9229381.cjs.prod.cjs → identity-api.schema-4ff24900.cjs.prod.cjs} +3 -1
- package/dist/{identity-api.schema-b581e8e9.esm.mjs → identity-api.schema-66e97d9d.esm.mjs} +3 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +3 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +3 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{vault.schema-fe00dd84.esm.mjs → vault.schema-1c695a28.esm.mjs} +576 -648
- package/dist/{vault.schema-dec7f787.cjs.prod.cjs → vault.schema-91351642.cjs.dev.cjs} +576 -648
- package/dist/{vault.schema-f3ca319e.cjs.dev.cjs → vault.schema-c69b9a1d.cjs.prod.cjs} +576 -648
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
|
@@ -4814,15 +4814,16 @@ var TransactionJsonSchema = {
|
|
|
4814
4814
|
type: "object",
|
|
4815
4815
|
properties: {
|
|
4816
4816
|
USD: {
|
|
4817
|
-
|
|
4818
|
-
},
|
|
4819
|
-
GBP: {
|
|
4820
|
-
type: "string"
|
|
4817
|
+
description: "decimal"
|
|
4821
4818
|
},
|
|
4822
4819
|
EUR: {
|
|
4823
|
-
|
|
4820
|
+
description: "decimal"
|
|
4821
|
+
},
|
|
4822
|
+
GBP: {
|
|
4823
|
+
description: "decimal"
|
|
4824
4824
|
}
|
|
4825
|
-
}
|
|
4825
|
+
},
|
|
4826
|
+
additionalProperties: false
|
|
4826
4827
|
},
|
|
4827
4828
|
event: {
|
|
4828
4829
|
type: "object",
|
|
@@ -4832,31 +4833,569 @@ var TransactionJsonSchema = {
|
|
|
4832
4833
|
format: "date-time"
|
|
4833
4834
|
},
|
|
4834
4835
|
amount: {
|
|
4836
|
+
description: "decimal"
|
|
4837
|
+
},
|
|
4838
|
+
riskScore: {
|
|
4839
|
+
type: "number"
|
|
4840
|
+
},
|
|
4841
|
+
riskLevel: {
|
|
4835
4842
|
type: "string"
|
|
4836
4843
|
},
|
|
4844
|
+
type: {
|
|
4845
|
+
type: "string",
|
|
4846
|
+
"enum": [
|
|
4847
|
+
"crypto",
|
|
4848
|
+
"fiat"
|
|
4849
|
+
]
|
|
4850
|
+
},
|
|
4851
|
+
assets: {
|
|
4852
|
+
type: "array",
|
|
4853
|
+
items: {
|
|
4854
|
+
type: "string"
|
|
4855
|
+
}
|
|
4856
|
+
}
|
|
4857
|
+
},
|
|
4858
|
+
additionalProperties: false
|
|
4859
|
+
},
|
|
4860
|
+
originator: {
|
|
4861
|
+
type: "object",
|
|
4862
|
+
properties: {
|
|
4863
|
+
countryOfResidence: {
|
|
4864
|
+
type: "string",
|
|
4865
|
+
"enum": [
|
|
4866
|
+
"AFG",
|
|
4867
|
+
"ALB",
|
|
4868
|
+
"DZA",
|
|
4869
|
+
"ASM",
|
|
4870
|
+
"AND",
|
|
4871
|
+
"AGO",
|
|
4872
|
+
"AIA",
|
|
4873
|
+
"ATA",
|
|
4874
|
+
"ATG",
|
|
4875
|
+
"ARG",
|
|
4876
|
+
"ARM",
|
|
4877
|
+
"ABW",
|
|
4878
|
+
"AUS",
|
|
4879
|
+
"AUT",
|
|
4880
|
+
"AZE",
|
|
4881
|
+
"BHS",
|
|
4882
|
+
"BHR",
|
|
4883
|
+
"BGD",
|
|
4884
|
+
"BRB",
|
|
4885
|
+
"BLR",
|
|
4886
|
+
"BEL",
|
|
4887
|
+
"BLZ",
|
|
4888
|
+
"BEN",
|
|
4889
|
+
"BMU",
|
|
4890
|
+
"BTN",
|
|
4891
|
+
"BOL",
|
|
4892
|
+
"BES",
|
|
4893
|
+
"BIH",
|
|
4894
|
+
"BWA",
|
|
4895
|
+
"BVT",
|
|
4896
|
+
"BRA",
|
|
4897
|
+
"IOT",
|
|
4898
|
+
"BRN",
|
|
4899
|
+
"BGR",
|
|
4900
|
+
"BFA",
|
|
4901
|
+
"BDI",
|
|
4902
|
+
"CPV",
|
|
4903
|
+
"KHM",
|
|
4904
|
+
"CMR",
|
|
4905
|
+
"CAN",
|
|
4906
|
+
"CYM",
|
|
4907
|
+
"CAF",
|
|
4908
|
+
"TCD",
|
|
4909
|
+
"CHL",
|
|
4910
|
+
"CHN",
|
|
4911
|
+
"CXR",
|
|
4912
|
+
"CCK",
|
|
4913
|
+
"COL",
|
|
4914
|
+
"COM",
|
|
4915
|
+
"COD",
|
|
4916
|
+
"COG",
|
|
4917
|
+
"COK",
|
|
4918
|
+
"CRI",
|
|
4919
|
+
"HRV",
|
|
4920
|
+
"CUB",
|
|
4921
|
+
"CUW",
|
|
4922
|
+
"CYP",
|
|
4923
|
+
"CZE",
|
|
4924
|
+
"CIV",
|
|
4925
|
+
"DNK",
|
|
4926
|
+
"DJI",
|
|
4927
|
+
"DMA",
|
|
4928
|
+
"DOM",
|
|
4929
|
+
"ECU",
|
|
4930
|
+
"EGY",
|
|
4931
|
+
"SLV",
|
|
4932
|
+
"GNQ",
|
|
4933
|
+
"ERI",
|
|
4934
|
+
"EST",
|
|
4935
|
+
"SWZ",
|
|
4936
|
+
"ETH",
|
|
4937
|
+
"FLK",
|
|
4938
|
+
"FRO",
|
|
4939
|
+
"FJI",
|
|
4940
|
+
"FIN",
|
|
4941
|
+
"FRA",
|
|
4942
|
+
"GUF",
|
|
4943
|
+
"PYF",
|
|
4944
|
+
"ATF",
|
|
4945
|
+
"GAB",
|
|
4946
|
+
"GMB",
|
|
4947
|
+
"GEO",
|
|
4948
|
+
"DEU",
|
|
4949
|
+
"GHA",
|
|
4950
|
+
"GIB",
|
|
4951
|
+
"GRC",
|
|
4952
|
+
"GRL",
|
|
4953
|
+
"GRD",
|
|
4954
|
+
"GLP",
|
|
4955
|
+
"GUM",
|
|
4956
|
+
"GTM",
|
|
4957
|
+
"GGY",
|
|
4958
|
+
"GIN",
|
|
4959
|
+
"GNB",
|
|
4960
|
+
"GUY",
|
|
4961
|
+
"HTI",
|
|
4962
|
+
"HMD",
|
|
4963
|
+
"VAT",
|
|
4964
|
+
"HND",
|
|
4965
|
+
"HKG",
|
|
4966
|
+
"HUN",
|
|
4967
|
+
"ISL",
|
|
4968
|
+
"IND",
|
|
4969
|
+
"IDN",
|
|
4970
|
+
"IRN",
|
|
4971
|
+
"IRQ",
|
|
4972
|
+
"IRL",
|
|
4973
|
+
"IMN",
|
|
4974
|
+
"ISR",
|
|
4975
|
+
"ITA",
|
|
4976
|
+
"JAM",
|
|
4977
|
+
"JPN",
|
|
4978
|
+
"JEY",
|
|
4979
|
+
"JOR",
|
|
4980
|
+
"KAZ",
|
|
4981
|
+
"KEN",
|
|
4982
|
+
"KIR",
|
|
4983
|
+
"PRK",
|
|
4984
|
+
"KOR",
|
|
4985
|
+
"KWT",
|
|
4986
|
+
"KGZ",
|
|
4987
|
+
"LAO",
|
|
4988
|
+
"LVA",
|
|
4989
|
+
"LBN",
|
|
4990
|
+
"LSO",
|
|
4991
|
+
"LBR",
|
|
4992
|
+
"LBY",
|
|
4993
|
+
"LIE",
|
|
4994
|
+
"LTU",
|
|
4995
|
+
"LUX",
|
|
4996
|
+
"MAC",
|
|
4997
|
+
"MDG",
|
|
4998
|
+
"MWI",
|
|
4999
|
+
"MYS",
|
|
5000
|
+
"MDV",
|
|
5001
|
+
"MLI",
|
|
5002
|
+
"MLT",
|
|
5003
|
+
"MHL",
|
|
5004
|
+
"MTQ",
|
|
5005
|
+
"MRT",
|
|
5006
|
+
"MUS",
|
|
5007
|
+
"MYT",
|
|
5008
|
+
"MEX",
|
|
5009
|
+
"FSM",
|
|
5010
|
+
"MDA",
|
|
5011
|
+
"MCO",
|
|
5012
|
+
"MNG",
|
|
5013
|
+
"MNE",
|
|
5014
|
+
"MSR",
|
|
5015
|
+
"MAR",
|
|
5016
|
+
"MOZ",
|
|
5017
|
+
"MMR",
|
|
5018
|
+
"NAM",
|
|
5019
|
+
"NRU",
|
|
5020
|
+
"NPL",
|
|
5021
|
+
"NLD",
|
|
5022
|
+
"NCL",
|
|
5023
|
+
"NZL",
|
|
5024
|
+
"NIC",
|
|
5025
|
+
"NER",
|
|
5026
|
+
"NGA",
|
|
5027
|
+
"NIU",
|
|
5028
|
+
"NFK",
|
|
5029
|
+
"MNP",
|
|
5030
|
+
"NOR",
|
|
5031
|
+
"OMN",
|
|
5032
|
+
"PAK",
|
|
5033
|
+
"PLW",
|
|
5034
|
+
"PSE",
|
|
5035
|
+
"PAN",
|
|
5036
|
+
"PNG",
|
|
5037
|
+
"PRY",
|
|
5038
|
+
"PER",
|
|
5039
|
+
"PHL",
|
|
5040
|
+
"PCN",
|
|
5041
|
+
"POL",
|
|
5042
|
+
"PRT",
|
|
5043
|
+
"PRI",
|
|
5044
|
+
"QAT",
|
|
5045
|
+
"MKD",
|
|
5046
|
+
"ROU",
|
|
5047
|
+
"RUS",
|
|
5048
|
+
"RWA",
|
|
5049
|
+
"REU",
|
|
5050
|
+
"BLM",
|
|
5051
|
+
"SHN",
|
|
5052
|
+
"KNA",
|
|
5053
|
+
"LCA",
|
|
5054
|
+
"MAF",
|
|
5055
|
+
"SPM",
|
|
5056
|
+
"VCT",
|
|
5057
|
+
"WSM",
|
|
5058
|
+
"SMR",
|
|
5059
|
+
"STP",
|
|
5060
|
+
"SAU",
|
|
5061
|
+
"SEN",
|
|
5062
|
+
"SRB",
|
|
5063
|
+
"SYC",
|
|
5064
|
+
"SLE",
|
|
5065
|
+
"SGP",
|
|
5066
|
+
"SXM",
|
|
5067
|
+
"SVK",
|
|
5068
|
+
"SVN",
|
|
5069
|
+
"SLB",
|
|
5070
|
+
"SOM",
|
|
5071
|
+
"ZAF",
|
|
5072
|
+
"SGS",
|
|
5073
|
+
"SSD",
|
|
5074
|
+
"ESP",
|
|
5075
|
+
"LKA",
|
|
5076
|
+
"SDN",
|
|
5077
|
+
"SUR",
|
|
5078
|
+
"SJM",
|
|
5079
|
+
"SWE",
|
|
5080
|
+
"CHE",
|
|
5081
|
+
"SYR",
|
|
5082
|
+
"TWN",
|
|
5083
|
+
"TJK",
|
|
5084
|
+
"TZA",
|
|
5085
|
+
"THA",
|
|
5086
|
+
"TLS",
|
|
5087
|
+
"TGO",
|
|
5088
|
+
"TKL",
|
|
5089
|
+
"TON",
|
|
5090
|
+
"TTO",
|
|
5091
|
+
"TUN",
|
|
5092
|
+
"TUR",
|
|
5093
|
+
"TKM",
|
|
5094
|
+
"TCA",
|
|
5095
|
+
"TUV",
|
|
5096
|
+
"UGA",
|
|
5097
|
+
"UKR",
|
|
5098
|
+
"ARE",
|
|
5099
|
+
"GBR",
|
|
5100
|
+
"UMI",
|
|
5101
|
+
"USA",
|
|
5102
|
+
"URY",
|
|
5103
|
+
"UZB",
|
|
5104
|
+
"VUT",
|
|
5105
|
+
"VEN",
|
|
5106
|
+
"VNM",
|
|
5107
|
+
"VGB",
|
|
5108
|
+
"VIR",
|
|
5109
|
+
"WLF",
|
|
5110
|
+
"ESH",
|
|
5111
|
+
"YEM",
|
|
5112
|
+
"ZMB",
|
|
5113
|
+
"ZWE",
|
|
5114
|
+
"ALA",
|
|
5115
|
+
"ANT",
|
|
5116
|
+
"XKX"
|
|
5117
|
+
],
|
|
5118
|
+
description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)"
|
|
5119
|
+
},
|
|
5120
|
+
nationality: {
|
|
5121
|
+
type: "string",
|
|
5122
|
+
"enum": [
|
|
5123
|
+
"AFG",
|
|
5124
|
+
"ALB",
|
|
5125
|
+
"DZA",
|
|
5126
|
+
"ASM",
|
|
5127
|
+
"AND",
|
|
5128
|
+
"AGO",
|
|
5129
|
+
"AIA",
|
|
5130
|
+
"ATA",
|
|
5131
|
+
"ATG",
|
|
5132
|
+
"ARG",
|
|
5133
|
+
"ARM",
|
|
5134
|
+
"ABW",
|
|
5135
|
+
"AUS",
|
|
5136
|
+
"AUT",
|
|
5137
|
+
"AZE",
|
|
5138
|
+
"BHS",
|
|
5139
|
+
"BHR",
|
|
5140
|
+
"BGD",
|
|
5141
|
+
"BRB",
|
|
5142
|
+
"BLR",
|
|
5143
|
+
"BEL",
|
|
5144
|
+
"BLZ",
|
|
5145
|
+
"BEN",
|
|
5146
|
+
"BMU",
|
|
5147
|
+
"BTN",
|
|
5148
|
+
"BOL",
|
|
5149
|
+
"BES",
|
|
5150
|
+
"BIH",
|
|
5151
|
+
"BWA",
|
|
5152
|
+
"BVT",
|
|
5153
|
+
"BRA",
|
|
5154
|
+
"IOT",
|
|
5155
|
+
"BRN",
|
|
5156
|
+
"BGR",
|
|
5157
|
+
"BFA",
|
|
5158
|
+
"BDI",
|
|
5159
|
+
"CPV",
|
|
5160
|
+
"KHM",
|
|
5161
|
+
"CMR",
|
|
5162
|
+
"CAN",
|
|
5163
|
+
"CYM",
|
|
5164
|
+
"CAF",
|
|
5165
|
+
"TCD",
|
|
5166
|
+
"CHL",
|
|
5167
|
+
"CHN",
|
|
5168
|
+
"CXR",
|
|
5169
|
+
"CCK",
|
|
5170
|
+
"COL",
|
|
5171
|
+
"COM",
|
|
5172
|
+
"COD",
|
|
5173
|
+
"COG",
|
|
5174
|
+
"COK",
|
|
5175
|
+
"CRI",
|
|
5176
|
+
"HRV",
|
|
5177
|
+
"CUB",
|
|
5178
|
+
"CUW",
|
|
5179
|
+
"CYP",
|
|
5180
|
+
"CZE",
|
|
5181
|
+
"CIV",
|
|
5182
|
+
"DNK",
|
|
5183
|
+
"DJI",
|
|
5184
|
+
"DMA",
|
|
5185
|
+
"DOM",
|
|
5186
|
+
"ECU",
|
|
5187
|
+
"EGY",
|
|
5188
|
+
"SLV",
|
|
5189
|
+
"GNQ",
|
|
5190
|
+
"ERI",
|
|
5191
|
+
"EST",
|
|
5192
|
+
"SWZ",
|
|
5193
|
+
"ETH",
|
|
5194
|
+
"FLK",
|
|
5195
|
+
"FRO",
|
|
5196
|
+
"FJI",
|
|
5197
|
+
"FIN",
|
|
5198
|
+
"FRA",
|
|
5199
|
+
"GUF",
|
|
5200
|
+
"PYF",
|
|
5201
|
+
"ATF",
|
|
5202
|
+
"GAB",
|
|
5203
|
+
"GMB",
|
|
5204
|
+
"GEO",
|
|
5205
|
+
"DEU",
|
|
5206
|
+
"GHA",
|
|
5207
|
+
"GIB",
|
|
5208
|
+
"GRC",
|
|
5209
|
+
"GRL",
|
|
5210
|
+
"GRD",
|
|
5211
|
+
"GLP",
|
|
5212
|
+
"GUM",
|
|
5213
|
+
"GTM",
|
|
5214
|
+
"GGY",
|
|
5215
|
+
"GIN",
|
|
5216
|
+
"GNB",
|
|
5217
|
+
"GUY",
|
|
5218
|
+
"HTI",
|
|
5219
|
+
"HMD",
|
|
5220
|
+
"VAT",
|
|
5221
|
+
"HND",
|
|
5222
|
+
"HKG",
|
|
5223
|
+
"HUN",
|
|
5224
|
+
"ISL",
|
|
5225
|
+
"IND",
|
|
5226
|
+
"IDN",
|
|
5227
|
+
"IRN",
|
|
5228
|
+
"IRQ",
|
|
5229
|
+
"IRL",
|
|
5230
|
+
"IMN",
|
|
5231
|
+
"ISR",
|
|
5232
|
+
"ITA",
|
|
5233
|
+
"JAM",
|
|
5234
|
+
"JPN",
|
|
5235
|
+
"JEY",
|
|
5236
|
+
"JOR",
|
|
5237
|
+
"KAZ",
|
|
5238
|
+
"KEN",
|
|
5239
|
+
"KIR",
|
|
5240
|
+
"PRK",
|
|
5241
|
+
"KOR",
|
|
5242
|
+
"KWT",
|
|
5243
|
+
"KGZ",
|
|
5244
|
+
"LAO",
|
|
5245
|
+
"LVA",
|
|
5246
|
+
"LBN",
|
|
5247
|
+
"LSO",
|
|
5248
|
+
"LBR",
|
|
5249
|
+
"LBY",
|
|
5250
|
+
"LIE",
|
|
5251
|
+
"LTU",
|
|
5252
|
+
"LUX",
|
|
5253
|
+
"MAC",
|
|
5254
|
+
"MDG",
|
|
5255
|
+
"MWI",
|
|
5256
|
+
"MYS",
|
|
5257
|
+
"MDV",
|
|
5258
|
+
"MLI",
|
|
5259
|
+
"MLT",
|
|
5260
|
+
"MHL",
|
|
5261
|
+
"MTQ",
|
|
5262
|
+
"MRT",
|
|
5263
|
+
"MUS",
|
|
5264
|
+
"MYT",
|
|
5265
|
+
"MEX",
|
|
5266
|
+
"FSM",
|
|
5267
|
+
"MDA",
|
|
5268
|
+
"MCO",
|
|
5269
|
+
"MNG",
|
|
5270
|
+
"MNE",
|
|
5271
|
+
"MSR",
|
|
5272
|
+
"MAR",
|
|
5273
|
+
"MOZ",
|
|
5274
|
+
"MMR",
|
|
5275
|
+
"NAM",
|
|
5276
|
+
"NRU",
|
|
5277
|
+
"NPL",
|
|
5278
|
+
"NLD",
|
|
5279
|
+
"NCL",
|
|
5280
|
+
"NZL",
|
|
5281
|
+
"NIC",
|
|
5282
|
+
"NER",
|
|
5283
|
+
"NGA",
|
|
5284
|
+
"NIU",
|
|
5285
|
+
"NFK",
|
|
5286
|
+
"MNP",
|
|
5287
|
+
"NOR",
|
|
5288
|
+
"OMN",
|
|
5289
|
+
"PAK",
|
|
5290
|
+
"PLW",
|
|
5291
|
+
"PSE",
|
|
5292
|
+
"PAN",
|
|
5293
|
+
"PNG",
|
|
5294
|
+
"PRY",
|
|
5295
|
+
"PER",
|
|
5296
|
+
"PHL",
|
|
5297
|
+
"PCN",
|
|
5298
|
+
"POL",
|
|
5299
|
+
"PRT",
|
|
5300
|
+
"PRI",
|
|
5301
|
+
"QAT",
|
|
5302
|
+
"MKD",
|
|
5303
|
+
"ROU",
|
|
5304
|
+
"RUS",
|
|
5305
|
+
"RWA",
|
|
5306
|
+
"REU",
|
|
5307
|
+
"BLM",
|
|
5308
|
+
"SHN",
|
|
5309
|
+
"KNA",
|
|
5310
|
+
"LCA",
|
|
5311
|
+
"MAF",
|
|
5312
|
+
"SPM",
|
|
5313
|
+
"VCT",
|
|
5314
|
+
"WSM",
|
|
5315
|
+
"SMR",
|
|
5316
|
+
"STP",
|
|
5317
|
+
"SAU",
|
|
5318
|
+
"SEN",
|
|
5319
|
+
"SRB",
|
|
5320
|
+
"SYC",
|
|
5321
|
+
"SLE",
|
|
5322
|
+
"SGP",
|
|
5323
|
+
"SXM",
|
|
5324
|
+
"SVK",
|
|
5325
|
+
"SVN",
|
|
5326
|
+
"SLB",
|
|
5327
|
+
"SOM",
|
|
5328
|
+
"ZAF",
|
|
5329
|
+
"SGS",
|
|
5330
|
+
"SSD",
|
|
5331
|
+
"ESP",
|
|
5332
|
+
"LKA",
|
|
5333
|
+
"SDN",
|
|
5334
|
+
"SUR",
|
|
5335
|
+
"SJM",
|
|
5336
|
+
"SWE",
|
|
5337
|
+
"CHE",
|
|
5338
|
+
"SYR",
|
|
5339
|
+
"TWN",
|
|
5340
|
+
"TJK",
|
|
5341
|
+
"TZA",
|
|
5342
|
+
"THA",
|
|
5343
|
+
"TLS",
|
|
5344
|
+
"TGO",
|
|
5345
|
+
"TKL",
|
|
5346
|
+
"TON",
|
|
5347
|
+
"TTO",
|
|
5348
|
+
"TUN",
|
|
5349
|
+
"TUR",
|
|
5350
|
+
"TKM",
|
|
5351
|
+
"TCA",
|
|
5352
|
+
"TUV",
|
|
5353
|
+
"UGA",
|
|
5354
|
+
"UKR",
|
|
5355
|
+
"ARE",
|
|
5356
|
+
"GBR",
|
|
5357
|
+
"UMI",
|
|
5358
|
+
"USA",
|
|
5359
|
+
"URY",
|
|
5360
|
+
"UZB",
|
|
5361
|
+
"VUT",
|
|
5362
|
+
"VEN",
|
|
5363
|
+
"VNM",
|
|
5364
|
+
"VGB",
|
|
5365
|
+
"VIR",
|
|
5366
|
+
"WLF",
|
|
5367
|
+
"ESH",
|
|
5368
|
+
"YEM",
|
|
5369
|
+
"ZMB",
|
|
5370
|
+
"ZWE",
|
|
5371
|
+
"ALA",
|
|
5372
|
+
"ANT",
|
|
5373
|
+
"XKX"
|
|
5374
|
+
],
|
|
5375
|
+
description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)"
|
|
5376
|
+
},
|
|
4837
5377
|
riskScore: {
|
|
4838
5378
|
type: "number"
|
|
4839
5379
|
},
|
|
4840
5380
|
riskLevel: {
|
|
4841
|
-
type: "string"
|
|
4842
|
-
},
|
|
4843
|
-
type: {
|
|
4844
5381
|
type: "string",
|
|
4845
5382
|
"enum": [
|
|
4846
|
-
"
|
|
4847
|
-
"
|
|
5383
|
+
"Low",
|
|
5384
|
+
"Medium",
|
|
5385
|
+
"High",
|
|
5386
|
+
"No risk"
|
|
4848
5387
|
]
|
|
4849
5388
|
},
|
|
4850
|
-
|
|
4851
|
-
type: "
|
|
4852
|
-
|
|
4853
|
-
|
|
4854
|
-
|
|
5389
|
+
type: {
|
|
5390
|
+
type: "string"
|
|
5391
|
+
},
|
|
5392
|
+
address: {
|
|
5393
|
+
type: "string"
|
|
4855
5394
|
}
|
|
4856
5395
|
},
|
|
4857
5396
|
additionalProperties: false
|
|
4858
5397
|
},
|
|
4859
|
-
|
|
5398
|
+
beneficiary: {
|
|
4860
5399
|
type: "object",
|
|
4861
5400
|
properties: {
|
|
4862
5401
|
countryOfResidence: {
|
|
@@ -5117,323 +5656,6 @@ var TransactionJsonSchema = {
|
|
|
5117
5656
|
description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)"
|
|
5118
5657
|
},
|
|
5119
5658
|
nationality: {
|
|
5120
|
-
anyOf: [
|
|
5121
|
-
{
|
|
5122
|
-
type: "string",
|
|
5123
|
-
"enum": [
|
|
5124
|
-
"AFG",
|
|
5125
|
-
"ALB",
|
|
5126
|
-
"DZA",
|
|
5127
|
-
"ASM",
|
|
5128
|
-
"AND",
|
|
5129
|
-
"AGO",
|
|
5130
|
-
"AIA",
|
|
5131
|
-
"ATA",
|
|
5132
|
-
"ATG",
|
|
5133
|
-
"ARG",
|
|
5134
|
-
"ARM",
|
|
5135
|
-
"ABW",
|
|
5136
|
-
"AUS",
|
|
5137
|
-
"AUT",
|
|
5138
|
-
"AZE",
|
|
5139
|
-
"BHS",
|
|
5140
|
-
"BHR",
|
|
5141
|
-
"BGD",
|
|
5142
|
-
"BRB",
|
|
5143
|
-
"BLR",
|
|
5144
|
-
"BEL",
|
|
5145
|
-
"BLZ",
|
|
5146
|
-
"BEN",
|
|
5147
|
-
"BMU",
|
|
5148
|
-
"BTN",
|
|
5149
|
-
"BOL",
|
|
5150
|
-
"BES",
|
|
5151
|
-
"BIH",
|
|
5152
|
-
"BWA",
|
|
5153
|
-
"BVT",
|
|
5154
|
-
"BRA",
|
|
5155
|
-
"IOT",
|
|
5156
|
-
"BRN",
|
|
5157
|
-
"BGR",
|
|
5158
|
-
"BFA",
|
|
5159
|
-
"BDI",
|
|
5160
|
-
"CPV",
|
|
5161
|
-
"KHM",
|
|
5162
|
-
"CMR",
|
|
5163
|
-
"CAN",
|
|
5164
|
-
"CYM",
|
|
5165
|
-
"CAF",
|
|
5166
|
-
"TCD",
|
|
5167
|
-
"CHL",
|
|
5168
|
-
"CHN",
|
|
5169
|
-
"CXR",
|
|
5170
|
-
"CCK",
|
|
5171
|
-
"COL",
|
|
5172
|
-
"COM",
|
|
5173
|
-
"COD",
|
|
5174
|
-
"COG",
|
|
5175
|
-
"COK",
|
|
5176
|
-
"CRI",
|
|
5177
|
-
"HRV",
|
|
5178
|
-
"CUB",
|
|
5179
|
-
"CUW",
|
|
5180
|
-
"CYP",
|
|
5181
|
-
"CZE",
|
|
5182
|
-
"CIV",
|
|
5183
|
-
"DNK",
|
|
5184
|
-
"DJI",
|
|
5185
|
-
"DMA",
|
|
5186
|
-
"DOM",
|
|
5187
|
-
"ECU",
|
|
5188
|
-
"EGY",
|
|
5189
|
-
"SLV",
|
|
5190
|
-
"GNQ",
|
|
5191
|
-
"ERI",
|
|
5192
|
-
"EST",
|
|
5193
|
-
"SWZ",
|
|
5194
|
-
"ETH",
|
|
5195
|
-
"FLK",
|
|
5196
|
-
"FRO",
|
|
5197
|
-
"FJI",
|
|
5198
|
-
"FIN",
|
|
5199
|
-
"FRA",
|
|
5200
|
-
"GUF",
|
|
5201
|
-
"PYF",
|
|
5202
|
-
"ATF",
|
|
5203
|
-
"GAB",
|
|
5204
|
-
"GMB",
|
|
5205
|
-
"GEO",
|
|
5206
|
-
"DEU",
|
|
5207
|
-
"GHA",
|
|
5208
|
-
"GIB",
|
|
5209
|
-
"GRC",
|
|
5210
|
-
"GRL",
|
|
5211
|
-
"GRD",
|
|
5212
|
-
"GLP",
|
|
5213
|
-
"GUM",
|
|
5214
|
-
"GTM",
|
|
5215
|
-
"GGY",
|
|
5216
|
-
"GIN",
|
|
5217
|
-
"GNB",
|
|
5218
|
-
"GUY",
|
|
5219
|
-
"HTI",
|
|
5220
|
-
"HMD",
|
|
5221
|
-
"VAT",
|
|
5222
|
-
"HND",
|
|
5223
|
-
"HKG",
|
|
5224
|
-
"HUN",
|
|
5225
|
-
"ISL",
|
|
5226
|
-
"IND",
|
|
5227
|
-
"IDN",
|
|
5228
|
-
"IRN",
|
|
5229
|
-
"IRQ",
|
|
5230
|
-
"IRL",
|
|
5231
|
-
"IMN",
|
|
5232
|
-
"ISR",
|
|
5233
|
-
"ITA",
|
|
5234
|
-
"JAM",
|
|
5235
|
-
"JPN",
|
|
5236
|
-
"JEY",
|
|
5237
|
-
"JOR",
|
|
5238
|
-
"KAZ",
|
|
5239
|
-
"KEN",
|
|
5240
|
-
"KIR",
|
|
5241
|
-
"PRK",
|
|
5242
|
-
"KOR",
|
|
5243
|
-
"KWT",
|
|
5244
|
-
"KGZ",
|
|
5245
|
-
"LAO",
|
|
5246
|
-
"LVA",
|
|
5247
|
-
"LBN",
|
|
5248
|
-
"LSO",
|
|
5249
|
-
"LBR",
|
|
5250
|
-
"LBY",
|
|
5251
|
-
"LIE",
|
|
5252
|
-
"LTU",
|
|
5253
|
-
"LUX",
|
|
5254
|
-
"MAC",
|
|
5255
|
-
"MDG",
|
|
5256
|
-
"MWI",
|
|
5257
|
-
"MYS",
|
|
5258
|
-
"MDV",
|
|
5259
|
-
"MLI",
|
|
5260
|
-
"MLT",
|
|
5261
|
-
"MHL",
|
|
5262
|
-
"MTQ",
|
|
5263
|
-
"MRT",
|
|
5264
|
-
"MUS",
|
|
5265
|
-
"MYT",
|
|
5266
|
-
"MEX",
|
|
5267
|
-
"FSM",
|
|
5268
|
-
"MDA",
|
|
5269
|
-
"MCO",
|
|
5270
|
-
"MNG",
|
|
5271
|
-
"MNE",
|
|
5272
|
-
"MSR",
|
|
5273
|
-
"MAR",
|
|
5274
|
-
"MOZ",
|
|
5275
|
-
"MMR",
|
|
5276
|
-
"NAM",
|
|
5277
|
-
"NRU",
|
|
5278
|
-
"NPL",
|
|
5279
|
-
"NLD",
|
|
5280
|
-
"NCL",
|
|
5281
|
-
"NZL",
|
|
5282
|
-
"NIC",
|
|
5283
|
-
"NER",
|
|
5284
|
-
"NGA",
|
|
5285
|
-
"NIU",
|
|
5286
|
-
"NFK",
|
|
5287
|
-
"MNP",
|
|
5288
|
-
"NOR",
|
|
5289
|
-
"OMN",
|
|
5290
|
-
"PAK",
|
|
5291
|
-
"PLW",
|
|
5292
|
-
"PSE",
|
|
5293
|
-
"PAN",
|
|
5294
|
-
"PNG",
|
|
5295
|
-
"PRY",
|
|
5296
|
-
"PER",
|
|
5297
|
-
"PHL",
|
|
5298
|
-
"PCN",
|
|
5299
|
-
"POL",
|
|
5300
|
-
"PRT",
|
|
5301
|
-
"PRI",
|
|
5302
|
-
"QAT",
|
|
5303
|
-
"MKD",
|
|
5304
|
-
"ROU",
|
|
5305
|
-
"RUS",
|
|
5306
|
-
"RWA",
|
|
5307
|
-
"REU",
|
|
5308
|
-
"BLM",
|
|
5309
|
-
"SHN",
|
|
5310
|
-
"KNA",
|
|
5311
|
-
"LCA",
|
|
5312
|
-
"MAF",
|
|
5313
|
-
"SPM",
|
|
5314
|
-
"VCT",
|
|
5315
|
-
"WSM",
|
|
5316
|
-
"SMR",
|
|
5317
|
-
"STP",
|
|
5318
|
-
"SAU",
|
|
5319
|
-
"SEN",
|
|
5320
|
-
"SRB",
|
|
5321
|
-
"SYC",
|
|
5322
|
-
"SLE",
|
|
5323
|
-
"SGP",
|
|
5324
|
-
"SXM",
|
|
5325
|
-
"SVK",
|
|
5326
|
-
"SVN",
|
|
5327
|
-
"SLB",
|
|
5328
|
-
"SOM",
|
|
5329
|
-
"ZAF",
|
|
5330
|
-
"SGS",
|
|
5331
|
-
"SSD",
|
|
5332
|
-
"ESP",
|
|
5333
|
-
"LKA",
|
|
5334
|
-
"SDN",
|
|
5335
|
-
"SUR",
|
|
5336
|
-
"SJM",
|
|
5337
|
-
"SWE",
|
|
5338
|
-
"CHE",
|
|
5339
|
-
"SYR",
|
|
5340
|
-
"TWN",
|
|
5341
|
-
"TJK",
|
|
5342
|
-
"TZA",
|
|
5343
|
-
"THA",
|
|
5344
|
-
"TLS",
|
|
5345
|
-
"TGO",
|
|
5346
|
-
"TKL",
|
|
5347
|
-
"TON",
|
|
5348
|
-
"TTO",
|
|
5349
|
-
"TUN",
|
|
5350
|
-
"TUR",
|
|
5351
|
-
"TKM",
|
|
5352
|
-
"TCA",
|
|
5353
|
-
"TUV",
|
|
5354
|
-
"UGA",
|
|
5355
|
-
"UKR",
|
|
5356
|
-
"ARE",
|
|
5357
|
-
"GBR",
|
|
5358
|
-
"UMI",
|
|
5359
|
-
"USA",
|
|
5360
|
-
"URY",
|
|
5361
|
-
"UZB",
|
|
5362
|
-
"VUT",
|
|
5363
|
-
"VEN",
|
|
5364
|
-
"VNM",
|
|
5365
|
-
"VGB",
|
|
5366
|
-
"VIR",
|
|
5367
|
-
"WLF",
|
|
5368
|
-
"ESH",
|
|
5369
|
-
"YEM",
|
|
5370
|
-
"ZMB",
|
|
5371
|
-
"ZWE",
|
|
5372
|
-
"ALA",
|
|
5373
|
-
"ANT",
|
|
5374
|
-
"XKX"
|
|
5375
|
-
],
|
|
5376
|
-
description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)"
|
|
5377
|
-
},
|
|
5378
|
-
{
|
|
5379
|
-
type: "null"
|
|
5380
|
-
}
|
|
5381
|
-
],
|
|
5382
|
-
description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)"
|
|
5383
|
-
},
|
|
5384
|
-
riskScore: {
|
|
5385
|
-
anyOf: [
|
|
5386
|
-
{
|
|
5387
|
-
type: "number"
|
|
5388
|
-
},
|
|
5389
|
-
{
|
|
5390
|
-
type: "null"
|
|
5391
|
-
}
|
|
5392
|
-
]
|
|
5393
|
-
},
|
|
5394
|
-
riskLevel: {
|
|
5395
|
-
anyOf: [
|
|
5396
|
-
{
|
|
5397
|
-
type: "string",
|
|
5398
|
-
"enum": [
|
|
5399
|
-
"Low",
|
|
5400
|
-
"Medium",
|
|
5401
|
-
"High",
|
|
5402
|
-
"No risk"
|
|
5403
|
-
]
|
|
5404
|
-
},
|
|
5405
|
-
{
|
|
5406
|
-
type: "null"
|
|
5407
|
-
}
|
|
5408
|
-
]
|
|
5409
|
-
},
|
|
5410
|
-
type: {
|
|
5411
|
-
anyOf: [
|
|
5412
|
-
{
|
|
5413
|
-
type: "string"
|
|
5414
|
-
},
|
|
5415
|
-
{
|
|
5416
|
-
type: "null"
|
|
5417
|
-
}
|
|
5418
|
-
]
|
|
5419
|
-
},
|
|
5420
|
-
address: {
|
|
5421
|
-
anyOf: [
|
|
5422
|
-
{
|
|
5423
|
-
type: "string"
|
|
5424
|
-
},
|
|
5425
|
-
{
|
|
5426
|
-
type: "null"
|
|
5427
|
-
}
|
|
5428
|
-
]
|
|
5429
|
-
}
|
|
5430
|
-
},
|
|
5431
|
-
additionalProperties: false
|
|
5432
|
-
},
|
|
5433
|
-
beneficiary: {
|
|
5434
|
-
type: "object",
|
|
5435
|
-
properties: {
|
|
5436
|
-
countryOfResidence: {
|
|
5437
5659
|
type: "string",
|
|
5438
5660
|
"enum": [
|
|
5439
5661
|
"AFG",
|
|
@@ -5690,316 +5912,23 @@ var TransactionJsonSchema = {
|
|
|
5690
5912
|
],
|
|
5691
5913
|
description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)"
|
|
5692
5914
|
},
|
|
5693
|
-
nationality: {
|
|
5694
|
-
anyOf: [
|
|
5695
|
-
{
|
|
5696
|
-
type: "string",
|
|
5697
|
-
"enum": [
|
|
5698
|
-
"AFG",
|
|
5699
|
-
"ALB",
|
|
5700
|
-
"DZA",
|
|
5701
|
-
"ASM",
|
|
5702
|
-
"AND",
|
|
5703
|
-
"AGO",
|
|
5704
|
-
"AIA",
|
|
5705
|
-
"ATA",
|
|
5706
|
-
"ATG",
|
|
5707
|
-
"ARG",
|
|
5708
|
-
"ARM",
|
|
5709
|
-
"ABW",
|
|
5710
|
-
"AUS",
|
|
5711
|
-
"AUT",
|
|
5712
|
-
"AZE",
|
|
5713
|
-
"BHS",
|
|
5714
|
-
"BHR",
|
|
5715
|
-
"BGD",
|
|
5716
|
-
"BRB",
|
|
5717
|
-
"BLR",
|
|
5718
|
-
"BEL",
|
|
5719
|
-
"BLZ",
|
|
5720
|
-
"BEN",
|
|
5721
|
-
"BMU",
|
|
5722
|
-
"BTN",
|
|
5723
|
-
"BOL",
|
|
5724
|
-
"BES",
|
|
5725
|
-
"BIH",
|
|
5726
|
-
"BWA",
|
|
5727
|
-
"BVT",
|
|
5728
|
-
"BRA",
|
|
5729
|
-
"IOT",
|
|
5730
|
-
"BRN",
|
|
5731
|
-
"BGR",
|
|
5732
|
-
"BFA",
|
|
5733
|
-
"BDI",
|
|
5734
|
-
"CPV",
|
|
5735
|
-
"KHM",
|
|
5736
|
-
"CMR",
|
|
5737
|
-
"CAN",
|
|
5738
|
-
"CYM",
|
|
5739
|
-
"CAF",
|
|
5740
|
-
"TCD",
|
|
5741
|
-
"CHL",
|
|
5742
|
-
"CHN",
|
|
5743
|
-
"CXR",
|
|
5744
|
-
"CCK",
|
|
5745
|
-
"COL",
|
|
5746
|
-
"COM",
|
|
5747
|
-
"COD",
|
|
5748
|
-
"COG",
|
|
5749
|
-
"COK",
|
|
5750
|
-
"CRI",
|
|
5751
|
-
"HRV",
|
|
5752
|
-
"CUB",
|
|
5753
|
-
"CUW",
|
|
5754
|
-
"CYP",
|
|
5755
|
-
"CZE",
|
|
5756
|
-
"CIV",
|
|
5757
|
-
"DNK",
|
|
5758
|
-
"DJI",
|
|
5759
|
-
"DMA",
|
|
5760
|
-
"DOM",
|
|
5761
|
-
"ECU",
|
|
5762
|
-
"EGY",
|
|
5763
|
-
"SLV",
|
|
5764
|
-
"GNQ",
|
|
5765
|
-
"ERI",
|
|
5766
|
-
"EST",
|
|
5767
|
-
"SWZ",
|
|
5768
|
-
"ETH",
|
|
5769
|
-
"FLK",
|
|
5770
|
-
"FRO",
|
|
5771
|
-
"FJI",
|
|
5772
|
-
"FIN",
|
|
5773
|
-
"FRA",
|
|
5774
|
-
"GUF",
|
|
5775
|
-
"PYF",
|
|
5776
|
-
"ATF",
|
|
5777
|
-
"GAB",
|
|
5778
|
-
"GMB",
|
|
5779
|
-
"GEO",
|
|
5780
|
-
"DEU",
|
|
5781
|
-
"GHA",
|
|
5782
|
-
"GIB",
|
|
5783
|
-
"GRC",
|
|
5784
|
-
"GRL",
|
|
5785
|
-
"GRD",
|
|
5786
|
-
"GLP",
|
|
5787
|
-
"GUM",
|
|
5788
|
-
"GTM",
|
|
5789
|
-
"GGY",
|
|
5790
|
-
"GIN",
|
|
5791
|
-
"GNB",
|
|
5792
|
-
"GUY",
|
|
5793
|
-
"HTI",
|
|
5794
|
-
"HMD",
|
|
5795
|
-
"VAT",
|
|
5796
|
-
"HND",
|
|
5797
|
-
"HKG",
|
|
5798
|
-
"HUN",
|
|
5799
|
-
"ISL",
|
|
5800
|
-
"IND",
|
|
5801
|
-
"IDN",
|
|
5802
|
-
"IRN",
|
|
5803
|
-
"IRQ",
|
|
5804
|
-
"IRL",
|
|
5805
|
-
"IMN",
|
|
5806
|
-
"ISR",
|
|
5807
|
-
"ITA",
|
|
5808
|
-
"JAM",
|
|
5809
|
-
"JPN",
|
|
5810
|
-
"JEY",
|
|
5811
|
-
"JOR",
|
|
5812
|
-
"KAZ",
|
|
5813
|
-
"KEN",
|
|
5814
|
-
"KIR",
|
|
5815
|
-
"PRK",
|
|
5816
|
-
"KOR",
|
|
5817
|
-
"KWT",
|
|
5818
|
-
"KGZ",
|
|
5819
|
-
"LAO",
|
|
5820
|
-
"LVA",
|
|
5821
|
-
"LBN",
|
|
5822
|
-
"LSO",
|
|
5823
|
-
"LBR",
|
|
5824
|
-
"LBY",
|
|
5825
|
-
"LIE",
|
|
5826
|
-
"LTU",
|
|
5827
|
-
"LUX",
|
|
5828
|
-
"MAC",
|
|
5829
|
-
"MDG",
|
|
5830
|
-
"MWI",
|
|
5831
|
-
"MYS",
|
|
5832
|
-
"MDV",
|
|
5833
|
-
"MLI",
|
|
5834
|
-
"MLT",
|
|
5835
|
-
"MHL",
|
|
5836
|
-
"MTQ",
|
|
5837
|
-
"MRT",
|
|
5838
|
-
"MUS",
|
|
5839
|
-
"MYT",
|
|
5840
|
-
"MEX",
|
|
5841
|
-
"FSM",
|
|
5842
|
-
"MDA",
|
|
5843
|
-
"MCO",
|
|
5844
|
-
"MNG",
|
|
5845
|
-
"MNE",
|
|
5846
|
-
"MSR",
|
|
5847
|
-
"MAR",
|
|
5848
|
-
"MOZ",
|
|
5849
|
-
"MMR",
|
|
5850
|
-
"NAM",
|
|
5851
|
-
"NRU",
|
|
5852
|
-
"NPL",
|
|
5853
|
-
"NLD",
|
|
5854
|
-
"NCL",
|
|
5855
|
-
"NZL",
|
|
5856
|
-
"NIC",
|
|
5857
|
-
"NER",
|
|
5858
|
-
"NGA",
|
|
5859
|
-
"NIU",
|
|
5860
|
-
"NFK",
|
|
5861
|
-
"MNP",
|
|
5862
|
-
"NOR",
|
|
5863
|
-
"OMN",
|
|
5864
|
-
"PAK",
|
|
5865
|
-
"PLW",
|
|
5866
|
-
"PSE",
|
|
5867
|
-
"PAN",
|
|
5868
|
-
"PNG",
|
|
5869
|
-
"PRY",
|
|
5870
|
-
"PER",
|
|
5871
|
-
"PHL",
|
|
5872
|
-
"PCN",
|
|
5873
|
-
"POL",
|
|
5874
|
-
"PRT",
|
|
5875
|
-
"PRI",
|
|
5876
|
-
"QAT",
|
|
5877
|
-
"MKD",
|
|
5878
|
-
"ROU",
|
|
5879
|
-
"RUS",
|
|
5880
|
-
"RWA",
|
|
5881
|
-
"REU",
|
|
5882
|
-
"BLM",
|
|
5883
|
-
"SHN",
|
|
5884
|
-
"KNA",
|
|
5885
|
-
"LCA",
|
|
5886
|
-
"MAF",
|
|
5887
|
-
"SPM",
|
|
5888
|
-
"VCT",
|
|
5889
|
-
"WSM",
|
|
5890
|
-
"SMR",
|
|
5891
|
-
"STP",
|
|
5892
|
-
"SAU",
|
|
5893
|
-
"SEN",
|
|
5894
|
-
"SRB",
|
|
5895
|
-
"SYC",
|
|
5896
|
-
"SLE",
|
|
5897
|
-
"SGP",
|
|
5898
|
-
"SXM",
|
|
5899
|
-
"SVK",
|
|
5900
|
-
"SVN",
|
|
5901
|
-
"SLB",
|
|
5902
|
-
"SOM",
|
|
5903
|
-
"ZAF",
|
|
5904
|
-
"SGS",
|
|
5905
|
-
"SSD",
|
|
5906
|
-
"ESP",
|
|
5907
|
-
"LKA",
|
|
5908
|
-
"SDN",
|
|
5909
|
-
"SUR",
|
|
5910
|
-
"SJM",
|
|
5911
|
-
"SWE",
|
|
5912
|
-
"CHE",
|
|
5913
|
-
"SYR",
|
|
5914
|
-
"TWN",
|
|
5915
|
-
"TJK",
|
|
5916
|
-
"TZA",
|
|
5917
|
-
"THA",
|
|
5918
|
-
"TLS",
|
|
5919
|
-
"TGO",
|
|
5920
|
-
"TKL",
|
|
5921
|
-
"TON",
|
|
5922
|
-
"TTO",
|
|
5923
|
-
"TUN",
|
|
5924
|
-
"TUR",
|
|
5925
|
-
"TKM",
|
|
5926
|
-
"TCA",
|
|
5927
|
-
"TUV",
|
|
5928
|
-
"UGA",
|
|
5929
|
-
"UKR",
|
|
5930
|
-
"ARE",
|
|
5931
|
-
"GBR",
|
|
5932
|
-
"UMI",
|
|
5933
|
-
"USA",
|
|
5934
|
-
"URY",
|
|
5935
|
-
"UZB",
|
|
5936
|
-
"VUT",
|
|
5937
|
-
"VEN",
|
|
5938
|
-
"VNM",
|
|
5939
|
-
"VGB",
|
|
5940
|
-
"VIR",
|
|
5941
|
-
"WLF",
|
|
5942
|
-
"ESH",
|
|
5943
|
-
"YEM",
|
|
5944
|
-
"ZMB",
|
|
5945
|
-
"ZWE",
|
|
5946
|
-
"ALA",
|
|
5947
|
-
"ANT",
|
|
5948
|
-
"XKX"
|
|
5949
|
-
],
|
|
5950
|
-
description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)"
|
|
5951
|
-
},
|
|
5952
|
-
{
|
|
5953
|
-
type: "null"
|
|
5954
|
-
}
|
|
5955
|
-
],
|
|
5956
|
-
description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)"
|
|
5957
|
-
},
|
|
5958
5915
|
riskScore: {
|
|
5959
|
-
|
|
5960
|
-
{
|
|
5961
|
-
type: "number"
|
|
5962
|
-
},
|
|
5963
|
-
{
|
|
5964
|
-
type: "null"
|
|
5965
|
-
}
|
|
5966
|
-
]
|
|
5916
|
+
type: "number"
|
|
5967
5917
|
},
|
|
5968
5918
|
riskLevel: {
|
|
5969
|
-
|
|
5970
|
-
|
|
5971
|
-
|
|
5972
|
-
|
|
5973
|
-
|
|
5974
|
-
|
|
5975
|
-
"High",
|
|
5976
|
-
"No risk"
|
|
5977
|
-
]
|
|
5978
|
-
},
|
|
5979
|
-
{
|
|
5980
|
-
type: "null"
|
|
5981
|
-
}
|
|
5919
|
+
type: "string",
|
|
5920
|
+
"enum": [
|
|
5921
|
+
"Low",
|
|
5922
|
+
"Medium",
|
|
5923
|
+
"High",
|
|
5924
|
+
"No risk"
|
|
5982
5925
|
]
|
|
5983
5926
|
},
|
|
5984
5927
|
type: {
|
|
5985
|
-
|
|
5986
|
-
{
|
|
5987
|
-
type: "string"
|
|
5988
|
-
},
|
|
5989
|
-
{
|
|
5990
|
-
type: "null"
|
|
5991
|
-
}
|
|
5992
|
-
]
|
|
5928
|
+
type: "string"
|
|
5993
5929
|
},
|
|
5994
5930
|
address: {
|
|
5995
|
-
|
|
5996
|
-
{
|
|
5997
|
-
type: "string"
|
|
5998
|
-
},
|
|
5999
|
-
{
|
|
6000
|
-
type: "null"
|
|
6001
|
-
}
|
|
6002
|
-
]
|
|
5931
|
+
type: "string"
|
|
6003
5932
|
}
|
|
6004
5933
|
},
|
|
6005
5934
|
additionalProperties: false
|
|
@@ -6184,25 +6113,24 @@ var TransactionStats = z.object({
|
|
|
6184
6113
|
totalAmountUsd: z.number().optional(),
|
|
6185
6114
|
maxAmountUsd: z.number().optional()
|
|
6186
6115
|
});
|
|
6116
|
+
var DecimalSchema = z["instanceof"](Decimal).describe("decimal");
|
|
6187
6117
|
var PartySchema = z.object({
|
|
6188
6118
|
countryOfResidence: ISO3CountryCode.optional(),
|
|
6189
|
-
nationality: ISO3CountryCode.
|
|
6190
|
-
riskScore: z.number().
|
|
6191
|
-
riskLevel: TransactionRiskLevel.
|
|
6192
|
-
type: z.string().
|
|
6193
|
-
address: z.string().
|
|
6119
|
+
nationality: ISO3CountryCode.optional(),
|
|
6120
|
+
riskScore: z.number().optional(),
|
|
6121
|
+
riskLevel: TransactionRiskLevel.optional(),
|
|
6122
|
+
type: z.string().optional(),
|
|
6123
|
+
address: z.string().optional()
|
|
6194
6124
|
}).optional();
|
|
6195
|
-
|
|
6196
|
-
// @todo
|
|
6197
6125
|
var TransactionZodSchema = z.object({
|
|
6198
6126
|
amount: z.object({
|
|
6199
|
-
USD:
|
|
6200
|
-
EUR:
|
|
6201
|
-
GBP:
|
|
6202
|
-
}),
|
|
6127
|
+
USD: DecimalSchema.optional(),
|
|
6128
|
+
EUR: DecimalSchema.optional(),
|
|
6129
|
+
GBP: DecimalSchema.optional()
|
|
6130
|
+
}).optional(),
|
|
6203
6131
|
event: z.object({
|
|
6204
6132
|
transactionDate: z.coerce.date().optional(),
|
|
6205
|
-
amount:
|
|
6133
|
+
amount: DecimalSchema.optional(),
|
|
6206
6134
|
riskScore: z.number().optional(),
|
|
6207
6135
|
riskLevel: z.string().optional(),
|
|
6208
6136
|
type: TransactionType.optional(),
|