Home
EPA — U.S. Environmental Protection Agency
Cam Qa Cert App Ecorrelation Test Run Dto Structure
Cam Qa Cert App Ecorrelation Test Run Dto Structure
AppECorrelationTestRunDTO schema from QA Certification Management OpenAPI Specification
Type: object
Properties: 20
Required: 16
Government Environmental OpenData AirQuality WaterQuality HazardousWaste Compliance Emissions
AppECorrelationTestRunDTO is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 20 properties, of which 16 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
appendixEHeatInputFromOilData
appendixEHeatInputFromGasData
id
appECorrTestSumId
calculatedHourlyHeatInputRate
calculatedTotalHeatInput
userId
addDate
updateDate
runNumber
referenceValue
hourlyHeatInputRate
totalHeatInput
responseTime
beginDate
beginHour
beginMinute
endDate
endHour
endMinute
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-dto-structure.json",
"name": "AppECorrelationTestRunDTO",
"description": "AppECorrelationTestRunDTO schema from QA Certification Management OpenAPI Specification",
"type": "object",
"properties": {
"appendixEHeatInputFromOilData": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AppEHeatInputFromOilDTO"
},
"example": [
"string"
]
},
"appendixEHeatInputFromGasData": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AppEHeatInputFromGasDTO"
},
"example": [
"string"
]
},
"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"
},
"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
}
},
"required": [
"appendixEHeatInputFromOilData",
"appendixEHeatInputFromGasData",
"id",
"appECorrTestSumId",
"calculatedHourlyHeatInputRate",
"calculatedTotalHeatInput",
"userId",
"addDate",
"updateDate",
"runNumber",
"beginDate",
"beginHour",
"beginMinute",
"endDate",
"endHour",
"endMinute"
]
}