Skip to content

Commit 6ac159c

Browse files
committed
feat: 이슈 모델에 태그 목록 필드 추가
1 parent a6e510a commit 6ac159c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

dev/components.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,14 @@ schemas:
792792
type: string
793793
description: 이슈 ID
794794
example: "507f1f77bcf86cd799439011"
795+
tags:
796+
type: array
797+
items:
798+
type: string
799+
minLength: 1
800+
maxLength: 50
801+
description: 이슈 태그 목록
802+
example: ["사각지대", "심한대립"]
795803
title:
796804
type: string
797805
description: 이슈 제목

0 commit comments

Comments
 (0)