Wordnik · Schema

SimpleDefinition

SimpleDefinition schema from Wordnik

DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

Properties

Name Type Description
note string
partOfSpeech string
source string
text string
View JSON Schema on GitHub

JSON Schema

wordnik-simple-definition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wordnik/refs/heads/main/json-schema/wordnik-simple-definition-schema.json",
  "title": "SimpleDefinition",
  "description": "SimpleDefinition schema from Wordnik",
  "type": "object",
  "properties": {
    "note": {
      "type": "string"
    },
    "partOfSpeech": {
      "type": "string"
    },
    "source": {
      "type": "string"
    },
    "text": {
      "type": "string"
    }
  }
}