Cip Service Delineate Resp Structure

delineate_resp schema from CIP-service Indexing API

Type: object Properties: 7
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

delineated_area aggregation_used flowlines flowline_count nhdplus_version return_code status_message

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/cip-service-delineate-resp-structure.json",
  "name": "delineate_resp",
  "description": "delineate_resp schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "delineated_area": {
      "$ref": "#/components/schemas/geojson_featurecollection"
    },
    "aggregation_used": {
      "type": "string",
      "description": "aggregation logic used in delineation action.",
      "example": "string"
    },
    "flowlines": {
      "$ref": "#/components/schemas/geojson_featurecollection"
    },
    "flowline_count": {
      "$ref": "#/components/schemas/flowline_count"
    },
    "nhdplus_version": {
      "$ref": "#/components/schemas/nhdplus_version"
    },
    "return_code": {
      "$ref": "#/components/schemas/return_code"
    },
    "status_message": {
      "$ref": "#/components/schemas/status_message"
    }
  }
}