pointSourceCategory.read

Placeholder

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
Dummy string Dummy
View JSON Schema on GitHub

JSON Schema

elg-search-point-source-category.read-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/elg-search-point-source-category.read-schema.json",
  "title": "pointSourceCategory.read",
  "description": "Placeholder",
  "type": "object",
  "properties": {
    "Dummy": {
      "type": "string",
      "title": "Dummy",
      "example": "Dummy",
      "description": "Dummy"
    }
  },
  "required": [
    "Dummy"
  ]
}