Hugging Face · JSON Structure

Hugging Face Hub User Info Structure

Type: object Properties: 11

UserInfo is a JSON Structure definition published by Hugging Face, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type id name fullname email emailVerified plan canPay avatarUrl orgs auth

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UserInfo",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "fullname": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "emailVerified": {
      "type": "boolean"
    },
    "plan": {
      "type": "string"
    },
    "canPay": {
      "type": "boolean"
    },
    "avatarUrl": {
      "type": "string"
    },
    "orgs": {
      "type": "array"
    },
    "auth": {
      "type": "object"
    }
  }
}