{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mojang/refs/heads/main/json-structure/public-api-sale-statistics-structure.json", "name": "SaleStatistics", "description": "Aggregate sale figures.", "type": "object", "properties": { "total": { "type": "int32", "description": "Total units sold across the requested SKUs.", "example": 41000000 }, "last24h": { "type": "int32", "description": "Units sold in the last 24 hours.", "example": 75000 }, "saleVelocityPerSeconds": { "type": "float", "description": "Recent average sales per second.", "example": 0.85 } } }