Wordnik · JSON Structure

Wordnik Audio File Structure

AudioFile schema from Wordnik

Type: object Properties: 14 Required: 1
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

AudioFile is a JSON Structure definition published by Wordnik, describing 14 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

attributionText attributionUrl audioType commentCount createdAt createdBy description duration fileUrl id voteAverage voteCount voteWeightedAverage 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-audio-file-structure.json",
  "name": "AudioFile",
  "description": "AudioFile schema from Wordnik",
  "type": "object",
  "properties": {
    "attributionText": {
      "type": "string"
    },
    "attributionUrl": {
      "type": "string"
    },
    "audioType": {
      "type": "string",
      "example": "pronunciation"
    },
    "commentCount": {
      "type": "int32"
    },
    "createdAt": {
      "type": "datetime"
    },
    "createdBy": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "duration": {
      "type": "double"
    },
    "fileUrl": {
      "type": "uri"
    },
    "id": {
      "type": "int64"
    },
    "voteAverage": {
      "type": "float"
    },
    "voteCount": {
      "type": "int32"
    },
    "voteWeightedAverage": {
      "type": "float"
    },
    "word": {
      "type": "string"
    }
  },
  "required": [
    "id"
  ]
}