Cam Qa Cert Rata Run Dto Structure

RataRunDTO schema from QA Certification Management OpenAPI Specification

Type: object Properties: 18 Required: 15
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

flowRataRunData id rataSumId calculatedRataReferenceValue userId addDate updateDate runNumber beginDate beginHour beginMinute endDate endHour endMinute cemValue rataReferenceValue grossUnitLoad runStatusCode

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-rata-run-dto-structure.json",
  "name": "RataRunDTO",
  "description": "RataRunDTO schema from QA Certification Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "flowRataRunData": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FlowRataRunDTO"
      },
      "example": [
        "string"
      ]
    },
    "id": {
      "type": "string",
      "example": "12345"
    },
    "rataSumId": {
      "type": "string",
      "example": "12345"
    },
    "calculatedRataReferenceValue": {
      "type": "double",
      "example": 35.5
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "addDate": {
      "type": "string",
      "example": "string"
    },
    "updateDate": {
      "type": "string",
      "example": "string"
    },
    "runNumber": {
      "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
    },
    "cemValue": {
      "type": "double",
      "example": 0.0
    },
    "rataReferenceValue": {
      "type": "double",
      "example": 0.0
    },
    "grossUnitLoad": {
      "type": "double",
      "example": 0.0
    },
    "runStatusCode": {
      "type": "string",
      "example": "active"
    }
  },
  "required": [
    "flowRataRunData",
    "id",
    "rataSumId",
    "calculatedRataReferenceValue",
    "userId",
    "addDate",
    "updateDate",
    "runNumber",
    "beginDate",
    "beginHour",
    "beginMinute",
    "endDate",
    "endHour",
    "endMinute",
    "runStatusCode"
  ]
}