{
	"name": "MrwConfig",
	"base": "VnModel",
	"options": {
		"mysql": {
			"table": "mrwConfig"
		}
	},
	"properties": {
		"id": {
			"type": "number",
			"id": true,
			"required": true
		},
		"url": {
			"type": "string",
			"required": true
		},
		"user": {
			"type": "string"
		},
		"password": {
			"type": "string"
		},
		"franchiseCode": {
			"type": "string"
		},
		"subscriberCode": {
			"type": "string"
		}
	}
}