Cam Streaming Derived Hourly Value Base Dto Structure

DerivedHourlyValueBaseDTO schema from Streaming Services OpenAPI Specification

Type: object Properties: 10 Required: 10
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

id hourId parameterCode adjustedHourlyValue modcCode locationId reportPeriodId 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-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"
  ]
}