DuctWaf

DuctWaf schema from Monitor Plan Management OpenAPI Specification

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
id string
locationId string
wafDeterminationDate string
wafBeginDate string
wafBeginHour number
wafMethodCode string
wafValue number
numberOfTestRuns number
numberOfTraversePointsWaf number
numberOfTestPorts number
numberOfTraversePointsRef number
ductWidth number
ductDepth number
wafEndDate string
wafEndHour number
userId string
addDate string
updateDate string
location object
View JSON Schema on GitHub

JSON Schema

cam-monitor-plan-duct-waf-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-monitor-plan-duct-waf-schema.json",
  "title": "DuctWaf",
  "description": "DuctWaf schema from Monitor Plan Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "12345"
    },
    "locationId": {
      "type": "string",
      "example": "12345"
    },
    "wafDeterminationDate": {
      "format": "date-time",
      "type": "string",
      "example": "2024-01-15T12:00:00Z"
    },
    "wafBeginDate": {
      "format": "date-time",
      "type": "string",
      "example": "2024-01-15T12:00:00Z"
    },
    "wafBeginHour": {
      "type": "number",
      "example": 0.0
    },
    "wafMethodCode": {
      "type": "string",
      "example": "string"
    },
    "wafValue": {
      "type": "number",
      "example": 0.0
    },
    "numberOfTestRuns": {
      "type": "number",
      "example": 0.0
    },
    "numberOfTraversePointsWaf": {
      "type": "number",
      "example": 0.0
    },
    "numberOfTestPorts": {
      "type": "number",
      "example": 0.0
    },
    "numberOfTraversePointsRef": {
      "type": "number",
      "example": 0.0
    },
    "ductWidth": {
      "type": "number",
      "example": 0.0
    },
    "ductDepth": {
      "type": "number",
      "example": 0.0
    },
    "wafEndDate": {
      "format": "date-time",
      "type": "string",
      "example": "2024-01-15T12:00:00Z"
    },
    "wafEndHour": {
      "type": "number",
      "example": 0.0
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "addDate": {
      "format": "date-time",
      "type": "string",
      "example": "2024-01-15T12:00:00Z"
    },
    "updateDate": {
      "format": "date-time",
      "type": "string",
      "example": "2024-01-15T12:00:00Z"
    },
    "location": {
      "$ref": "#/components/schemas/MonitorLocation"
    }
  },
  "required": [
    "id",
    "locationId",
    "wafDeterminationDate",
    "wafBeginDate",
    "wafBeginHour",
    "wafMethodCode",
    "wafValue",
    "numberOfTestRuns",
    "numberOfTraversePointsWaf",
    "numberOfTestPorts",
    "numberOfTraversePointsRef",
    "ductWidth",
    "ductDepth",
    "wafEndDate",
    "wafEndHour",
    "userId",
    "addDate",
    "updateDate",
    "location"
  ]
}