CalibrationInjectionDTO
CalibrationInjectionDTO schema from QA Certification Management OpenAPI Specification
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| testSumId | string | |
| calculatedZeroCalibrationError | number | |
| calculatedZeroAPSIndicator | number | |
| calculatedUpscaleCalibrationError | number | |
| calculatedUpscaleAPSIndicator | number | |
| userId | string | |
| addDate | string | |
| updateDate | string | |
| onlineOfflineIndicator | number | |
| upscaleGasLevelCode | string | |
| zeroInjectionDate | string | |
| zeroInjectionHour | number | |
| zeroInjectionMinute | number | |
| upscaleInjectionDate | string | |
| upscaleInjectionHour | number | |
| upscaleInjectionMinute | number | |
| zeroMeasuredValue | number | |
| upscaleMeasuredValue | number | |
| zeroAPSIndicator | number | |
| upscaleAPSIndicator | number | |
| zeroCalibrationError | number | |
| upscaleCalibrationError | number | |
| zeroReferenceValue | number | |
| upscaleReferenceValue | number |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cam-qa-cert-calibration-injection-dto-schema.json",
"title": "CalibrationInjectionDTO",
"description": "CalibrationInjectionDTO schema from QA Certification Management OpenAPI Specification",
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "12345"
},
"testSumId": {
"type": "string",
"example": "12345"
},
"calculatedZeroCalibrationError": {
"type": "number",
"example": 35.5
},
"calculatedZeroAPSIndicator": {
"type": "number",
"example": 35.5
},
"calculatedUpscaleCalibrationError": {
"type": "number",
"example": 35.5
},
"calculatedUpscaleAPSIndicator": {
"type": "number",
"example": 35.5
},
"userId": {
"type": "string",
"example": "12345"
},
"addDate": {
"type": "string",
"example": "string"
},
"updateDate": {
"type": "string",
"example": "string"
},
"onlineOfflineIndicator": {
"type": "number",
"example": 0.0
},
"upscaleGasLevelCode": {
"type": "string",
"example": "string"
},
"zeroInjectionDate": {
"format": "date-time",
"type": "string",
"example": "2024-01-15T12:00:00Z"
},
"zeroInjectionHour": {
"type": "number",
"example": 0.0
},
"zeroInjectionMinute": {
"type": "number",
"example": 0.0
},
"upscaleInjectionDate": {
"format": "date-time",
"type": "string",
"example": "2024-01-15T12:00:00Z"
},
"upscaleInjectionHour": {
"type": "number",
"example": 0.0
},
"upscaleInjectionMinute": {
"type": "number",
"example": 0.0
},
"zeroMeasuredValue": {
"type": "number",
"example": 0.0
},
"upscaleMeasuredValue": {
"type": "number",
"example": 0.0
},
"zeroAPSIndicator": {
"type": "number",
"example": 0.0
},
"upscaleAPSIndicator": {
"type": "number",
"example": 0.0
},
"zeroCalibrationError": {
"type": "number",
"example": 0.0
},
"upscaleCalibrationError": {
"type": "number",
"example": 0.0
},
"zeroReferenceValue": {
"type": "number",
"example": 0.0
},
"upscaleReferenceValue": {
"type": "number",
"example": 0.0
}
},
"required": [
"id",
"testSumId",
"calculatedZeroCalibrationError",
"calculatedZeroAPSIndicator",
"calculatedUpscaleCalibrationError",
"calculatedUpscaleAPSIndicator",
"userId",
"addDate",
"updateDate"
]
}