4 "$schema": "http://json-schema.org/draft-04/schema#",
5 "title": "Product set",
12 "description": "The unique identifier for a product",
21 "exclusiveMinimum": true
34 "length": {"type": "number"},
35 "width": {"type": "number"},
36 "height": {"type": "number"}
38 "required": ["length", "width", "height"]
40 "warehouseLocation": {
41 "description": "Coordinates of the warehouse with the product",
42 "$ref": "http://localhost:8000/docson/tests/geo.json"
45 "required": ["id", "name", "price"]