{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/wordnik/refs/heads/main/json-structure/wordnik-citation-structure.json", "name": "Citation", "description": "Citation schema from Wordnik", "type": "object", "properties": { "cite": { "type": "string" }, "source": { "type": "string" } } }