Wordnik · Schema

ExampleUsage

ExampleUsage schema from Wordnik

DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

Properties

Name Type Description
text string
View JSON Schema on GitHub

JSON Schema

wordnik-example-usage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wordnik/refs/heads/main/json-schema/wordnik-example-usage-schema.json",
  "title": "ExampleUsage",
  "description": "ExampleUsage schema from Wordnik",
  "type": "object",
  "properties": {
    "text": {
      "type": "string"
    }
  }
}