Discord · Schema

GithubCheckApp

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
name string
View JSON Schema on GitHub

JSON Schema

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