| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | |
|---|---|---|---|---|---|---|---|---|---|
id ID | ID | Required | property | - | null | - | - | Unique ID value | |
createdAt CreatedAt | Date | Required | property | - | null | - | - | Data created time | |
updatedAt UpdatedAt | Date | Required | property | - | null | - | - | Data updated time | |
removedAt RemovedAt | Date | Optional | property | - | null | - | - | Data removed time | |
nickname Nickname | String | Optional | property | - | maxlength 12 | - | Nickname of the user that is displayed to other users | ||
image Image | File | Optional | property | reference | null | - | - | Profile image of the user | |
images Images | [File] | Required | property | reference | [] | - | - | Profile images of the user | |
appliedImages Applied Images | [File] | Required | property | reference | [] | - | - | Applied images of the user | |
name Name | String | Optional | hiddenselect:false | - | null | - | - | Name of the user | |
agreePolicies Agree Policies | [String] | Optional | hiddenselect:false | - | [] | - | - | Agreed policies of the user | |
discord Discord | Any | Optional | hiddenselect:false | - | {} | - | - | Discord information of the user | |
accountId Account ID | String | Optional | hiddenselect:false | - | null | - | - | Account ID of the user | |
password Password | String | Optional | hiddenselect:false | - | null | - | - | Password of the user | |
phone Phone | String | Optional | hiddenselect:false | - | null | - | - | Phone number of the user | |
notiInfo Noti Info | NotiInfo | Optional | hiddenselect:false | - | null | - | - | Notification information of the user | |
imageNum Image Number | Int | Optional | hiddenselect:false | - | 0 | - | - | Number of images of the user | |
encourageInfo Encourage Info | EncourageInfo | Optional | hiddenselect:false | - | null | - | - | Encourage information of the user | |
restrictInfo Restrict Info | RestrictInfo | Optional | hiddenselect:false | - | null | - | - | Restrict information of the user | |
leaveInfo Leave Info | LeaveInfo | Optional | hiddenselect:false | - | null | - | - | Leave information of the user | |
verifies Verifies | [String] | Required | property | - | [] | - | naverkakaogithubgoogleapplefacebookwalletpasswordphoneemail | Verification information of the user | |
roles Roles | [String] | Required | property | - | ["user"] | - | rootadminuserbusinessguest | Authorized roles of the user | |
playing Playing | [String] | Required | property | - | [] | - | - | Services that the user is playing | |
isOnline Is Online | Boolean | Required | property | - | true | - | - | Online status of the user | |
lastLoginAt Last Login At | Date | Required | property | - | [function] | - | - | Latest login time of the user | |
joinAt Join At | Date | Optional | property | - | null | - | - | Join date of the user | |
profileStatus Profile Status | String | Required | property | - | prepare | - | activeprepareappliedapprovedreappliedfeaturedreservedrejected | Profile approval status of the user | |
badgeCount Badge Count | Int | Required | property | - | 0 | - | - | Badge count of the user | |
status Status | String | Required | property | - | prepare | - | prepareactivedormantrestricted | Status of the user | |
interests Interests | [String] | Required | property | - | [] | - | festivalcatdancetravelinstagramforeignLanguageexhibitiongardeningsurfingyogajoggingphotographyhikingbornInThe90sboardGameschallengeSeekerreadingcookingwalkingtrivianetflixgourmetcampingvrexercisemusicecoFriendlycrossFitwinemoviekaraokeanimationdiyworldTourwritingeSportsbrunchveganbicycleathleteprefersFriendConversationsartpicniccraftBeerbreadmuseumpetmulticulturalcomedydisneyswimmingstartupchristianityvolunteeringdogdrivedrinkfishingoutdoorActivitycafeHoppingsportsblognaturepoliticsneighborhoodWalkclimbingperformancecoffeecarfashionolympicszodiacvlogsnackbarpartygolfgamepodcastneighborhoodFriendteapcCafefoodTourtheaterchattingForFunshoppingorigamiisfjintjinfjinfpenfpesfpistpisfpistjesfjestpestjentjentpenfjintpselfImprovementstockInvestmentcryptocurrencycatholicismbuddhismatheismbaseballsoccerbasketballskiingfreeDivingscubaDivingpuppyfinancialPlanningaquariumleagueOfLegendspubgamongUs | Interests | |
profileMessage Profile Message | String | Optional | property | - | - | - | Profile Message | ||
defaultMessage Default Message | String | Optional | property | - | - | - | Default Message | ||
dateOfBirth Date of Birth | Date | Required | property | - | "0000-01-01T00:00:00.000Z" | - | - | Date of Birth | |
gender Gender | String | Required | property | - | male | - | malefemale | Gender |
| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | |
|---|---|---|---|---|---|---|---|---|---|
id ID | ID | Required | property | - | null | - | - | Unique ID value | |
createdAt CreatedAt | Date | Required | property | - | null | - | - | Data created time | |
updatedAt UpdatedAt | Date | Required | property | - | null | - | - | Data updated time | |
removedAt RemovedAt | Date | Optional | property | - | null | - | - | Data removed time | |
org Org | LightOrg | Required | property | reference | null | - | - | Organization of the bizContract | |
project Project | LightProject | Optional | property | reference | null | - | - | Project of the bizContract | |
estSheet EstSheet | String | Optional | property | - | null | - | - | EstSheet of the bizContract | |
bizLicenses Biz Licenses | [LightBizLicense] | Required | property | reference | [] | - | - | Biz Licenses of the bizContract | |
type Type | String | Required | property | - | null | - | salesoftwareDevelopsoftwareManageconsultingservice | Type of the bizContract | |
title Title | String | Required | property | - | null | - | - | Title of the bizContract | |
from From | Date | Required | property | - | "2026-05-26T02:12:33.773Z" | - | - | Start date of the bizContract | |
to To | Date | Required | property | - | "2026-08-26T02:12:33.773Z" | - | - | End date of the bizContract | |
abstract Abstract | String | Required | property | - | null | - | - | Abstract of the bizContract | |
milestones Milestones | [Milestone] | Required | property | - | [] | - | - | Milestones of the bizContract | |
cashflows Payment Conditions | [Cashflow] | Required | property | - | [] | - | - | Payment Conditions of the bizContract | |
cashUnit Cash Unit | String | Required | property | - | krw | - | krw | Unit of the cashflow | |
content Content | Any | Required | property | - | [] | - | - | Content of the bizContract | |
contentFiles Content Files | [File] | Required | property | reference | [] | - | - | Files of the content | |
createdBy Created By | LightUser | Required | property | reference | null | - | - | Creator of the bizContract | |
totalValue Total Value | Int | Required | property | - | 0 | min 0 | - | Total value of the bizContract | |
bizSigns Signs | [BizSign] | Required | property | - | [] | - | - | Signs of the bizContract | |
status Status | String | Required | property | - | active | - | activedraftfixedsigned | Status of the BizContract |
| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | |
|---|---|---|---|---|---|---|---|---|---|
id ID | ID | Required | property | - | null | - | - | Unique ID value | |
createdAt CreatedAt | Date | Required | property | - | null | - | - | Data created time | |
updatedAt UpdatedAt | Date | Required | property | - | null | - | - | Data updated time | |
removedAt RemovedAt | Date | Optional | property | - | null | - | - | Data removed time | |
org Org | LightOrg | Required | property | reference | null | - | - | Org | |
code Code | String | Required | property | - | [function] | - | - | Code | |
name Name | String | Required | property | - | null | - | - | Name | |
abstract Abstract | String | Optional | property | - | null | - | - | Abstract | |
manager Manager | LightUser | Optional | property | reference | null | - | - | Manager | |
members Members | [LightUser] | Required | property | reference | [] | - | - | Members | |
contactPhones Phones | [String] | Required | property | - | [] | - | - | ContactPhones | |
dependencies Dependencies | [String] | Required | property | - | [] | - | appcodebasecontractgamemintplatformsocialsharedutilframework | Dependencies | |
contactEmails Emails | [String] | Required | property | - | [] | - | - | ContactEmails | |
isPortfolio Is Portfolio | Boolean | Required | property | - | false | - | - | Is Portfolio | |
portfolioInfos Portfolio Infos | [PortfolioInfo] | Required | property | - | [] | - | - | Portfolio Infos | |
bizLicense Biz License | LightBizLicense | Optional | property | reference | null | - | - | Biz License | |
bizCards Biz Cards | [LightBizCard] | Required | property | reference | [] | - | - | Biz Cards | |
content Content | Any | Required | property | - | [] | - | - | Content | |
contentFiles Content Files | [File] | Required | property | reference | [] | - | - | Content files | |
status Status | String | Required | property | - | active | - | activedeployinghealthyunhealthy | Status of the Project |
| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | |
|---|---|---|---|---|---|---|---|---|---|
name Name | String | Required | property | - | null | - | - | Name of Estimate | |
value Value | Float | Required | property | - | 0 | min 0 | - | Value of Estimate | |
num Num | Int | Required | property | - | 1 | min 1 | - | Num of Estimate | |
unit Unit | String | Optional | property | - | null | - | - | Unit of Estimate | |
note Note | String | Optional | property | - | null | - | - | Note of Estimate |
| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | |
|---|---|---|---|---|---|---|---|---|---|
name Name | String | Required | property | - | null | - | - | Name of Cashflow | |
value Value | Float | Required | property | - | 0 | min 0 | - | Value of Cashflow | |
at At | Date | Required | property | - | "2026-05-26T02:12:33.772Z" | - | - | At of Cashflow |
| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | |
|---|---|---|---|---|---|---|---|---|---|
user User | LightUser | Optional | property | reference | null | - | - | User | |
action Action | String | Required | property | - | null | - | rejectopenprogressdonefeedbackreviewcompleteactivatearchive | Action | |
content Content | Any | Required | property | - | [] | - | - | Content | |
contentHtml ContentHtml | String | Optional | property | - | null | - | - | ContentHtml | |
at At | Date | Required | property | - | "2026-05-26T02:12:33.772Z" | - | - | At |
| Key | Ref Name | Type | Values | Used By |
|---|---|---|---|---|
| adminRole | adminRole | String | - | |
| bannerStatus | bannerStatus | String | - | |
| bannerTarget | bannerTarget | String | - | |
| bizAccess | bizAccess | String | - | |
| bizAccountType | bizAccountType | String | - | |
| bizCardStatus | bizCardStatus | String | - | |
| bizContractStatus | bizContractStatus | String | bizContract.statusbizContract.statusbizContract.status | |
| bizDocStatus | bizDocStatus | String | - | |
| bizDocType | bizDocType | String | - | |
| bizLicenseStatus | bizLicenseStatus | String | - | |
| bizLicenseType | bizLicenseType | String | - | |
| bizType | bizType | String | bizContract.typebizContract.typebizContract.typebizContract.type | |
| boardPolicy | boardPolicy | String | - | |
| boardViewStyle | boardViewStyle | String | - | |
| cashUnit | cashUnit | String | bizContract.cashUnitbizContract.cashUnitbizContract.cashUnitbizContract.cashUnit | |
| chatRoomStatus | chatRoomStatus | String | - | |
| chatType | chatType | String | - | |
| commentStatus | commentStatus | String | - | |
| coordinateType | coordinateType | String | - | |
| creatorType | creatorType | String | - | |
| estSheetStatus | estSheetStatus | String | - | |
| fileStatus | fileStatus | String | - | |
| gender | gender | String | user.genderuser.gender | |
| groupCallStatus | groupCallStatus | String | - | |
| groupCallType | groupCallType | String | - | |
| historyType | historyType | String | history.action | |
| inquiry | inquiry | String | - | |
| interest | interest | String | user.interestsuser.interestsuser.interests | |
| journey | journey | String | - | |
| language | language | String | - | |
| leaveType | leaveType | String | - | |
| linkType | linkType | String | - | |
| notificationType | notificationType | String | - | |
| notiLevel | notiLevel | String | - | |
| notiSetting | notiSetting | String | - | |
| periodType | periodType | String | - | |
| portfolioLang | portfolioLang | String | - | |
| profileStatus | profileStatus | String | user.profileStatususer.profileStatususer.profileStatus | |
| projectReportStatus | projectReportStatus | String | - | |
| projectStatus | projectStatus | String | project.statusproject.statusproject.status | |
| reportStatus | reportStatus | String | - | |
| responsive | responsive | String | - | |
| serviceDeskStatus | serviceDeskStatus | String | - | |
| ssoType | ssoType | String | - | |
| storyPolicy | storyPolicy | String | - | |
| storyStatus | storyStatus | String | - | |
| summaryStatus | summaryStatus | String | - | |
| ticketStatus | ticketStatus | String | - | |
| ticketType | ticketType | String | project.dependenciesproject.dependenciesproject.dependenciesproject.dependencies | |
| userRole | userRole | String | user.rolesuser.rolesuser.roles | |
| userStatus | userStatus | String | user.statususer.statususer.status | |
| verify | verify | String | user.verifiesuser.verifies |
| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | Detail |
|---|---|---|---|---|---|---|---|---|---|
nickname Nickname | String | Optional | property | - | maxlength 12 | - | Nickname of the user that is displayed to other users | - | |
image Image | File | Optional | property | reference target: file | null | - | - | Profile image of the user | - |
images Images | [File] | Required | property | reference target: file | [] | - | - | Profile images of the user | - |
appliedImages Applied Images | [File] | Required | property | reference target: file | [] | - | - | Applied images of the user | - |
interests Interests | [String] | Required | property | - | [] | - | interest: festival, cat, dance, travel, instagram, foreignLanguage, exhibition, gardening, surfing, yoga, jogging, photography, hiking, bornInThe90s, boardGames, challengeSeeker, reading, cooking, walking, trivia, netflix, gourmet, camping, vr, exercise, music, ecoFriendly, crossFit, wine, movie, karaoke, animation, diy, worldTour, writing, eSports, brunch, vegan, bicycle, athlete, prefersFriendConversations, art, picnic, craftBeer, bread, museum, pet, multicultural, comedy, disney, swimming, startup, christianity, volunteering, dog, drive, drink, fishing, outdoorActivity, cafeHopping, sports, blog, nature, politics, neighborhoodWalk, climbing, performance, coffee, car, fashion, olympics, zodiac, vlog, snack, bar, party, golf, game, podcast, neighborhoodFriend, tea, pcCafe, foodTour, theater, chattingForFun, shopping, origami, isfj, intj, infj, infp, enfp, esfp, istp, isfp, istj, esfj, estp, estj, entj, entp, enfj, intp, selfImprovement, stockInvestment, cryptocurrency, catholicism, buddhism, atheism, baseball, soccer, basketball, skiing, freeDiving, scubaDiving, puppy, financialPlanning, aquarium, leagueOfLegends, pubg, amongUs | Interests | - |
profileMessage Profile Message | String | Optional | property | - | - | - | Profile Message | - | |
defaultMessage Default Message | String | Optional | property | - | - | - | Default Message | - |
| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | Detail |
|---|---|---|---|---|---|---|---|---|---|
id ID | ID | Required | property | - | null | - | - | Unique ID value | - |
createdAt CreatedAt | Date | Required | property | - | null | - | - | Data created time | - |
updatedAt UpdatedAt | Date | Required | property | - | null | - | - | Data updated time | - |
removedAt RemovedAt | Date | Optional | property | - | null | - | - | Data removed time | - |
nickname Nickname | String | Optional | property | - | maxlength 12 | - | Nickname of the user that is displayed to other users | - | |
image Image | File | Optional | property | reference target: file | null | - | - | Profile image of the user | - |
images Images | [File] | Required | property | reference target: file | [] | - | - | Profile images of the user | - |
appliedImages Applied Images | [File] | Required | property | reference target: file | [] | - | - | Applied images of the user | - |
name Name | String | Optional | hidden select:false | - | null | - | - | Name of the user | - |
agreePolicies Agree Policies | [String] | Optional | hidden select:false | - | [] | - | - | Agreed policies of the user | - |
discord Discord | Any | Optional | hidden select:false | - | {} | - | - | Discord information of the user | - |
accountId Account ID | String | Optional | hidden select:false | - | null | - | - | Account ID of the user | - |
password Password | String | Optional | hidden select:false | - | null | - | - | Password of the user | - |
phone Phone | String | Optional | hidden select:false | - | null | - | - | Phone number of the user | - |
notiInfo Noti Info | NotiInfo | Optional | hidden select:false | target: notiInfo | null | - | - | Notification information of the user | - |
imageNum Image Number | Int | Optional | hidden select:false | - | 0 | - | - | Number of images of the user | - |
encourageInfo Encourage Info | EncourageInfo | Optional | hidden select:false | target: encourageInfo | null | - | - | Encourage information of the user | - |
restrictInfo Restrict Info | RestrictInfo | Optional | hidden select:false | target: restrictInfo | null | - | - | Restrict information of the user | - |
leaveInfo Leave Info | LeaveInfo | Optional | hidden select:false | target: leaveInfo | null | - | - | Leave information of the user | - |
verifies Verifies | [String] | Required | property | - | [] | - | verify: naver, kakao, github, google, apple, facebook, wallet, password, phone, email | Verification information of the user | - |
roles Roles | [String] | Required | property | - | ["user"] | - | userRole: root, admin, user, business, guest | Authorized roles of the user | - |
playing Playing | [String] | Required | property | - | [] | - | - | Services that the user is playing | - |
isOnline Is Online | Boolean | Required | property | - | true | - | - | Online status of the user | - |
lastLoginAt Last Login At | Date | Required | property | - | [function] | - | - | Latest login time of the user | - |
joinAt Join At | Date | Optional | property | - | null | - | - | Join date of the user | - |
profileStatus Profile Status | String | Required | property | - | prepare | - | profileStatus: active, prepare, applied, approved, reapplied, featured, reserved, rejected | Profile approval status of the user | - |
badgeCount Badge Count | Int | Required | property | - | 0 | - | - | Badge count of the user | - |
status Status | String | Required | property | - | prepare | - | userStatus: prepare, active, dormant, restricted | Status of the user | - |
interests Interests | [String] | Required | property | - | [] | - | interest: festival, cat, dance, travel, instagram, foreignLanguage, exhibition, gardening, surfing, yoga, jogging, photography, hiking, bornInThe90s, boardGames, challengeSeeker, reading, cooking, walking, trivia, netflix, gourmet, camping, vr, exercise, music, ecoFriendly, crossFit, wine, movie, karaoke, animation, diy, worldTour, writing, eSports, brunch, vegan, bicycle, athlete, prefersFriendConversations, art, picnic, craftBeer, bread, museum, pet, multicultural, comedy, disney, swimming, startup, christianity, volunteering, dog, drive, drink, fishing, outdoorActivity, cafeHopping, sports, blog, nature, politics, neighborhoodWalk, climbing, performance, coffee, car, fashion, olympics, zodiac, vlog, snack, bar, party, golf, game, podcast, neighborhoodFriend, tea, pcCafe, foodTour, theater, chattingForFun, shopping, origami, isfj, intj, infj, infp, enfp, esfp, istp, isfp, istj, esfj, estp, estj, entj, entp, enfj, intp, selfImprovement, stockInvestment, cryptocurrency, catholicism, buddhism, atheism, baseball, soccer, basketball, skiing, freeDiving, scubaDiving, puppy, financialPlanning, aquarium, leagueOfLegends, pubg, amongUs | Interests | - |
profileMessage Profile Message | String | Optional | property | - | - | - | Profile Message | - | |
defaultMessage Default Message | String | Optional | property | - | - | - | Default Message | - | |
dateOfBirth Date of Birth | Date | Required | property | - | "0000-01-01T00:00:00.000Z" | - | - | Date of Birth | - |
gender Gender | String | Required | property | - | male | - | gender: male, female | Gender | - |
| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | Detail |
|---|---|---|---|---|---|---|---|---|---|
id ID | ID | Required | property | - | null | - | - | Unique ID value | - |
createdAt CreatedAt | Date | Required | property | - | null | - | - | Data created time | - |
updatedAt UpdatedAt | Date | Required | property | - | null | - | - | Data updated time | - |
removedAt RemovedAt | Date | Optional | property | - | null | - | - | Data removed time | - |
nickname Nickname | String | Optional | property | - | maxlength 12 | - | Nickname of the user that is displayed to other users | - | |
image Image | File | Optional | property | reference target: file | null | - | - | Profile image of the user | - |
images Images | [File] | Required | property | reference target: file | [] | - | - | Profile images of the user | - |
appliedImages Applied Images | [File] | Required | property | reference target: file | [] | - | - | Applied images of the user | - |
name Name | String | Optional | hidden select:false | - | null | - | - | Name of the user | - |
agreePolicies Agree Policies | [String] | Optional | hidden select:false | - | [] | - | - | Agreed policies of the user | - |
discord Discord | Any | Optional | hidden select:false | - | {} | - | - | Discord information of the user | - |
accountId Account ID | String | Optional | hidden select:false | - | null | - | - | Account ID of the user | - |
password Password | String | Optional | hidden select:false | - | null | - | - | Password of the user | - |
phone Phone | String | Optional | hidden select:false | - | null | - | - | Phone number of the user | - |
notiInfo Noti Info | NotiInfo | Optional | hidden select:false | target: notiInfo | null | - | - | Notification information of the user | - |
imageNum Image Number | Int | Optional | hidden select:false | - | 0 | - | - | Number of images of the user | - |
encourageInfo Encourage Info | EncourageInfo | Optional | hidden select:false | target: encourageInfo | null | - | - | Encourage information of the user | - |
restrictInfo Restrict Info | RestrictInfo | Optional | hidden select:false | target: restrictInfo | null | - | - | Restrict information of the user | - |
leaveInfo Leave Info | LeaveInfo | Optional | hidden select:false | target: leaveInfo | null | - | - | Leave information of the user | - |
verifies Verifies | [String] | Required | property | - | [] | - | verify: naver, kakao, github, google, apple, facebook, wallet, password, phone, email | Verification information of the user | - |
roles Roles | [String] | Required | property | - | ["user"] | - | userRole: root, admin, user, business, guest | Authorized roles of the user | - |
playing Playing | [String] | Required | property | - | [] | - | - | Services that the user is playing | - |
isOnline Is Online | Boolean | Required | property | - | true | - | - | Online status of the user | - |
lastLoginAt Last Login At | Date | Required | property | - | [function] | - | - | Latest login time of the user | - |
joinAt Join At | Date | Optional | property | - | null | - | - | Join date of the user | - |
profileStatus Profile Status | String | Required | property | - | prepare | - | profileStatus: active, prepare, applied, approved, reapplied, featured, reserved, rejected | Profile approval status of the user | - |
badgeCount Badge Count | Int | Required | property | - | 0 | - | - | Badge count of the user | - |
status Status | String | Required | property | - | prepare | - | userStatus: prepare, active, dormant, restricted | Status of the user | - |
interests Interests | [String] | Required | property | - | [] | - | interest: festival, cat, dance, travel, instagram, foreignLanguage, exhibition, gardening, surfing, yoga, jogging, photography, hiking, bornInThe90s, boardGames, challengeSeeker, reading, cooking, walking, trivia, netflix, gourmet, camping, vr, exercise, music, ecoFriendly, crossFit, wine, movie, karaoke, animation, diy, worldTour, writing, eSports, brunch, vegan, bicycle, athlete, prefersFriendConversations, art, picnic, craftBeer, bread, museum, pet, multicultural, comedy, disney, swimming, startup, christianity, volunteering, dog, drive, drink, fishing, outdoorActivity, cafeHopping, sports, blog, nature, politics, neighborhoodWalk, climbing, performance, coffee, car, fashion, olympics, zodiac, vlog, snack, bar, party, golf, game, podcast, neighborhoodFriend, tea, pcCafe, foodTour, theater, chattingForFun, shopping, origami, isfj, intj, infj, infp, enfp, esfp, istp, isfp, istj, esfj, estp, estj, entj, entp, enfj, intp, selfImprovement, stockInvestment, cryptocurrency, catholicism, buddhism, atheism, baseball, soccer, basketball, skiing, freeDiving, scubaDiving, puppy, financialPlanning, aquarium, leagueOfLegends, pubg, amongUs | Interests | - |
profileMessage Profile Message | String | Optional | property | - | - | - | Profile Message | - | |
defaultMessage Default Message | String | Optional | property | - | - | - | Default Message | - | |
dateOfBirth Date of Birth | Date | Required | property | - | "0000-01-01T00:00:00.000Z" | - | - | Date of Birth | - |
gender Gender | String | Required | property | - | male | - | gender: male, female | Gender | - |
| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | Detail |
|---|---|---|---|---|---|---|---|---|---|
id ID | ID | Required | property | - | null | - | - | Unique ID value | - |
createdAt CreatedAt | Date | Required | property | - | null | - | - | Data created time | - |
updatedAt UpdatedAt | Date | Required | property | - | null | - | - | Data updated time | - |
removedAt RemovedAt | Date | Optional | property | - | null | - | - | Data removed time | - |
image Image | File | Optional | property | reference target: file | null | - | - | Profile image of the user | - |
nickname Nickname | String | Optional | property | - | maxlength 12 | - | Nickname of the user that is displayed to other users | - | |
playing Playing | [String] | Required | property | - | [] | - | - | Services that the user is playing | - |
profileStatus Profile Status | String | Required | property | - | prepare | - | profileStatus: active, prepare, applied, approved, reapplied, featured, reserved, rejected | Profile approval status of the user | - |
lastLoginAt Last Login At | Date | Required | property | - | [function] | - | - | Latest login time of the user | - |
status Status | String | Required | property | - | prepare | - | userStatus: prepare, active, dormant, restricted | Status of the user | - |
roles Roles | [String] | Required | property | - | ["user"] | - | userRole: root, admin, user, business, guest | Authorized roles of the user | - |
| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | Detail |
|---|---|---|---|---|---|---|---|---|---|
count user.count | Int | Required | property | - | 0 | accumulate | - | user.count.desc | - |
| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | Detail |
|---|---|---|---|---|---|---|---|---|---|
org Org | LightOrg | Required | property | reference target: org | null | - | - | Organization of the bizContract | - |
project Project | LightProject | Optional | property | reference target: project | null | - | - | Project of the bizContract | - |
estSheet EstSheet | String | Optional | property | - | null | - | - | EstSheet of the bizContract | - |
bizLicenses Biz Licenses | [LightBizLicense] | Required | property | reference target: bizLicense | [] | - | - | Biz Licenses of the bizContract | - |
type Type | String | Required | property | - | null | - | bizType: sale, softwareDevelop, softwareManage, consulting, service | Type of the bizContract | - |
title Title | String | Required | property | - | null | - | - | Title of the bizContract | - |
from From | Date | Required | property | - | "2026-05-26T02:12:33.773Z" | - | - | Start date of the bizContract | - |
to To | Date | Required | property | - | "2026-08-26T02:12:33.773Z" | - | - | End date of the bizContract | - |
abstract Abstract | String | Required | property | - | null | - | - | Abstract of the bizContract | - |
milestones Milestones | [Milestone] | Required | property | target: milestone | [] | - | - | Milestones of the bizContract | - |
cashflows Payment Conditions | [Cashflow] | Required | property | target: cashflow | [] | - | - | Payment Conditions of the bizContract | - |
cashUnit Cash Unit | String | Required | property | - | krw | - | cashUnit: krw | Unit of the cashflow | - |
content Content | Any | Required | property | - | [] | - | - | Content of the bizContract | - |
contentFiles Content Files | [File] | Required | property | reference target: file | [] | - | - | Files of the content | - |
createdBy Created By | LightUser | Required | property | reference target: user | null | - | - | Creator of the bizContract | - |
| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | Detail |
|---|---|---|---|---|---|---|---|---|---|
id ID | ID | Required | property | - | null | - | - | Unique ID value | - |
createdAt CreatedAt | Date | Required | property | - | null | - | - | Data created time | - |
updatedAt UpdatedAt | Date | Required | property | - | null | - | - | Data updated time | - |
removedAt RemovedAt | Date | Optional | property | - | null | - | - | Data removed time | - |
org Org | LightOrg | Required | property | reference target: org | null | - | - | Organization of the bizContract | - |
project Project | LightProject | Optional | property | reference target: project | null | - | - | Project of the bizContract | - |
estSheet EstSheet | String | Optional | property | - | null | - | - | EstSheet of the bizContract | - |
bizLicenses Biz Licenses | [LightBizLicense] | Required | property | reference target: bizLicense | [] | - | - | Biz Licenses of the bizContract | - |
type Type | String | Required | property | - | null | - | bizType: sale, softwareDevelop, softwareManage, consulting, service | Type of the bizContract | - |
title Title | String | Required | property | - | null | - | - | Title of the bizContract | - |
from From | Date | Required | property | - | "2026-05-26T02:12:33.773Z" | - | - | Start date of the bizContract | - |
to To | Date | Required | property | - | "2026-08-26T02:12:33.773Z" | - | - | End date of the bizContract | - |
abstract Abstract | String | Required | property | - | null | - | - | Abstract of the bizContract | - |
milestones Milestones | [Milestone] | Required | property | target: milestone | [] | - | - | Milestones of the bizContract | - |
cashflows Payment Conditions | [Cashflow] | Required | property | target: cashflow | [] | - | - | Payment Conditions of the bizContract | - |
cashUnit Cash Unit | String | Required | property | - | krw | - | cashUnit: krw | Unit of the cashflow | - |
content Content | Any | Required | property | - | [] | - | - | Content of the bizContract | - |
contentFiles Content Files | [File] | Required | property | reference target: file | [] | - | - | Files of the content | - |
createdBy Created By | LightUser | Required | property | reference target: user | null | - | - | Creator of the bizContract | - |
totalValue Total Value | Int | Required | property | - | 0 | min 0 | - | Total value of the bizContract | - |
bizSigns Signs | [BizSign] | Required | property | target: bizSign | [] | - | - | Signs of the bizContract | - |
status Status | String | Required | property | - | active | - | bizContractStatus: active, draft, fixed, signed | Status of the BizContract | - |
| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | Detail |
|---|---|---|---|---|---|---|---|---|---|
id ID | ID | Required | property | - | null | - | - | Unique ID value | - |
createdAt CreatedAt | Date | Required | property | - | null | - | - | Data created time | - |
updatedAt UpdatedAt | Date | Required | property | - | null | - | - | Data updated time | - |
removedAt RemovedAt | Date | Optional | property | - | null | - | - | Data removed time | - |
org Org | LightOrg | Required | property | reference target: org | null | - | - | Organization of the bizContract | - |
project Project | LightProject | Optional | property | reference target: project | null | - | - | Project of the bizContract | - |
estSheet EstSheet | String | Optional | property | - | null | - | - | EstSheet of the bizContract | - |
bizLicenses Biz Licenses | [LightBizLicense] | Required | property | reference target: bizLicense | [] | - | - | Biz Licenses of the bizContract | - |
type Type | String | Required | property | - | null | - | bizType: sale, softwareDevelop, softwareManage, consulting, service | Type of the bizContract | - |
title Title | String | Required | property | - | null | - | - | Title of the bizContract | - |
from From | Date | Required | property | - | "2026-05-26T02:12:33.773Z" | - | - | Start date of the bizContract | - |
to To | Date | Required | property | - | "2026-08-26T02:12:33.773Z" | - | - | End date of the bizContract | - |
abstract Abstract | String | Required | property | - | null | - | - | Abstract of the bizContract | - |
milestones Milestones | [Milestone] | Required | property | target: milestone | [] | - | - | Milestones of the bizContract | - |
cashflows Payment Conditions | [Cashflow] | Required | property | target: cashflow | [] | - | - | Payment Conditions of the bizContract | - |
cashUnit Cash Unit | String | Required | property | - | krw | - | cashUnit: krw | Unit of the cashflow | - |
content Content | Any | Required | property | - | [] | - | - | Content of the bizContract | - |
contentFiles Content Files | [File] | Required | property | reference target: file | [] | - | - | Files of the content | - |
createdBy Created By | LightUser | Required | property | reference target: user | null | - | - | Creator of the bizContract | - |
totalValue Total Value | Int | Required | property | - | 0 | min 0 | - | Total value of the bizContract | - |
bizSigns Signs | [BizSign] | Required | property | target: bizSign | [] | - | - | Signs of the bizContract | - |
status Status | String | Required | property | - | active | - | bizContractStatus: active, draft, fixed, signed | Status of the BizContract | - |
| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | Detail |
|---|---|---|---|---|---|---|---|---|---|
id ID | ID | Required | property | - | null | - | - | Unique ID value | - |
createdAt CreatedAt | Date | Required | property | - | null | - | - | Data created time | - |
updatedAt UpdatedAt | Date | Required | property | - | null | - | - | Data updated time | - |
removedAt RemovedAt | Date | Optional | property | - | null | - | - | Data removed time | - |
org Org | LightOrg | Required | property | reference target: org | null | - | - | Organization of the bizContract | - |
project Project | LightProject | Optional | property | reference target: project | null | - | - | Project of the bizContract | - |
type Type | String | Required | property | - | null | - | bizType: sale, softwareDevelop, softwareManage, consulting, service | Type of the bizContract | - |
title Title | String | Required | property | - | null | - | - | Title of the bizContract | - |
from From | Date | Required | property | - | "2026-05-26T02:12:33.773Z" | - | - | Start date of the bizContract | - |
to To | Date | Required | property | - | "2026-08-26T02:12:33.773Z" | - | - | End date of the bizContract | - |
abstract Abstract | String | Required | property | - | null | - | - | Abstract of the bizContract | - |
cashUnit Cash Unit | String | Required | property | - | krw | - | cashUnit: krw | Unit of the cashflow | - |
totalValue Total Value | Int | Required | property | - | 0 | min 0 | - | Total value of the bizContract | - |
status Status | String | Required | property | - | active | - | bizContractStatus: active, draft, fixed, signed | Status of the BizContract | - |
| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | Detail |
|---|---|---|---|---|---|---|---|---|---|
count bizContract.count | Int | Required | property | - | 0 | accumulate | - | bizContract.count.desc | - |
| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | Detail |
|---|---|---|---|---|---|---|---|---|---|
name Name | String | Required | property | - | null | - | - | Name of Estimate | - |
value Value | Float | Required | property | - | 0 | min 0 | - | Value of Estimate | - |
num Num | Int | Required | property | - | 1 | min 1 | - | Num of Estimate | - |
unit Unit | String | Optional | property | - | null | - | - | Unit of Estimate | - |
note Note | String | Optional | property | - | null | - | - | Note of Estimate | - |
| Key | Type | Required | Field Type | Relation | Default | Constraints | Enum | Description | Detail |
|---|---|---|---|---|---|---|---|---|---|
name Name | String | Required | property | - | null | - | - | Name of Cashflow | - |
value Value | Float | Required | property | - | 0 | min 0 | - | Value of Cashflow | - |
at At | Date | Required | property | - | "2026-05-26T02:12:33.772Z" | - | - | At of Cashflow | - |
| Key | Ref Name | Type | Values | Descriptions | Used By |
|---|---|---|---|---|---|
| adminRole | adminRole | String | manager, admin, superAdmin | manager: Manager admin: Admin superAdmin: Super Admin | - |
| bannerStatus | bannerStatus | String | active, displaying | active: Active displaying: Displaying | - |
| bannerTarget | bannerTarget | String | _blank, _self | _blank: New tab _self: Same tab | - |
| bizAccess | bizAccess | String | public, private, onlyOwner | public: Public private: Private onlyOwner: Only Owner | - |
| bizAccountType | bizAccountType | String | private, public | private: Private public: Public | - |
| bizCardStatus | bizCardStatus | String | active, resigned | active: Active resigned: Resigned | - |
| bizContractStatus | bizContractStatus | String | active, draft, fixed, signed | active: Active draft: Draft fixed: Fixed signed: Signed | bizContract.status (Object), bizContract.status (Full), bizContract.status (Light) |
| bizDocStatus | bizDocStatus | String | active, expired | active: Active expired: Expired | - |
| bizDocType | bizDocType | String | administrative, development, business, financial, legal, marketing, design, operational, other | administrative: Administrative development: Development business: Business financial: Financial legal: Legal marketing: Marketing design: Design operational: Operational other: Other | - |
| bizLicenseStatus | bizLicenseStatus | String | active, closed | active: Active closed: Closed | - |
| bizLicenseType | bizLicenseType | String | corporate, individual | corporate: Corporate individual: Individual | - |
| bizType | bizType | String | sale, softwareDevelop, softwareManage, consulting, service | sale: Sale softwareDevelop: Software Develop softwareManage: Software Manage consulting: Consulting service: Service | bizContract.type (Input), bizContract.type (Object), bizContract.type (Full), bizContract.type (Light) |
| boardPolicy | boardPolicy | String | autoApprove, private, one-one, noti.admin.discord, noti.user.email, noti.user.phone | autoApprove: Auto Approve private: Private one-one: One-on-One noti.admin.discord: boardPolicy.noti.admin.discord noti.user.email: boardPolicy.noti.user.email noti.user.phone: boardPolicy.noti.user.phone | - |
| boardViewStyle | boardViewStyle | String | gallery, list, board, youtube | gallery: Gallery list: List board: Board youtube: YouTube | - |
| cashUnit | cashUnit | String | krw | krw: KRW | bizContract.cashUnit (Input), bizContract.cashUnit (Object), bizContract.cashUnit (Full), bizContract.cashUnit (Light) |
| chatRoomStatus | chatRoomStatus | String | active, closed | active: Active closed: Closed | - |
| chatType | chatType | String | text, image, emoji, enter, exit | text: Text image: Image emoji: Emoji enter: Enter exit: Exit | - |
| commentStatus | commentStatus | String | active, approved, denied, removed | active: Active approved: Approved denied: Denied removed: Removed | - |
| coordinateType | coordinateType | String | Point | Point: Point | - |
| creatorType | creatorType | String | user, admin, anonymous | user: User admin: Admin anonymous: Anonymous | - |
| estSheetStatus | estSheetStatus | String | draft, signed, executed, expired | draft: Draft signed: Signed executed: Executed expired: Expired | - |
| fileStatus | fileStatus | String | active, uploading | active: Active uploading: Uploading | - |
| gender | gender | String | male, female | male: Male female: Female | user.gender (Object), user.gender (Full) |
| groupCallStatus | groupCallStatus | String | active, closed | active: Active closed: Closed | - |
| groupCallType | groupCallType | String | call, video | call: Call video: Video | - |
| historyType | historyType | String | reject, open, progress, done, feedback, review, complete, activate, archive | reject: Reject open: Open progress: Progress done: Done feedback: Feedback review: Review complete: Complete activate: Activate archive: Archive | - |
| inquiry | inquiry | String | welcome, payable, waitPay, paid, morePayable, waitMorePay, inquired, concerned, concernedPayable, concernedWaitPay, ashed, vip, kicked | welcome: Welcome payable: Payable waitPay: Wait Pay paid: Paid morePayable: More Payable waitMorePay: Wait More Pay inquired: Inquired concerned: Concerned concernedPayable: Concerned Payable concernedWaitPay: Concerned Wait Pay ashed: Ashed vip: VIP kicked: Kicked | - |
| interest | interest | String | festival, cat, dance, travel, instagram, foreignLanguage, exhibition, gardening, surfing, yoga, jogging, photography, hiking, bornInThe90s, boardGames, challengeSeeker, reading, cooking, walking, trivia, netflix, gourmet, camping, vr, exercise, music, ecoFriendly, crossFit, wine, movie, karaoke, animation, diy, worldTour, writing, eSports, brunch, vegan, bicycle, athlete, prefersFriendConversations, art, picnic, craftBeer, bread, museum, pet, multicultural, comedy, disney, swimming, startup, christianity, volunteering, dog, drive, drink, fishing, outdoorActivity, cafeHopping, sports, blog, nature, politics, neighborhoodWalk, climbing, performance, coffee, car, fashion, olympics, zodiac, vlog, snack, bar, party, golf, game, podcast, neighborhoodFriend, tea, pcCafe, foodTour, theater, chattingForFun, shopping, origami, isfj, intj, infj, infp, enfp, esfp, istp, isfp, istj, esfj, estp, estj, entj, entp, enfj, intp, selfImprovement, stockInvestment, cryptocurrency, catholicism, buddhism, atheism, baseball, soccer, basketball, skiing, freeDiving, scubaDiving, puppy, financialPlanning, aquarium, leagueOfLegends, pubg, amongUs | festival: Festival cat: Cat dance: Dance travel: Travel instagram: Instagram foreignLanguage: Foreign Language exhibition: Exhibition gardening: Gardening surfing: Surfing yoga: Yoga jogging: Jogging photography: Photography hiking: Hiking bornInThe90s: Born in the 90s boardGames: Board Games challengeSeeker: Challenge Seeker reading: Reading cooking: Cooking walking: Walking trivia: Trivia netflix: Netflix gourmet: Gourmet camping: Camping vr: VR exercise: Exercise music: Music ecoFriendly: Eco-Friendly crossFit: CrossFit wine: Wine movie: Movie karaoke: Karaoke animation: Animation diy: DIY worldTour: World Tour writing: Writing eSports: eSports brunch: Brunch vegan: Vegan bicycle: Bicycle athlete: Athlete prefersFriendConversations: Prefers Friend Conversations art: Art picnic: Picnic craftBeer: Craft Beer bread: Bread museum: Museum pet: Pet multicultural: Multicultural comedy: Comedy disney: Disney swimming: Swimming startup: Startup christianity: Christianity volunteering: Volunteering dog: Dog drive: Drive drink: Drink fishing: Fishing outdoorActivity: Outdoor Activity cafeHopping: Cafe Hopping sports: Sports blog: Blog nature: Nature politics: Politics neighborhoodWalk: Neighborhood Walk climbing: Climbing performance: Performance coffee: Coffee car: Car fashion: Fashion olympics: Olympics zodiac: Zodiac vlog: Vlog snack: Snack bar: Bar party: Party golf: Golf game: Game podcast: Podcast neighborhoodFriend: Neighborhood Friend tea: Tea pcCafe: PC Cafe foodTour: Food Tour theater: Theater chattingForFun: Chatting for Fun shopping: Shopping origami: Origami isfj: ISFJ intj: INTJ infj: INFJ infp: INFP enfp: ENFP esfp: ESFP istp: ISTP isfp: ISFP istj: ISTJ esfj: ESFJ estp: ESTP estj: ESTJ entj: ENTJ entp: ENTP enfj: ENFJ intp: INTP selfImprovement: Self Improvement stockInvestment: Stock Investment cryptocurrency: Cryptocurrency catholicism: Catholicism buddhism: Buddhism atheism: Atheism baseball: Baseball soccer: Soccer basketball: Basketball skiing: Skiing freeDiving: Free Diving scubaDiving: Scuba Diving puppy: Puppy financialPlanning: Financial Planning aquarium: Aquarium leagueOfLegends: League of Legends pubg: PUBG amongUs: Among Us | user.interests (Input), user.interests (Object), user.interests (Full) |
| journey | journey | String | welcome, waiting, firstJoin, joined, leaving, leaved, returning, returned | welcome: Welcome waiting: Waiting firstJoin: First Join joined: Joined leaving: Leaving leaved: Leaved returning: Returning returned: Returned | - |
| language | language | String | mandarinChinese, english, hindi, spanish, bengali, portuguese, russian, japanese, westernPunjabi, marathi, telugu, wuChinese, turkish, korean, french, german, vietnamese, tamil, yueChinese, urdu, javanese, italian, egyptianArabic, gujarati, iranianPersian, bhojpuri, minNanChinese, hakkaChinese, jinChinese, hausa, kannada, indonesian, polish, yoruba, xiangChinese, malayalam, odia, maithili, burmese, easternPunjabi, sunda, sudaneseArabic, algerianArabic, moroccanArabic, ukrainian, igbo, northernUzbek, sindhi, northLevantineArabic, romanian, tagalog, dutch, saIdiArabic, ganChinese, amharic, northernPashto, magahi, thai, saraiki, khmer, chhattisgarhi, somali, malaysian, cebuano, nepali, mesopotamianArabic, assamese, sinhalese, northernKurdish, hejaziArabic, nigerianFulfulde, bavarian, southAzerbaijani, greek, chittagonian, kazakh, deccan, hungarian, kinyarwanda, zulu, southLevantineArabic, tunisianArabic, sanaaniSpokenArabic, minBeiChinese, southernPashto, rundi, czech, taIzzi-AdeniArabic, uyghur, minDongChinese, sylheti | mandarinChinese: Mandarin Chinese english: English hindi: Hindi spanish: Spanish bengali: Bengali portuguese: Portuguese russian: Russian japanese: Japanese westernPunjabi: Western Punjabi marathi: Marathi telugu: Telugu wuChinese: Wu Chinese turkish: Turkish korean: Korean french: French german: German vietnamese: Vietnamese tamil: Tamil yueChinese: Yue Chinese urdu: Urdu javanese: Javanese italian: Italian egyptianArabic: Egyptian Arabic gujarati: Gujarati iranianPersian: Iranian Persian bhojpuri: Bhojpuri minNanChinese: Min Nan Chinese hakkaChinese: Hakka Chinese jinChinese: Jin Chinese hausa: Hausa kannada: Kannada indonesian: Indonesian polish: Polish yoruba: Yoruba xiangChinese: Xiang Chinese malayalam: Malayalam odia: Odia maithili: Maithili burmese: Burmese easternPunjabi: Eastern Punjabi sunda: Sunda sudaneseArabic: Sudanese Arabic algerianArabic: Algerian Arabic moroccanArabic: Moroccan Arabic ukrainian: Ukrainian igbo: Igbo northernUzbek: Northern Uzbek sindhi: Sindhi northLevantineArabic: North Levantine Arabic romanian: Romanian tagalog: Tagalog dutch: Dutch saIdiArabic: Sa'idi Arabic ganChinese: Gan Chinese amharic: Amharic northernPashto: Northern Pashto magahi: Magahi thai: Thai saraiki: Saraiki khmer: Khmer chhattisgarhi: Chhattisgarhi somali: Somali malaysian: Malaysian cebuano: Cebuano nepali: Nepali mesopotamianArabic: Mesopotamian Arabic assamese: Assamese sinhalese: Sinhalese northernKurdish: Northern Kurdish hejaziArabic: Hejazi Arabic nigerianFulfulde: Nigerian Fulfulde bavarian: Bavarian southAzerbaijani: South Azerbaijani greek: Greek chittagonian: Chittagonian kazakh: Kazakh deccan: Deccan hungarian: Hungarian kinyarwanda: Kinyarwanda zulu: Zulu southLevantineArabic: South Levantine Arabic tunisianArabic: Tunisian Arabic sanaaniSpokenArabic: Sanaani Spoken Arabic minBeiChinese: Min Bei Chinese southernPashto: Southern Pashto rundi: Rundi czech: Czech taIzzi-AdeniArabic: Ta'izzi-Adeni Arabic uyghur: Uyghur minDongChinese: Min Dong Chinese sylheti: Sylheti | - |
| leaveType | leaveType | String | noReply, comeback, unsatisfied, other | noReply: No Reply comeback: Comeback unsatisfied: Unsatisfied other: Other | - |
| linkType | linkType | String | website, twitter, discord, telegram, instagram, facebook, youtube, github, medium, linkedin, reddit, twitch, vimeo, weibo, wikipedia, app, email, other | website: Website twitter: Twitter discord: Discord telegram: Telegram instagram: Instagram facebook: Facebook youtube: YouTube github: GitHub medium: Medium linkedin: LinkedIn reddit: Reddit twitch: Twitch vimeo: Vimeo weibo: Weibo wikipedia: Wikipedia app: App email: Email other: Other | - |
| notificationType | notificationType | String | topic, token | topic: Topic token: Token | - |
| notiLevel | notiLevel | String | actionRequired, notice, essential, suggestion, advertise | actionRequired: Action Required notice: Notice essential: Essential suggestion: Suggestion advertise: Advertise | - |
| notiSetting | notiSetting | String | disagree, fewer, normal, block | disagree: Disagree fewer: Fewer normal: Normal block: Block | - |
| periodType | periodType | String | non-periodic, active, hourly, daily, weekly, monthly | non-periodic: Non-periodic active: Active hourly: Hourly daily: Daily weekly: Weekly monthly: Monthly | - |
| portfolioLang | portfolioLang | String | ko, en | ko: Korean en: English | - |
| profileStatus | profileStatus | String | active, prepare, applied, approved, reapplied, featured, reserved, rejected | active: Active prepare: Prepare applied: Applied approved: Approved reapplied: Reapplied featured: Featured reserved: Reserved rejected: Rejected | user.profileStatus (Object), user.profileStatus (Full), user.profileStatus (Light) |
| projectReportStatus | projectReportStatus | String | active, published | active: Active published: Published | - |
| projectStatus | projectStatus | String | active, deploying, healthy, unhealthy | active: Active deploying: Deploying healthy: Healthy unhealthy: Unhealthy | - |
| reportStatus | reportStatus | String | active, inProgress, resolved | active: Active inProgress: In Progress resolved: Resolved | - |
| responsive | responsive | String | xl, lg, md, sm, xs | xl: responsive.xl lg: responsive.lg md: responsive.md sm: responsive.sm xs: responsive.xs | - |
| serviceDeskStatus | serviceDeskStatus | String | active, resolved | active: Active resolved: Resolved | - |
| ssoType | ssoType | String | naver, kakao, github, google, apple, facebook | naver: ssoType.naver kakao: ssoType.kakao github: ssoType.github google: ssoType.google apple: ssoType.apple facebook: ssoType.facebook | - |
| storyPolicy | storyPolicy | String | private, thumbnailRequired, noComment, noSubComment | private: Private thumbnailRequired: Thumbnail Required noComment: No Comment noSubComment: No Sub Comment | - |
| storyStatus | storyStatus | String | active, approved, denied | active: Active approved: Approved denied: Denied | - |
| summaryStatus | summaryStatus | String | active, archived | active: Active archived: Archived | - |
| ticketStatus | ticketStatus | String | active, rejected, opened, inProgress, done, reviewing, feedback, completed, archived | active: Active rejected: Rejected opened: Opened inProgress: In Progress done: Done reviewing: Reviewing feedback: Feedback completed: Completed archived: Archived | - |
| ticketType | ticketType | String | app, codebase, contract, game, mint, platform, social, shared, util, framework | app: App codebase: Codebase contract: Contract game: Game mint: Mint platform: Platform social: Social shared: Shared util: Util framework: Framework | - |
| userRole | userRole | String | root, admin, user, business, guest | root: Root admin: Admin user: User business: Business guest: Guest | user.roles (Object), user.roles (Full), user.roles (Light) |
| userStatus | userStatus | String | prepare, active, dormant, restricted | prepare: Prepare active: Active dormant: Dormant restricted: Restricted | user.status (Object), user.status (Full), user.status (Light) |
| verify | verify | String | naver, kakao, github, google, apple, facebook, wallet, password, phone, email | naver: Naver kakao: Kakao github: Github google: Google apple: Apple facebook: Facebook wallet: Wallet password: Password phone: Phone email: Email | user.verifies (Object), user.verifies (Full) |