AppECorrelationTestSummaryDTO

AppECorrelationTestSummaryDTO schema from QA Certification Management OpenAPI Specification

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
appendixECorrelationTestRunData array
id string
testSumId string
calculatedMeanReferenceValue number
calculatedAverageHourlyHeatInputRate number
userId string
addDate string
updateDate string
operatingLevelForRun number
meanReferenceValue number
averageHourlyHeatInputRate number
fFactor number
View JSON Schema on GitHub

JSON Schema

cam-qa-cert-app-ecorrelation-test-summary-dto-schema.json Raw ↑
{
  "$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-app-ecorrelation-test-summary-dto-schema.json",
  "title": "AppECorrelationTestSummaryDTO",
  "description": "AppECorrelationTestSummaryDTO schema from QA Certification Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "appendixECorrelationTestRunData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AppECorrelationTestRunDTO"
      },
      "example": [
        "string"
      ]
    },
    "id": {
      "type": "string",
      "example": "12345"
    },
    "testSumId": {
      "type": "string",
      "example": "12345"
    },
    "calculatedMeanReferenceValue": {
      "type": "number",
      "example": 35.5
    },
    "calculatedAverageHourlyHeatInputRate": {
      "type": "number",
      "example": 35.5
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "addDate": {
      "type": "string",
      "example": "string"
    },
    "updateDate": {
      "type": "string",
      "example": "string"
    },
    "operatingLevelForRun": {
      "type": "number",
      "example": 0.0
    },
    "meanReferenceValue": {
      "type": "number",
      "example": 0.0
    },
    "averageHourlyHeatInputRate": {
      "type": "number",
      "example": 0.0
    },
    "fFactor": {
      "type": "number",
      "example": 0.0
    }
  },
  "required": [
    "appendixECorrelationTestRunData",
    "id",
    "testSumId",
    "calculatedMeanReferenceValue",
    "calculatedAverageHourlyHeatInputRate",
    "userId",
    "addDate",
    "updateDate",
    "operatingLevelForRun"
  ]
}