Wordnik · JSON Structure

Wordnik Authentication Token Structure

AuthenticationToken schema from Wordnik

Type: object Properties: 3
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

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

Properties

token userId userSignature

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-authentication-token-structure.json",
  "name": "AuthenticationToken",
  "description": "AuthenticationToken schema from Wordnik",
  "type": "object",
  "properties": {
    "token": {
      "type": "string"
    },
    "userId": {
      "type": "int64"
    },
    "userSignature": {
      "type": "string"
    }
  }
}