Wordnik · JSON Structure

Wordnik Syllable Structure

Syllable schema from Wordnik

Type: object Properties: 3
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

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

Properties

seq text type

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-syllable-structure.json",
  "name": "Syllable",
  "description": "Syllable schema from Wordnik",
  "type": "object",
  "properties": {
    "seq": {
      "type": "int32"
    },
    "text": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "stress",
        "secondary",
        "normal"
      ]
    }
  }
}