{ "$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-flow-to-load-check-record-dto-schema.json", "title": "FlowToLoadCheckRecordDTO", "description": "FlowToLoadCheckRecordDTO schema from QA Certification Management OpenAPI Specification", "type": "object", "properties": { "id": { "type": "string", "example": "12345" }, "testSumId": { "type": "string", "example": "12345" }, "userId": { "type": "string", "example": "12345" }, "addDate": { "type": "string", "example": "string" }, "updateDate": { "type": "string", "example": "string" }, "testBasisCode": { "type": "string", "example": "string" }, "biasAdjustedIndicator": { "type": "number", "example": 0.0 }, "averageAbsolutePercentDifference": { "type": "number", "example": 0.0 }, "numberOfHours": { "type": "number", "example": 0.0 }, "numberOfHoursExcludedForFuel": { "type": "number", "example": 0.0 }, "numberOfHoursExcludedRamping": { "type": "number", "example": 0.0 }, "numberOfHoursExcludedBypass": { "type": "number", "example": 0.0 }, "numberOfHoursExcludedPreRATA": { "type": "number", "example": 0.0 }, "numberOfHoursExcludedTest": { "type": "number", "example": 0.0 }, "numberOfHoursExcludedMainBypass": { "type": "number", "example": 0.0 }, "operatingLevelCode": { "type": "string", "example": "string" } }, "required": [ "id", "testSumId", "userId", "addDate", "updateDate" ] }