{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Item", "type": "object", "properties": { "ItemCode": { "type": "string" }, "ItemName": { "type": "string" }, "ItemType": { "type": "string" }, "ItemsGroupCode": { "type": "integer" }, "QuantityOnStock": { "type": "number" }, "AvgStdPrice": { "type": "number" }, "SalesUnit": { "type": "string" }, "PurchaseUnit": { "type": "string" } } }