stop_permanent_identifier

NHD flowline permanent identifier string value from which navigation will cease. Only used in point-to-point navigation.

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
View JSON Schema on GitHub

JSON Schema

cip-service-stop-permanent-identifier-schema.json Raw ↑
{
  "$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-permanent-identifier-schema.json",
  "title": "stop_permanent_identifier",
  "description": "NHD flowline permanent identifier string value from which navigation will cease.  Only used in point-to-point navigation.",
  "type": "string",
  "maxLength": 40,
  "examples": [
    "{46D7557F-A83A-4414-AE56-105167EE3502}"
  ]
}