{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/wordnik/refs/heads/main/json-structure/wordnik-related-structure.json", "name": "Related", "description": "Related schema from Wordnik", "type": "object", "properties": { "gram": { "type": "string" }, "label1": { "type": "string" }, "label2": { "type": "string" }, "label3": { "type": "string" }, "label4": { "type": "string" }, "relationshipType": { "type": "string", "example": "synonym" }, "words": { "type": "array", "items": { "type": "string" } } } }