Skip to content
sanchojaf edited this page Oct 12, 2014 · 1 revision
{
    "title": "Hub::Inventory",
    "type": "object",
    "properties": {
        "id": {"type": "String"},
        "location": {"type": "String"},
        "quantity": {"type": "Integer"},
        "product_id": {"type": "String"}
    },
    "required": ["location", "quantity"]
}

Clone this wiki locally