{ "$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-ecorrelation-test-run-dto-structure.json", "name": "AppECorrelationTestRunDTO", "description": "AppECorrelationTestRunDTO schema from QA Certification Management OpenAPI Specification", "type": "object", "properties": { "appendixEHeatInputFromOilData": { "type": "array", "items": { "$ref": "#/components/schemas/AppEHeatInputFromOilDTO" }, "example": [ "string" ] }, "appendixEHeatInputFromGasData": { "type": "array", "items": { "$ref": "#/components/schemas/AppEHeatInputFromGasDTO" }, "example": [ "string" ] }, "id": { "type": "string", "example": "12345" }, "appECorrTestSumId": { "type": "string", "example": "12345" }, "calculatedHourlyHeatInputRate": { "type": "double", "example": 35.5 }, "calculatedTotalHeatInput": { "type": "double", "example": 35.5 }, "userId": { "type": "string", "example": "12345" }, "addDate": { "type": "string", "example": "string" }, "updateDate": { "type": "string", "example": "string" }, "runNumber": { "type": "double", "example": 0.0 }, "referenceValue": { "type": "double", "example": 0.0 }, "hourlyHeatInputRate": { "type": "double", "example": 0.0 }, "totalHeatInput": { "type": "double", "example": 0.0 }, "responseTime": { "type": "double", "example": 0.0 }, "beginDate": { "type": "datetime", "example": "2024-01-15T12:00:00Z" }, "beginHour": { "type": "double", "example": 0.0 }, "beginMinute": { "type": "double", "example": 0.0 }, "endDate": { "type": "datetime", "example": "2024-01-15T12:00:00Z" }, "endHour": { "type": "double", "example": 0.0 }, "endMinute": { "type": "double", "example": 0.0 } }, "required": [ "appendixEHeatInputFromOilData", "appendixEHeatInputFromGasData", "id", "appECorrTestSumId", "calculatedHourlyHeatInputRate", "calculatedTotalHeatInput", "userId", "addDate", "updateDate", "runNumber", "beginDate", "beginHour", "beginMinute", "endDate", "endHour", "endMinute" ] }