Wordnik · JSON Structure

Wordnik Part Of Speech Structure

PartOfSpeech schema from Wordnik

Type: object Properties: 3
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

PartOfSpeech 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

allCategories roots storageAbbr

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-part-of-speech-structure.json",
  "name": "PartOfSpeech",
  "description": "PartOfSpeech schema from Wordnik",
  "type": "object",
  "properties": {
    "allCategories": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Category"
      }
    },
    "roots": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Root"
      }
    },
    "storageAbbr": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}