MonitorLocationDTO

MonitorLocationDTO schema from Monitor Plan Management OpenAPI Specification

GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions

Properties

Name Type Description
unitId string Unique identifier of a unit record which is generated by the EPA Host System. This value will be null if the record contains stack configuration.
stackPipeId string Unique identifier of a stack or pipe record.
activeDate string The date that emissions first went through the stack or the effective date for data reporting.
retireDate string The actual date that the stack or pipe was last used for emissions measurement or estimation purposes.
nonLoadBasedIndicator number Used to indicate whether the unit is classified as a non-load based unit.
id string Unique identifier of a monitoring location record.
unitRecordId number Unique identifier of a unit record which is generated by the EPA Host System.
stackPipeRecordId string Unique identifier of a stack or pipe record.
name string Character codes source assigned to identify a stack, pipe and/or unit.
type string Configuration type, unit or stack
active boolean Flag for active monitor location record
monitoringLocationAttribData array
unitCapacityData array
unitControlData array
unitFuelData array
monitoringMethodData array
supplementalMATSMonitoringMethodData array
monitoringFormulaData array
monitoringDefaultData array
monitoringSpanData array
rectangularDuctWAFData array
monitoringLoadData array
componentData array
monitoringSystemData array
monitoringQualificationData array
View JSON Schema on GitHub

JSON Schema

cam-monitor-plan-monitor-location-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cam-monitor-plan-monitor-location-dto-schema.json",
  "title": "MonitorLocationDTO",
  "description": "MonitorLocationDTO schema from Monitor Plan Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "unitId": {
      "type": "string",
      "maxLength": 6,
      "description": "Unique identifier of a unit record which is generated by the EPA Host System. This value will be null if the record contains stack configuration.",
      "example": null
    },
    "stackPipeId": {
      "type": "string",
      "description": "Unique identifier of a stack or pipe record.",
      "example": "CS0AAN"
    },
    "activeDate": {
      "format": "date-time",
      "type": "string",
      "description": "The date that emissions first went through the stack or the effective date for data reporting.",
      "example": "1995-01-01"
    },
    "retireDate": {
      "format": "date-time",
      "type": "string",
      "description": "The actual date that the stack or pipe was last used for emissions measurement or estimation purposes.",
      "example": "2015-08-24"
    },
    "nonLoadBasedIndicator": {
      "type": "number",
      "description": "Used to indicate whether the unit is classified as a non-load based unit.",
      "example": "1"
    },
    "id": {
      "type": "string",
      "description": "Unique identifier of a monitoring location record.",
      "example": "5"
    },
    "unitRecordId": {
      "type": "number",
      "description": "Unique identifier of a unit record which is generated by the EPA Host System.",
      "example": "3"
    },
    "stackPipeRecordId": {
      "type": "string",
      "description": "Unique identifier of a stack or pipe record.",
      "example": "MDC-CCB8D6D0D4E34D24A99C01DCD14078DF"
    },
    "name": {
      "type": "string",
      "description": "Character codes source assigned to identify a stack, pipe and/or unit.",
      "example": "CS0AAN"
    },
    "type": {
      "type": "string",
      "description": "Configuration type, unit or stack",
      "example": "stack"
    },
    "active": {
      "type": "boolean",
      "description": "Flag for active monitor location record",
      "example": true
    },
    "monitoringLocationAttribData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MonitorAttributeDTO"
      },
      "example": [
        "string"
      ]
    },
    "unitCapacityData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UnitCapacityDTO"
      },
      "example": [
        "Raleigh"
      ]
    },
    "unitControlData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UnitControlDTO"
      },
      "example": [
        "string"
      ]
    },
    "unitFuelData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UnitFuelDTO"
      },
      "example": [
        "string"
      ]
    },
    "monitoringMethodData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MonitorMethodDTO"
      },
      "example": [
        "string"
      ]
    },
    "supplementalMATSMonitoringMethodData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MatsMethodDTO"
      },
      "example": [
        "string"
      ]
    },
    "monitoringFormulaData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MonitorFormulaDTO"
      },
      "example": [
        "string"
      ]
    },
    "monitoringDefaultData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MonitorDefaultDTO"
      },
      "example": [
        "string"
      ]
    },
    "monitoringSpanData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MonitorSpanDTO"
      },
      "example": [
        "string"
      ]
    },
    "rectangularDuctWAFData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DuctWafDTO"
      },
      "example": [
        "string"
      ]
    },
    "monitoringLoadData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MonitorLoadDTO"
      },
      "example": [
        "string"
      ]
    },
    "componentData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ComponentDTO"
      },
      "example": [
        "string"
      ]
    },
    "monitoringSystemData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MonitorSystemDTO"
      },
      "example": [
        "string"
      ]
    },
    "monitoringQualificationData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MonitorQualificationDTO"
      },
      "example": [
        "string"
      ]
    }
  },
  "required": [
    "unitId",
    "stackPipeId",
    "nonLoadBasedIndicator",
    "id",
    "unitRecordId",
    "stackPipeRecordId",
    "name",
    "type",
    "active",
    "monitoringLocationAttribData",
    "unitCapacityData",
    "unitControlData",
    "unitFuelData",
    "monitoringMethodData",
    "supplementalMATSMonitoringMethodData",
    "monitoringFormulaData",
    "monitoringDefaultData",
    "monitoringSpanData",
    "rectangularDuctWAFData",
    "monitoringLoadData",
    "componentData",
    "monitoringSystemData",
    "monitoringQualificationData"
  ]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/cam-monitor-plan-monitor-location-dto"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.