{ "$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-record-dto-structure.json", "name": "AppECorrelationTestRunRecordDTO", "description": "AppECorrelationTestRunRecordDTO schema from QA Certification Management OpenAPI Specification", "type": "object", "properties": { "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 }, "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" } }, "required": [ "runNumber", "beginDate", "beginHour", "beginMinute", "endDate", "endHour", "endMinute", "id", "appECorrTestSumId", "calculatedHourlyHeatInputRate", "calculatedTotalHeatInput", "userId", "addDate", "updateDate" ] }