Skip to content

Commit 80fe8f4

Browse files
authored
Update /problem/class (#57)
1 parent f27da89 commit 80fe8f4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/paths/problem/class.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,16 @@ paths:
3333
format: "int64"
3434
minimum: 0
3535
description: "이 CLASS에 속한 에센셜이 아닌 문제 수입니다."
36-
example: 24
37-
essential:
36+
example: 36
37+
essentials:
3838
type: "integer"
3939
format: "in64"
4040
minimum: 0
4141
description: "이 CLASS에 속한 에센셜 문제 수입니다."
42-
example: 20
42+
example: 16
43+
criteria:
44+
type: "integer"
45+
format: "in64"
46+
minimum: 0
47+
description: "이 CLASS를 취득하기 위한 최소 문제 수입니다."
48+
example: 16

0 commit comments

Comments
 (0)