@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.
Files changed (48) hide show
  1. package/dist/{CoinMarketCap.schema-c439caf2.cjs.dev.cjs → CoinMarketCap.schema-493669af.cjs.dev.cjs} +2 -2
  2. package/dist/{CoinMarketCap.schema-5f10bd00.cjs.prod.cjs → CoinMarketCap.schema-4e3bcf69.cjs.prod.cjs} +2 -2
  3. package/dist/{CoinMarketCap.schema-4d0ccbeb.esm.mjs → CoinMarketCap.schema-7d62c182.esm.mjs} +2 -2
  4. package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -0
  5. package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
  6. package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -0
  7. package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/identity/kyc.schema.d.ts +20 -0
  9. package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
  10. package/dist/declarations/src/identity/query.schema.d.ts +14 -0
  11. package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
  12. package/dist/declarations/src/identity/scenario.schema.d.ts +30 -0
  13. package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
  14. package/dist/declarations/src/identity/zkps.schema.d.ts +17 -0
  15. package/dist/declarations/src/identity/zkps.schema.d.ts.map +1 -1
  16. package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +536 -563
  17. package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +14 -10
  18. package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -1
  19. package/dist/declarations/src/vault/vault.schema.d.ts +80 -80
  20. package/dist/{frontend-utilities.schema-fe490a0a.cjs.dev.cjs → frontend-utilities.schema-1bef095c.cjs.dev.cjs} +2 -2
  21. package/dist/{frontend-utilities.schema-07e45128.cjs.prod.cjs → frontend-utilities.schema-3f4e6aee.cjs.prod.cjs} +2 -2
  22. package/dist/{frontend-utilities.schema-acb424a1.esm.mjs → frontend-utilities.schema-b72fd55c.esm.mjs} +2 -2
  23. package/dist/{identity-api.schema-e274ffce.cjs.dev.cjs → identity-api.schema-36bc5aa8.cjs.dev.cjs} +3 -1
  24. package/dist/{identity-api.schema-a9229381.cjs.prod.cjs → identity-api.schema-4ff24900.cjs.prod.cjs} +3 -1
  25. package/dist/{identity-api.schema-b581e8e9.esm.mjs → identity-api.schema-66e97d9d.esm.mjs} +3 -1
  26. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +3 -3
  27. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +3 -3
  28. package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
  29. package/dist/package.json +1 -1
  30. package/dist/{vault.schema-fe00dd84.esm.mjs → vault.schema-1c695a28.esm.mjs} +576 -648
  31. package/dist/{vault.schema-dec7f787.cjs.prod.cjs → vault.schema-91351642.cjs.dev.cjs} +576 -648
  32. package/dist/{vault.schema-f3ca319e.cjs.dev.cjs → vault.schema-c69b9a1d.cjs.prod.cjs} +576 -648
  33. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
  34. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
  35. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  36. package/package.json +1 -1
  37. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
  38. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
  39. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  40. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
  41. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
  42. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
  43. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  44. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  45. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  46. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
  47. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
  48. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
