2022-02-16 13:57:47 +00:00
|
|
|
{
|
|
|
|
"name": "DocuwareConfig",
|
|
|
|
"description": "Docuware config",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "docuwareConfig"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "number",
|
|
|
|
"id": true,
|
|
|
|
"description": "Identifier"
|
|
|
|
},
|
|
|
|
"url": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
2024-10-15 06:00:19 +00:00
|
|
|
"token": {
|
2022-02-16 13:57:47 +00:00
|
|
|
"type": "string"
|
2024-10-08 10:05:19 +00:00
|
|
|
},
|
|
|
|
"username": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"password": {
|
|
|
|
"type": "string"
|
2024-10-15 06:00:19 +00:00
|
|
|
},
|
|
|
|
"expired":{
|
|
|
|
"type": "number"
|
2022-02-16 13:57:47 +00:00
|
|
|
}
|
2024-10-08 10:05:19 +00:00
|
|
|
}
|
2023-01-13 12:33:59 +00:00
|
|
|
}
|