Skip to main content
Version: 7.0.0

NotionComment

This page supports schema for Notion Datatype NotionComment.

{
"properties": {
"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"
}
},
"discussion_id": {
"format": "uuid",
"type": "string",
"x-label": {
"en": "discussion_id",
"ko": "discussion_id"
}
},
"id": {
"x-dataType": "NotionCommentId",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "id",
"ko": "id"
}
},
"last_edited_time": {
"format": "date-time",
"type": "string",
"x-label": {
"en": "last_edited_time",
"ko": "last_edited_time"
}
},
"object": {
"enum": [
"comment"
],
"type": "string",
"x-label": {
"en": "object",
"ko": "object"
}
},
"parent": {
"x-dataType": "NotionParent",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "parent",
"ko": "parent"
}
},
"rich_text": {
"x-dataType": "NotionBlockRichText",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "rich_text",
"ko": "rich_text"
}
}
},
"required": [],
"type": "object"
}