Cam Qa Cert Cycle Time Summary Dto Structure

CycleTimeSummaryDTO schema from QA Certification Management OpenAPI Specification

Type: object Properties: 8 Required: 7
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

cycleTimeInjectionData id testSumId calculatedTotalTime userId addDate updateDate totalTime

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-summary-dto-structure.json",
  "name": "CycleTimeSummaryDTO",
  "description": "CycleTimeSummaryDTO schema from QA Certification Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "cycleTimeInjectionData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CycleTimeInjectionDTO"
      },
      "example": [
        "string"
      ]
    },
    "id": {
      "type": "string",
      "example": "12345"
    },
    "testSumId": {
      "type": "string",
      "example": "12345"
    },
    "calculatedTotalTime": {
      "type": "double",
      "example": 35.5
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "addDate": {
      "type": "string",
      "example": "string"
    },
    "updateDate": {
      "type": "string",
      "example": "string"
    },
    "totalTime": {
      "type": "double",
      "example": 0.0
    }
  },
  "required": [
    "cycleTimeInjectionData",
    "id",
    "testSumId",
    "calculatedTotalTime",
    "userId",
    "addDate",
    "updateDate"
  ]
}