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