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

21 lines
386 B
JSON
Raw Normal View History

2018-09-25 06:47:11 +00:00
{
"name": "TpvResponse",
"base": "VnModel",
"options": {
"mysql": {
2018-12-17 10:28:39 +00:00
"table": "hedera.tpvResponse"
2018-09-25 06:47:11 +00:00
}
},
"properties": {
"id": {
2022-05-12 07:47:47 +00:00
"type": "number",
2018-09-25 06:47:11 +00:00
"id": true,
"description": "Identifier"
},
"message": {
"type": "string",
"required": true
}
}
}