{ "type": "object", "properties": { "referenceId": { "type": "string", "example": "500123" }, "record": { "type": "object", "properties": { "attributes": { "type": "object", "properties": { "type": { "type": "string", "example": "example_value" } }, "required": [ "type" ] }, "CurrencyIsoCode": { "type": "string", "example": "example_value" }, "SalesTransactionShapeId": { "type": "string", "example": "500123" }, "StartDate": { "type": "string", "example": "example_value" }, "ProductId": { "type": "string", "example": "500123" }, "ProductSellingModelId": { "type": "string", "example": "500123" }, "Quantity": { "type": "number", "example": 42.5 }, "PricingTransactionType": { "type": "string", "example": "example_value" }, "EndDate": { "type": "string", "example": "example_value" }, "AdjustmentType": { "type": "string", "example": "example_value" }, "AdjustmentValue": { "type": "integer", "example": 10 }, "AdjustmentSource": { "type": "string", "example": "example_value" }, "SalesTransactionItemShapeId": { "type": "string", "example": "500123" }, "AdjustmentAmountScope": { "type": "string", "example": "example_value" } }, "required": [ "attributes" ] } }, "required": [ "referenceId", "record" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Record20" }