{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CalculateSLARequest", "title": "CalculateSLARequest", "required": [ "items", "location", "salesChannel" ], "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Item3", "required": [ "id", "groupItemId", "kitItem", "quantity", "price", "additionalHandlingTime", "dimension" ], "type": "object", "properties": { "id": { "type": "string" }, "groupItemId": { "type": "string", "nullable": true }, "kitItem": { "type": "array", "items": { "title": "KitItem", "required": [ "id", "groupItemId", "kitItem", "quantity", "price", "additionalHandlingTime", "dimension" ], "type": "object", "properties": { "id": { "type": "string" }, "groupItemId": { "type": "string", "nullable": true }, "kitItem": { "type": "array", "items": { "type": "string" }, "description": "" }, "quantity": { "type": "integer", "format": "int32" }, "price": { "type": "integer", "format": "int32" }, "additionalHandlingTime": { "type": "string" }, "dimension": { "title": "Dimension", "required": [ "weight", "height", "width", "length" ], "type": "object", "properties": { "weight": { "type": "integer", "format": "int32" }, "height": { "type": "integer", "format": "int32" }, "width": { "type": "integer", "format": "int32" }, "length": { "type": "integer", "format": "int32" } }, "example": { "weight": 150, "height": 1, "width": 1, "length": 1 } } }, "example": { "id": "2000042", "groupItemId": null, "kitItem": [], "quantity": 1, "price": 0, "additionalHandlingTime": "00:00:00", "dimension": { "weight": 150, "height": 5, "width": 17, "length": 17 } } }, "description": "" }, "quantity": { "type": "integer", "format": "int32" }, "price": { "type": "integer", "format": "int32" }, "additionalHandlingTime": { "type": "string" }, "dimension": { "title": "Dimension", "required": [ "weight", "height", "width", "length" ], "type": "object", "properties": { "weight": { "type": "integer", "format": "int32" }, "height": { "type": "integer", "format": "int32" }, "width": { "type": "integer", "format": "int32" }, "length": { "type": "integer", "format": "int32" } }, "example": { "weight": 150, "height": 1, "width": 1, "length": 1 } } }, "example": { "id": "1", "groupItemId": null, "kitItem": [ { "id": "2000042", "groupItemId": null, "kitItem": [], "quantity": 1, "price": 0, "additionalHandlingTime": "00:00:00", "dimension": { "weight": 150, "height": 5, "width": 17, "length": 17 } }, { "id": "2390059", "groupItemId": null, "kitItem": [], "quantity": 1, "price": 0, "additionalHandlingTime": "00:00:00", "dimension": { "weight": 150, "height": 5, "width": 17, "length": 17 } } ], "quantity": 1, "price": 0, "additionalHandlingTime": "00:00:00", "dimension": { "weight": 150, "height": 5, "width": 17, "length": 17 } } }, "description": "" }, "location": { "title": "Location3", "required": [ "zipCode", "country", "point" ], "type": "object", "properties": { "zipCode": { "type": "string" }, "country": { "type": "string" }, "point": { "type": "array", "items": { "type": "number" }, "description": "" } }, "example": { "zipCode": "22780084", "country": "BRA", "point": [ -43.32475950000003, -22.9999575 ] } }, "salesChannel": { "type": "string" } }, "example": { "items": [ { "id": "1", "groupItemId": null, "kitItem": [ { "id": "2000042", "groupItemId": null, "kitItem": [], "quantity": 1, "price": 0, "additionalHandlingTime": "00:00:00", "dimension": { "weight": 150, "height": 5, "width": 17, "length": 17 } }, { "id": "2390059", "groupItemId": null, "kitItem": [], "quantity": 1, "price": 0, "additionalHandlingTime": "00:00:00", "dimension": { "weight": 150, "height": 5, "width": 17, "length": 17 } } ], "quantity": 1, "price": 0, "additionalHandlingTime": "00:00:00", "dimension": { "weight": 150, "height": 5, "width": 17, "length": 17 } } ], "location": { "zipCode": "22780084", "country": "BRA", "point": [ -43.32475950000003, -22.9999575 ] }, "salesChannel": "1" } }