Skip to content

Commit

Permalink
Merge pull request #126 from dlackty/more-currencies
Browse files Browse the repository at this point in the history
Add all currencies to JSON schema
  • Loading branch information
dshore committed Oct 2, 2023
2 parents c94cd99 + 7a2d76c commit 1f4051b
Showing 1 changed file with 35 additions and 11 deletions.
46 changes: 35 additions & 11 deletions line_item_manager/conf.d/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,39 +253,63 @@ definitions:
- 'ADVERTISER'
rateCurrencyType:
enum:
- 'ARS'
- 'AUD'
- 'BGN'
- 'BOB'
- 'BRL'
- 'GBP'
- 'BND'
- 'BGN'
- 'CAD'
- 'CHF'
- 'CLP'
- 'CNY'
- 'COP'
- 'HRK'
- 'CZK'
- 'DKK'
- 'EGP'
- 'EUR'
- 'GBP'
- 'FJD'
- 'HKD'
- 'HRK'
- 'HUF'
- 'INR'
- 'IDR'
- 'ILS'
- 'INR'
- 'ISK'
- 'JPY'
- 'KRW'
- 'MXN'
- 'JOD'
- 'KES'
- 'LTL'
- 'MYR'
- 'NOK'
- 'MXN'
- 'MAD'
- 'TWD'
- 'NZD'
- 'NGN'
- 'NOK'
- 'PKR'
- 'PEN'
- 'PHP'
- 'PLN'
- 'RON'
- 'RUB'
- 'SEK'
- 'SAR'
- 'RSD'
- 'SGD'
- 'ZAR'
- 'KRW'
- 'LKR'
- 'SEK'
- 'CHF'
- 'THB'
- 'TND'
- 'TRY'
- 'UAH'
- 'AED'
- 'UYU'
- 'USD'
- 'ZAR'
- 'VES'
- 'VEF'
- 'VND'
sizeArray:
type: "array"
minItems: 1
Expand Down

0 comments on commit 1f4051b

Please sign in to comment.