Cam Qa Cert App Eheat Input From Oil Record Dto Structure

AppEHeatInputFromOilRecordDTO schema from QA Certification Management OpenAPI Specification

Type: object Properties: 16 Required: 8
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

AppEHeatInputFromOilRecordDTO is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 16 properties, of which 8 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id appECorrTestRunId calculatedOilMass calculatedOilHeatInput userId addDate updateDate monitoringSystemId oilMass oilGCV oilGCVUnitsOfMeasureCode oilHeatInput oilVolume oilVolumeUnitsOfMeasureCode oilDensity oilDensityUnitsOfMeasureCode

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-qa-cert-app-eheat-input-from-oil-record-dto-structure.json",
  "name": "AppEHeatInputFromOilRecordDTO",
  "description": "AppEHeatInputFromOilRecordDTO schema from QA Certification Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "12345"
    },
    "appECorrTestRunId": {
      "type": "string",
      "example": "12345"
    },
    "calculatedOilMass": {
      "type": "double",
      "example": 35.5
    },
    "calculatedOilHeatInput": {
      "type": "double",
      "example": 35.5
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "addDate": {
      "type": "string",
      "example": "string"
    },
    "updateDate": {
      "type": "string",
      "example": "string"
    },
    "monitoringSystemId": {
      "type": "string",
      "example": "12345"
    },
    "oilMass": {
      "type": "double",
      "example": 0.0
    },
    "oilGCV": {
      "type": "double",
      "example": 0.0
    },
    "oilGCVUnitsOfMeasureCode": {
      "type": "string",
      "example": "string"
    },
    "oilHeatInput": {
      "type": "double",
      "example": 0.0
    },
    "oilVolume": {
      "type": "double",
      "example": 0.0
    },
    "oilVolumeUnitsOfMeasureCode": {
      "type": "string",
      "example": "string"
    },
    "oilDensity": {
      "type": "double",
      "example": 0.0
    },
    "oilDensityUnitsOfMeasureCode": {
      "type": "string",
      "example": "string"
    }
  },
  "required": [
    "id",
    "appECorrTestRunId",
    "calculatedOilMass",
    "calculatedOilHeatInput",
    "userId",
    "addDate",
    "updateDate",
    "monitoringSystemId"
  ]
}