Wordnik · Schema

Label

Label schema from Wordnik

DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

Properties

Name Type Description
text string
type string
View JSON Schema on GitHub

JSON Schema

wordnik-label-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-label-schema.json",
  "title": "Label",
  "description": "Label schema from Wordnik",
  "type": "object",
  "properties": {
    "text": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}