{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/words/refs/heads/main/json-structure/words-has-members-response-structure.json", "name": "HasMembersResponse", "description": "HasMembersResponse schema from Words API", "type": "object", "properties": { "word": { "type": "string" }, "hasMembers": { "type": "array", "items": { "type": "string" } } } }