Cam Monitor Plan Unit Boiler Type Structure

UnitBoilerType schema from Monitor Plan Management OpenAPI Specification

Type: object Properties: 8 Required: 8
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

id unitRecordId unitTypeCode beginDate endDate userId updateDate unit

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-monitor-plan-unit-boiler-type-structure.json",
  "name": "UnitBoilerType",
  "description": "UnitBoilerType schema from Monitor Plan Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "id": {
      "type": "double",
      "example": 0.0
    },
    "unitRecordId": {
      "type": "double",
      "example": 0.0
    },
    "unitTypeCode": {
      "type": "string",
      "example": "string"
    },
    "beginDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "endDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "updateDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "unit": {
      "$ref": "#/components/schemas/Unit"
    }
  },
  "required": [
    "id",
    "unitRecordId",
    "unitTypeCode",
    "beginDate",
    "endDate",
    "userId",
    "updateDate",
    "unit"
  ]
}