Open qlqhqo2341 opened 4 years ago
{
"id": "integer : 페이지 id",
"owner" : "string : user id",
"createdt" : "integer : unix timestamp in ms",
"updatedt" : "integer : unix timestamp in ms",
"blockList" : [
{
"":"코션 블록 모델"
},
]
}
{
"id": "integer : 블록 id",
"type": "string(enum) : block type",
"options" : {
"":"코션 블록 옵션"
},
"contents" : {
"":"코션 블록 데이터"
}
}
id는 블록 이하 생략
{
"type": "plain_text",
"options" : {
"font-size" : "int: ",
"font-size-unit" : "string: px | em | rem",
"font" : "string(enum): ?? ",
},
"contents" : {
"text" : "string : 텍스트"
}
}
{
"type": "todo",
"options" : {},
"contents" : {
"components" : [
{
"finished" : "boolean : 완료 여부",
"duedt" : "int: unix tiemstamp in ms",
"text" : "텍스트"
},
]
}
}
{
"type":"image",
"options" : {},
"contents" : {
"width":"int",
"height": "int",
"size-unit" : "string(enum) : px | em | rem",
"url": "string: image url"
}
}
{
"type": "calendar",
"options" : {},
"contents" : {
"schedules" : [
{
"title" : "string",
"startdt" : "int : unix timestamp in ms",
"enddt" : "int : unix timestamp in ms"
},
]
}
}
{
"success" : "boolean",
"pageList" : [
{
"id": "int : 페이지 id"
},
]
}
{
"succes" : "boolean",
"page" : {
"":"코션 페이지 모델"
}
}
{
"userId" : "string",
"page" : {
"":"코션 페이지 모델, id 제외"
}
}
{
"success" : "boolean",
"pageId" : "int : page id"
}
{
"userId" : "string",
"page" : {
"":"코션 페이지 모델, id 제외"
}
}
{
"success" : "boolean",
"pageId" : "int : page id"
}
{
"success" : "boolean",
"pageId" : "int : page id"
}