Discord · Schema

GithubAuthor

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
username stringnull
name string
View JSON Schema on GitHub

JSON Schema

discord-githubauthor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GithubAuthor",
  "title": "GithubAuthor",
  "type": "object",
  "properties": {
    "username": {
      "type": [
        "string",
        "null"
      ],
      "maxLength": 152133
    },
    "name": {
      "type": "string",
      "maxLength": 152133
    }
  },
  "required": [
    "name"
  ]
}