move from dict based classes to standard classes
This commit is contained in:
parent
3d49bc044d
commit
39d021da46
2 changed files with 247 additions and 141 deletions
|
@ -19,7 +19,7 @@
|
|||
"required": [ "price", "amount", "unit" ],
|
||||
"properties": {
|
||||
"price": { "type": "number" },
|
||||
"amount": { "type": "integer" },
|
||||
"amount": { "type": "number" },
|
||||
"unit": { "type": "string" },
|
||||
"currency": { "type": "string" }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue