{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cip-service-nhdplus-version-schema.json", "title": "nhdplus_version", "description": "NHDPlus version used in CIP indexing.", "type": "string", "enum": [ "nhdplus_m", "nhdplus_h" ], "examples": [ "nhdplus_h" ] }