{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-streaming-summary-value-base-dto-structure.json", "name": "SummaryValueBaseDTO", "description": "SummaryValueBaseDTO 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 }, "parameterCode": { "type": "string", "example": "string" }, "quarterlyValue": { "type": "double", "example": 0.0 }, "yearTotal": { "type": "double", "example": 2024 }, "ozoneSeasonTotal": { "type": "double", "example": 0.0 }, "userId": { "type": "string", "example": "12345" }, "addDate": { "type": "string", "example": "string" }, "updateDate": { "type": "string", "example": "string" } }, "required": [ "id", "locationId", "reportPeriodId", "parameterCode", "quarterlyValue", "yearTotal", "ozoneSeasonTotal", "userId", "addDate", "updateDate" ] }