Skip to main content
Version: 7.0.0

NotionPage

This page supports schema for Notion Datatype NotionPage.

{
"properties": {
"archived": {
"type": "boolean",
"x-label": {
"en": "archived",
"ko": "archived"
}
},
"cover": {
"x-dataType": "NotionFile",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "cover",
"ko": "cover"
}
},
"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"
}
},
"icon": {
"x-dataType": "NotionEmoji",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "icon",
"ko": "icon"
}
},
"id": {
"x-dataType": "NotionPageId",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "id",
"ko": "id"
}
},
"in_trash": {
"type": "boolean",
"x-label": {
"en": "in_trash",
"ko": "in_trash"
}
},
"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"
}
},
"last_edited_time": {
"format": "date-time",
"type": "string",
"x-label": {
"en": "last_edited_time",
"ko": "last_edited_time"
}
},
"object": {
"enum": [
"page"
],
"type": "string",
"x-label": {
"en": "object",
"ko": "object"
}
},
"parent": {
"x-dataType": "NotionParent",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "parent",
"ko": "parent"
}
},
"properties": {
"x-dataType": "NotionPageProperties",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "properties",
"ko": "properties"
}
},
"public_url": {
"format": "uri",
"type": "string",
"x-label": {
"en": "public_url",
"ko": "public_url"
}
},
"url": {
"format": "uri",
"type": "string",
"x-label": {
"en": "url",
"ko": "url"
}
}
},
"required": [],
"type": "object"
}