Cam Qa Cert Cycle Time Injection Dto Structure

CycleTimeInjectionDTO schema from QA Certification Management OpenAPI Specification

Type: object Properties: 17 Required: 7
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

id cycleTimeSumId calculatedInjectionCycleTime userId addDate updateDate gasLevelCode calibrationGasValue beginDate beginHour beginMinute endDate endHour endMinute injectionCycleTime beginMonitorValue endMonitorValue

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-cycle-time-injection-dto-structure.json",
  "name": "CycleTimeInjectionDTO",
  "description": "CycleTimeInjectionDTO schema from QA Certification Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "12345"
    },
    "cycleTimeSumId": {
      "type": "string",
      "example": "12345"
    },
    "calculatedInjectionCycleTime": {
      "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"
    },
    "calibrationGasValue": {
      "type": "double",
      "example": 0.0
    },
    "beginDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "beginHour": {
      "type": "double",
      "example": 0.0
    },
    "beginMinute": {
      "type": "double",
      "example": 0.0
    },
    "endDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "endHour": {
      "type": "double",
      "example": 0.0
    },
    "endMinute": {
      "type": "double",
      "example": 0.0
    },
    "injectionCycleTime": {
      "type": "double",
      "example": 0.0
    },
    "beginMonitorValue": {
      "type": "double",
      "example": 0.0
    },
    "endMonitorValue": {
      "type": "double",
      "example": 0.0
    }
  },
  "required": [
    "id",
    "cycleTimeSumId",
    "calculatedInjectionCycleTime",
    "userId",
    "addDate",
    "updateDate",
    "gasLevelCode"
  ]
}