{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/words/refs/heads/main/json-structure/words-has-parts-response-structure.json", "name": "HasPartsResponse", "description": "HasPartsResponse schema from Words API", "type": "object", "properties": { "word": { "type": "string", "example": "car" }, "hasParts": { "type": "array", "items": { "type": "string" }, "example": [ "wheel", "engine", "door" ] } } }