{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cam-streaming-derived-hourly-value-base-dto-schema.json", "title": "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": "number", "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" ] }