Words API · JSON Structure

Words Entails Response Structure

EntailsResponse schema from Words API

Type: object Properties: 2
DictionariesLinguisticsEnglishThesaurusLexical DataPublic APIs

EntailsResponse is a JSON Structure definition published by Words API, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

word entails

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/words/refs/heads/main/json-structure/words-entails-response-structure.json",
  "name": "EntailsResponse",
  "description": "EntailsResponse schema from Words API",
  "type": "object",
  "properties": {
    "word": {
      "type": "string",
      "example": "walk"
    },
    "entails": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "step",
        "move"
      ]
    }
  }
}