Cam Monitor Plan Duct Waf Structure

DuctWaf schema from Monitor Plan Management OpenAPI Specification

Type: object Properties: 19 Required: 19
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

id locationId wafDeterminationDate wafBeginDate wafBeginHour wafMethodCode wafValue numberOfTestRuns numberOfTraversePointsWaf numberOfTestPorts numberOfTraversePointsRef ductWidth ductDepth wafEndDate wafEndHour userId addDate updateDate location

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-monitor-plan-duct-waf-structure.json",
  "name": "DuctWaf",
  "description": "DuctWaf schema from Monitor Plan Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "12345"
    },
    "locationId": {
      "type": "string",
      "example": "12345"
    },
    "wafDeterminationDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "wafBeginDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "wafBeginHour": {
      "type": "double",
      "example": 0.0
    },
    "wafMethodCode": {
      "type": "string",
      "example": "string"
    },
    "wafValue": {
      "type": "double",
      "example": 0.0
    },
    "numberOfTestRuns": {
      "type": "double",
      "example": 0.0
    },
    "numberOfTraversePointsWaf": {
      "type": "double",
      "example": 0.0
    },
    "numberOfTestPorts": {
      "type": "double",
      "example": 0.0
    },
    "numberOfTraversePointsRef": {
      "type": "double",
      "example": 0.0
    },
    "ductWidth": {
      "type": "double",
      "example": 0.0
    },
    "ductDepth": {
      "type": "double",
      "example": 0.0
    },
    "wafEndDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "wafEndHour": {
      "type": "double",
      "example": 0.0
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "addDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "updateDate": {
      "type": "datetime",
      "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"
  ]
}