10 lines
240 B
JSON
10 lines
240 B
JSON
{
|
|
"entity": "Product",
|
|
"id": { "name": "id", "type": "Long", "generated": true },
|
|
"fields": [
|
|
{ "name": "name", "type": "String" },
|
|
{ "name": "price", "type": "BigDecimal" },
|
|
{ "name": "inStock", "type": "Boolean" }
|
|
]
|
|
}
|