Wordnik · JSON Structure

Wordnik String Value Structure

StringValue schema from Wordnik

Type: object Properties: 1
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

StringValue 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

word

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