2018-01-11 06:20:52 +10:00
|
|
|
{
|
|
|
|
"properties": {
|
|
|
|
"secretKey": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "sandbox"
|
|
|
|
},
|
|
|
|
"publicKey": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"stripeCurrency": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"stripeDescription": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"stripeLogoURL": {
|
|
|
|
"type": "string",
|
|
|
|
"format": "uri-template"
|
2019-11-07 19:43:38 +10:00
|
|
|
},
|
|
|
|
"stripeWebhookSecret": {
|
|
|
|
"type": "string"
|
2018-01-11 06:20:52 +10:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": [
|
|
|
|
"secretKey",
|
|
|
|
"publicKey",
|
|
|
|
"stripeCurrency",
|
|
|
|
"stripeDescription",
|
|
|
|
"stripeLogoURL"
|
|
|
|
],
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|