Properties
| Name | Type | Description |
|---|---|---|
| Fulfillment | object | |
| Marketplace | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Origin",
"title": "Origin",
"required": [
"Fulfillment",
"Marketplace"
],
"type": "object",
"properties": {
"Fulfillment": {
"$ref": "#/components/schemas/Fulfillment"
},
"Marketplace": {
"$ref": "#/components/schemas/Marketplace1"
}
},
"example": {
"Fulfillment": {
"Count": 68,
"Max": 11150,
"Mean": 1395.5882352941176,
"Min": 1250,
"Missing": 0,
"StdDev": 1200.5513439298484,
"Sum": 94900,
"SumOfSquares": 229010000,
"Facets": null
},
"Marketplace": {
"Count": 16,
"Max": 21526180,
"Mean": 1373100.6875,
"Min": 1160,
"Missing": 0,
"StdDev": 5374326.141087491,
"Sum": 21969611,
"SumOfSquares": 463417210029853,
"Facets": null
}
}
}