{ "$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" } } }