Given the example - (body) complicatedPet {Object} the pet {} seems to use the type property. Is there a way to have it use schema instead so it could be - (body) complicatedPet {Pet} the pet or - (body) complicatedPet {#/components/schemas/Pet} the pet?