Skip to content

Commit

Permalink
Merge pull request #22 from traP-jp/fix/#19-invalid-ref
Browse files Browse the repository at this point in the history
🐛 ref naosita
  • Loading branch information
comavius authored Oct 1, 2024
2 parents 7e8fa44 + 0592539 commit fe929fc
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions api/judge/to_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,24 +116,12 @@ components:
description: テストケースの数
example: 3
beforeTestExecs:
title: onSubmitExecs
type: object
description: テストケース実行前に一度だけ実行されるコマンド
$ref: '#/components/schemas/Execution'
onTestExecs:
title: onTestExecs
type: object
description: テストケース実行時に実行されるコマンド
$ref: '#/components/schemas/Execution'
afterTestExecs:
title: afterTestExecs
type: object
description: テストケース実行後に一度だけ実行されるコマンド
$ref: '#/components/schemas/Execution'
beforeTestConfigMap:
title: beforeTestConfigMap
type: object
description: テストケース実行前に一度だけ実行されるコマンドの設定
$ref: '#/components/schemas/ExecutionConfigMap'
onTestConfigMaps:
title: onTestConfigMaps
Expand All @@ -142,9 +130,6 @@ components:
items:
$ref: '#/components/schemas/ExecutionConfigMap'
afterTestConfigMap:
title: afterTestConfigMap
type: object
description: テストケース実行後に一度だけ実行されるコマンドの設定
$ref: '#/components/schemas/ExecutionConfigMap'
required:
- judgeId
Expand Down

0 comments on commit fe929fc

Please sign in to comment.