{ "$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-ecorrelation-test-summary-record-dto-schema.json", "title": "AppECorrelationTestSummaryRecordDTO", "description": "AppECorrelationTestSummaryRecordDTO schema from QA Certification Management OpenAPI Specification", "type": "object", "properties": { "id": { "type": "string", "example": "12345" }, "testSumId": { "type": "string", "example": "12345" }, "calculatedMeanReferenceValue": { "type": "number", "example": 35.5 }, "calculatedAverageHourlyHeatInputRate": { "type": "number", "example": 35.5 }, "userId": { "type": "string", "example": "12345" }, "addDate": { "type": "string", "example": "string" }, "updateDate": { "type": "string", "example": "string" }, "operatingLevelForRun": { "type": "number", "example": 0.0 }, "meanReferenceValue": { "type": "number", "example": 0.0 }, "averageHourlyHeatInputRate": { "type": "number", "example": 0.0 }, "fFactor": { "type": "number", "example": 0.0 } }, "required": [ "id", "testSumId", "calculatedMeanReferenceValue", "calculatedAverageHourlyHeatInputRate", "userId", "addDate", "updateDate", "operatingLevelForRun" ] }