Discord · Schema

PongInteractionCallbackRequest

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
type integer
View JSON Schema on GitHub

JSON Schema

discord-ponginteractioncallbackrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PongInteractionCallbackRequest",
  "title": "PongInteractionCallbackRequest",
  "type": "object",
  "properties": {
    "type": {
      "type": "integer",
      "enum": [
        1
      ],
      "allOf": [
        {
          "$ref": "#/components/schemas/InteractionCallbackTypes"
        }
      ],
      "format": "int32"
    }
  },
  "required": [
    "type"
  ]
}