Cam Qa Cert Unit Default Test Run Record Dto Structure

UnitDefaultTestRunRecordDTO schema from QA Certification Management OpenAPI Specification

Type: object Properties: 16 Required: 7
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

id unitDefaultTestSumId userId addDate updateDate operatingLevelForRun runNumber beginDate beginHour beginMinute endDate endHour endMinute responseTime referenceValue runUsedIndicator

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-run-record-dto-structure.json",
  "name": "UnitDefaultTestRunRecordDTO",
  "description": "UnitDefaultTestRunRecordDTO schema from QA Certification Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "12345"
    },
    "unitDefaultTestSumId": {
      "type": "string",
      "example": "12345"
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "addDate": {
      "type": "string",
      "example": "string"
    },
    "updateDate": {
      "type": "string",
      "example": "string"
    },
    "operatingLevelForRun": {
      "type": "double",
      "example": 0.0
    },
    "runNumber": {
      "type": "double",
      "example": 0.0
    },
    "beginDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "beginHour": {
      "type": "double",
      "example": 0.0
    },
    "beginMinute": {
      "type": "double",
      "example": 0.0
    },
    "endDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "endHour": {
      "type": "double",
      "example": 0.0
    },
    "endMinute": {
      "type": "double",
      "example": 0.0
    },
    "responseTime": {
      "type": "double",
      "example": 0.0
    },
    "referenceValue": {
      "type": "double",
      "example": 0.0
    },
    "runUsedIndicator": {
      "type": "double",
      "example": 0.0
    }
  },
  "required": [
    "id",
    "unitDefaultTestSumId",
    "userId",
    "addDate",
    "updateDate",
    "operatingLevelForRun",
    "runNumber"
  ]
}