UNPKG

@golemio/energetics

Version:
15 lines 444 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cemApiMeasurementsJsonSchema = void 0; exports.cemApiMeasurementsJsonSchema = { type: "array", items: { type: "object", properties: { value: { type: "number" }, timestamp: { type: "number" }, }, required: ["value", "timestamp"], }, }; //# sourceMappingURL=CemApiMeasurementsJsonSchema.js.map