{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cip-service-navigate-resp-structure.json", "name": "navigate_resp", "description": "navigate_resp schema from CIP-service Indexing API", "type": "object", "properties": { "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" } } }