{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cip-service-end-point-properties-schema.json", "title": "end_point_properties", "description": "end_point_properties schema from CIP-service Indexing API", "type": "object", "properties": { "nhdplus": { "description": "NHDPlus int64 flowline identifier.", "type": "integer", "format": "int64", "example": 0 }, "reachcode": { "$ref": "#/components/schemas/reachcode" }, "measure": { "$ref": "#/components/schemas/measure" } } }