{
	"name": "docuwareTablet",
	"base": "VnModel",
	"options": {
		"mysql": {
			"table": "docuwareTablet"
		}
	},
	"properties": {
        "tablet": {
            "type": "string"
        },
        "description": {
            "type": "string"
        }
    }
}