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"
}
Helpful?