Cam Qa Cert Test Qualification Record Dto Structure

TestQualificationRecordDTO schema from QA Certification Management OpenAPI Specification

Type: object Properties: 11 Required: 6
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

id testSumId userId addDate updateDate testClaimCode beginDate endDate highLoadPercentage midLoadPercentage lowLoadPercentage

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-test-qualification-record-dto-structure.json",
  "name": "TestQualificationRecordDTO",
  "description": "TestQualificationRecordDTO schema from QA Certification Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "12345"
    },
    "testSumId": {
      "type": "string",
      "example": "12345"
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "addDate": {
      "type": "string",
      "example": "string"
    },
    "updateDate": {
      "type": "string",
      "example": "string"
    },
    "testClaimCode": {
      "type": "string",
      "example": "string"
    },
    "beginDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "endDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "highLoadPercentage": {
      "type": "double",
      "example": 0.0
    },
    "midLoadPercentage": {
      "type": "double",
      "example": 0.0
    },
    "lowLoadPercentage": {
      "type": "double",
      "example": 0.0
    }
  },
  "required": [
    "id",
    "testSumId",
    "userId",
    "addDate",
    "updateDate",
    "testClaimCode"
  ]
}