Hello.
I have noticed that when using generated client code from the Swift OpenAPI Generator plugin, there is a runtime type mismatch on the response for endpoint /3/tv/{series_id}
causing deserialisation errors. The response property seasons.vote_average
is set to type integer
when its value could be a floating point number.
Would it be possible to update the spec to reflect this by setting the type to number
? I have made this change locally to work around the deserialisation and have not noticed any negative side effects.
Thank you for your time and consideration.
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
ATVSCRUBBER님의 댓글
9월 2, 2024 at 1:42 오후
Where are you getting the spec from?
Daniel (AnachronisticTech)님의 댓글
9월 3, 2024 at 5:59 오후
I am using the v3 spec available from https://developer.themoviedb.org/openapi/64542913e1f86100738e227f accessible via this page.