19 lines
351 B
JSON
19 lines
351 B
JSON
|
{
|
||
|
"properties": {
|
||
|
"apiKey": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"publishableApiKey": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"merchantId": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"apiKey",
|
||
|
"publishableApiKey",
|
||
|
"merchantId"
|
||
|
],
|
||
|
"additionalProperties": false
|
||
|
}
|