Add JSON Schema validation
This commit is contained in:
parent
fd6848dddf
commit
ef7ec7e9a4
5
json/src/test/resources/product_invalid.json
Normal file
5
json/src/test/resources/product_invalid.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Lampshade",
|
||||
"price": 0
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user