{ "type": "object", "name": "Graph2", "properties": { "graphId": { "type": "string" }, "records": { "type": "array", "description": "", "items": { "type": "object", "properties": { "referenceId": { "type": "string" }, "record": { "type": "object", "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" } }, "required": [ "attributes", "CurrencyIsoCode" ] } }, "required": [ "referenceId", "record" ] } } }, "required": [ "graphId", "records" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }