Wordnik · JSON Structure

Wordnik Related Structure

Related schema from Wordnik

Type: object Properties: 7
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

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

Properties

gram label1 label2 label3 label4 relationshipType words

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-related-structure.json",
  "name": "Related",
  "description": "Related schema from Wordnik",
  "type": "object",
  "properties": {
    "gram": {
      "type": "string"
    },
    "label1": {
      "type": "string"
    },
    "label2": {
      "type": "string"
    },
    "label3": {
      "type": "string"
    },
    "label4": {
      "type": "string"
    },
    "relationshipType": {
      "type": "string",
      "example": "synonym"
    },
    "words": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}