return_flowline_details

Switch whether to return flowline details with results.

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
View JSON Schema on GitHub

JSON Schema

cip-service-return-flowline-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/cip-service-return-flowline-details-schema.json",
  "title": "return_flowline_details",
  "description": "Switch whether to return flowline details with results.",
  "type": "boolean",
  "default": true,
  "examples": [
    true
  ]
}