Updated json from kebab-case to camelCase

This commit is contained in:
Samuel Hawksby-Robinson 2021-01-26 12:26:12 +00:00
parent de27f5e0b4
commit 2b9a6928bf
No known key found for this signature in database
GPG Key ID: 64CF99D4A64A1205
2 changed files with 14 additions and 14 deletions

View File

@ -16,8 +16,8 @@ JSON example:
"description": "A secure bridge for fiat and crypto",
"fees": "from 2.9%",
"region": "US & Europe",
"logo-url":"https://www.sendwyre.com/favicon.ico",
"site-url": "https://pay.sendwyre.com/purchase"
"logoUrl":"https://www.sendwyre.com/favicon.ico",
"siteUrl": "https://pay.sendwyre.com/purchase"
}
```
@ -27,5 +27,5 @@ JSON example:
|`description`|string|A short line of text describing the on-ramp service|
|`fees`|string|The rate or rates that users are charged for the currency exchange service|
|`region`|string|The geo-political jurisdiction that the service operates in|
|`logo-url`|string|A url to the on-ramp service's logo|
|`site-url`|string|A url to redirect a user to the on-ramp service's exchange service|
|`logoUrl`|string|A url to the on-ramp service's logo|
|`siteUrl`|string|A url to redirect a user to the on-ramp service's exchange service|

View File

@ -4,39 +4,39 @@
"description": "A secure bridge for fiat and crypto",
"fees": "from 2.9%",
"region": "US & Europe",
"logo-url":"https://www.sendwyre.com/favicon.ico",
"site-url": "https://pay.sendwyre.com/purchase"
"logoUrl":"https://www.sendwyre.com/favicon.ico",
"siteUrl": "https://pay.sendwyre.com/purchase"
},
{
"name": "MoonPay",
"description": "The new standard for fiat to crypto",
"fees": "1%-4.5%",
"region": "US & Europe",
"logo-url":"https://buy.moonpay.com/favicon-32x32.png",
"site-url": "https://buy.moonpay.com"
"logoUrl":"https://buy.moonpay.com/favicon-32x32.png",
"siteUrl": "https://buy.moonpay.com"
},
{
"name": "Transak",
"description": "Global fiat <-> crypto payment gateway",
"fees": "1%-4.5%",
"region": "Global",
"logo-url":"https://global.transak.com/favicon.png",
"site-url": "https://global.transak.com"
"logoUrl":"https://global.transak.com/favicon.png",
"siteUrl": "https://global.transak.com"
},
{
"name": "Ramp",
"description": "Global crypto to fiat flow",
"fees": "1.5%",
"region": "Global",
"logo-url":"https://ramp.network/assets/favicons/favicon-32x32.png",
"site-url": "https://ramp.network/buy/"
"logoUrl":"https://ramp.network/assets/favicons/favicon-32x32.png",
"siteUrl": "https://ramp.network/buy/"
},
{
"name": "LocalCryptos",
"description": "Non-custodial crypto marketplace",
"fees": "1.5%",
"region": "Global",
"logo-url":"https://localcryptos.com/images/favicon.png",
"site-url": "https://localcryptos.com"
"logoUrl":"https://localcryptos.com/images/favicon.png",
"siteUrl": "https://localcryptos.com"
}
]