27 lines
365 B
JSON
27 lines
365 B
JSON
{
|
|
"user": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"directory": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"version": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"platform": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"secret_key": {
|
|
"type": "string",
|
|
"mandatory": true
|
|
},
|
|
"internal_token": {
|
|
"type": "string",
|
|
"mandatory": true
|
|
}
|
|
}
|