Discord · Schema

GithubCheckRunOutput

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
title stringnull
summary stringnull
View JSON Schema on GitHub

JSON Schema

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