Cam Monitor Plan Program Structure

Program schema from Monitor Plan Management OpenAPI Specification

Type: object Properties: 15 Required: 10
GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions

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

Properties

programId addDate federalIndicator firstSipYear indianCountryIndicator overdraftIndicator programCode stateCode stateRegulation tradingIndicator tribalLandCode updateDate userId unitPrograms code

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-program-structure.json",
  "name": "Program",
  "description": "Program schema from Monitor Plan Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "programId": {
      "type": "double",
      "example": 0.0
    },
    "addDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "federalIndicator": {
      "type": "double",
      "example": 0.0
    },
    "firstSipYear": {
      "type": "double",
      "example": 2024
    },
    "indianCountryIndicator": {
      "type": "double",
      "example": 100
    },
    "overdraftIndicator": {
      "type": "double",
      "example": 0.0
    },
    "programCode": {
      "type": "string",
      "example": "string"
    },
    "stateCode": {
      "type": "string",
      "example": "NC"
    },
    "stateRegulation": {
      "type": "string",
      "example": "NC"
    },
    "tradingIndicator": {
      "type": "double",
      "example": 0.0
    },
    "tribalLandCode": {
      "type": "string",
      "example": "string"
    },
    "updateDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "unitPrograms": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UnitProgram"
      },
      "example": [
        "string"
      ]
    },
    "code": {
      "$ref": "#/components/schemas/ProgramCode"
    }
  },
  "required": [
    "programId",
    "addDate",
    "federalIndicator",
    "indianCountryIndicator",
    "overdraftIndicator",
    "programCode",
    "tradingIndicator",
    "userId",
    "unitPrograms",
    "code"
  ]
}

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-program-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 email required.

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