{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-qa-cert-flow-to-load-check-dto-structure.json", "name": "FlowToLoadCheckDTO", "description": "FlowToLoadCheckDTO 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": "double", "example": 0.0 }, "averageAbsolutePercentDifference": { "type": "double", "example": 0.0 }, "numberOfHours": { "type": "double", "example": 0.0 }, "numberOfHoursExcludedForFuel": { "type": "double", "example": 0.0 }, "numberOfHoursExcludedRamping": { "type": "double", "example": 0.0 }, "numberOfHoursExcludedBypass": { "type": "double", "example": 0.0 }, "numberOfHoursExcludedPreRATA": { "type": "double", "example": 0.0 }, "numberOfHoursExcludedTest": { "type": "double", "example": 0.0 }, "numberOfHoursExcludedMainBypass": { "type": "double", "example": 0.0 }, "operatingLevelCode": { "type": "string", "example": "string" } }, "required": [ "id", "testSumId", "userId", "addDate", "updateDate" ] }