Home
EPA — U.S. Environmental Protection Agency
Cam Monitor Plan System Fuel Flow Structure
Cam Monitor Plan System Fuel Flow Structure
SystemFuelFlow schema from Monitor Plan Management OpenAPI Specification
Type: object
Properties: 13
Required: 13
Government Environmental OpenData AirQuality WaterQuality HazardousWaste Compliance Emissions
SystemFuelFlow is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 13 properties, of which 13 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
id
monitoringSystemRecordId
maximumFuelFlowRate
maximumFuelFlowRateSourceCode
systemFuelFlowUOMCode
beginDate
beginHour
endDate
endHour
userId
addDate
updateDate
system
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-monitor-plan-system-fuel-flow-structure.json",
"name": "SystemFuelFlow",
"description": "SystemFuelFlow schema from Monitor Plan Management OpenAPI Specification",
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "12345"
},
"monitoringSystemRecordId": {
"type": "string",
"example": "12345"
},
"maximumFuelFlowRate": {
"type": "double",
"example": 0.0
},
"maximumFuelFlowRateSourceCode": {
"type": "string",
"example": "string"
},
"systemFuelFlowUOMCode": {
"type": "string",
"example": "string"
},
"beginDate": {
"type": "datetime",
"example": "2024-01-15T12:00:00Z"
},
"beginHour": {
"type": "double",
"example": 0.0
},
"endDate": {
"type": "datetime",
"example": "2024-01-15T12:00:00Z"
},
"endHour": {
"type": "double",
"example": 0.0
},
"userId": {
"type": "string",
"example": "12345"
},
"addDate": {
"type": "datetime",
"example": "2024-01-15T12:00:00Z"
},
"updateDate": {
"type": "datetime",
"example": "2024-01-15T12:00:00Z"
},
"system": {
"$ref": "#/components/schemas/MonitorSystem"
}
},
"required": [
"id",
"monitoringSystemRecordId",
"maximumFuelFlowRate",
"maximumFuelFlowRateSourceCode",
"systemFuelFlowUOMCode",
"beginDate",
"beginHour",
"endDate",
"endHour",
"userId",
"addDate",
"updateDate",
"system"
]
}