From 664ecc8bb388f0789cbb3ae63733253d2fc580dc Mon Sep 17 00:00:00 2001 From: hayatroid Date: Tue, 18 Feb 2025 22:28:49 +0900 Subject: [PATCH] fix: remove `readonlyFiles` --- api/judge/exec/to_control.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/api/judge/exec/to_control.yaml b/api/judge/exec/to_control.yaml index 76c8cf4..7b1bccc 100644 --- a/api/judge/exec/to_control.yaml +++ b/api/judge/exec/to_control.yaml @@ -107,14 +107,7 @@ components: $ref: "#/components/schemas/File" stderr: $ref: "#/components/schemas/File" - readonlyFiles: - title: readonlyFiles - type: array - description: ジャッジに使用したファイル(読み取り専用) - items: - $ref: "#/components/schemas/File" required: - exitCode - stdout - stderr - - readonlyFiles