FlowRataRunDTO is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 23 properties, of which 20 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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-rata-run-dto-structure.json",
"name": "FlowRataRunDTO",
"description": "FlowRataRunDTO schema from QA Certification Management OpenAPI Specification",
"type": "object",
"properties": {
"rataTraverseData": {
"type": "array",
"items": {
"$ref": "#/components/schemas/RataTraverseDTO"
},
"example": [
"string"
]
},
"id": {
"type": "string",
"example": "12345"
},
"rataRunId": {
"type": "string",
"example": "12345"
},
"calculatedDryMolecularWeight": {
"type": "double",
"example": 35.5
},
"calculatedWetMolecularWeight": {
"type": "double",
"example": 35.5
},
"calculatedAverageVelocityWithoutWallEffects": {
"type": "double",
"example": 35.5
},
"calculatedAverageVelocityWithWallEffects": {
"type": "double",
"example": 35.5
},
"calculatedCalculatedWAF": {
"type": "double",
"example": 35.5
},
"userId": {
"type": "string",
"example": "12345"
},
"addDate": {
"type": "string",
"example": "string"
},
"updateDate": {
"type": "string",
"example": "string"
},
"numberOfTraversePoints": {
"type": "double",
"minimum": 12,
"maximum": 99,
"example": 0.0
},
"barometricPressure": {
"type": "double",
"example": 0.0
},
"staticStackPressure": {
"type": "double",
"example": 0.0
},
"percentCO2": {
"type": "double",
"example": 0.0
},
"percentO2": {
"type": "double",
"example": 0.0
},
"percentMoisture": {
"type": "double",
"example": 0.0
},
"dryMolecularWeight": {
"type": "double",
"example": 0.0
},
"wetMolecularWeight": {
"type": "double",
"example": 0.0
},
"averageVelocityWithoutWallEffects": {
"type": "double",
"maximum": 9999.99,
"example": 0.0
},
"averageVelocityWithWallEffects": {
"type": "double",
"example": 0.0
},
"calculatedWAF": {
"type": "double",
"example": 35.5
},
"averageStackFlowRate": {
"type": "double",
"maximum": 9999999999,
"example": 0.0
}
},
"required": [
"rataTraverseData",
"id",
"rataRunId",
"calculatedDryMolecularWeight",
"calculatedWetMolecularWeight",
"calculatedAverageVelocityWithoutWallEffects",
"calculatedAverageVelocityWithWallEffects",
"calculatedCalculatedWAF",
"userId",
"addDate",
"updateDate",
"numberOfTraversePoints",
"barometricPressure",
"staticStackPressure",
"percentCO2",
"percentO2",
"percentMoisture",
"wetMolecularWeight",
"averageVelocityWithoutWallEffects",
"averageStackFlowRate"
]
}