Wordnik · JSON Structure

Wordnik Sentence Structure

Sentence schema from Wordnik

Type: object Properties: 6
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

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

Properties

display documentMetadataId hasScoredWords id rating scoredWords

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-sentence-structure.json",
  "name": "Sentence",
  "description": "Sentence schema from Wordnik",
  "type": "object",
  "properties": {
    "display": {
      "type": "string"
    },
    "documentMetadataId": {
      "type": "int64"
    },
    "hasScoredWords": {
      "type": "boolean"
    },
    "id": {
      "type": "int64"
    },
    "rating": {
      "type": "int32"
    },
    "scoredWords": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ScoredWord"
      }
    }
  }
}