User

APIs.ioEngineeringPlatform

Properties

Name Type Description
avatar_url string
deleted boolean
email string
events_url string
followers_url string
following_url string
gists_url string
gravatar_id string
html_url string
id integer
login string
name string
node_id string
organizations_url string
received_events_url string
repos_url string
site_admin boolean
starred_url string
subscriptions_url string
type string
url string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webhooks-user-mannequin-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhooks_user_mannequin",
  "title": "User",
  "type": "object",
  "nullable": true,
  "properties": {
    "avatar_url": {
      "type": "string",
      "format": "uri"
    },
    "deleted": {
      "type": "boolean"
    },
    "email": {
      "type": "string",
      "nullable": true
    },
    "events_url": {
      "type": "string",
      "format": "uri-template"
    },
    "followers_url": {
      "type": "string",
      "format": "uri"
    },
    "following_url": {
      "type": "string",
      "format": "uri-template"
    },
    "gists_url": {
      "type": "string",
      "format": "uri-template"
    },
    "gravatar_id": {
      "type": "string"
    },
    "html_url": {
      "type": "string",
      "format": "uri"
    },
    "id": {
      "type": "integer"
    },
    "login": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "node_id": {
      "type": "string"
    },
    "organizations_url": {
      "type": "string",
      "format": "uri"
    },
    "received_events_url": {
      "type": "string",
      "format": "uri"
    },
    "repos_url": {
      "type": "string",
      "format": "uri"
    },
    "site_admin": {
      "type": "boolean"
    },
    "starred_url": {
      "type": "string",
      "format": "uri-template"
    },
    "subscriptions_url": {
      "type": "string",
      "format": "uri"
    },
    "type": {
      "type": "string",
      "enum": [
        "Bot",
        "User",
        "Organization",
        "Mannequin"
      ]
    },
    "url": {
      "type": "string",
      "format": "uri"
    }
  },
  "required": [
    "login",
    "id"
  ]
}