Wordnik · JSON Structure

Wordnik Simple Example Structure

SimpleExample schema from Wordnik

Type: object Properties: 4
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

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

Properties

id text title url

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-simple-example-structure.json",
  "name": "SimpleExample",
  "description": "SimpleExample schema from Wordnik",
  "type": "object",
  "properties": {
    "id": {
      "type": "int64"
    },
    "text": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "url": {
      "type": "uri"
    }
  }
}