@@ -7,16 +7,17 @@ interface Transaction {
7
7
  amount: {
8
8
  type: "object";
9
9
  properties: {
10
- usd: { type: "string" };
11
- eur: { type: "string" };
12
- gbp: { type: "string" };
10
+ USD: { description: "decimal" };
11
+ EUR: { description: "decimal" };
12
+ GBP: { description: "decimal" };
13
13
  };
14
+ additionalProperties: false;
14
15
  };
15
16
  event: {
16
17
  type: "object";
17
18
  properties: {
18
19
  transactionDate: { type: "string"; format: "date-time" };
19
- amount: { type: "string" };
20
+ amount: { description: "decimal" };
20
21
  riskScore: { type: "number" };
21
22
  riskLevel: { type: "string" };
22
23
  type: { type: "string"; enum: ["crypto", "fiat"] };
@@ -285,290 +286,6 @@ interface Transaction {
285
286
  description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)";
286
287
  };
287
288
  nationality: {
288
- anyOf: [
289
- {
290
- type: "string";
291
- enum: [
292
- "AFG",
293
- "ALB",
294
- "DZA",
295
- "ASM",
296
- "AND",
297
- "AGO",
298
- "AIA",
299
- "ATA",
300
- "ATG",
301
- "ARG",
302
- "ARM",
303
- "ABW",
304
- "AUS",
305
- "AUT",
306
- "AZE",
307
- "BHS",
308
- "BHR",
309
- "BGD",
310
- "BRB",
311
- "BLR",
312
- "BEL",
313
- "BLZ",
314
- "BEN",
315
- "BMU",
316
- "BTN",
317
- "BOL",
318
- "BES",
319
- "BIH",
320
- "BWA",
321
- "BVT",
322
- "BRA",
323
- "IOT",
324
- "BRN",
325
- "BGR",
326
- "BFA",
327
- "BDI",
328
- "CPV",
329
- "KHM",
330
- "CMR",
331
- "CAN",
332
- "CYM",
333
- "CAF",
334
- "TCD",
335
- "CHL",
336
- "CHN",
337
- "CXR",
338
- "CCK",
339
- "COL",
340
- "COM",
341
- "COD",
342
- "COG",
343
- "COK",
344
- "CRI",
345
- "HRV",
346
- "CUB",
347
- "CUW",
348
- "CYP",
349
- "CZE",
350
- "CIV",
351
- "DNK",
352
- "DJI",
353
- "DMA",
354
- "DOM",
355
- "ECU",
356
- "EGY",
357
- "SLV",
358
- "GNQ",
359
- "ERI",
360
- "EST",
361
- "SWZ",
362
- "ETH",
363
- "FLK",
364
- "FRO",
365
- "FJI",
366
- "FIN",
367
- "FRA",
368
- "GUF",
369
- "PYF",
370
- "ATF",
371
- "GAB",
372
- "GMB",
373
- "GEO",
374
- "DEU",
375
- "GHA",
376
- "GIB",
377
- "GRC",
378
- "GRL",
379
- "GRD",
380
- "GLP",
381
- "GUM",
382
- "GTM",
383
- "GGY",
384
- "GIN",
385
- "GNB",
386
- "GUY",
387
- "HTI",
388
- "HMD",
389
- "VAT",
390
- "HND",
391
- "HKG",
392
- "HUN",
393
- "ISL",
394
- "IND",
395
- "IDN",
396
- "IRN",
397
- "IRQ",
398
- "IRL",
399
- "IMN",
400
- "ISR",
401
- "ITA",
402
- "JAM",
403
- "JPN",
404
- "JEY",
405
- "JOR",
406
- "KAZ",
407
- "KEN",
408
- "KIR",
409
- "PRK",
410
- "KOR",
411
- "KWT",
412
- "KGZ",
413
- "LAO",
414
- "LVA",
415
- "LBN",
416
- "LSO",
417
- "LBR",
418
- "LBY",
419
- "LIE",
420
- "LTU",
421
- "LUX",
422
- "MAC",
423
- "MDG",
424
- "MWI",
425
- "MYS",
426
- "MDV",
427
- "MLI",
428
- "MLT",
429
- "MHL",
430
- "MTQ",
431
- "MRT",
432
- "MUS",
433
- "MYT",
434
- "MEX",
435
- "FSM",
436
- "MDA",
437
- "MCO",
438
- "MNG",
439
- "MNE",
440
- "MSR",
441
- "MAR",
442
- "MOZ",
443
- "MMR",
444
- "NAM",
445
- "NRU",
446
- "NPL",
447
- "NLD",
448
- "NCL",
449
- "NZL",
450
- "NIC",
451
- "NER",
452
- "NGA",
453
- "NIU",
454
- "NFK",
455
- "MNP",
456
- "NOR",
457
- "OMN",
458
- "PAK",
459
- "PLW",
460
- "PSE",
461
- "PAN",
462
- "PNG",
463
- "PRY",
464
- "PER",
465
- "PHL",
466
- "PCN",
467
- "POL",
468
- "PRT",
469
- "PRI",
470
- "QAT",
471
- "MKD",
472
- "ROU",
473
- "RUS",
474
- "RWA",
475
- "REU",
476
- "BLM",
477
- "SHN",
478
- "KNA",
479
- "LCA",
480
- "MAF",
481
- "SPM",
482
- "VCT",
483
- "WSM",
484
- "SMR",
485
- "STP",
486
- "SAU",
487
- "SEN",
488
- "SRB",
489
- "SYC",
490
- "SLE",
491
- "SGP",
492
- "SXM",
493
- "SVK",
494
- "SVN",
495
- "SLB",
496
- "SOM",
497
- "ZAF",
498
- "SGS",
499
- "SSD",
500
- "ESP",
501
- "LKA",
502
- "SDN",
503
- "SUR",
504
- "SJM",
505
- "SWE",
506
- "CHE",
507
- "SYR",
508
- "TWN",
509
- "TJK",
510
- "TZA",
511
- "THA",
512
- "TLS",
513
- "TGO",
514
- "TKL",
515
- "TON",
516
- "TTO",
517
- "TUN",
518
- "TUR",
519
- "TKM",
520
- "TCA",
521
- "TUV",
522
- "UGA",
523
- "UKR",
524
- "ARE",
525
- "GBR",
526
- "UMI",
527
- "USA",
528
- "URY",
529
- "UZB",
530
- "VUT",
531
- "VEN",
532
- "VNM",
533
- "VGB",
534
- "VIR",
535
- "WLF",
536
- "ESH",
537
- "YEM",
538
- "ZMB",
539
- "ZWE",
540
- "ALA",
541
- "ANT",
542
- "XKX",
543
- ];
544
- description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)";
545
- },
546
- { type: "null" },
547
- ];
548
- description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)";
549
- };
550
- riskScore: {
551
- anyOf: [{ type: "number" }, { type: "null" }];
552
- };
553
- riskLevel: {
554
- anyOf: [
555
- { type: "string"; enum: ["Low", "Medium", "High", "No risk"] },
556
- { type: "null" },
557
- ];
558
- };
559
- type: {
560
- anyOf: [{ type: "string" }, { type: "null" }];
561
- };
562
- address: {
563
- anyOf: [{ type: "string" }, { type: "null" }];
564
- };
565
- };
566
- additionalProperties: false;
567
- };
568
- beneficiary: {
569
- type: "object";
570
- properties: {
571
- countryOfResidence: {
572
289
  type: "string";
573
290
  enum: [
574
291
  "AFG",
@@ -825,284 +542,540 @@ interface Transaction {
825
542
  ];
826
543
  description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)";
827
544
  };
828
- nationality: {
829
- anyOf: [
830
- {
831
- type: "string";
832
- enum: [
833
- "AFG",
834
- "ALB",
835
- "DZA",
836
- "ASM",
837
- "AND",
838
- "AGO",
839
- "AIA",
840
- "ATA",
841
- "ATG",
842
- "ARG",
843
- "ARM",
844
- "ABW",
845
- "AUS",
846
- "AUT",
847
- "AZE",
848
- "BHS",
849
- "BHR",
850
- "BGD",
851
- "BRB",
852
- "BLR",
853
- "BEL",
854
- "BLZ",
855
- "BEN",
856
- "BMU",
857
- "BTN",
858
- "BOL",
859
- "BES",
860
- "BIH",
861
- "BWA",
862
- "BVT",
863
- "BRA",
864
- "IOT",
865
- "BRN",
866
- "BGR",
867
- "BFA",
868
- "BDI",
869
- "CPV",
870
- "KHM",
871
- "CMR",
872
- "CAN",
873
- "CYM",
874
- "CAF",
875
- "TCD",
876
- "CHL",
877
- "CHN",
878
- "CXR",
879
- "CCK",
880
- "COL",
881
- "COM",
882
- "COD",
883
- "COG",
884
- "COK",
885
- "CRI",
886
- "HRV",
887
- "CUB",
888
- "CUW",
889
- "CYP",
890
- "CZE",
891
- "CIV",
892
- "DNK",
893
- "DJI",
894
- "DMA",
895
- "DOM",
896
- "ECU",
897
- "EGY",
898
- "SLV",
899
- "GNQ",
900
- "ERI",
901
- "EST",
902
- "SWZ",
903
- "ETH",
904
- "FLK",
905
- "FRO",
906
- "FJI",
907
- "FIN",
908
- "FRA",
909
- "GUF",
910
- "PYF",
911
- "ATF",
912
- "GAB",
913
- "GMB",
914
- "GEO",
915
- "DEU",
916
- "GHA",
917
- "GIB",
918
- "GRC",
919
- "GRL",
920
- "GRD",
921
- "GLP",
922
- "GUM",
923
- "GTM",
924
- "GGY",
925
- "GIN",
926
- "GNB",
927
- "GUY",
928
- "HTI",
929
- "HMD",
930
- "VAT",
931
- "HND",
932
- "HKG",
933
- "HUN",
934
- "ISL",
935
- "IND",
936
- "IDN",
937
- "IRN",
938
- "IRQ",
939
- "IRL",
940
- "IMN",
941
- "ISR",
942
- "ITA",
943
- "JAM",
944
- "JPN",
945
- "JEY",
946
- "JOR",
947
- "KAZ",
948
- "KEN",
949
- "KIR",
950
- "PRK",
951
- "KOR",
952
- "KWT",
953
- "KGZ",
954
- "LAO",
955
- "LVA",
956
- "LBN",
957
- "LSO",
958
- "LBR",
959
- "LBY",
960
- "LIE",
961
- "LTU",
962
- "LUX",
963
- "MAC",
964
- "MDG",
965
- "MWI",
966
- "MYS",
967
- "MDV",
968
- "MLI",
969
- "MLT",
970
- "MHL",
971
- "MTQ",
972
- "MRT",
973
- "MUS",
974
- "MYT",
975
- "MEX",
976
- "FSM",
977
- "MDA",
978
- "MCO",
979
- "MNG",
980
- "MNE",
981
- "MSR",
982
- "MAR",
983
- "MOZ",
984
- "MMR",
985
- "NAM",
986
- "NRU",
987
- "NPL",
988
- "NLD",
989
- "NCL",
990
- "NZL",
991
- "NIC",
992
- "NER",
993
- "NGA",
994
- "NIU",
995
- "NFK",
996
- "MNP",
997
- "NOR",
998
- "OMN",
999
- "PAK",
1000
- "PLW",
1001
- "PSE",
1002
- "PAN",
1003
- "PNG",
1004
- "PRY",
1005
- "PER",
1006
- "PHL",
1007
- "PCN",
1008
- "POL",
1009
- "PRT",
1010
- "PRI",
1011
- "QAT",
1012
- "MKD",
1013
- "ROU",
1014
- "RUS",
1015
- "RWA",
1016
- "REU",
1017
- "BLM",
1018
- "SHN",
1019
- "KNA",
1020
- "LCA",
1021
- "MAF",
1022
- "SPM",
1023
- "VCT",
1024
- "WSM",
1025
- "SMR",
1026
- "STP",
1027
- "SAU",
1028
- "SEN",
1029
- "SRB",
1030
- "SYC",
1031
- "SLE",
1032
- "SGP",
1033
- "SXM",
1034
- "SVK",
1035
- "SVN",
1036
- "SLB",
1037
- "SOM",
1038
- "ZAF",
1039
- "SGS",
1040
- "SSD",
1041
- "ESP",
1042
- "LKA",
1043
- "SDN",
1044
- "SUR",
1045
- "SJM",
1046
- "SWE",
1047
- "CHE",
1048
- "SYR",
1049
- "TWN",
1050
- "TJK",
1051
- "TZA",
1052
- "THA",
1053
- "TLS",
1054
- "TGO",
1055
- "TKL",
1056
- "TON",
1057
- "TTO",
1058
- "TUN",
1059
- "TUR",
1060
- "TKM",
1061
- "TCA",
1062
- "TUV",
1063
- "UGA",
1064
- "UKR",
1065
- "ARE",
1066
- "GBR",
1067
- "UMI",
1068
- "USA",
1069
- "URY",
1070
- "UZB",
1071
- "VUT",
1072
- "VEN",
1073
- "VNM",
1074
- "VGB",
1075
- "VIR",
1076
- "WLF",
1077
- "ESH",
1078
- "YEM",
1079
- "ZMB",
1080
- "ZWE",
1081
- "ALA",
1082
- "ANT",
1083
- "XKX",
1084
- ];
1085
- description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)";
1086
- },
1087
- { type: "null" },
1088
- ];
1089
- description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)";
1090
- };
1091
- riskScore: {
1092
- anyOf: [{ type: "number" }, { type: "null" }];
1093
- };
545
+ riskScore: { type: "number" };
1094
546
  riskLevel: {
1095
- anyOf: [
1096
- { type: "string"; enum: ["Low", "Medium", "High", "No risk"] },
1097
- { type: "null" },
1098
- ];
1099
- };
1100
- type: {
1101
- anyOf: [{ type: "string" }, { type: "null" }];
547
+ type: "string";
548
+ enum: ["Low", "Medium", "High", "No risk"];
1102
549
  };
