{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "MeteringValue", "type": "object", "properties": { "timestamp": { "type": "string" }, "computeUnitHours": { "type": "number" }, "storageGB": { "type": "number" }, "dataLakeCapacityGB": { "type": "number" }, "backupStorageGB": { "type": "number" } } }