dfr0_get_d80d90s_details.D80D90sDetails

D80D90sDetails Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
Sources array
View JSON Schema on GitHub

JSON Schema

echo-dfr-dfr0-get-d80d90s-details.d80-d90s-details-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/echo-dfr-dfr0-get-d80d90s-details.d80-d90s-details-schema.json",
  "title": "dfr0_get_d80d90s_details.D80D90sDetails",
  "description": "D80D90sDetails Object",
  "type": "object",
  "properties": {
    "Sources": {
      "items": {
        "$ref": "#/definitions/dfr0_get_d80d90s_details.D80D90sDetails.Sources"
      },
      "title": "Sources",
      "type": "array",
      "xml": {
        "name": "Sources",
        "wrapped": true
      },
      "example": [
        "string"
      ]
    }
  },
  "required": [
    "Sources"
  ]
}