UnitDefaultTestRunRecordDTO

UnitDefaultTestRunRecordDTO schema from QA Certification Management OpenAPI Specification

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
id string
unitDefaultTestSumId string
userId string
addDate string
updateDate string
operatingLevelForRun number
runNumber number
beginDate string
beginHour number
beginMinute number
endDate string
endHour number
endMinute number
responseTime number
referenceValue number
runUsedIndicator number
View JSON Schema on GitHub

JSON Schema

cam-qa-cert-unit-default-test-run-record-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cam-qa-cert-unit-default-test-run-record-dto-schema.json",
  "title": "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": "number",
      "example": 0.0
    },
    "runNumber": {
      "type": "number",
      "example": 0.0
    },
    "beginDate": {
      "format": "date-time",
      "type": "string",
      "example": "2024-01-15T12:00:00Z"
    },
    "beginHour": {
      "type": "number",
      "example": 0.0
    },
    "beginMinute": {
      "type": "number",
      "example": 0.0
    },
    "endDate": {
      "format": "date-time",
      "type": "string",
      "example": "2024-01-15T12:00:00Z"
    },
    "endHour": {
      "type": "number",
      "example": 0.0
    },
    "endMinute": {
      "type": "number",
      "example": 0.0
    },
    "responseTime": {
      "type": "number",
      "example": 0.0
    },
    "referenceValue": {
      "type": "number",
      "example": 0.0
    },
    "runUsedIndicator": {
      "type": "number",
      "example": 0.0
    }
  },
  "required": [
    "id",
    "unitDefaultTestSumId",
    "userId",
    "addDate",
    "updateDate",
    "operatingLevelForRun",
    "runNumber"
  ]
}