Description
I am working on a API project which has dtos which only appear inside other dtos. OpenAPITools do a great job a generating data based on these however I have found that in some cases I wish I could constrain the sub dtos data like you can with dtos that are associated with endpoint operations (POST, GET etc per DTO_MAPPING).