Hi,
I'm having quite some issues with comparing OpenApiSchema objects to other ones.
My workaround for now is to create Extension Methods to compare the hierarchy against another one.
(Which leads to a different set of problems)
What are your thoughts about implenting at least IEquatable<T|OpenApiSchema> for OpenApiSchema to allow this?
Kind regards & thanks for your work
Olli
Edit: Same goes for Cloneable as well.
Edit2: I'm dumb
Edit3: Is there any intention I'm not seeing why this was left out? What I'm seeing, it should be possible to create a generic implementation for equals and clone for the time being.