Wordnik · JSON Structure

Wordnik Scrabble Score Result Structure

ScrabbleScoreResult schema from Wordnik

Type: object Properties: 1
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

ScrabbleScoreResult 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

value

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-scrabble-score-result-structure.json",
  "name": "ScrabbleScoreResult",
  "description": "ScrabbleScoreResult schema from Wordnik",
  "type": "object",
  "properties": {
    "value": {
      "type": "int64"
    }
  }
}