Skip to content

Commit 664ecc8

Browse files
committed
fix: remove readonlyFiles
1 parent 89b7de5 commit 664ecc8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

api/judge/exec/to_control.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,7 @@ components:
107107
$ref: "#/components/schemas/File"
108108
stderr:
109109
$ref: "#/components/schemas/File"
110-
readonlyFiles:
111-
title: readonlyFiles
112-
type: array
113-
description: ジャッジに使用したファイル(読み取り専用)
114-
items:
115-
$ref: "#/components/schemas/File"
116110
required:
117111
- exitCode
118112
- stdout
119113
- stderr
120-
- readonlyFiles

0 commit comments

Comments
 (0)