TestSummaryRecordDTO

TestSummaryRecordDTO schema from QA Certification Management OpenAPI Specification

GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions

Properties

Name Type Description
stackPipeId string Stack Pipe Identifier. ADD TO PROPERTY METADATA
unitId string Unique identifier for each unit at a facility.
testTypeCode string Test Type Code. ADD TO PROPERTY METADATA
monitoringSystemId string Unique identifier of a monitoring system record.
componentId string The three digit code assigned by the source to identify the component.
spanScaleCode string Code used to identify the span scale.
testNumber string Test Number. ADD TO PROPERTY METADATA
testReasonCode string Test Reason Code. ADD TO PROPERTY METADATA
testDescription string Test Description. ADD TO PROPERTY METADATA
testResultCode string Test Result Code. ADD TO PROPERTY METADATA
beginDate string Date in which information became effective or activity started.
beginHour number Begin Hour. ADD TO PROPERTY METADATA
beginMinute number Begin Minute. ADD TO PROPERTY METADATA
endDate string End date for a given period of a unit's emissions.
endHour number End Hour. ADD TO PROPERTY METADATA
endMinute number End Minute. ADD TO PROPERTY METADATA
gracePeriodIndicator number Grace Period Indicator. ADD TO PROPERTY METADATA
year number The calendar year during which activity occurred.
quarter number Calendar quarter in which activity occurred.
testComment string Test Comment. ADD TO PROPERTY METADATA
injectionProtocolCode string Injection Protocol Code. ADD TO PROPERTY METADATA
id string
locationId string
calculatedGracePeriodIndicator number
calculatedTestResultCode string
reportPeriodId number
calculatedSpanValue number
userId string
addDate string
updateDate string
evalStatusCode string
evalStatusCodeDescription string
submissionAvailabilityCode string
submissionAvailabilityCodeDescription string
View JSON Schema on GitHub

JSON Schema

cam-qa-cert-test-summary-record-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-qa-cert-test-summary-record-dto-schema.json",
  "title": "TestSummaryRecordDTO",
  "description": "TestSummaryRecordDTO schema from QA Certification Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "stackPipeId": {
      "type": "string",
      "description": "Stack Pipe Identifier. ADD TO PROPERTY METADATA",
      "example": "12345"
    },
    "unitId": {
      "type": "string",
      "description": "Unique identifier for each unit at a facility.",
      "example": "12345"
    },
    "testTypeCode": {
      "type": "string",
      "description": "Test Type Code. ADD TO PROPERTY METADATA",
      "example": "string"
    },
    "monitoringSystemId": {
      "type": "string",
      "description": "Unique identifier of a monitoring system record.",
      "example": "12345"
    },
    "componentId": {
      "type": "string",
      "description": "The three digit code assigned by the source to identify the component.",
      "example": "12345"
    },
    "spanScaleCode": {
      "type": "string",
      "description": "Code used to identify the span scale.",
      "example": "string"
    },
    "testNumber": {
      "type": "string",
      "maxLength": 18,
      "description": "Test Number. ADD TO PROPERTY METADATA",
      "example": "string"
    },
    "testReasonCode": {
      "type": "string",
      "description": "Test Reason Code. ADD TO PROPERTY METADATA",
      "example": "string"
    },
    "testDescription": {
      "type": "string",
      "maxLength": 100,
      "description": "Test Description. ADD TO PROPERTY METADATA",
      "example": "string"
    },
    "testResultCode": {
      "type": "string",
      "description": "Test Result Code. ADD TO PROPERTY METADATA",
      "example": "string"
    },
    "beginDate": {
      "format": "date-time",
      "type": "string",
      "description": "Date in which information became effective or activity started.",
      "example": "2020-07-25"
    },
    "beginHour": {
      "type": "number",
      "description": "Begin Hour. ADD TO PROPERTY METADATA",
      "example": 0.0
    },
    "beginMinute": {
      "type": "number",
      "description": "Begin Minute. ADD TO PROPERTY METADATA",
      "example": 0.0
    },
    "endDate": {
      "format": "date-time",
      "type": "string",
      "description": "End date for a given period of a unit's emissions.",
      "example": "2024-01-15T12:00:00Z"
    },
    "endHour": {
      "type": "number",
      "description": "End Hour. ADD TO PROPERTY METADATA",
      "example": 0.0
    },
    "endMinute": {
      "type": "number",
      "description": "End Minute. ADD TO PROPERTY METADATA",
      "example": 0.0
    },
    "gracePeriodIndicator": {
      "type": "number",
      "description": "Grace Period Indicator. ADD TO PROPERTY METADATA",
      "example": 0.0
    },
    "year": {
      "type": "number",
      "description": "The calendar year during which activity occurred.",
      "example": 2024
    },
    "quarter": {
      "type": "number",
      "description": "Calendar quarter in which activity occurred.",
      "example": 0.0
    },
    "testComment": {
      "type": "string",
      "maxLength": 1000,
      "description": "Test Comment. ADD TO PROPERTY METADATA",
      "example": "string"
    },
    "injectionProtocolCode": {
      "type": "string",
      "description": "Injection Protocol Code. ADD TO PROPERTY METADATA",
      "example": "string"
    },
    "id": {
      "type": "string",
      "example": "12345"
    },
    "locationId": {
      "type": "string",
      "example": "12345"
    },
    "calculatedGracePeriodIndicator": {
      "type": "number",
      "example": 35.5
    },
    "calculatedTestResultCode": {
      "type": "string",
      "example": "string"
    },
    "reportPeriodId": {
      "type": "number",
      "example": 0.0
    },
    "calculatedSpanValue": {
      "type": "number",
      "example": 35.5
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "addDate": {
      "type": "string",
      "example": "string"
    },
    "updateDate": {
      "type": "string",
      "example": "string"
    },
    "evalStatusCode": {
      "type": "string",
      "example": "active"
    },
    "evalStatusCodeDescription": {
      "type": "string",
      "example": "active"
    },
    "submissionAvailabilityCode": {
      "type": "string",
      "example": "string"
    },
    "submissionAvailabilityCodeDescription": {
      "type": "string",
      "example": "string"
    }
  },
  "required": [
    "stackPipeId",
    "unitId",
    "testTypeCode",
    "componentId",
    "testNumber",
    "id",
    "locationId",
    "calculatedGracePeriodIndicator",
    "calculatedTestResultCode",
    "reportPeriodId",
    "calculatedSpanValue",
    "userId",
    "addDate",
    "updateDate",
    "evalStatusCode",
    "evalStatusCodeDescription",
    "submissionAvailabilityCode",
    "submissionAvailabilityCodeDescription"
  ]
}

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-qa-cert-test-summary-record-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 email required.

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