{
    "name": "Docuware",
    "description": "Docuware sections",
    "base": "VnModel",
    "options": {
        "mysql": {
            "table": "docuware"
        }
    },
    "properties": {
        "id": {
            "type": "number",
            "id": true,
            "description": "Identifier"
        },
        "code": {
            "type": "string"
        },
        "fileCabinetName": {
            "type": "string"
        },
        "action": {
            "type": "string"
        },
        "dialogName": {
            "type": "string"
        },
        "findById": {
            "type": "string"
        }
    }
}