Wordnik · JSON Structure

Wordnik Example Usage Structure

ExampleUsage schema from Wordnik

Type: object Properties: 1
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

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

Properties

text

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-usage-structure.json",
  "name": "ExampleUsage",
  "description": "ExampleUsage schema from Wordnik",
  "type": "object",
  "properties": {
    "text": {
      "type": "string"
    }
  }
}