dres-dev / DRES

Distributed Retrieval Evaluation Server
MIT License
14 stars 3 forks source link

Fixed OpenApi Specification does not reflect nullable types in Submission related entities. #472

Closed sauterl closed 3 months ago

sauterl commented 3 months ago

Essentially, the previous OpenApi Specification did not reflect nullable properties on ApiClientAnswer and AliCLientAnswerSet, which this PR fixes. This is important for evaluation clients relying on the OpenApi Specification (which they should anyways).