Share feedback
Answers are generated based on the documentation.

Schema

user

Type: object

company

Type: string

All schema constraints and annotations
{
  "example": "Docker Inc",
  "type": "string"
}
date_joined

Type: string

All schema constraints and annotations
{
  "example": "2021-01-05T21:06:53.506400Z",
  "type": "string"
}
full_name

Type: string

All schema constraints and annotations
{
  "example": "Jon Snow",
  "type": "string"
}
gravatar_email

Type: string

All schema constraints and annotations
{
  "type": "string"
}
gravatar_url

Type: string

All schema constraints and annotations
{
  "type": "string"
}
id

Type: string

The UUID trimmed
All schema constraints and annotations
{
  "description": "The UUID trimmed",
  "example": "0ab70deb065a43fcacd55d48caa945d8",
  "type": "string"
}
location

Type: string

All schema constraints and annotations
{
  "type": "string"
}
profile_url

Type: string

All schema constraints and annotations
{
  "type": "string"
}
type

Type: string

All schema constraints and annotations
{
  "enum": [
    "User",
    "Org"
  ],
  "example": "User",
  "type": "string"
}
username

Type: string

All schema constraints and annotations
{
  "example": "dockeruser",
  "type": "string"
}
All schema constraints and annotations
{
  "properties": {
    "company": {
      "example": "Docker Inc",
      "type": "string"
    },
    "date_joined": {
      "example": "2021-01-05T21:06:53.506400Z",
      "type": "string"
    },
    "full_name": {
      "example": "Jon Snow",
      "type": "string"
    },
    "gravatar_email": {
      "type": "string"
    },
    "gravatar_url": {
      "type": "string"
    },
    "id": {
      "description": "The UUID trimmed",
      "example": "0ab70deb065a43fcacd55d48caa945d8",
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "profile_url": {
      "type": "string"
    },
    "type": {
      "enum": [
        "User",
        "Org"
      ],
      "example": "User",
      "type": "string"
    },
    "username": {
      "example": "dockeruser",
      "type": "string"
    }
  },
  "type": "object"
}