{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"price": {
"type": "number",
"description": "price that we're going to charge you (exl. VAT)"
}
},
"required": ["price"],
"additionalProperties": false
}