{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ItemUpdate", "type": "object", "properties": { "displayName": { "type": "string" }, "type": { "type": "string" }, "itemCategoryCode": { "type": "string" }, "blocked": { "type": "boolean" }, "gtin": { "type": "string" }, "unitPrice": { "type": "number" }, "unitCost": { "type": "number" }, "taxGroupCode": { "type": "string" }, "baseUnitOfMeasureCode": { "type": "string" } } }