{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-qa-cert-transmitter-transducer-accuracy-dto-structure.json", "name": "TransmitterTransducerAccuracyDTO", "description": "TransmitterTransducerAccuracyDTO 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" }, "lowLevelAccuracy": { "type": "double", "example": 0.0 }, "lowLevelAccuracySpecCode": { "type": "string", "example": "string" }, "midLevelAccuracy": { "type": "double", "example": 0.0 }, "midLevelAccuracySpecCode": { "type": "string", "example": "12345" }, "highLevelAccuracy": { "type": "double", "example": 0.0 }, "highLevelAccuracySpecCode": { "type": "string", "example": "string" } }, "required": [ "id", "testSumId", "userId", "addDate", "updateDate" ] }