{ "type": "object", "name": "Record21", "properties": { "attributes": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "CurrencyIsoCode": { "type": "string" }, "SalesTransactionShapeId": { "type": "string" }, "StartDate": { "type": "string" }, "ProductId": { "type": "string" }, "ProductSellingModelId": { "type": "string" }, "Quantity": { "type": "number" }, "PricingTransactionType": { "type": "string" }, "EndDate": { "type": "string" }, "AdjustmentType": { "type": "string" }, "AdjustmentValue": { "type": "integer" }, "AdjustmentSource": { "type": "string" }, "SalesTransactionItemShapeId": { "type": "string" }, "AdjustmentAmountScope": { "type": "string" } }, "required": [ "attributes" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }