Skip to main content
Version: 6.2.0

NotionUser

This page supports schema for Notion Datatype NotionUser.

{
"oneOf": [
{
"required": [
"bot"
]
},
{
"required": [
"person"
]
}
],
"properties": {
"avatar_url": {
"format": "uri",
"type": [
"string",
"null"
],
"x-label": {
"en": "avatar_url",
"ko": "avatar_url"
}
},
"bot": {
"properties": {
"owner": {
"oneOf": [
{
"required": [
"user"
]
},
{
"required": [
"workspace"
]
}
],
"properties": {
"type": {
"enum": [
"user",
"workspace"
],
"type": "string",
"x-label": {
"en": "type",
"ko": "type"
}
},
"user": {
"properties": {
"avatar_url": {
"format": "uri",
"type": [
"string",
"null"
],
"x-label": {
"en": "avatar_url",
"ko": "avatar_url"
}
},
"id": {
"format": "uuid",
"type": "string",
"x-label": {
"en": "id",
"ko": "id"
}
},
"name": {
"type": [
"string",
"null"
],
"x-label": {
"en": "name",
"ko": "name"
}
},
"object": {
"enum": [
"user"
],
"type": "string",
"x-label": {
"en": "object",
"ko": "object"
}
},
"person": {
"properties": {
"email": {
"format": "email",
"type": "string",
"x-label": {
"en": "email",
"ko": "email"
}
}
},
"required": [
"email"
],
"type": "object",
"x-label": {
"en": "person",
"ko": "person"
}
},
"type": {
"enum": [
"bot",
"person"
],
"type": "string",
"x-label": {
"en": "type",
"ko": "type"
}
}
},
"type": "object",
"x-label": {
"en": "user",
"ko": "user"
}
},
"workspace": {
"type": "boolean",
"x-label": {
"en": "workspace",
"ko": "workspace"
}
}
},
"required": [
"type"
],
"type": "object",
"x-label": {
"en": "owner",
"ko": "owner"
}
},
"workspace_name": {
"type": [
"string",
"null"
],
"x-label": {
"en": "workspace_name",
"ko": "workspace_name"
}
}
},
"required": [
"owner"
],
"type": "object",
"x-label": {
"en": "bot",
"ko": "bot"
}
},
"id": {
"format": "uuid",
"type": "string",
"x-label": {
"en": "id",
"ko": "id"
}
},
"name": {
"type": [
"string",
"null"
],
"x-label": {
"en": "name",
"ko": "name"
}
},
"object": {
"enum": [
"user"
],
"type": "string",
"x-label": {
"en": "object",
"ko": "object"
}
},
"person": {
"properties": {
"email": {
"format": "email",
"type": "string",
"x-label": {
"en": "email",
"ko": "email"
}
}
},
"required": [
"email"
],
"type": "object",
"x-label": {
"en": "person",
"ko": "person"
}
},
"type": {
"enum": [
"bot",
"person"
],
"type": "string",
"x-label": {
"en": "type",
"ko": "type"
}
}
},
"required": [],
"type": "object"
}