Home
EPA — U.S. Environmental Protection Agency
Cam Qa Cert Online Offline Calibration Dto Structure
Cam Qa Cert Online Offline Calibration Dto Structure
OnlineOfflineCalibrationDTO schema from QA Certification Management OpenAPI Specification
Type: object
Properties: 30
Required: 5
Government Environmental OpenData AirQuality WaterQuality HazardousWaste Compliance Emissions
OnlineOfflineCalibrationDTO is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 30 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
id
testSumId
userId
addDate
updateDate
onlineZeroInjectionDate
onlineZeroInjectionHour
onlineZeroCalibrationError
onlineZeroAPSIndicator
onlineZeroMeasuredValue
onlineZeroReferenceValue
onlineUpscaleCalibrationError
onlineUpscaleAPSIndicator
onlineUpscaleInjectionDate
onlineUpscaleInjectionHour
onlineUpscaleMeasuredValue
onlineUpscaleReferenceValue
offlineZeroCalibrationError
offlineZeroAPSIndicator
offlineZeroInjectionDate
offlineZeroInjectionHour
offlineZeroMeasuredValue
offlineZeroReferenceValue
offlineUpscaleCalibrationError
offlineUpscaleAPSIndicator
offlineUpscaleInjectionDate
offlineUpscaleInjectionHour
offlineUpscaleMeasuredValue
offlineUpscaleReferenceValue
upscaleGasLevelCode
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-online-offline-calibration-dto-structure.json",
"name": "OnlineOfflineCalibrationDTO",
"description": "OnlineOfflineCalibrationDTO 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"
},
"onlineZeroInjectionDate": {
"type": "datetime",
"example": "2024-01-15T12:00:00Z"
},
"onlineZeroInjectionHour": {
"type": "double",
"example": 0.0
},
"onlineZeroCalibrationError": {
"type": "double",
"example": 0.0
},
"onlineZeroAPSIndicator": {
"type": "double",
"example": 0.0
},
"onlineZeroMeasuredValue": {
"type": "double",
"example": 0.0
},
"onlineZeroReferenceValue": {
"type": "double",
"example": 0.0
},
"onlineUpscaleCalibrationError": {
"type": "double",
"example": 0.0
},
"onlineUpscaleAPSIndicator": {
"type": "double",
"example": 0.0
},
"onlineUpscaleInjectionDate": {
"type": "datetime",
"example": "2024-01-15T12:00:00Z"
},
"onlineUpscaleInjectionHour": {
"type": "double",
"example": 0.0
},
"onlineUpscaleMeasuredValue": {
"type": "double",
"example": 0.0
},
"onlineUpscaleReferenceValue": {
"type": "double",
"example": 0.0
},
"offlineZeroCalibrationError": {
"type": "double",
"example": 0.0
},
"offlineZeroAPSIndicator": {
"type": "double",
"example": 0.0
},
"offlineZeroInjectionDate": {
"type": "datetime",
"example": "2024-01-15T12:00:00Z"
},
"offlineZeroInjectionHour": {
"type": "double",
"example": 0.0
},
"offlineZeroMeasuredValue": {
"type": "double",
"example": 0.0
},
"offlineZeroReferenceValue": {
"type": "double",
"example": 0.0
},
"offlineUpscaleCalibrationError": {
"type": "double",
"example": 0.0
},
"offlineUpscaleAPSIndicator": {
"type": "double",
"example": 0.0
},
"offlineUpscaleInjectionDate": {
"type": "datetime",
"example": "2024-01-15T12:00:00Z"
},
"offlineUpscaleInjectionHour": {
"type": "double",
"example": 0.0
},
"offlineUpscaleMeasuredValue": {
"type": "double",
"example": 0.0
},
"offlineUpscaleReferenceValue": {
"type": "double",
"example": 0.0
},
"upscaleGasLevelCode": {
"type": "string",
"example": "string"
}
},
"required": [
"id",
"testSumId",
"userId",
"addDate",
"updateDate"
]
}