Greetings team!I have an OpenAPI spec with a POST operation that can
contain one of three models in the request: Thing1, Thing2, Thing3.The
Thing models “inherit” from ThingBase, which contains a property common
to all Things, which all use allOff to...