Home
EPA — U.S. Environmental Protection Agency
Cam Qa Cert Hg Summary Dto Structure
Cam Qa Cert Hg Summary Dto Structure
HgSummaryDTO schema from QA Certification Management OpenAPI Specification
Type: object
Properties: 15
Required: 11
Government Environmental OpenData AirQuality WaterQuality HazardousWaste Compliance Emissions
HgSummaryDTO is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 15 properties, of which 11 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
hgInjectionData
id
testSumId
calculatedMeanMeasuredValue
calculatedMeanReferenceValue
calculatedPercentError
calculatedAPSIndicator
userId
addDate
updateDate
gasLevelCode
meanMeasuredValue
meanReferenceValue
percentError
apsIndicator
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$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"
]
}