|
{
|
|
"name": "Url",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "salix.url"
|
|
}
|
|
},
|
|
"properties": {
|
|
"appName": {
|
|
"type": "string",
|
|
"required": true,
|
|
"id": 1
|
|
},
|
|
"environment": {
|
|
"type": "string",
|
|
"required": true,
|
|
"id": 2
|
|
},
|
|
"url": {
|
|
"type": "string",
|
|
"required": true
|
|
}
|
|
}
|
|
}
|