{
    "name": "DocuwareConfig",
    "description": "Docuware config",
    "base": "VnModel",
    "options": {
        "mysql": {
            "table": "docuwareConfig"
        }
    },
    "properties": {
        "id": {
            "type": "number",
            "id": true,
            "description": "Identifier"
        },
        "url": {
            "type": "string"
        },
        "token": {
            "type": "string"
        },
        "username": {
            "type": "string"
        },
        "password": {
            "type": "string"
        },
        "expired":{
            "type": "number"
        }
    }
}