Wordnik · JSON Structure

Wordnik Example Structure

Example schema from Wordnik

Type: object Properties: 12
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

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

Properties

documentId exampleId id provider rating score sentence text title url word year

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-example-structure.json",
  "name": "Example",
  "description": "Example schema from Wordnik",
  "type": "object",
  "properties": {
    "documentId": {
      "type": "int64"
    },
    "exampleId": {
      "type": "int64"
    },
    "id": {
      "type": "int64"
    },
    "provider": {
      "$ref": "#/components/schemas/ContentProvider"
    },
    "rating": {
      "type": "float"
    },
    "score": {
      "$ref": "#/components/schemas/ScoredWord"
    },
    "sentence": {
      "$ref": "#/components/schemas/Sentence"
    },
    "text": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "url": {
      "type": "uri"
    },
    "word": {
      "type": "string"
    },
    "year": {
      "type": "int32"
    }
  }
}