Skip to content

Commit

Permalink
Empty required is not allowed in OpenAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Aug 1, 2023
1 parent ca39714 commit 60e8fd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/Controller/API/JudgehostController.php
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,6 @@ public function getFilesAction(
response: 200,
description: 'Returns optionally compiler and runner version commands.',
content: new OA\JsonContent(
required: [],
properties: [
new OA\Property(property: 'compiler_version_command', type: 'string', nullable: true),
new OA\Property(property: 'runner_version_command', type: 'string', nullable: true),
Expand Down

0 comments on commit 60e8fd7

Please sign in to comment.