Home
EPA — U.S. Environmental Protection Agency
Cam Qa Cert Flow To Load Check Record Dto Structure
Cam Qa Cert Flow To Load Check Record Dto Structure
FlowToLoadCheckRecordDTO schema from QA Certification Management OpenAPI Specification
Type: object
Properties: 16
Required: 5
Government Environmental OpenData AirQuality WaterQuality HazardousWaste Compliance Emissions
FlowToLoadCheckRecordDTO is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 16 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
id
testSumId
userId
addDate
updateDate
testBasisCode
biasAdjustedIndicator
averageAbsolutePercentDifference
numberOfHours
numberOfHoursExcludedForFuel
numberOfHoursExcludedRamping
numberOfHoursExcludedBypass
numberOfHoursExcludedPreRATA
numberOfHoursExcludedTest
numberOfHoursExcludedMainBypass
operatingLevelCode
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-flow-to-load-check-record-dto-structure.json",
"name": "FlowToLoadCheckRecordDTO",
"description": "FlowToLoadCheckRecordDTO schema from QA Certification Management OpenAPI Specification",
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "12345"
},
"testSumId": {
"type": "string",
"example": "12345"
},
"userId": {
"type": "string",
"example": "12345"
},
"addDate": {
"type": "string",
"example": "string"
},
"updateDate": {
"type": "string",
"example": "string"
},
"testBasisCode": {
"type": "string",
"example": "string"
},
"biasAdjustedIndicator": {
"type": "double",
"example": 0.0
},
"averageAbsolutePercentDifference": {
"type": "double",
"example": 0.0
},
"numberOfHours": {
"type": "double",
"example": 0.0
},
"numberOfHoursExcludedForFuel": {
"type": "double",
"example": 0.0
},
"numberOfHoursExcludedRamping": {
"type": "double",
"example": 0.0
},
"numberOfHoursExcludedBypass": {
"type": "double",
"example": 0.0
},
"numberOfHoursExcludedPreRATA": {
"type": "double",
"example": 0.0
},
"numberOfHoursExcludedTest": {
"type": "double",
"example": 0.0
},
"numberOfHoursExcludedMainBypass": {
"type": "double",
"example": 0.0
},
"operatingLevelCode": {
"type": "string",
"example": "string"
}
},
"required": [
"id",
"testSumId",
"userId",
"addDate",
"updateDate"
]
}