{ "$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" ] }