gobl 0.24.1 → 0.24.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.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/data/addons/br-nfe-v4.json +481 -0
  3. data/data/addons/br-nfse-v1.json +235 -0
  4. data/data/addons/co-dian-v2.json +311 -0
  5. data/data/addons/de-xrechnung-v3.json +16 -0
  6. data/data/addons/de-zugferd-v2.json +16 -0
  7. data/data/addons/es-facturae-v3.json +359 -0
  8. data/data/addons/es-tbai-v1.json +225 -0
  9. data/data/addons/es-verifactu-v1.json +609 -0
  10. data/data/addons/eu-en16931-v2017.json +92 -0
  11. data/data/addons/fr-choruspro-v1.json +260 -0
  12. data/data/addons/fr-facturx-v1.json +16 -0
  13. data/data/addons/gr-mydata-v1.json +1495 -0
  14. data/data/addons/it-sdi-v1.json +1570 -0
  15. data/data/addons/it-ticket-v1.json +144 -0
  16. data/data/addons/mx-cfdi-v4.json +908 -0
  17. data/data/addons/pl-favat-v2.json +235 -0
  18. data/data/addons/pt-saft-v1.json +950 -0
  19. data/data/catalogues/cef.json +374 -0
  20. data/data/catalogues/iso.json +19 -0
  21. data/data/catalogues/untdid.json +10669 -0
  22. data/data/currency/iso.json +2378 -0
  23. data/data/currency/non-iso.json +128 -0
  24. data/data/schemas/bill/charge.json +125 -0
  25. data/data/schemas/bill/correction-options.json +54 -0
  26. data/data/schemas/bill/delivery-details.json +41 -0
  27. data/data/schemas/bill/delivery.json +412 -0
  28. data/data/schemas/bill/discount.json +137 -0
  29. data/data/schemas/bill/invoice.json +423 -0
  30. data/data/schemas/bill/line.json +433 -0
  31. data/data/schemas/bill/order.json +401 -0
  32. data/data/schemas/bill/ordering.json +107 -0
  33. data/data/schemas/bill/payment-details.json +36 -0
  34. data/data/schemas/bill/payment.json +424 -0
  35. data/data/schemas/bill/tax.json +45 -0
  36. data/data/schemas/bill/totals.json +84 -0
  37. data/data/schemas/cal/date-time.json +13 -0
  38. data/data/schemas/cal/date.json +13 -0
  39. data/data/schemas/cal/period.json +32 -0
  40. data/data/schemas/cal/time.json +13 -0
  41. data/data/schemas/cbc/code-map.json +16 -0
  42. data/data/schemas/cbc/code.json +15 -0
  43. data/data/schemas/cbc/definition.json +67 -0
  44. data/data/schemas/cbc/key.json +15 -0
  45. data/data/schemas/cbc/meta.json +16 -0
  46. data/data/schemas/cbc/source.json +37 -0
  47. data/data/schemas/currency/amount.json +32 -0
  48. data/data/schemas/currency/code.json +734 -0
  49. data/data/schemas/currency/exchange-rate.json +43 -0
  50. data/data/schemas/dsig/digest.json +27 -0
  51. data/data/schemas/dsig/signature.json +12 -0
  52. data/data/schemas/envelope.json +41 -0
  53. data/data/schemas/head/header.json +62 -0
  54. data/data/schemas/head/link.json +42 -0
  55. data/data/schemas/head/stamp.json +27 -0
  56. data/data/schemas/i18n/string.json +18 -0
  57. data/data/schemas/l10n/code.json +13 -0
  58. data/data/schemas/l10n/iso-country-code.json +1010 -0
  59. data/data/schemas/l10n/tax-country-code.json +1022 -0
  60. data/data/schemas/note/message.json +43 -0
  61. data/data/schemas/num/amount.json +13 -0
  62. data/data/schemas/num/percentage.json +13 -0
  63. data/data/schemas/org/address.json +105 -0
  64. data/data/schemas/org/attachment.json +58 -0
  65. data/data/schemas/org/coordinates.json +33 -0
  66. data/data/schemas/org/document-ref.json +117 -0
  67. data/data/schemas/org/email.json +37 -0
  68. data/data/schemas/org/identity.json +57 -0
  69. data/data/schemas/org/image.json +70 -0
  70. data/data/schemas/org/inbox.json +49 -0
  71. data/data/schemas/org/item.json +96 -0
  72. data/data/schemas/org/name.json +59 -0
  73. data/data/schemas/org/note.json +184 -0
  74. data/data/schemas/org/party.json +129 -0
  75. data/data/schemas/org/person.json +90 -0
  76. data/data/schemas/org/registration.json +66 -0
  77. data/data/schemas/org/telephone.json +32 -0
  78. data/data/schemas/org/unit.json +350 -0
  79. data/data/schemas/org/website.json +38 -0
  80. data/data/schemas/pay/advance.json +211 -0
  81. data/data/schemas/pay/instructions.json +245 -0
  82. data/data/schemas/pay/terms.json +128 -0
  83. data/data/schemas/regimes/mx/food-vouchers.json +111 -0
  84. data/data/schemas/regimes/mx/fuel-account-balance.json +179 -0
  85. data/data/schemas/schema/object.json +12 -0
  86. data/data/schemas/tax/addon-def.json +288 -0
  87. data/data/schemas/tax/catalogue-def.json +37 -0
  88. data/data/schemas/tax/extensions.json +16 -0
  89. data/data/schemas/tax/identity.json +45 -0
  90. data/data/schemas/tax/regime-def.json +513 -0
  91. data/data/schemas/tax/set.json +139 -0
  92. data/data/schemas/tax/total.json +135 -0
  93. data/lib/gobl/extensions/tax/addon_helper.rb +37 -0
  94. data/lib/gobl/version.rb +1 -1
  95. data/lib/gobl.rb +1 -0
  96. metadata +93 -1
