|
{
|
|
"name": "MdbConfig",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "mdbConfig"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"type": "string",
|
|
"id": true
|
|
},
|
|
"issueTrackerUrl": {
|
|
"type": "string"
|
|
},
|
|
"issueNumberRegex": {
|
|
"type": "string"
|
|
},
|
|
"chatDestination": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
} |