{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cip-service-stop-reachcode-schema.json", "title": "stop_reachcode", "description": "NHD flowline 14-byte reach code value from which navigation will cease. Only used in point-to-point navigation.", "type": "string", "minLength": 14, "maxLength": 14, "examples": [ 188744699622 ] }