Closed robertolaru closed 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.
allCareerIds
Student
This issue does not exist when using the production endpoint.
The
allCareerIds
property in theStudent
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.