Cam Streaming Hourly Operating Dto Structure

HourlyOperatingDTO schema from Streaming Services OpenAPI Specification

Type: object Properties: 11 Required: 11
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

HourlyOperatingDTO is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 11 properties, of which 11 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id locationId reportPeriodId beginDate beginHour operatingTime hourLoad loadUnitsOfMeasureCode userId addDate updateDate

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
  ]
}