Cam Monitor Plan Monitor Plan Dto Structure

MonitorPlanDTO schema from Monitor Plan Management OpenAPI Specification

Type: object Properties: 33 Required: 30
GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions

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"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/cam-monitor-plan-monitor-plan-dto-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.