{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-qa-cert-unit-default-test-run-record-dto-structure.json", "name": "UnitDefaultTestRunRecordDTO", "description": "UnitDefaultTestRunRecordDTO schema from QA Certification Management OpenAPI Specification", "type": "object", "properties": { "id": { "type": "string", "example": "12345" }, "unitDefaultTestSumId": { "type": "string", "example": "12345" }, "userId": { "type": "string", "example": "12345" }, "addDate": { "type": "string", "example": "string" }, "updateDate": { "type": "string", "example": "string" }, "operatingLevelForRun": { "type": "double", "example": 0.0 }, "runNumber": { "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 }, "responseTime": { "type": "double", "example": 0.0 }, "referenceValue": { "type": "double", "example": 0.0 }, "runUsedIndicator": { "type": "double", "example": 0.0 } }, "required": [ "id", "unitDefaultTestSumId", "userId", "addDate", "updateDate", "operatingLevelForRun", "runNumber" ] }