Discord · Schema

CreateEntitlementRequestData

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
sku_id object
owner_id object
owner_type object
View JSON Schema on GitHub

JSON Schema

discord-createentitlementrequestdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateEntitlementRequestData",
  "title": "CreateEntitlementRequestData",
  "type": "object",
  "properties": {
    "sku_id": {
      "$ref": "#/components/schemas/SnowflakeType"
    },
    "owner_id": {
      "$ref": "#/components/schemas/SnowflakeType"
    },
    "owner_type": {
      "$ref": "#/components/schemas/EntitlementOwnerTypes"
    }
  },
  "required": [
    "sku_id",
    "owner_id",
    "owner_type"
  ]
}