Skip to main content
Version: 6.2.0

NotionBlock

This page supports schema for Notion Datatype NotionBlock.

{
"properties": {
"equation": {
"properties": {
"expression": {
"type": "string",
"x-label": {
"en": "expression",
"ko": "expression"
}
}
},
"type": "object",
"x-label": {
"en": "equation",
"ko": "equation"
}
},
"id": {
"x-dataType": "NotionBlockId",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "id",
"ko": "id"
}
},
"embed": {
"properties": {
"url": {
"format": "uri",
"type": "string",
"x-label": {
"en": "url",
"ko": "url"
}
}
},
"type": "object",
"x-label": {
"en": "embed",
"ko": "embed"
}
},
"table": {
"properties": {
"has_column_header": {
"type": "boolean",
"x-label": {
"en": "has_column_header",
"ko": "has_column_header"
}
},
"has_row_header": {
"type": "boolean",
"x-label": {
"en": "has_row_header",
"ko": "has_row_header"
}
},
"table_width": {
"type": "integer",
"x-label": {
"en": "table_width",
"ko": "table_width"
}
}
},
"type": "object",
"x-label": {
"en": "table",
"ko": "table"
}
},
"child_page": {
"properties": {
"title": {
"type": "string",
"x-label": {
"en": "title",
"ko": "title"
}
}
},
"type": "object",
"x-label": {
"en": "child_page",
"ko": "child_page"
}
},
"heading_2": {
"properties": {
"color": {
"x-dataType": "NotionBlockColor",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "color",
"ko": "color"
}
},
"is_toggleable": {
"type": "boolean",
"x-label": {
"en": "is_toggleable",
"ko": "is_toggleable"
}
},
"rich_text": {
"items": {
"x-dataType": "NotionBlockRichText",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
},
"type": "array",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
}
},
"type": "object",
"x-label": {
"en": "heading_2",
"ko": "heading_2"
}
},
"last_edited_by": {
"properties": {
"id": {
"x-dataType": "NotionUserId",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "id",
"ko": "id"
}
},
"object": {
"enum": [
"user"
],
"type": "string",
"x-label": {
"en": "object",
"ko": "object"
}
}
},
"type": "object",
"x-label": {
"en": "last_edited_by",
"ko": "last_edited_by"
}
},
"parent": {
"x-dataType": "NotionParent",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "parent",
"ko": "parent"
}
},
"heading_1": {
"properties": {
"color": {
"x-dataType": "NotionBlockColor",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "color",
"ko": "color"
}
},
"is_toggleable": {
"type": "boolean",
"x-label": {
"en": "is_toggleable",
"ko": "is_toggleable"
}
},
"rich_text": {
"items": {
"x-dataType": "NotionBlockRichText",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
},
"type": "array",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
}
},
"type": "object",
"x-label": {
"en": "heading_1",
"ko": "heading_1"
}
},
"template": {
"properties": {
"children": {
"items": {
"x-dataType": "NotionBlockChildren",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "block",
"ko": "block"
}
},
"type": "array",
"x-label": {
"en": "children",
"ko": "children"
}
},
"rich_text": {
"items": {
"x-dataType": "NotionBlockRichText",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
},
"type": "array",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
}
},
"type": "object",
"x-label": {
"en": "template",
"ko": "template"
}
},
"has_children": {
"type": "boolean",
"x-label": {
"en": "has_children",
"ko": "has_children"
}
},
"column_list": {
"properties": {},
"type": "object",
"x-label": {
"en": "column_list",
"ko": "column_list"
}
},
"bookmark": {
"properties": {
"caption": {
"items": {
"x-dataType": "NotionBlockRichText",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
},
"type": "array",
"x-label": {
"en": "caption",
"ko": "caption"
}
},
"url": {
"format": "uri",
"type": "string",
"x-label": {
"en": "url",
"ko": "url"
}
}
},
"required": [],
"type": "object",
"x-label": {
"en": "bookmark",
"ko": "bookmark"
}
},
"breadcrumb": {
"properties": {},
"type": "object",
"x-label": {
"en": "breadcrumb",
"ko": "breadcrumb"
}
},
"type": {
"enum": [
"bookmark",
"breadcrumb",
"bulleted_list_item",
"callout",
"child_database",
"child_page",
"code",
"column",
"column_list",
"divider",
"embed",
"equation",
"file",
"heading_1",
"heading_2",
"heading_3",
"image",
"link_preview",
"link_to_page",
"numbered_list_item",
"paragraph",
"pdf",
"quote",
"synced_block",
"table",
"table_of_contents",
"table_row",
"template",
"to_do",
"toggle",
"unsupported",
"video"
],
"type": "string",
"x-label": {
"en": "type",
"ko": "type"
}
},
"bulleted_list_item": {
"properties": {
"children": {
"items": {
"x-dataType": "NotionBlockChildren",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "block",
"ko": "block"
}
},
"type": "array",
"x-label": {
"en": "children",
"ko": "children"
}
},
"color": {
"x-dataType": "NotionBlockColor",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "color",
"ko": "color"
}
},
"rich_text": {
"items": {
"x-dataType": "NotionBlockRichText",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
},
"type": "array",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
}
},
"required": [],
"type": "object",
"x-label": {
"en": "bulleted_list_item",
"ko": "bulleted_list_item"
}
},
"last_edited_time": {
"format": "date-time",
"type": "string",
"x-label": {
"en": "last_edited_time",
"ko": "last_edited_time"
}
},
"quote": {
"properties": {
"children": {
"items": {
"x-dataType": "NotionBlockChildren",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "block",
"ko": "block"
}
},
"type": "array",
"x-label": {
"en": "children",
"ko": "children"
}
},
"color": {
"x-dataType": "NotionBlockColor",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "color",
"ko": "color"
}
},
"rich_text": {
"items": {
"x-dataType": "NotionBlockRichText",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
},
"type": "array",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
}
},
"type": "object",
"x-label": {
"en": "quote",
"ko": "quote"
}
},
"image": {
"x-dataType": "NotionFile",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "image",
"ko": "image"
}
},
"archived": {
"type": "boolean",
"x-label": {
"en": "archived",
"ko": "archived"
}
},
"link_preview": {
"properties": {
"url": {
"format": "uri",
"type": "string",
"x-label": {
"en": "url",
"ko": "url"
}
}
},
"type": "object",
"x-label": {
"en": "link_preview",
"ko": "link_preview"
}
},
"code": {
"properties": {
"caption": {
"items": {
"x-dataType": "NotionBlockRichText",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "caption",
"ko": "caption"
}
},
"type": "array",
"x-label": {
"en": "caption",
"ko": "caption"
}
},
"language": {
"enum": [
"abap",
"arduino",
"bash",
"basic",
"c",
"clojure",
"coffeescript",
"c++",
"c#",
"css",
"dart",
"diff",
"docker",
"elixir",
"elm",
"erlang",
"flow",
"fortran",
"f#",
"gherkin",
"glsl",
"go",
"graphql",
"groovy",
"haskell",
"html",
"java",
"javascript",
"json",
"julia",
"kotlin",
"latex",
"less",
"lisp",
"livescript",
"lua",
"makefile",
"markdown",
"markup",
"matlab",
"mermaid",
"nix",
"objective-c",
"ocaml",
"pascal",
"perl",
"php",
"plain text",
"powershell",
"prolog",
"protobuf",
"python",
"r",
"reason",
"ruby",
"rust",
"sass",
"scala",
"scheme",
"scss",
"shell",
"sql",
"swift",
"typescript",
"vb.net",
"verilog",
"vhdl",
"visual basic",
"webassembly",
"xml",
"yaml",
"java/c/c++/c#"
],
"type": "string",
"x-label": {
"en": "language",
"ko": "language"
}
},
"rich_text": {
"items": {
"x-dataType": "NotionBlockRichText",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
},
"type": "array",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
}
},
"type": "object",
"x-label": {
"en": "code",
"ko": "code"
}
},
"object": {
"enum": [
"block"
],
"type": "string",
"x-label": {
"en": "object",
"ko": "object"
}
},
"synced_block": {
"properties": {
"children": {
"items": {
"x-dataType": "NotionBlockChildren",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "block",
"ko": "block"
}
},
"type": "array",
"x-label": {
"en": "children",
"ko": "children"
}
},
"synced_from": {
"properties": {
"block_id": {
"type": "string",
"x-label": {
"en": "block_id",
"ko": "block_id"
}
}
},
"type": [
"object",
"null"
],
"x-label": {
"en": "synced_from",
"ko": "synced_from"
}
}
},
"type": "object",
"x-label": {
"en": "synced_block",
"ko": "synced_block"
}
},
"heading_3": {
"properties": {
"color": {
"x-dataType": "NotionBlockColor",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "color",
"ko": "color"
}
},
"is_toggleable": {
"type": "boolean",
"x-label": {
"en": "is_toggleable",
"ko": "is_toggleable"
}
},
"rich_text": {
"items": {
"x-dataType": "NotionBlockRichText",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
},
"type": "array",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
}
},
"type": "object",
"x-label": {
"en": "heading_3",
"ko": "heading_3"
}
},
"callout": {
"properties": {
"color": {
"x-dataType": "NotionBlockColor",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "color",
"ko": "color"
}
},
"icon": {
"x-dataType": "NotionEmoji",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "icon",
"ko": "icon"
}
},
"rich_text": {
"items": {
"x-dataType": "NotionBlockRichText",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
},
"type": "array",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
}
},
"type": "object",
"x-label": {
"en": "callout",
"ko": "callout"
}
},
"to_do": {
"properties": {
"checked": {
"type": "boolean",
"x-label": {
"en": "checked",
"ko": "checked"
}
},
"children": {
"items": {
"x-dataType": "NotionBlockChildren",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "block",
"ko": "block"
}
},
"type": "array",
"x-label": {
"en": "children",
"ko": "children"
}
},
"color": {
"x-dataType": "NotionBlockColor",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "color",
"ko": "color"
}
},
"rich_text": {
"items": {
"x-dataType": "NotionBlockRichText",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
},
"type": "array",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
}
},
"type": "object",
"x-label": {
"en": "to_do",
"ko": "to_do"
}
},
"toggle": {
"properties": {
"children": {
"items": {
"x-dataType": "NotionBlockChildren",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "block",
"ko": "block"
}
},
"type": "array",
"x-label": {
"en": "children",
"ko": "children"
}
},
"color": {
"x-dataType": "NotionBlockColor",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "color",
"ko": "color"
}
},
"rich_text": {
"items": {
"x-dataType": "NotionBlockRichText",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
},
"type": "array",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
}
},
"type": "object",
"x-label": {
"en": "toggle",
"ko": "toggle"
}
},
"divider": {
"properties": {},
"type": "object",
"x-label": {
"en": "divider",
"ko": "divider"
}
},
"created_by": {
"properties": {
"id": {
"x-dataType": "NotionUserId",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "id",
"ko": "id"
}
},
"object": {
"enum": [
"user"
],
"type": "string",
"x-label": {
"en": "object",
"ko": "object"
}
}
},
"type": "object",
"x-label": {
"en": "created_by",
"ko": "created_by"
}
},
"created_time": {
"format": "date-time",
"type": "string",
"x-label": {
"en": "created_time",
"ko": "created_time"
}
},
"table_row": {
"properties": {
"cells": {
"items": {
"x-dataType": "NotionBlockRichText",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "cell",
"ko": "cell"
}
},
"type": "array",
"x-label": {
"en": "cells",
"ko": "cells"
}
}
},
"type": "object",
"x-label": {
"en": "table_row",
"ko": "table_row"
}
},
"table_of_contents": {
"properties": {
"color": {
"x-dataType": "NotionBlockColor",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "color",
"ko": "color"
}
}
},
"type": "object",
"x-label": {
"en": "table_of_contents",
"ko": "table_of_contents"
}
},
"file": {
"x-dataType": "NotionFile",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "file",
"ko": "file"
}
},
"paragraph": {
"properties": {
"children": {
"items": {
"x-dataType": "NotionBlockChildren",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "block",
"ko": "block"
}
},
"type": "array",
"x-label": {
"en": "children",
"ko": "children"
}
},
"color": {
"x-dataType": "NotionBlockColor",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "color",
"ko": "color"
}
},
"rich_text": {
"items": {
"x-dataType": "NotionBlockRichText",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
},
"type": "array",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
}
},
"type": "object",
"x-label": {
"en": "paragraph",
"ko": "paragraph"
}
},
"numbered_list_item": {
"properties": {
"children": {
"items": {
"x-dataType": "NotionBlockChildren",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "block",
"ko": "block"
}
},
"type": "array",
"x-label": {
"en": "children",
"ko": "children"
}
},
"color": {
"x-dataType": "NotionBlockColor",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "color",
"ko": "color"
}
},
"rich_text": {
"items": {
"x-dataType": "NotionBlockRichText",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
},
"type": "array",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
}
},
"type": "object",
"x-label": {
"en": "numbered_list_item",
"ko": "numbered_list_item"
}
},
"child_database": {
"properties": {
"title": {
"type": "string",
"x-label": {
"en": "title",
"ko": "title"
}
}
},
"type": "object",
"x-label": {
"en": "child_database",
"ko": "child_database"
}
},
"link_to_page": {
"properties": {},
"type": "object",
"x-label": {
"en": "link_to_page",
"ko": "link_to_page"
}
},
"column": {
"properties": {},
"type": "object",
"x-label": {
"en": "column",
"ko": "column"
}
},
"unsupported": {
"properties": {},
"type": "object",
"x-label": {
"en": "unsupported",
"ko": "unsupported"
}
},
"in_trash": {
"type": "boolean",
"x-label": {
"en": "in_trash",
"ko": "in_trash"
}
},
"pdf": {
"x-dataType": "NotionFile",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "pdf",
"ko": "pdf"
}
},
"video": {
"x-dataType": "NotionFile",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "video",
"ko": "video"
}
}
},
"required": [],
"type": "object"
}