Home
EPA — U.S. Environmental Protection Agency
Cam Qa Cert App Ecorrelation Test Run Record Dto Structure
Cam Qa Cert App Ecorrelation Test Run Record Dto Structure
AppECorrelationTestRunRecordDTO schema from QA Certification Management OpenAPI Specification
Type: object
Properties: 18
Required: 14
Government Environmental OpenData AirQuality WaterQuality HazardousWaste Compliance Emissions
AppECorrelationTestRunRecordDTO is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 18 properties, of which 14 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
runNumber
referenceValue
hourlyHeatInputRate
totalHeatInput
responseTime
beginDate
beginHour
beginMinute
endDate
endHour
endMinute
id
appECorrTestSumId
calculatedHourlyHeatInputRate
calculatedTotalHeatInput
userId
addDate
updateDate
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-qa-cert-app-ecorrelation-test-run-record-dto-structure.json",
"name": "AppECorrelationTestRunRecordDTO",
"description": "AppECorrelationTestRunRecordDTO schema from QA Certification Management OpenAPI Specification",
"type": "object",
"properties": {
"runNumber": {
"type": "double",
"example": 0.0
},
"referenceValue": {
"type": "double",
"example": 0.0
},
"hourlyHeatInputRate": {
"type": "double",
"example": 0.0
},
"totalHeatInput": {
"type": "double",
"example": 0.0
},
"responseTime": {
"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
},
"id": {
"type": "string",
"example": "12345"
},
"appECorrTestSumId": {
"type": "string",
"example": "12345"
},
"calculatedHourlyHeatInputRate": {
"type": "double",
"example": 35.5
},
"calculatedTotalHeatInput": {
"type": "double",
"example": 35.5
},
"userId": {
"type": "string",
"example": "12345"
},
"addDate": {
"type": "string",
"example": "string"
},
"updateDate": {
"type": "string",
"example": "string"
}
},
"required": [
"runNumber",
"beginDate",
"beginHour",
"beginMinute",
"endDate",
"endHour",
"endMinute",
"id",
"appECorrTestSumId",
"calculatedHourlyHeatInputRate",
"calculatedTotalHeatInput",
"userId",
"addDate",
"updateDate"
]
}