1103
- address: {
1104
- anyOf: [{ type: "string" }, { type: "null" }];
550
+ type: { type: "string" };
551
+ address: { type: "string" };
552
+ };
553
+ additionalProperties: false;
554
+ };
555
+ beneficiary: {
556
+ type: "object";
557
+ properties: {
558
+ countryOfResidence: {
559
+ type: "string";
560
+ enum: [
561
+ "AFG",
562
+ "ALB",
563
+ "DZA",
564
+ "ASM",
565
+ "AND",
566
+ "AGO",
567
+ "AIA",
568
+ "ATA",
569
+ "ATG",
570
+ "ARG",
571
+ "ARM",
572
+ "ABW",
573
+ "AUS",
574
+ "AUT",
575
+ "AZE",
576
+ "BHS",
577
+ "BHR",
578
+ "BGD",
579
+ "BRB",
580
+ "BLR",
581
+ "BEL",
582
+ "BLZ",
583
+ "BEN",
584
+ "BMU",
585
+ "BTN",
586
+ "BOL",
587
+ "BES",
588
+ "BIH",
589
+ "BWA",
590
+ "BVT",
591
+ "BRA",
592
+ "IOT",
593
+ "BRN",
594
+ "BGR",
595
+ "BFA",
596
+ "BDI",
597
+ "CPV",
598
+ "KHM",
599
+ "CMR",
600
+ "CAN",
601
+ "CYM",
602
+ "CAF",
603
+ "TCD",
604
+ "CHL",
605
+ "CHN",
606
+ "CXR",
607
+ "CCK",
608
+ "COL",
609
+ "COM",
610
+ "COD",
611
+ "COG",
612
+ "COK",
613
+ "CRI",
614
+ "HRV",
615
+ "CUB",
616
+ "CUW",
617
+ "CYP",
618
+ "CZE",
619
+ "CIV",
620
+ "DNK",
621
+ "DJI",
622
+ "DMA",
623
+ "DOM",
624
+ "ECU",
625
+ "EGY",
626
+ "SLV",
627
+ "GNQ",
628
+ "ERI",
629
+ "EST",
630
+ "SWZ",
631
+ "ETH",
632
+ "FLK",
633
+ "FRO",
634
+ "FJI",
635
+ "FIN",
636
+ "FRA",
637
+ "GUF",
638
+ "PYF",
639
+ "ATF",
640
+ "GAB",
641
+ "GMB",
642
+ "GEO",
643
+ "DEU",
644
+ "GHA",
645
+ "GIB",
646
+ "GRC",
647
+ "GRL",
648
+ "GRD",
649
+ "GLP",
650
+ "GUM",
651
+ "GTM",
652
+ "GGY",
653
+ "GIN",
654
+ "GNB",
655
+ "GUY",
656
+ "HTI",
657
+ "HMD",
658
+ "VAT",
659
+ "HND",
660
+ "HKG",
661
+ "HUN",
662
+ "ISL",
663
+ "IND",
664
+ "IDN",
665
+ "IRN",
666
+ "IRQ",
667
+ "IRL",
668
+ "IMN",
669
+ "ISR",
670
+ "ITA",
671
+ "JAM",
672
+ "JPN",
673
+ "JEY",
674
+ "JOR",
675
+ "KAZ",
676
+ "KEN",
677
+ "KIR",
678
+ "PRK",
679
+ "KOR",
680
+ "KWT",
681
+ "KGZ",
682
+ "LAO",
683
+ "LVA",
684
+ "LBN",
685
+ "LSO",
686
+ "LBR",
687
+ "LBY",
688
+ "LIE",
689
+ "LTU",
690
+ "LUX",
691
+ "MAC",
692
+ "MDG",
693
+ "MWI",
694
+ "MYS",
695
+ "MDV",
696
+ "MLI",
697
+ "MLT",
698
+ "MHL",
699
+ "MTQ",
700
+ "MRT",
701
+ "MUS",
702
+ "MYT",
703
+ "MEX",
704
+ "FSM",
705
+ "MDA",
706
+ "MCO",
707
+ "MNG",
708
+ "MNE",
709
+ "MSR",
710
+ "MAR",
711
+ "MOZ",
712
+ "MMR",
713
+ "NAM",
714
+ "NRU",
715
+ "NPL",
716
+ "NLD",
717
+ "NCL",
718
+ "NZL",
719
+ "NIC",
720
+ "NER",
721
+ "NGA",
722
+ "NIU",
723
+ "NFK",
724
+ "MNP",
725
+ "NOR",
726
+ "OMN",
727
+ "PAK",
728
+ "PLW",
729
+ "PSE",
730
+ "PAN",
731
+ "PNG",
732
+ "PRY",
733
+ "PER",
734
+ "PHL",
735
+ "PCN",
736
+ "POL",
737
+ "PRT",
738
+ "PRI",
739
+ "QAT",
740
+ "MKD",
741
+ "ROU",
742
+ "RUS",
743
+ "RWA",
744
+ "REU",
745
+ "BLM",
746
+ "SHN",
747
+ "KNA",
748
+ "LCA",
749
+ "MAF",
750
+ "SPM",
751
+ "VCT",
752
+ "WSM",
753
+ "SMR",
754
+ "STP",
755
+ "SAU",
756
+ "SEN",
757
+ "SRB",
758
+ "SYC",
759
+ "SLE",
760
+ "SGP",
761
+ "SXM",
762
+ "SVK",
763
+ "SVN",
764
+ "SLB",
765
+ "SOM",
766
+ "ZAF",
767
+ "SGS",
768
+ "SSD",
769
+ "ESP",
770
+ "LKA",
771
+ "SDN",
772
+ "SUR",
773
+ "SJM",
774
+ "SWE",
775
+ "CHE",
776
+ "SYR",
777
+ "TWN",
778
+ "TJK",
779
+ "TZA",
780
+ "THA",
781
+ "TLS",
782
+ "TGO",
783
+ "TKL",
784
+ "TON",
785
+ "TTO",
786
+ "TUN",
787
+ "TUR",
788
+ "TKM",
789
+ "TCA",
790
+ "TUV",
791
+ "UGA",
792
+ "UKR",
793
+ "ARE",
794
+ "GBR",
795
+ "UMI",
796
+ "USA",
797
+ "URY",
798
+ "UZB",
799
+ "VUT",
800
+ "VEN",
801
+ "VNM",
802
+ "VGB",
803
+ "VIR",
804
+ "WLF",
805
+ "ESH",
806
+ "YEM",
807
+ "ZMB",
808
+ "ZWE",
809
+ "ALA",
810
+ "ANT",
811
+ "XKX",
812
+ ];
813
+ description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)";
814
+ };
815
+ nationality: {
816
+ type: "string";
817
+ enum: [
818
+ "AFG",
819
+ "ALB",
820
+ "DZA",
821
+ "ASM",
822
+ "AND",
823
+ "AGO",
824
+ "AIA",
825
+ "ATA",
826
+ "ATG",
827
+ "ARG",
828
+ "ARM",
829
+ "ABW",
830
+ "AUS",
831
+ "AUT",
832
+ "AZE",
833
+ "BHS",
834
+ "BHR",
835
+ "BGD",
836
+ "BRB",
837
+ "BLR",
838
+ "BEL",
839
+ "BLZ",
840
+ "BEN",
841
+ "BMU",
842
+ "BTN",
843
+ "BOL",
844
+ "BES",
845
+ "BIH",
846
+ "BWA",
847
+ "BVT",
848
+ "BRA",
849
+ "IOT",
850
+ "BRN",
851
+ "BGR",
852
+ "BFA",
853
+ "BDI",
854
+ "CPV",
855
+ "KHM",
856
+ "CMR",
857
+ "CAN",
858
+ "CYM",
859
+ "CAF",
860
+ "TCD",
861
+ "CHL",
862
+ "CHN",
863
+ "CXR",
864
+ "CCK",
865
+ "COL",
866
+ "COM",
867
+ "COD",
868
+ "COG",
869
+ "COK",
870
+ "CRI",
871
+ "HRV",
872
+ "CUB",
873
+ "CUW",
874
+ "CYP",
875
+ "CZE",
876
+ "CIV",
877
+ "DNK",
878
+ "DJI",
879
+ "DMA",
880
+ "DOM",
881
+ "ECU",
882
+ "EGY",
883
+ "SLV",
884
+ "GNQ",
885
+ "ERI",
886
+ "EST",
887
+ "SWZ",
888
+ "ETH",
889
+ "FLK",
890
+ "FRO",
891
+ "FJI",
892
+ "FIN",
893
+ "FRA",
894
+ "GUF",
895
+ "PYF",
896
+ "ATF",
897
+ "GAB",
898
+ "GMB",
899
+ "GEO",
900
+ "DEU",
901
+ "GHA",
902
+ "GIB",
903
+ "GRC",
904
+ "GRL",
905
+ "GRD",
906
+ "GLP",
907
+ "GUM",
908
+ "GTM",
909
+ "GGY",
910
+ "GIN",
911
+ "GNB",
912
+ "GUY",
913
+ "HTI",
914
+ "HMD",
915
+ "VAT",
916
+ "HND",
917
+ "HKG",
918
+ "HUN",
919
+ "ISL",
920
+ "IND",
921
+ "IDN",
922
+ "IRN",
923
+ "IRQ",
924
+ "IRL",
925
+ "IMN",
926
+ "ISR",
927
+ "ITA",
928
+ "JAM",
929
+ "JPN",
930
+ "JEY",
931
+ "JOR",
932
+ "KAZ",
933
+ "KEN",
934
+ "KIR",
935
+ "PRK",
936
+ "KOR",
937
+ "KWT",
938
+ "KGZ",
939
+ "LAO",
940
+ "LVA",
941
+ "LBN",
942
+ "LSO",
943
+ "LBR",
944
+ "LBY",
945
+ "LIE",
946
+ "LTU",
947
+ "LUX",
948
+ "MAC",
949
+ "MDG",
950
+ "MWI",
951
+ "MYS",
952
+ "MDV",
953
+ "MLI",
954
+ "MLT",
955
+ "MHL",
956
+ "MTQ",
957
+ "MRT",
958
+ "MUS",
959
+ "MYT",
960
+ "MEX",
961
+ "FSM",
962
+ "MDA",
963
+ "MCO",
964
+ "MNG",
965
+ "MNE",
966
+ "MSR",
967
+ "MAR",
968
+ "MOZ",
969
+ "MMR",
970
+ "NAM",
971
+ "NRU",
972
+ "NPL",
973
+ "NLD",
974
+ "NCL",
975
+ "NZL",
976
+ "NIC",
977
+ "NER",
978
+ "NGA",
979
+ "NIU",
980
+ "NFK",
981
+ "MNP",
982
+ "NOR",
983
+ "OMN",
984
+ "PAK",
985
+ "PLW",
986
+ "PSE",
987
+ "PAN",
988
+ "PNG",
989
+ "PRY",
990
+ "PER",
991
+ "PHL",
992
+ "PCN",
993
+ "POL",
994
+ "PRT",
995
+ "PRI",
996
+ "QAT",
997
+ "MKD",
998
+ "ROU",
999
+ "RUS",
1000
+ "RWA",
1001
+ "REU",
1002
+ "BLM",
1003
+ "SHN",
1004
+ "KNA",
1005
+ "LCA",
1006
+ "MAF",
1007
+ "SPM",
1008
+ "VCT",
1009
+ "WSM",
1010
+ "SMR",
1011
+ "STP",
1012
+ "SAU",
1013
+ "SEN",
1014
+ "SRB",
1015
+ "SYC",
1016
+ "SLE",
1017
+ "SGP",
1018
+ "SXM",
1019
+ "SVK",
1020
+ "SVN",
1021
+ "SLB",
1022
+ "SOM",
1023
+ "ZAF",
1024
+ "SGS",
1025
+ "SSD",
1026
+ "ESP",
1027
+ "LKA",
1028
+ "SDN",
1029
+ "SUR",
1030
+ "SJM",
1031
+ "SWE",
1032
+ "CHE",
1033
+ "SYR",
1034
+ "TWN",
1035
+ "TJK",
1036
+ "TZA",
1037
+ "THA",
1038
+ "TLS",
1039
+ "TGO",
1040
+ "TKL",
1041
+ "TON",
1042
+ "TTO",
1043
+ "TUN",
1044
+ "TUR",
1045
+ "TKM",
1046
+ "TCA",
1047
+ "TUV",
1048
+ "UGA",
1049
+ "UKR",
1050
+ "ARE",
1051
+ "GBR",
1052
+ "UMI",
1053
+ "USA",
1054
+ "URY",
1055
+ "UZB",
1056
+ "VUT",
1057
+ "VEN",
1058
+ "VNM",
1059
+ "VGB",
1060
+ "VIR",
1061
+ "WLF",
1062
+ "ESH",
1063
+ "YEM",
1064
+ "ZMB",
1065
+ "ZWE",
1066
+ "ALA",
1067
+ "ANT",
1068
+ "XKX",
1069
+ ];
1070
+ description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)";
1071
+ };
1072
+ riskScore: { type: "number" };
1073
+ riskLevel: {
1074
+ type: "string";
1075
+ enum: ["Low", "Medium", "High", "No risk"];
1105
1076
  };
1077
+ type: { type: "string" };
1078
+ address: { type: "string" };
1106
1079
  };
1107
1080
  additionalProperties: false;
1108
1081
  };