salix/modules/client/back/models/tpv-error.json

21 lines
382 B
JSON
Raw Normal View History

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