Wordnik · JSON Structure

Wordnik Note Structure

Note schema from Wordnik

Type: object Properties: 4
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

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

Properties

appliesTo noteType pos 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-note-structure.json",
  "name": "Note",
  "description": "Note schema from Wordnik",
  "type": "object",
  "properties": {
    "appliesTo": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "noteType": {
      "type": "string"
    },
    "pos": {
      "type": "int32"
    },
    "value": {
      "type": "string"
    }
  }
}