{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-qa-cert-cycle-time-injection-record-dto-structure.json", "name": "CycleTimeInjectionRecordDTO", "description": "CycleTimeInjectionRecordDTO schema from QA Certification Management OpenAPI Specification", "type": "object", "properties": { "id": { "type": "string", "example": "12345" }, "cycleTimeSumId": { "type": "string", "example": "12345" }, "calculatedInjectionCycleTime": { "type": "double", "example": 35.5 }, "userId": { "type": "string", "example": "12345" }, "addDate": { "type": "string", "example": "string" }, "updateDate": { "type": "string", "example": "string" }, "gasLevelCode": { "type": "string", "example": "string" }, "calibrationGasValue": { "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 }, "injectionCycleTime": { "type": "double", "example": 0.0 }, "beginMonitorValue": { "type": "double", "example": 0.0 }, "endMonitorValue": { "type": "double", "example": 0.0 } }, "required": [ "id", "cycleTimeSumId", "calculatedInjectionCycleTime", "userId", "addDate", "updateDate", "gasLevelCode" ] }