{ "$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-record-dto-structure.json", "name": "UnitDefaultTestRecordDTO", "description": "UnitDefaultTestRecordDTO schema from QA Certification Management OpenAPI Specification", "type": "object", "properties": { "id": { "type": "string", "example": "12345" }, "testSumId": { "type": "string", "example": "12345" }, "calculatedNoxDefaultRate": { "type": "double", "example": 35.5 }, "userId": { "type": "string", "example": "12345" }, "addDate": { "type": "string", "example": "string" }, "updateDate": { "type": "string", "example": "string" }, "fuelCode": { "type": "string", "example": "string" }, "noxDefaultRate": { "type": "double", "example": 0.0 }, "operatingConditionCode": { "type": "string", "example": "string" }, "groupId": { "type": "string", "maxLength": 10, "example": "12345" }, "numberOfUnitsInGroup": { "type": "double", "example": 0.0 }, "numberOfTestsForGroup": { "type": "double", "example": 0.0 } }, "required": [ "id", "testSumId", "calculatedNoxDefaultRate", "userId", "addDate", "updateDate" ] }