{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-qa-cert-calibration-injection-dto-structure.json", "name": "CalibrationInjectionDTO", "description": "CalibrationInjectionDTO schema from QA Certification Management OpenAPI Specification", "type": "object", "properties": { "id": { "type": "string", "example": "12345" }, "testSumId": { "type": "string", "example": "12345" }, "calculatedZeroCalibrationError": { "type": "double", "example": 35.5 }, "calculatedZeroAPSIndicator": { "type": "double", "example": 35.5 }, "calculatedUpscaleCalibrationError": { "type": "double", "example": 35.5 }, "calculatedUpscaleAPSIndicator": { "type": "double", "example": 35.5 }, "userId": { "type": "string", "example": "12345" }, "addDate": { "type": "string", "example": "string" }, "updateDate": { "type": "string", "example": "string" }, "onlineOfflineIndicator": { "type": "double", "example": 0.0 }, "upscaleGasLevelCode": { "type": "string", "example": "string" }, "zeroInjectionDate": { "type": "datetime", "example": "2024-01-15T12:00:00Z" }, "zeroInjectionHour": { "type": "double", "example": 0.0 }, "zeroInjectionMinute": { "type": "double", "example": 0.0 }, "upscaleInjectionDate": { "type": "datetime", "example": "2024-01-15T12:00:00Z" }, "upscaleInjectionHour": { "type": "double", "example": 0.0 }, "upscaleInjectionMinute": { "type": "double", "example": 0.0 }, "zeroMeasuredValue": { "type": "double", "example": 0.0 }, "upscaleMeasuredValue": { "type": "double", "example": 0.0 }, "zeroAPSIndicator": { "type": "double", "example": 0.0 }, "upscaleAPSIndicator": { "type": "double", "example": 0.0 }, "zeroCalibrationError": { "type": "double", "example": 0.0 }, "upscaleCalibrationError": { "type": "double", "example": 0.0 }, "zeroReferenceValue": { "type": "double", "example": 0.0 }, "upscaleReferenceValue": { "type": "double", "example": 0.0 } }, "required": [ "id", "testSumId", "calculatedZeroCalibrationError", "calculatedZeroAPSIndicator", "calculatedUpscaleCalibrationError", "calculatedUpscaleAPSIndicator", "userId", "addDate", "updateDate" ] }