salix/services/client/common/models/tpv-error.json

22 lines
407 B
JSON
Raw Normal View History

2018-09-25 06:47:11 +00:00
{
"name": "TpvError",
"base": "VnModel",
"options": {
"mysql": {
"table": "tpvError",
"database": "hedera"
}
},
"properties": {
"code": {
"type": "String",
"id": true,
"description": "Identifier"
},
"message": {
"type": "string",
"required": true
}
}
}