{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-schema/pos-api-inventory-update-schema.json", "title": "InventoryUpdate", "description": "Deliverect Inventory Update", "type": "object", "properties": { "callbackUrl": { "type": "string", "example": "https://example.com/path/abc123", "description": "Will be used to notify you when the inventory file has been processed." } } }