21 строка
309 B
JSON
21 строка
309 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"redirectMode": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"copyMode": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"autoAuthMode": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"autoAuthLogin": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"autoAuthPassword": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|