Cam Qa Cert App Eheat Input From Gas Record Dto Structure

AppEHeatInputFromGasRecordDTO schema from QA Certification Management OpenAPI Specification

Type: object Properties: 10 Required: 7
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

id appECorrTestRunId calculatedGasHeatInput userId addDate updateDate monitoringSystemId gasGCV gasVolume gasHeatInput

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-gas-record-dto-structure.json",
  "name": "AppEHeatInputFromGasRecordDTO",
  "description": "AppEHeatInputFromGasRecordDTO schema from QA Certification Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "12345"
    },
    "appECorrTestRunId": {
      "type": "string",
      "example": "12345"
    },
    "calculatedGasHeatInput": {
      "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"
    },
    "gasGCV": {
      "type": "double",
      "example": 0.0
    },
    "gasVolume": {
      "type": "double",
      "example": 0.0
    },
    "gasHeatInput": {
      "type": "double",
      "example": 0.0
    }
  },
  "required": [
    "id",
    "appECorrTestRunId",
    "calculatedGasHeatInput",
    "userId",
    "addDate",
    "updateDate",
    "monitoringSystemId"
  ]
}