Cam Monitor Plan Monitor Plan Dto Structure

MonitorPlanDTO schema from Monitor Plan Management OpenAPI Specification

Type: object Properties: 33 Required: 30
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

id orisCode facilityId name endReportPeriodId beginReportPeriodId facilityName facilityRegistrySystemId configTypeCode lastUpdated updatedStatusFlag needsEvalFlag checkSessionId endReportPeriodDescription beginReportPeriodDescription active monitoringPlanCommentData unitStackConfigurationData reportingFrequencies monitoringLocationData pendingStatusCode evalStatusCode evalStatusCodeDescription severityCode severityDescription userId addDate updateDate submissionId submissionAvailabilityCode submissionAvailabilityCodeDescription lastEvaluatedDate version

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-monitor-plan-dto-structure.json",
  "name": "MonitorPlanDTO",
  "description": "MonitorPlanDTO schema from Monitor Plan Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of a monitoring plan record.",
      "example": "TWCORNEL5-C0E3879920A14159BAA98E03F1980A7A"
    },
    "orisCode": {
      "type": "double",
      "description": "EIA-assigned identifier or facility ID assigned by CAMD (if EIA number is not applicable).",
      "example": 3
    },
    "facilityId": {
      "type": "double",
      "description": "The Facility ID code assigned by the Department of Energy's Energy Information Administration. The Energy Information Administration Plant ID code is also referred to as the \"ORIS code\", \"ORISPL code\", \"Facility ID\", or \"Facility code\", among other names. If a Plant ID code has not been assigned by the Department of Energy's Energy Information Administration, then plant code means a code beginning with \"88\" assigned by the EPA's Clean Air Markets Division for electronic reporting.",
      "example": 3
    },
    "name": {
      "type": "string",
      "description": "Character codes source assigned to identify a stack, pipe and/or unit.",
      "example": "1,2,CSA00N"
    },
    "endReportPeriodId": {
      "type": "double",
      "description": "Unique identifier of a reporting period record. This value will be null for active records.",
      "example": null
    },
    "beginReportPeriodId": {
      "type": "double",
      "description": "Unique identifier of a reporting period record.",
      "example": null
    },
    "facilityName": {
      "type": "string",
      "example": "EPA Facility"
    },
    "facilityRegistrySystemId": {
      "type": "string",
      "example": "12345"
    },
    "configTypeCode": {
      "type": "string",
      "example": "string"
    },
    "lastUpdated": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "updatedStatusFlag": {
      "type": "string",
      "example": "active"
    },
    "needsEvalFlag": {
      "type": "string",
      "example": "string"
    },
    "checkSessionId": {
      "type": "string",
      "example": "12345"
    },
    "endReportPeriodDescription": {
      "type": "string",
      "example": "string"
    },
    "beginReportPeriodDescription": {
      "type": "string",
      "example": "string"
    },
    "active": {
      "type": "boolean",
      "example": true
    },
    "monitoringPlanCommentData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MonitorPlanCommentDTO"
      },
      "example": [
        "string"
      ]
    },
    "unitStackConfigurationData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UnitStackConfigurationDTO"
      },
      "example": [
        "string"
      ]
    },
    "reportingFrequencies": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MonitorPlanReportingFreqDTO"
      },
      "example": [
        "string"
      ]
    },
    "monitoringLocationData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MonitorLocationDTO"
      },
      "example": [
        "string"
      ]
    },
    "pendingStatusCode": {
      "type": "string",
      "example": "active"
    },
    "evalStatusCode": {
      "type": "string",
      "example": "active"
    },
    "evalStatusCodeDescription": {
      "type": "string",
      "example": "active"
    },
    "severityCode": {
      "type": "string",
      "example": "string"
    },
    "severityDescription": {
      "type": "string",
      "example": "string"
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "addDate": {
      "type": "string",
      "example": "string"
    },
    "updateDate": {
      "type": "string",
      "example": "string"
    },
    "submissionId": {
      "type": "double",
      "example": 0.0
    },
    "submissionAvailabilityCode": {
      "type": "string",
      "example": "string"
    },
    "submissionAvailabilityCodeDescription": {
      "type": "string",
      "example": "string"
    },
    "lastEvaluatedDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "version": {
      "type": "string",
      "example": "string"
    }
  },
  "required": [
    "id",
    "orisCode",
    "facilityId",
    "name",
    "endReportPeriodId",
    "beginReportPeriodId",
    "facilityName",
    "facilityRegistrySystemId",
    "configTypeCode",
    "lastUpdated",
    "updatedStatusFlag",
    "needsEvalFlag",
    "checkSessionId",
    "active",
    "monitoringPlanCommentData",
    "unitStackConfigurationData",
    "reportingFrequencies",
    "monitoringLocationData",
    "pendingStatusCode",
    "evalStatusCode",
    "evalStatusCodeDescription",
    "severityCode",
    "severityDescription",
    "userId",
    "addDate",
    "updateDate",
    "submissionId",
    "submissionAvailabilityCode",
    "submissionAvailabilityCodeDescription",
    "lastEvaluatedDate"
  ]
}