Wordnik · JSON Structure

Wordnik Frequency Summary Structure

FrequencySummary schema from Wordnik

Type: object Properties: 5
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

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

Properties

frequency frequencyString totalCount unknownYearCount 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-frequency-summary-structure.json",
  "name": "FrequencySummary",
  "description": "FrequencySummary schema from Wordnik",
  "type": "object",
  "properties": {
    "frequency": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Frequency"
      }
    },
    "frequencyString": {
      "type": "string"
    },
    "totalCount": {
      "type": "int64"
    },
    "unknownYearCount": {
      "type": "int32"
    },
    "word": {
      "type": "string"
    }
  }
}