{ "$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-dto-structure.json", "name": "AppEHeatInputFromGasDTO", "description": "AppEHeatInputFromGasDTO 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" ] }