Cam Streaming Supplemental Operating Dto Structure

SupplementalOperatingDTO schema from Streaming Services OpenAPI Specification

Type: object Properties: 9 Required: 9
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

id locationId reportPeriodId operatingTypeCode fuelCode operatingValue 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-supplemental-operating-dto-structure.json",
  "name": "SupplementalOperatingDTO",
  "description": "SupplementalOperatingDTO 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
    },
    "operatingTypeCode": {
      "type": "string",
      "example": "string"
    },
    "fuelCode": {
      "type": "string",
      "example": "string"
    },
    "operatingValue": {
      "type": "double",
      "example": 0.0
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "addDate": {
      "type": "string",
      "example": "string"
    },
    "updateDate": {
      "type": "string",
      "example": "string"
    }
  },
  "required": [
    "id",
    "locationId",
    "reportPeriodId",
    "operatingTypeCode",
    "fuelCode",
    "operatingValue",
    "userId",
    "addDate",
    "updateDate"
  ]
}