parameters: - in: path name: judge-id required: true schema: type: string get: summary: Get a judge from a poll responses: '200': description: OK content: application/json: schema: $ref: ../components/schemas/Judge.yaml '404': $ref: ../components/responses/JudgeNotFound.yaml security: - {} - pollAuth: [] delete: summary: Delete a judge from a poll responses: '200': description: OK '404': $ref: ../components/responses/JudgeNotFound.yaml security: - pollAuth: []