Cam Qa Cert Unit Default Test Dto Structure

UnitDefaultTestDTO schema from QA Certification Management OpenAPI Specification

Type: object Properties: 13 Required: 7
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

unitDefaultTestRunData id testSumId calculatedNoxDefaultRate userId addDate updateDate fuelCode noxDefaultRate operatingConditionCode groupId numberOfUnitsInGroup numberOfTestsForGroup

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-qa-cert-unit-default-test-dto-structure.json",
  "name": "UnitDefaultTestDTO",
  "description": "UnitDefaultTestDTO schema from QA Certification Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "unitDefaultTestRunData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UnitDefaultTestRunDTO"
      },
      "example": [
        "string"
      ]
    },
    "id": {
      "type": "string",
      "example": "12345"
    },
    "testSumId": {
      "type": "string",
      "example": "12345"
    },
    "calculatedNoxDefaultRate": {
      "type": "double",
      "example": 35.5
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "addDate": {
      "type": "string",
      "example": "string"
    },
    "updateDate": {
      "type": "string",
      "example": "string"
    },
    "fuelCode": {
      "type": "string",
      "example": "string"
    },
    "noxDefaultRate": {
      "type": "double",
      "example": 0.0
    },
    "operatingConditionCode": {
      "type": "string",
      "example": "string"
    },
    "groupId": {
      "type": "string",
      "maxLength": 10,
      "example": "12345"
    },
    "numberOfUnitsInGroup": {
      "type": "double",
      "example": 0.0
    },
    "numberOfTestsForGroup": {
      "type": "double",
      "example": 0.0
    }
  },
  "required": [
    "unitDefaultTestRunData",
    "id",
    "testSumId",
    "calculatedNoxDefaultRate",
    "userId",
    "addDate",
    "updateDate"
  ]
}