Skip to main content
Version: 6.2.0

NotionEmoji

This page supports schema for Notion Datatype NotionEmoji.

{
"properties": {
"emoji": {
"type": "string",
"x-label": {
"en": "emoji",
"ko": "emoji"
}
},
"type": {
"enum": [
"emoji"
],
"type": "string",
"x-label": {
"en": "type",
"ko": "type"
}
}
},
"required": [],
"type": "object"
}