{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-qa-cert-hg-summary-dto-structure.json", "name": "HgSummaryDTO", "description": "HgSummaryDTO schema from QA Certification Management OpenAPI Specification", "type": "object", "properties": { "hgInjectionData": { "type": "array", "items": { "$ref": "#/components/schemas/HgInjectionDTO" }, "example": [ "string" ] }, "id": { "type": "string", "example": "12345" }, "testSumId": { "type": "string", "example": "12345" }, "calculatedMeanMeasuredValue": { "type": "double", "example": 35.5 }, "calculatedMeanReferenceValue": { "type": "double", "example": 35.5 }, "calculatedPercentError": { "type": "double", "example": 35.5 }, "calculatedAPSIndicator": { "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" }, "meanMeasuredValue": { "type": "double", "example": 0.0 }, "meanReferenceValue": { "type": "double", "example": 0.0 }, "percentError": { "type": "double", "example": 0.0 }, "apsIndicator": { "type": "double", "example": 0.0 } }, "required": [ "hgInjectionData", "id", "testSumId", "calculatedMeanMeasuredValue", "calculatedMeanReferenceValue", "calculatedPercentError", "calculatedAPSIndicator", "userId", "addDate", "updateDate", "gasLevelCode" ] }