Hi, in the openapi2.T struct I see that is missing the `produces` field, is defined only for the openapi2.Operation struct. By design, swagger allow to specify it. Can it be implemented?
Hi,
in the openapi2.T struct I see that is missing the
producesfield, is defined only for the openapi2.Operation struct.By design, swagger allow to specify it. Can it be implemented?