Wordnik · JSON Structure

Wordnik Simple Definition Structure

SimpleDefinition schema from Wordnik

Type: object Properties: 4
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

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

Properties

note partOfSpeech source text

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-simple-definition-structure.json",
  "name": "SimpleDefinition",
  "description": "SimpleDefinition schema from Wordnik",
  "type": "object",
  "properties": {
    "note": {
      "type": "string"
    },
    "partOfSpeech": {
      "type": "string"
    },
    "source": {
      "type": "string"
    },
    "text": {
      "type": "string"
    }
  }
}