Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"entity": "Product",
|
||||
"id": { "name": "id", "type": "Long", "generated": true },
|
||||
"fields": [
|
||||
{ "name": "name", "type": "String" },
|
||||
{ "name": "price", "type": "BigDecimal" },
|
||||
{ "name": "inStock", "type": "Boolean" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user