Cam Camd Services Report Detail Dto Structure

ReportDetailDTO schema from CAMD Administrative & General Services OpenAPI Specification

Type: object Properties: 4 Required: 4
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

displayName templateCode templateType results

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-camd-services-report-detail-dto-structure.json",
  "name": "ReportDetailDTO",
  "description": "ReportDetailDTO schema from CAMD Administrative & General Services OpenAPI Specification",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "example": "EPA Facility"
    },
    "templateCode": {
      "type": "string",
      "example": "string"
    },
    "templateType": {
      "type": "string",
      "example": "string"
    },
    "results": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "example": [
        {}
      ]
    }
  },
  "required": [
    "displayName",
    "templateCode",
    "templateType",
    "results"
  ]
}