We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{ "title": "Hub::Inventory", "type": "object", "properties": { "id": {"type": "String"}, "location": {"type": "String"}, "quantity": {"type": "Integer"}, "product_id": {"type": "String"} }, "required": ["location", "quantity"] }