UnitFuelDTO
UnitFuelDTO schema from Monitor Plan Management OpenAPI Specification
GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions
Properties
| Name | Type | Description |
|---|---|---|
| fuelCode | string | The type of fuel which a UNIT is capable or will be capable of combusting. |
| indicatorCode | string | Code that indicates fuel or control type. |
| ozoneSeasonIndicator | number | Indicator that FUEL is used during ozone season. |
| demGCV | string | Demonstration method to qualify for monthly GCV fuel sampling. |
| demSO2 | string | Demonstration method to qualify for daily fuel sampling for percent sulfur. |
| beginDate | string | Date on which a relationship or an activity began. |
| endDate | string | Date on which a relationship or an activity ended. |
| id | string | Identity key for UNIT_FUEL table. |
| unitId | number | Identity key for UNIT table. |
| actualOrProjectCode | string | Indicator of whether the begin date for the fuel type is an actual date or a projected date. |
| sulfurContent | number | The percent sulfur content of the fuel, by weight. |
| userId | string | The user name of the person or process that created the record if the Update Date is empty. Otherwise this is the user name of the person or process that made the last update. |
| addDate | string | Date the record was created. |
| updateDate | string | Date of the last record update. |
| active | boolean | Flag for active monitor location record |
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-monitor-plan-unit-fuel-dto-schema.json",
"title": "UnitFuelDTO",
"description": "UnitFuelDTO schema from Monitor Plan Management OpenAPI Specification",
"type": "object",
"properties": {
"fuelCode": {
"type": "string",
"description": "The type of fuel which a UNIT is capable or will be capable of combusting.",
"example": "C"
},
"indicatorCode": {
"type": "string",
"description": "Code that indicates fuel or control type.",
"example": "P"
},
"ozoneSeasonIndicator": {
"type": "number",
"description": "Indicator that FUEL is used during ozone season.",
"example": "0"
},
"demGCV": {
"type": "string",
"description": "Demonstration method to qualify for monthly GCV fuel sampling.",
"example": "GGC"
},
"demSO2": {
"type": "string",
"description": "Demonstration method to qualify for daily fuel sampling for percent sulfur.",
"example": "SGC"
},
"beginDate": {
"format": "date-time",
"type": "string",
"description": "Date on which a relationship or an activity began.",
"example": "1995-01-01"
},
"endDate": {
"format": "date-time",
"type": "string",
"description": "Date on which a relationship or an activity ended.",
"example": "2015-03-30"
},
"id": {
"type": "string",
"description": "Identity key for UNIT_FUEL table.",
"example": "EXPCH0876-C97319A3E96540BF92077C58DB9E2A17"
},
"unitId": {
"type": "number",
"description": "Identity key for UNIT table.",
"example": "91233"
},
"actualOrProjectCode": {
"type": "string",
"description": "Indicator of whether the begin date for the fuel type is an actual date or a projected date.",
"example": ""
},
"sulfurContent": {
"type": "number",
"description": "The percent sulfur content of the fuel, by weight.",
"example": ""
},
"userId": {
"type": "string",
"description": "The user name of the person or process that created the record if the Update Date is empty. Otherwise this is the user name of the person or process that made the last update.",
"example": "abcde"
},
"addDate": {
"type": "string",
"description": "Date the record was created.",
"example": "2009-02-20"
},
"updateDate": {
"type": "string",
"description": "Date of the last record update.",
"example": "2015-04-16"
},
"active": {
"type": "boolean",
"description": "Flag for active monitor location record",
"example": true
}
},
"required": [
"fuelCode",
"indicatorCode",
"ozoneSeasonIndicator",
"demGCV",
"demSO2",
"beginDate",
"endDate",
"id",
"unitId",
"actualOrProjectCode",
"sulfurContent",
"userId",
"addDate",
"updateDate",
"active"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cam-monitor-plan-unit-fuel-dto"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.