AppEHeatInputFromGasRecordDTO

AppEHeatInputFromGasRecordDTO schema from QA Certification Management OpenAPI Specification

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
id string
appECorrTestRunId string
calculatedGasHeatInput number
userId string
addDate string
updateDate string
monitoringSystemId string
gasGCV number
gasVolume number
gasHeatInput number
View JSON Schema on GitHub

JSON Schema

cam-qa-cert-app-eheat-input-from-gas-record-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cam-qa-cert-app-eheat-input-from-gas-record-dto-schema.json",
  "title": "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": "number",
      "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": "number",
      "example": 0.0
    },
    "gasVolume": {
      "type": "number",
      "example": 0.0
    },
    "gasHeatInput": {
      "type": "number",
      "example": 0.0
    }
  },
  "required": [
    "id",
    "appECorrTestRunId",
    "calculatedGasHeatInput",
    "userId",
    "addDate",
    "updateDate",
    "monitoringSystemId"
  ]
}