35 lines
609 B
JSON
35 lines
609 B
JSON
|
{
|
||
|
"name": "Item",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "item",
|
||
|
"database": "vn"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "Number",
|
||
|
"id": true,
|
||
|
"description": "Identifier"
|
||
|
},
|
||
|
"size": {
|
||
|
"type": "Number"
|
||
|
},
|
||
|
"category": {
|
||
|
"type": "Number"
|
||
|
},
|
||
|
"stems": {
|
||
|
"type": "Number"
|
||
|
},
|
||
|
"description": {
|
||
|
"type": "String"
|
||
|
},
|
||
|
"isOnOffer": {
|
||
|
"type": "Boolean"
|
||
|
},
|
||
|
"isBargain": {
|
||
|
"type": "Boolean"
|
||
|
}
|
||
|
}
|
||
|
}
|