TransmitterTransducerAccuracyDTO

TransmitterTransducerAccuracyDTO schema from QA Certification Management OpenAPI Specification

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
id string
testSumId string
userId string
addDate string
updateDate string
lowLevelAccuracy number
lowLevelAccuracySpecCode string
midLevelAccuracy number
midLevelAccuracySpecCode string
highLevelAccuracy number
highLevelAccuracySpecCode string
View JSON Schema on GitHub

JSON Schema

cam-qa-cert-transmitter-transducer-accuracy-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-transmitter-transducer-accuracy-dto-schema.json",
  "title": "TransmitterTransducerAccuracyDTO",
  "description": "TransmitterTransducerAccuracyDTO schema from QA Certification Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "12345"
    },
    "testSumId": {
      "type": "string",
      "example": "12345"
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "addDate": {
      "type": "string",
      "example": "string"
    },
    "updateDate": {
      "type": "string",
      "example": "string"
    },
    "lowLevelAccuracy": {
      "type": "number",
      "example": 0.0
    },
    "lowLevelAccuracySpecCode": {
      "type": "string",
      "example": "string"
    },
    "midLevelAccuracy": {
      "type": "number",
      "example": 0.0
    },
    "midLevelAccuracySpecCode": {
      "type": "string",
      "example": "12345"
    },
    "highLevelAccuracy": {
      "type": "number",
      "example": 0.0
    },
    "highLevelAccuracySpecCode": {
      "type": "string",
      "example": "string"
    }
  },
  "required": [
    "id",
    "testSumId",
    "userId",
    "addDate",
    "updateDate"
  ]
}