RataTraverseDTO

RataTraverseDTO schema from QA Certification Management OpenAPI Specification

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
id string
flowRataRunId string
calculatedCalculatedVelocity number
userId string
addDate string
updateDate string
probeId string
probeTypeCode string
pressureMeasureCode string
methodTraversePointId string
velocityCalibrationCoefficient number
lastProbeDate string
averageVelocityDifferencePressure number
averageSquareVelocityDifferencePressure number
tStackTemperature number
pointUsedIndicator number
numberWallEffectsPoints number
yawAngle number
pitchAngle number
calculatedVelocity number
replacementVelocity number
View JSON Schema on GitHub

JSON Schema

cam-qa-cert-rata-traverse-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-rata-traverse-dto-schema.json",
  "title": "RataTraverseDTO",
  "description": "RataTraverseDTO schema from QA Certification Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "12345"
    },
    "flowRataRunId": {
      "type": "string",
      "example": "12345"
    },
    "calculatedCalculatedVelocity": {
      "type": "number",
      "example": 35.5
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "addDate": {
      "type": "string",
      "example": "string"
    },
    "updateDate": {
      "type": "string",
      "example": "string"
    },
    "probeId": {
      "type": "string",
      "maxLength": 11,
      "example": "12345"
    },
    "probeTypeCode": {
      "type": "string",
      "example": "string"
    },
    "pressureMeasureCode": {
      "type": "string",
      "example": "string"
    },
    "methodTraversePointId": {
      "type": "string",
      "minLength": 1,
      "maxLength": 3,
      "example": "12345"
    },
    "velocityCalibrationCoefficient": {
      "type": "number",
      "example": 0.0
    },
    "lastProbeDate": {
      "format": "date-time",
      "type": "string",
      "example": "2024-01-15T12:00:00Z"
    },
    "averageVelocityDifferencePressure": {
      "type": "number",
      "example": 0.0
    },
    "averageSquareVelocityDifferencePressure": {
      "type": "number",
      "example": 0.0
    },
    "tStackTemperature": {
      "type": "number",
      "example": 0.0
    },
    "pointUsedIndicator": {
      "type": "number",
      "example": 0.0
    },
    "numberWallEffectsPoints": {
      "type": "number",
      "example": 0.0
    },
    "yawAngle": {
      "type": "number",
      "example": 0.0
    },
    "pitchAngle": {
      "type": "number",
      "example": 0.0
    },
    "calculatedVelocity": {
      "type": "number",
      "example": 35.5
    },
    "replacementVelocity": {
      "type": "number",
      "example": 0.0
    }
  },
  "required": [
    "id",
    "flowRataRunId",
    "calculatedCalculatedVelocity",
    "userId",
    "addDate",
    "updateDate",
    "probeId",
    "probeTypeCode",
    "pressureMeasureCode",
    "methodTraversePointId",
    "velocityCalibrationCoefficient",
    "lastProbeDate",
    "tStackTemperature"
  ]
}