Wordnik · JSON Structure

Wordnik Word Search Result Structure

WordSearchResult schema from Wordnik

Type: object Properties: 3
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

WordSearchResult is a JSON Structure definition published by Wordnik, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

count lexicality word

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/wordnik/refs/heads/main/json-structure/wordnik-word-search-result-structure.json",
  "name": "WordSearchResult",
  "description": "WordSearchResult schema from Wordnik",
  "type": "object",
  "properties": {
    "count": {
      "type": "int64"
    },
    "lexicality": {
      "type": "double"
    },
    "word": {
      "type": "string"
    }
  }
}