{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/mywaterway-generic-schema.json", "title": "generic", "description": "generic schema from US EPA How's My Waterway", "type": "object", "properties": { "Results": { "type": "string", "example": "string" } } }