Skip to main content
Version: 6.2.0

NotionParent

This page supports schema for Notion Datatype NotionParent.

{
"oneOf": [
{
"required": [
"page_id"
]
},
{
"required": [
"database_id"
]
},
{
"required": [
"block_id"
]
},
{
"required": [
"workspace"
]
}
],
"properties": {
"block_id": {
"x-dataType": "NotionBlockId",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "block_id",
"ko": "block_id"
}
},
"database_id": {
"x-dataType": "NotionDatabaseId",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "database_id",
"ko": "database_id"
}
},
"page_id": {
"x-dataType": "NotionPageId",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "page_id",
"ko": "page_id"
}
},
"type": {
"enum": [
"page_id",
"database_id",
"block_id",
"workspace"
],
"type": "string",
"x-label": {
"en": "type",
"ko": "type"
}
},
"workspace": {
"type": "boolean",
"x-label": {
"en": "workspace",
"ko": "workspace"
}
}
},
"required": [],
"type": "object"
}