AppECorrelationTestSummaryRecordDTO
AppECorrelationTestSummaryRecordDTO schema from QA Certification Management OpenAPI Specification
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| testSumId | string | |
| calculatedMeanReferenceValue | number | |
| calculatedAverageHourlyHeatInputRate | number | |
| userId | string | |
| addDate | string | |
| updateDate | string | |
| operatingLevelForRun | number | |
| meanReferenceValue | number | |
| averageHourlyHeatInputRate | number | |
| fFactor | number |
JSON Schema
{
"$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-app-ecorrelation-test-summary-record-dto-schema.json",
"title": "AppECorrelationTestSummaryRecordDTO",
"description": "AppECorrelationTestSummaryRecordDTO schema from QA Certification Management OpenAPI Specification",
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "12345"
},
"testSumId": {
"type": "string",
"example": "12345"
},
"calculatedMeanReferenceValue": {
"type": "number",
"example": 35.5
},
"calculatedAverageHourlyHeatInputRate": {
"type": "number",
"example": 35.5
},
"userId": {
"type": "string",
"example": "12345"
},
"addDate": {
"type": "string",
"example": "string"
},
"updateDate": {
"type": "string",
"example": "string"
},
"operatingLevelForRun": {
"type": "number",
"example": 0.0
},
"meanReferenceValue": {
"type": "number",
"example": 0.0
},
"averageHourlyHeatInputRate": {
"type": "number",
"example": 0.0
},
"fFactor": {
"type": "number",
"example": 0.0
}
},
"required": [
"id",
"testSumId",
"calculatedMeanReferenceValue",
"calculatedAverageHourlyHeatInputRate",
"userId",
"addDate",
"updateDate",
"operatingLevelForRun"
]
}