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