Files
gh-giuseppe-trisciuoglio-de…/skills/spring-boot/spring-boot-crud-patterns/assets/specs/product.json
2025-11-29 18:28:30 +08:00

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" }
]
}