20 lines
285 B
JSON
20 lines
285 B
JSON
|
{
|
||
|
"mas_url_base": {
|
||
|
"type": "string",
|
||
|
"mandatory": false
|
||
|
},
|
||
|
"id": {
|
||
|
"type": "string",
|
||
|
"mandatory": false,
|
||
|
"description": "needs to be a ULID"
|
||
|
}
|
||
|
"client_id": {
|
||
|
"type": "string",
|
||
|
"mandatory": false
|
||
|
},
|
||
|
"client_secret": {
|
||
|
"type": "string",
|
||
|
"mandatory": false
|
||
|
}
|
||
|
}
|