Swagger Could not resolve reference: Failed to fetch – from json
Swagger Editor throws an error, after searching similar issues, read documentation, googling… i cant get correct result, can you help me please? Thanks
OpenAPI – How to reference in schema to only one property of another schema?
I have the following OpenAPI in components –> schema. In CreateBookDto, I want to refer only to the id
property of my Person schema. Is this possible with OpenAPI? If yes, how? If not, is there any reason why this feature does not exist?