Cam Qa Cert Calibration Injection Dto Structure

CalibrationInjectionDTO schema from QA Certification Management OpenAPI Specification

Type: object Properties: 25 Required: 9
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

CalibrationInjectionDTO is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 25 properties, of which 9 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id testSumId calculatedZeroCalibrationError calculatedZeroAPSIndicator calculatedUpscaleCalibrationError calculatedUpscaleAPSIndicator userId addDate updateDate onlineOfflineIndicator upscaleGasLevelCode zeroInjectionDate zeroInjectionHour zeroInjectionMinute upscaleInjectionDate upscaleInjectionHour upscaleInjectionMinute zeroMeasuredValue upscaleMeasuredValue zeroAPSIndicator upscaleAPSIndicator zeroCalibrationError upscaleCalibrationError zeroReferenceValue upscaleReferenceValue

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-qa-cert-calibration-injection-dto-structure.json",
  "name": "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": "double",
      "example": 35.5
    },
    "calculatedZeroAPSIndicator": {
      "type": "double",
      "example": 35.5
    },
    "calculatedUpscaleCalibrationError": {
      "type": "double",
      "example": 35.5
    },
    "calculatedUpscaleAPSIndicator": {
      "type": "double",
      "example": 35.5
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "addDate": {
      "type": "string",
      "example": "string"
    },
    "updateDate": {
      "type": "string",
      "example": "string"
    },
    "onlineOfflineIndicator": {
      "type": "double",
      "example": 0.0
    },
    "upscaleGasLevelCode": {
      "type": "string",
      "example": "string"
    },
    "zeroInjectionDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "zeroInjectionHour": {
      "type": "double",
      "example": 0.0
    },
    "zeroInjectionMinute": {
      "type": "double",
      "example": 0.0
    },
    "upscaleInjectionDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "upscaleInjectionHour": {
      "type": "double",
      "example": 0.0
    },
    "upscaleInjectionMinute": {
      "type": "double",
      "example": 0.0
    },
    "zeroMeasuredValue": {
      "type": "double",
      "example": 0.0
    },
    "upscaleMeasuredValue": {
      "type": "double",
      "example": 0.0
    },
    "zeroAPSIndicator": {
      "type": "double",
      "example": 0.0
    },
    "upscaleAPSIndicator": {
      "type": "double",
      "example": 0.0
    },
    "zeroCalibrationError": {
      "type": "double",
      "example": 0.0
    },
    "upscaleCalibrationError": {
      "type": "double",
      "example": 0.0
    },
    "zeroReferenceValue": {
      "type": "double",
      "example": 0.0
    },
    "upscaleReferenceValue": {
      "type": "double",
      "example": 0.0
    }
  },
  "required": [
    "id",
    "testSumId",
    "calculatedZeroCalibrationError",
    "calculatedZeroAPSIndicator",
    "calculatedUpscaleCalibrationError",
    "calculatedUpscaleAPSIndicator",
    "userId",
    "addDate",
    "updateDate"
  ]
}