polito / api-spec

5 stars 0 forks source link

allCareerIds example data is number array instead of string array #5

Closed robertolaru closed 1 year ago

robertolaru commented 1 year ago

The allCareerIds property in the Student schema is specified as an array of strings, but the example ids are numbers. This causes an exception on a generated client when mocking the API.

This issue does not exist when using the production endpoint.