Wordnik · Schema

StringValue

StringValue schema from Wordnik

DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

Properties

Name Type Description
word string
View JSON Schema on GitHub

JSON Schema

wordnik-string-value-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-string-value-schema.json",
  "title": "StringValue",
  "description": "StringValue schema from Wordnik",
  "type": "object",
  "properties": {
    "word": {
      "type": "string"
    }
  }
}