{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-streaming-hourly-operating-dto-structure.json", "name": "HourlyOperatingDTO", "description": "HourlyOperatingDTO schema from Streaming Services OpenAPI Specification", "type": "object", "properties": { "id": { "type": "string", "example": "12345" }, "locationId": { "type": "string", "example": "12345" }, "reportPeriodId": { "type": "double", "example": 0.0 }, "beginDate": { "type": "datetime", "example": "2024-01-15T12:00:00Z" }, "beginHour": { "type": "double", "example": 0.0 }, "operatingTime": { "type": "double", "example": 0.0 }, "hourLoad": { "type": "double", "example": 0.0 }, "loadUnitsOfMeasureCode": { "type": "string", "example": "string" }, "userId": { "type": "string", "example": "12345" }, "addDate": { "type": "datetime", "example": "2024-01-15T12:00:00Z" }, "updateDate": { "type": "datetime", "example": "2024-01-15T12:00:00Z" } }, "required": [ "id", "locationId", "reportPeriodId", "beginDate", "beginHour", "operatingTime", "hourLoad", "loadUnitsOfMeasureCode", "userId", "addDate", "updateDate" ] }