{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/words/refs/heads/main/json-structure/words-definition-entry-structure.json", "name": "DefinitionEntry", "description": "One definition with its grammatical category.", "type": "object", "properties": { "definition": { "type": "string", "description": "Definition text.", "example": "fruit with red or yellow or green skin and sweet to tart crisp whitish flesh" }, "partOfSpeech": { "type": "string", "description": "Grammatical category.", "example": "noun" } } }