Wordnik · JSON Structure

Wordnik User Structure

User schema from Wordnik

Type: object Properties: 8
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

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

Properties

displayName email faceBookId id password status userName username

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-user-structure.json",
  "name": "User",
  "description": "User schema from Wordnik",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "faceBookId": {
      "type": "string"
    },
    "id": {
      "type": "int64"
    },
    "password": {
      "type": "string"
    },
    "status": {
      "type": "int32"
    },
    "userName": {
      "type": "string"
    },
    "username": {
      "type": "string"
    }
  }
}