Wordnik · JSON Structure

Wordnik Word Search Results Structure

WordSearchResults schema from Wordnik

Type: object Properties: 2
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

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

Properties

searchResults totalResults

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-results-structure.json",
  "name": "WordSearchResults",
  "description": "WordSearchResults schema from Wordnik",
  "type": "object",
  "properties": {
    "searchResults": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/WordSearchResult"
      }
    },
    "totalResults": {
      "type": "int32"
    }
  }
}