{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-streaming-derived-hourly-value-base-dto-structure.json", "name": "DerivedHourlyValueBaseDTO", "description": "DerivedHourlyValueBaseDTO schema from Streaming Services OpenAPI Specification", "type": "object", "properties": { "id": { "type": "string", "example": "12345" }, "hourId": { "type": "string", "example": "12345" }, "parameterCode": { "type": "string", "example": "string" }, "adjustedHourlyValue": { "type": "string", "example": "https://example.com" }, "modcCode": { "type": "string", "example": "string" }, "locationId": { "type": "string", "example": "12345" }, "reportPeriodId": { "type": "double", "example": 0.0 }, "userId": { "type": "string", "example": "12345" }, "addDate": { "type": "string", "example": "string" }, "updateDate": { "type": "string", "example": "string" } }, "required": [ "id", "hourId", "parameterCode", "adjustedHourlyValue", "modcCode", "locationId", "reportPeriodId", "userId", "addDate", "updateDate" ] }