expressCart/config/payment/schema/blockonomics.json

21 lines
425 B
JSON

{
"properties": {
"apiKey": {
"type": "string"
},
"hostUrl": {
"type": "string"
},
"newAddressApi": {
"type": "string"
},
"priceApi": {
"type": "string"
}
},
"required": [
"api_key", "hostUrl", "newAddressApi", "priceApi"
],
"additionalProperties": false
}