Discord · Schema

GuildProductPurchaseResponse

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
listing_id object
product_name string
View JSON Schema on GitHub

JSON Schema

discord-guildproductpurchaseresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GuildProductPurchaseResponse",
  "title": "GuildProductPurchaseResponse",
  "type": "object",
  "properties": {
    "listing_id": {
      "$ref": "#/components/schemas/SnowflakeType"
    },
    "product_name": {
      "type": "string"
    }
  },
  "required": [
    "listing_id",
    "product_name"
  ]
}