Cam Monitor Plan Pctqualification Structure

PCTQualification schema from Monitor Plan Management OpenAPI Specification

Type: object Properties: 17 Required: 17
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

id qualificationId qualificationYear yr1QualificationDataTypeCode yr1QualificationDataYear yr1PercentageValue yr2QualificationDataTypeCode yr2QualificationDataYear yr2PercentageValue yr3QualificationDataTypeCode yr3QualificationDataYear yr3PercentageValue averagePercentValue userId addDate updateDate qualification

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-pctqualification-structure.json",
  "name": "PCTQualification",
  "description": "PCTQualification schema from Monitor Plan Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "12345"
    },
    "qualificationId": {
      "type": "string",
      "example": "12345"
    },
    "qualificationYear": {
      "type": "double",
      "example": 2024
    },
    "yr1QualificationDataTypeCode": {
      "type": "string",
      "example": "string"
    },
    "yr1QualificationDataYear": {
      "type": "double",
      "example": 2024
    },
    "yr1PercentageValue": {
      "type": "double",
      "example": 0.0
    },
    "yr2QualificationDataTypeCode": {
      "type": "string",
      "example": "string"
    },
    "yr2QualificationDataYear": {
      "type": "double",
      "example": 2024
    },
    "yr2PercentageValue": {
      "type": "double",
      "example": 0.0
    },
    "yr3QualificationDataTypeCode": {
      "type": "string",
      "example": "string"
    },
    "yr3QualificationDataYear": {
      "type": "double",
      "example": 2024
    },
    "yr3PercentageValue": {
      "type": "double",
      "example": 0.0
    },
    "averagePercentValue": {
      "type": "double",
      "example": 0.0
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "addDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "updateDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "qualification": {
      "$ref": "#/components/schemas/MonitorQualification"
    }
  },
  "required": [
    "id",
    "qualificationId",
    "qualificationYear",
    "yr1QualificationDataTypeCode",
    "yr1QualificationDataYear",
    "yr1PercentageValue",
    "yr2QualificationDataTypeCode",
    "yr2QualificationDataYear",
    "yr2PercentageValue",
    "yr3QualificationDataTypeCode",
    "yr3QualificationDataYear",
    "yr3PercentageValue",
    "averagePercentValue",
    "userId",
    "addDate",
    "updateDate",
    "qualification"
  ]
}