{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cip-service-randomhuc12-resp-schema.json", "title": "randomhuc12_resp", "description": "randomhuc12_resp schema from CIP-service Indexing API", "type": "object", "properties": { "huc12": { "$ref": "#/components/schemas/geojson_feature" } } }