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