@@ -0,0 +1,1010 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://gobl.org/draft-0/l10n/iso-country-code",
4
+ "$ref": "#/$defs/ISOCountryCode",
5
+ "$defs": {
6
+ "ISOCountryCode": {
7
+ "oneOf": [
8
+ {
9
+ "const": "AF",
10
+ "title": "Afghanistan"
11
+ },
12
+ {
13
+ "const": "AX",
14
+ "title": "Åland Islands"
15
+ },
16
+ {
17
+ "const": "AL",
18
+ "title": "Albania"
19
+ },
20
+ {
21
+ "const": "DZ",
22
+ "title": "Algeria"
23
+ },
24
+ {
25
+ "const": "AS",
26
+ "title": "American Samoa"
27
+ },
28
+ {
29
+ "const": "AD",
30
+ "title": "Andorra"
31
+ },
32
+ {
33
+ "const": "AO",
34
+ "title": "Angola"
35
+ },
36
+ {
37
+ "const": "AI",
38
+ "title": "Anguilla"
39
+ },
40
+ {
41
+ "const": "AQ",
42
+ "title": "Antarctica"
43
+ },
44
+ {
45
+ "const": "AG",
46
+ "title": "Antigua and Barbuda"
47
+ },
48
+ {
49
+ "const": "AR",
50
+ "title": "Argentina"
51
+ },
52
+ {
53
+ "const": "AM",
54
+ "title": "Armenia"
55
+ },
56
+ {
57
+ "const": "AW",
58
+ "title": "Aruba"
59
+ },
60
+ {
61
+ "const": "AU",
62
+ "title": "Australia"
63
+ },
64
+ {
65
+ "const": "AT",
66
+ "title": "Austria"
67
+ },
68
+ {
69
+ "const": "AZ",
70
+ "title": "Azerbaijan"
71
+ },
72
+ {
73
+ "const": "BS",
74
+ "title": "Bahamas"
75
+ },
76
+ {
77
+ "const": "BH",
78
+ "title": "Bahrain"
79
+ },
80
+ {
81
+ "const": "BD",
82
+ "title": "Bangladesh"
83
+ },
84
+ {
85
+ "const": "BB",
86
+ "title": "Barbados"
87
+ },
88
+ {
89
+ "const": "BY",
90
+ "title": "Belarus"
91
+ },
92
+ {
93
+ "const": "BE",
94
+ "title": "Belgium"
95
+ },
96
+ {
97
+ "const": "BZ",
98
+ "title": "Belize"
99
+ },
100
+ {
101
+ "const": "BJ",
102
+ "title": "Benin"
103
+ },
104
+ {
105
+ "const": "BM",
106
+ "title": "Bermuda"
107
+ },
108
+ {
109
+ "const": "BT",
110
+ "title": "Bhutan"
111
+ },
112
+ {
113
+ "const": "BO",
114
+ "title": "Bolivia, Plurinational State of"
115
+ },
116
+ {
117
+ "const": "BQ",
118
+ "title": "Bonaire, Sint Eustatius and Saba"
119
+ },
120
+ {
121
+ "const": "BA",
122
+ "title": "Bosnia and Herzegovina"
123
+ },
124
+ {
125
+ "const": "BW",
126
+ "title": "Botswana"
127
+ },
128
+ {
129
+ "const": "BV",
130
+ "title": "Bouvet Island"
131
+ },
132
+ {
133
+ "const": "BR",
134
+ "title": "Brazil"
135
+ },
136
+ {
137
+ "const": "IO",
138
+ "title": "British Indian Ocean Territory"
139
+ },
140
+ {
141
+ "const": "BN",
142
+ "title": "Brunei Darussalam"
143
+ },
144
+ {
145
+ "const": "BG",
146
+ "title": "Bulgaria"
147
+ },
148
+ {
149
+ "const": "BF",
150
+ "title": "Burkina Faso"
151
+ },
152
+ {
153
+ "const": "BI",
154
+ "title": "Burundi"
155
+ },
156
+ {
157
+ "const": "CV",
158
+ "title": "Cabo Verde"
159
+ },
160
+ {
161
+ "const": "KH",
162
+ "title": "Cambodia"
163
+ },
164
+ {
165
+ "const": "CM",
166
+ "title": "Cameroon"
167
+ },
168
+ {
169
+ "const": "CA",
170
+ "title": "Canada"
171
+ },
172
+ {
173
+ "const": "KY",
174
+ "title": "Cayman Islands"
175
+ },
176
+ {
177
+ "const": "CF",
178
+ "title": "Central African Republic"
179
+ },
180
+ {
181
+ "const": "TD",
182
+ "title": "Chad"
183
+ },
184
+ {
185
+ "const": "CL",
186
+ "title": "Chile"
187
+ },
188
+ {
189
+ "const": "CN",
190
+ "title": "China"
191
+ },
192
+ {
193
+ "const": "CX",
194
+ "title": "Christmas Island"
195
+ },
196
+ {
197
+ "const": "CC",
198
+ "title": "Cocos (Keeling) Islands"
199
+ },
200
+ {
201
+ "const": "CO",
202
+ "title": "Colombia"
203
+ },
204
+ {
205
+ "const": "KM",
206
+ "title": "Comoros"
207
+ },
208
+ {
209
+ "const": "CG",
210
+ "title": "Congo"
211
+ },
212
+ {
213
+ "const": "CD",
214
+ "title": "Congo, Democratic Republic of the"
215
+ },
216
+ {
217
+ "const": "CK",
218
+ "title": "Cook Islands"
219
+ },
220
+ {
221
+ "const": "CR",
222
+ "title": "Costa Rica"
223
+ },
224
+ {
225
+ "const": "CI",
226
+ "title": "Côte d'Ivoire"
227
+ },
228
+ {
229
+ "const": "HR",
230
+ "title": "Croatia"
231
+ },
232
+ {
233
+ "const": "CU",
234
+ "title": "Cuba"
235
+ },
236
+ {
237
+ "const": "CW",
238
+ "title": "Curaçao"
239
+ },
240
+ {
241
+ "const": "CY",
242
+ "title": "Cyprus"
243
+ },
244
+ {
245
+ "const": "CZ",
246
+ "title": "Czechia"
247
+ },
248
+ {
249
+ "const": "DK",
250
+ "title": "Denmark"
251
+ },
252
+ {
253
+ "const": "DJ",
254
+ "title": "Djibouti"
255
+ },
256
+ {
257
+ "const": "DM",
258
+ "title": "Dominica"
259
+ },
260
+ {
261
+ "const": "DO",
262
+ "title": "Dominican Republic"
263
+ },
264
+ {
265
+ "const": "EC",
266
+ "title": "Ecuador"
267
+ },
268
+ {
269
+ "const": "EG",
270
+ "title": "Egypt"
271
+ },
272
+ {
273
+ "const": "SV",
274
+ "title": "El Salvador"
275
+ },
276
+ {
277
+ "const": "GQ",
278
+ "title": "Equatorial Guinea"
279
+ },
280
+ {
281
+ "const": "ER",
282
+ "title": "Eritrea"
283
+ },
284
+ {
285
+ "const": "EE",
286
+ "title": "Estonia"
287
+ },
288
+ {
289
+ "const": "SZ",
290
+ "title": "Eswatini"
291
+ },
292
+ {
293
+ "const": "ET",
294
+ "title": "Ethiopia"
295
+ },
296
+ {
297
+ "const": "FK",
298
+ "title": "Falkland Islands"
299
+ },
300
+ {
301
+ "const": "FO",
302
+ "title": "Faroe Islands"
303
+ },
304
+ {
305
+ "const": "FJ",
306
+ "title": "Fiji"
307
+ },
308
+ {
309
+ "const": "FI",
310
+ "title": "Finland"
311
+ },
312
+ {
313
+ "const": "FR",
314
+ "title": "France"
315
+ },
316
+ {
317
+ "const": "GF",
318
+ "title": "French Guiana"
319
+ },
320
+ {
321
+ "const": "PF",
322
+ "title": "French Polynesia"
323
+ },
324
+ {
325
+ "const": "TF",
326
+ "title": "French Southern Territories"
327
+ },
328
+ {
329
+ "const": "GA",
330
+ "title": "Gabon"
331
+ },
332
+ {
333
+ "const": "GM",
334
+ "title": "Gambia"
335
+ },
336
+ {
337
+ "const": "GE",
338
+ "title": "Georgia"
339
+ },
340
+ {
341
+ "const": "DE",
342
+ "title": "Germany"
343
+ },
344
+ {
345
+ "const": "GH",
346
+ "title": "Ghana"
347
+ },
348
+ {
349
+ "const": "GI",
350
+ "title": "Gibraltar"
351
+ },
352
+ {
353
+ "const": "GR",
354
+ "title": "Greece"
355
+ },
356
+ {
357
+ "const": "GL",
358
+ "title": "Greenland"
359
+ },
360
+ {
361
+ "const": "GD",
362
+ "title": "Grenada"
363
+ },
364
+ {
365
+ "const": "GP",
366
+ "title": "Guadeloupe"
367
+ },
368
+ {
369
+ "const": "GU",
370
+ "title": "Guam"
371
+ },
372
+ {
373
+ "const": "GT",
374
+ "title": "Guatemala"
375
+ },
376
+ {
377
+ "const": "GG",
378
+ "title": "Guernsey"
379
+ },
380
+ {
381
+ "const": "GN",
382
+ "title": "Guinea"
383
+ },
384
+ {
385
+ "const": "GW",
386
+ "title": "Guinea-Bissau"
387
+ },
388
+ {
389
+ "const": "GY",
390
+ "title": "Guyana"
391
+ },
392
+ {
393
+ "const": "HT",
394
+ "title": "Haiti"
395
+ },
396
+ {
397
+ "const": "HM",
398
+ "title": "Heard Island and McDonald Islands"
399
+ },
400
+ {
401
+ "const": "VA",
402
+ "title": "Holy See (the)"
403
+ },
404
+ {
405
+ "const": "HN",
406
+ "title": "Honduras"
407
+ },
408
+ {
409
+ "const": "HK",
410
+ "title": "Hong Kong"
411
+ },
412
+ {
413
+ "const": "HU",
414
+ "title": "Hungary"
415
+ },
416
+ {
417
+ "const": "IS",
418
+ "title": "Iceland"
419
+ },
420
+ {
421
+ "const": "IN",
422
+ "title": "India"
423
+ },
424
+ {
425
+ "const": "ID",
426
+ "title": "Indonesia"
427
+ },
428
+ {
429
+ "const": "IR",
430
+ "title": "Iran, Islamic Republic of"
431
+ },
432
+ {
433
+ "const": "IQ",
434
+ "title": "Iraq"
435
+ },
436
+ {
437
+ "const": "IE",
438
+ "title": "Ireland"
439
+ },
440
+ {
441
+ "const": "IM",
442
+ "title": "Isle of Man"
443
+ },
444
+ {
445
+ "const": "IL",
446
+ "title": "Israel"
447
+ },
448
+ {
449
+ "const": "IT",
450
+ "title": "Italy"
451
+ },
452
+ {
453
+ "const": "JM",
454
+ "title": "Jamaica"
455
+ },
456
+ {
457
+ "const": "JP",
458
+ "title": "Japan"
459
+ },
460
+ {
461
+ "const": "JE",
462
+ "title": "Jersey"
463
+ },
464
+ {
465
+ "const": "JO",
466
+ "title": "Jordan"
467
+ },
468
+ {
469
+ "const": "KZ",
470
+ "title": "Kazakhstan"
471
+ },
472
+ {
473
+ "const": "KE",
474
+ "title": "Kenya"
475
+ },
476
+ {
477
+ "const": "KI",
478
+ "title": "Kiribati"
479
+ },
480
+ {
481
+ "const": "KP",
482
+ "title": "Korea, Democratic People's Republic of"
483
+ },
484
+ {
485
+ "const": "KR",
486
+ "title": "Korea, Republic of"
487
+ },
488
+ {
489
+ "const": "KW",
490
+ "title": "Kuwait"
491
+ },
492
+ {
493
+ "const": "KG",
494
+ "title": "Kyrgyzstan"
495
+ },
496
+ {
497
+ "const": "LA",
498
+ "title": "Lao People's Democratic Republic"
499
+ },
500
+ {
501
+ "const": "LV",
502
+ "title": "Latvia"
503
+ },
504
+ {
505
+ "const": "LB",
506
+ "title": "Lebanon"
507
+ },
508
+ {
509
+ "const": "LS",
510
+ "title": "Lesotho"
511
+ },
512
+ {
513
+ "const": "LR",
514
+ "title": "Liberia"
515
+ },
516
+ {
517
+ "const": "LY",
518
+ "title": "Libya"
519
+ },
520
+ {
521
+ "const": "LI",
522
+ "title": "Liechtenstein"
523
+ },
524
+ {
525
+ "const": "LT",
526
+ "title": "Lithuania"
527
+ },
528
+ {
529
+ "const": "LU",
530
+ "title": "Luxembourg"
531
+ },
532
+ {
533
+ "const": "MO",
534
+ "title": "Macao"
535
+ },
536
+ {
537
+ "const": "MK",
538
+ "title": "North Macedonia"
539
+ },
540
+ {
541
+ "const": "MG",
542
+ "title": "Madagascar"
543
+ },
544
+ {
545
+ "const": "MW",
546
+ "title": "Malawi"
547
+ },
548
+ {
549
+ "const": "MY",
550
+ "title": "Malaysia"
551
+ },
552
+ {
553
+ "const": "MV",
554
+ "title": "Maldives"
555
+ },
556
+ {
557
+ "const": "ML",
558
+ "title": "Mali"
559
+ },
560
+ {
561
+ "const": "MT",
562
+ "title": "Malta"
563
+ },
564
+ {
565
+ "const": "MH",
566
+ "title": "Marshall Islands"
567
+ },
568
+ {
569
+ "const": "MQ",
570
+ "title": "Martinique"
571
+ },
572
+ {
573
+ "const": "MR",
574
+ "title": "Mauritania"
575
+ },
576
+ {
577
+ "const": "MU",
578
+ "title": "Mauritius"
579
+ },
580
+ {
581
+ "const": "YT",
582
+ "title": "Mayotte"
583
+ },
584
+ {
585
+ "const": "MX",
586
+ "title": "Mexico"
587
+ },
588
+ {
589
+ "const": "FM",
590
+ "title": "Micronesia, Federated States of"
591
+ },
592
+ {
593
+ "const": "MD",
594
+ "title": "Moldova, Republic of"
595
+ },
596
+ {
597
+ "const": "MC",
598
+ "title": "Monaco"
599
+ },
600
+ {
601
+ "const": "MN",
602
+ "title": "Mongolia"
603
+ },
604
+ {
605
+ "const": "ME",
606
+ "title": "Montenegro"
607
+ },
608
+ {
609
+ "const": "MS",
610
+ "title": "Montserrat"
611
+ },
612
+ {
613
+ "const": "MA",
614
+ "title": "Morocco"
615
+ },
616
+ {
617
+ "const": "MZ",
618
+ "title": "Mozambique"
619
+ },
620
+ {
621
+ "const": "MM",
622
+ "title": "Myanmar"
623
+ },
624
+ {
625
+ "const": "NA",
626
+ "title": "Namibia"
627
+ },
628
+ {
629
+ "const": "NR",
630
+ "title": "Nauru"
631
+ },
632
+ {
633
+ "const": "NP",
634
+ "title": "Nepal"
635
+ },
636
+ {
637
+ "const": "NL",
638
+ "title": "Netherlands"
639
+ },
640
+ {
641
+ "const": "NC",
642
+ "title": "New Caledonia"
643
+ },
644
+ {
645
+ "const": "NZ",
646
+ "title": "New Zealand"
647
+ },
648
+ {
649
+ "const": "NI",
650
+ "title": "Nicaragua"
651
+ },
652
+ {
653
+ "const": "NE",
654
+ "title": "Niger"
655
+ },
656
+ {
657
+ "const": "NG",
658
+ "title": "Nigeria"
659
+ },
660
+ {
661
+ "const": "NU",
662
+ "title": "Niue"
663
+ },
664
+ {
665
+ "const": "NF",
666
+ "title": "Norfolk Island"
667
+ },
668
+ {
669
+ "const": "MP",
670
+ "title": "Northern Mariana Islands"
671
+ },
672
+ {
673
+ "const": "NO",
674
+ "title": "Norway"
675
+ },
676
+ {
677
+ "const": "OM",
678
+ "title": "Oman"
679
+ },
680
+ {
681
+ "const": "PK",
682
+ "title": "Pakistan"
683
+ },
684
+ {
685
+ "const": "PW",
686
+ "title": "Palau"
687
+ },
688
+ {
689
+ "const": "PS",
690
+ "title": "Palestine, State of"
691
+ },
692
+ {
693
+ "const": "PA",
694
+ "title": "Panama"
695
+ },
696
+ {
697
+ "const": "PG",
698
+ "title": "Papua New Guinea"
699
+ },
700
+ {
701
+ "const": "PY",
702
+ "title": "Paraguay"
703
+ },
704
+ {
705
+ "const": "PE",
706
+ "title": "Peru"
707
+ },
708
+ {
709
+ "const": "PH",
710
+ "title": "Philippines"
711
+ },
712
+ {
713
+ "const": "PN",
714
+ "title": "Pitcairn"
715
+ },
716
+ {
717
+ "const": "PL",
718
+ "title": "Poland"
719
+ },
720
+ {
721
+ "const": "PT",
722
+ "title": "Portugal"
723
+ },
724
+ {
725
+ "const": "PR",
726
+ "title": "Puerto Rico"
727
+ },
728
+ {
729
+ "const": "QA",
730
+ "title": "Qatar"
731
+ },
732
+ {
733
+ "const": "RE",
734
+ "title": "Réunion"
735
+ },
736
+ {
737
+ "const": "RO",
738
+ "title": "Romania"
739
+ },
740
+ {
741
+ "const": "RU",
742
+ "title": "Russian Federation"
743
+ },
744
+ {
745
+ "const": "RW",
746
+ "title": "Rwanda"
747
+ },
748
+ {
749
+ "const": "BL",
750
+ "title": "Saint Barthélemy"
751
+ },
752
+ {
753
+ "const": "SH",
754
+ "title": "Saint Helena, Ascension and Tristan da Cunha"
755
+ },
756
+ {
757
+ "const": "KN",
758
+ "title": "Saint Kitts and Nevis"
759
+ },
760
+ {
761
+ "const": "LC",
762
+ "title": "Saint Lucia"
763
+ },
764
+ {
765
+ "const": "MF",
766
+ "title": "Saint Martin (French part)"
767
+ },
768
+ {
769
+ "const": "PM",
770
+ "title": "Saint Pierre and Miquelon"
771
+ },
772
+ {
773
+ "const": "VC",
774
+ "title": "Saint Vincent and the Grenadines"
775
+ },
776
+ {
777
+ "const": "WS",
778
+ "title": "Samoa"
779
+ },
780
+ {
781
+ "const": "SM",
782
+ "title": "San Marino"
783
+ },
784
+ {
785
+ "const": "ST",
786
+ "title": "Sao Tome and Principe"
787
+ },
788
+ {
789
+ "const": "SA",
790
+ "title": "Saudi Arabia"
791
+ },
792
+ {
793
+ "const": "SN",
794
+ "title": "Senegal"
795
+ },
796
+ {
797
+ "const": "RS",
798
+ "title": "Serbia"
799
+ },
800
+ {
801
+ "const": "SC",
802
+ "title": "Seychelles"
803
+ },
804
+ {
805
+ "const": "SL",
806
+ "title": "Sierra Leone"
807
+ },
808
+ {
809
+ "const": "SG",
810
+ "title": "Singapore"
811
+ },
812
+ {
813
+ "const": "SX",
814
+ "title": "Sint Maarten (Dutch part)"
815
+ },
816
+ {
817
+ "const": "SK",
818
+ "title": "Slovakia"
819
+ },
820
+ {
821
+ "const": "SI",
822
+ "title": "Slovenia"
823
+ },
824
+ {
825
+ "const": "SB",
826
+ "title": "Solomon Islands"
827
+ },
828
+ {
829
+ "const": "SO",
830
+ "title": "Somalia"
831
+ },
832
+ {
833
+ "const": "ZA",
834
+ "title": "South Africa"
835
+ },
836
+ {
837
+ "const": "GS",
838
+ "title": "South Georgia and the South Sandwich Islands"
839
+ },
840
+ {
841
+ "const": "SS",
842
+ "title": "South Sudan"
843
+ },
844
+ {
845
+ "const": "ES",
846
+ "title": "Spain"
847
+ },
848
+ {
849
+ "const": "LK",
850
+ "title": "Sri Lanka"
851
+ },
852
+ {
853
+ "const": "SD",
854
+ "title": "Sudan"
855
+ },
856
+ {
857
+ "const": "SR",
858
+ "title": "Suriname"
859
+ },
860
+ {
861
+ "const": "SJ",
862
+ "title": "Svalbard and Jan Mayen"
863
+ },
864
+ {
865
+ "const": "SE",
866
+ "title": "Sweden"
867
+ },
868
+ {
869
+ "const": "CH",
870
+ "title": "Switzerland"
871
+ },
872
+ {
873
+ "const": "SY",
874
+ "title": "Syrian Arab Republic"
875
+ },
876
+ {
877
+ "const": "TW",
878
+ "title": "Taiwan (Province of China)"
879
+ },
880
+ {
881
+ "const": "TJ",
882
+ "title": "Tajikistan"
883
+ },
884
+ {
885
+ "const": "TZ",
886
+ "title": "Tanzania, the United Republic of"
887
+ },
888
+ {
889
+ "const": "TH",
890
+ "title": "Thailand"
891
+ },
892
+ {
893
+ "const": "TL",
894
+ "title": "Timor-Leste"
895
+ },
896
+ {
897
+ "const": "TG",
898
+ "title": "Togo"
899
+ },
900
+ {
901
+ "const": "TK",
902
+ "title": "Tokelau"
903
+ },
904
+ {
905
+ "const": "TO",
906
+ "title": "Tonga"
907
+ },
908
+ {
909
+ "const": "TT",
910
+ "title": "Trinidad and Tobago"
911
+ },
912
+ {
913
+ "const": "TN",
914
+ "title": "Tunisia"
915
+ },
916
+ {
917
+ "const": "TR",
918
+ "title": "Türkiye"
919
+ },
920
+ {
921
+ "const": "TM",
922
+ "title": "Turkmenistan"
923
+ },
924
+ {
925
+ "const": "TC",
926
+ "title": "Turks and Caicos Islands"
927
+ },
928
+ {
929
+ "const": "TV",
930
+ "title": "Tuvalu"
931
+ },
932
+ {
933
+ "const": "UG",
934
+ "title": "Uganda"
935
+ },
936
+ {
937
+ "const": "UA",
938
+ "title": "Ukraine"
939
+ },
940
+ {
941
+ "const": "AE",
942
+ "title": "United Arab Emirates"
943
+ },
944
+ {
945
+ "const": "GB",
946
+ "title": "United Kingdom"
947
+ },
948
+ {
949
+ "const": "US",
950
+ "title": "United States of America"
951
+ },
952
+ {
953
+ "const": "UM",
954
+ "title": "United States Minor Outlying Islands"
955
+ },
956
+ {
957
+ "const": "UY",
958
+ "title": "Uruguay"
959
+ },
960
+ {
961
+ "const": "UZ",
962
+ "title": "Uzbekistan"
963
+ },
964
+ {
965
+ "const": "VU",
966
+ "title": "Vanuatu"
967
+ },
968
+ {
969
+ "const": "VE",
970
+ "title": "Venezuela, Bolivarian Republic of"
971
+ },
972
+ {
973
+ "const": "VN",
974
+ "title": "Viet Nam"
975
+ },
976
+ {
977
+ "const": "VG",
978
+ "title": "Virgin Islands (British)"
979
+ },
980
+ {
981
+ "const": "VI",
982
+ "title": "Virgin Islands (U.S.)"
983
+ },
984
+ {
985
+ "const": "WF",
986
+ "title": "Wallis and Futuna"
987
+ },
988
+ {
989
+ "const": "EH",
990
+ "title": "Western Sahara"
991
+ },
992
+ {
993
+ "const": "YE",
994
+ "title": "Yemen"
995
+ },
996
+ {
997
+ "const": "ZM",
998
+ "title": "Zambia"
999
+ },
1000
+ {
1001
+ "const": "ZW",
1002
+ "title": "Zimbabwe"
1003
+ }
1004
+ ],
1005
+ "type": "string",
1006
+ "title": "ISO Country Code",
1007
+ "description": "Defines an ISO 3166-2 country code"
1008
+ }
1009
+ }
1010
+ }