export const packedEmojiSchema = {
type: "object",
properties: {
id: {
type: "string",
optional: false,
nullable: false,
format: "id",
example: "xxxxxxxxxx",
},
aliases: {
type: "array",
items: {
name: {
category: {
nullable: true,
host: {
description: "The local host is represented with `null`.",
url: {
license: {
} as const;