Skip to main content
Version: 6.2.0

NotionPageProperties

This page supports schema for Notion Datatype NotionPageProperties.

{
"additionalProperties": {
"properties": {
"checkbox": {
"type": "boolean",
"x-label": {
"en": "checkbox",
"ko": "checkbox"
}
},
"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"
}
},
"date": {
"properties": {
"end": {
"type": [
"string",
"null"
],
"x-label": {
"en": "end",
"ko": "end"
}
},
"start": {
"type": [
"string",
"null"
],
"x-label": {
"en": "start",
"ko": "start"
}
},
"time_zone": {
"type": [
"string",
"null"
],
"x-label": {
"en": "time_zone",
"ko": "time_zone"
}
}
},
"type": "object",
"x-label": {
"en": "date",
"ko": "date"
}
},
"email": {
"format": "email",
"type": "string",
"x-label": {
"en": "email",
"ko": "email"
}
},
"files": {
"items": {
"x-dataType": "NotionFile",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "file",
"ko": "file"
}
},
"type": "array",
"x-label": {
"en": "files",
"ko": "files"
}
},
"formula": {
"oneOf": [
{
"required": [
"boolean"
]
},
{
"required": [
"date"
]
},
{
"required": [
"number"
]
},
{
"required": [
"string"
]
}
],
"properties": {
"boolean": {
"type": "boolean",
"x-label": {
"en": "boolean",
"ko": "boolean"
}
},
"date": {
"format": "date-time",
"type": "string",
"x-label": {
"en": "date",
"ko": "date"
}
},
"number": {
"type": "number",
"x-label": {
"en": "number",
"ko": "number"
}
},
"string": {
"type": "string",
"x-label": {
"en": "string",
"ko": "string"
}
},
"type": {
"enum": [
"boolean",
"date",
"number",
"string"
],
"type": "string",
"x-label": {
"en": "type",
"ko": "type"
}
}
},
"required": [
"type"
],
"type": "object",
"x-label": {
"en": "formula",
"ko": "formula"
}
},
"id": {
"type": "string",
"x-label": {
"en": "id",
"ko": "id"
}
},
"last_edited_by": {
"x-dataType": "NotionUser",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "last_edited_by",
"ko": "last_edited_by"
}
},
"last_edited_time": {
"format": "date-time",
"type": "string",
"x-label": {
"en": "last_edited_time",
"ko": "last_edited_time"
}
},
"multi_select": {
"properties": {
"options": {
"items": {
"properties": {
"color": {
"x-dataType": "NotionTextColor",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "color",
"ko": "color"
}
},
"id": {
"type": "string",
"x-label": {
"en": "id",
"ko": "id"
}
},
"name": {
"type": "string",
"x-label": {
"en": "name",
"ko": "name"
}
}
},
"required": [
"name"
],
"type": "object",
"x-label": {
"en": "option",
"ko": "option"
}
},
"type": "array",
"x-label": {
"en": "options",
"ko": "options"
}
}
},
"required": [
"options"
],
"type": "object",
"x-label": {
"en": "multi_select",
"ko": "multi_select"
}
},
"number": {
"properties": {
"format": {
"enum": [
"argentine_peso",
"baht",
"australian_dollar",
"canadian_dollar",
"chilean_peso",
"colombian_peso",
"danish_krone",
"dirham",
"dollar",
"euro",
"forint",
"franc",
"hong_kong_dollar",
"koruna",
"krona",
"leu",
"lira",
"mexican_peso",
"new_taiwan_dollar",
"new_zealand_dollar",
"norwegian_krone",
"number",
"number_with_commas",
"percent",
"philippine_peso",
"pound",
"peruvian_sol",
"rand",
"real",
"ringgit",
"riyal",
"ruble",
"rupee",
"rupiah",
"shekel",
"singapore_dollar",
"uruguayan_peso",
"yen,",
"yuan",
"won",
"zloty"
],
"type": "string",
"x-label": {
"en": "format",
"ko": "format"
}
}
},
"type": [
"object",
"number"
],
"x-label": {
"en": "number",
"ko": "number"
}
},
"people": {
"items": {
"x-dataType": "NotionUser",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "person",
"ko": "person"
}
},
"type": "array",
"x-label": {
"en": "people",
"ko": "people"
}
},
"phone_number": {
"properties": {},
"type": [
"object",
"string"
],
"x-label": {
"en": "phone_number",
"ko": "phone_number"
}
},
"relation": {
"properties": {
"id": {
"format": "uuid",
"type": "string",
"x-label": {
"en": "id",
"ko": "id"
}
}
},
"required": [
"id"
],
"type": "object",
"x-label": {
"en": "relation",
"ko": "relation"
}
},
"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"
}
},
"rollup": {
"properties": {
"array": {
"type": "array",
"x-label": {
"en": "array",
"ko": "array"
}
},
"date": {
"format": "date-time",
"type": "string",
"x-label": {
"en": "date",
"ko": "date"
}
},
"function": {
"enum": [
"average",
"checked",
"count_per_group",
"count",
"count_values",
"date_range",
"earliest_date",
"empty",
"latest_date",
"max",
"median",
"min",
"not_empty",
"percent_checked",
"percent_empty",
"percent_not_empty",
"percent_per_group",
"percent_unchecked",
"range",
"unchecked",
"unique",
"show_original",
"show_unique",
"sum"
],
"type": "string",
"x-label": {
"en": "function",
"ko": "function"
}
},
"incomplete": {
"properties": {},
"type": "object",
"x-label": {
"en": "incomplete",
"ko": "incomplete"
}
},
"number": {
"type": "number",
"x-label": {
"en": "number",
"ko": "number"
}
},
"type": {
"enum": [
"array",
"date",
"incomplete",
"number",
"unsupported"
],
"type": "string",
"x-label": {
"en": "type",
"ko": "type"
}
},
"unsupported": {
"properties": {},
"type": "object",
"x-label": {
"en": "unsupported",
"ko": "unsupported"
}
}
},
"required": [],
"type": "object",
"x-label": {
"en": "rollup",
"ko": "rollup"
}
},
"select": {
"properties": {
"color": {
"x-dataType": "NotionTextColor",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "color",
"ko": "color"
}
},
"id": {
"type": "string",
"x-label": {
"en": "id",
"ko": "id"
}
},
"name": {
"type": "string",
"x-label": {
"en": "name",
"ko": "name"
}
}
},
"required": [],
"type": "object",
"x-label": {
"en": "select",
"ko": "select"
}
},
"status": {
"properties": {
"options": {
"items": {
"properties": {
"color": {
"x-dataType": "NotionTextColor",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "color",
"ko": "color"
}
},
"id": {
"type": "string",
"x-label": {
"en": "id",
"ko": "id"
}
},
"name": {
"type": "string",
"x-label": {
"en": "name",
"ko": "name"
}
}
},
"required": [
"name"
],
"type": "object",
"x-label": {
"en": "option",
"ko": "option"
}
},
"type": "array",
"x-label": {
"en": "options",
"ko": "options"
}
}
},
"required": [
"options"
],
"type": "object",
"x-label": {
"en": "status",
"ko": "status"
}
},
"title": {
"items": {
"x-dataType": "NotionBlockRichText",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "title",
"ko": "title"
}
},
"type": "array",
"x-label": {
"en": "title",
"ko": "title"
}
},
"type": {
"enum": [
"checkbox",
"created_by",
"created_time",
"date",
"email",
"files",
"formula",
"last_edited_by",
"last_edited_time",
"multi_select",
"number",
"people",
"phone_number",
"relation",
"rich_text",
"rollup",
"select",
"status",
"title",
"url",
"unique_id",
"verification"
],
"type": "string",
"x-label": {
"en": "type",
"ko": "type"
}
},
"unique_id": {
"properties": {
"number": {
"type": "number",
"x-label": {
"en": "number",
"ko": "number"
}
},
"prefix": {
"type": [
"string",
"null"
],
"x-label": {
"en": "prefix",
"ko": "prefix"
}
}
},
"type": "object",
"x-label": {
"en": "unique_id",
"ko": "unique_id"
}
},
"url": {
"format": "uri",
"type": "string",
"x-label": {
"en": "url",
"ko": "url"
}
},
"verification": {
"properties": {
"date": {
"properties": {
"end": {
"type": [
"string",
"null"
],
"x-label": {
"en": "end",
"ko": "end"
}
},
"start": {
"type": [
"string",
"null"
],
"x-label": {
"en": "start",
"ko": "start"
}
},
"time_zone": {
"type": [
"string",
"null"
],
"x-label": {
"en": "time_zone",
"ko": "time_zone"
}
}
},
"type": [
"object",
"null"
],
"x-label": {
"en": "date",
"ko": "date"
}
},
"state": {
"enum": [
"verified",
"unverified"
],
"type": "string",
"x-label": {
"en": "state",
"ko": "state"
}
},
"verified_by": {
"type": [
"object",
"null"
],
"x-dataType": "NotionUser",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "verified_by",
"ko": "verified_by"
}
}
},
"type": "object",
"x-label": {
"en": "verification",
"ko": "verification"
}
}
},
"required": [],
"type": "object"
},
"type": "object"
}