Cam Qa Cert App Ecorrelation Test Run Base Dto Structure

AppECorrelationTestRunBaseDTO schema from QA Certification Management OpenAPI Specification

Type: object Properties: 11 Required: 7
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

runNumber referenceValue hourlyHeatInputRate totalHeatInput responseTime beginDate beginHour beginMinute endDate endHour endMinute

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-app-ecorrelation-test-run-base-dto-structure.json",
  "name": "AppECorrelationTestRunBaseDTO",
  "description": "AppECorrelationTestRunBaseDTO schema from QA Certification Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "runNumber": {
      "type": "double",
      "example": 0.0
    },
    "referenceValue": {
      "type": "double",
      "example": 0.0
    },
    "hourlyHeatInputRate": {
      "type": "double",
      "example": 0.0
    },
    "totalHeatInput": {
      "type": "double",
      "example": 0.0
    },
    "responseTime": {
      "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
    }
  },
  "required": [
    "runNumber",
    "beginDate",
    "beginHour",
    "beginMinute",
    "endDate",
    "endHour",
    "endMinute"
  ]
}