21 lines
425 B
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
|
||
|
}
|