Roman Blanco
Roman Blanco
> I would consider deprecating it as its not really a thing in OAS 3+ I agree.
> OK interesting. Im using this branch with v3 and its works for me I think you might be right. I'm also able to fix some of them with using...
Thanks for the update, @stevegeek I'm now noticing only this behavior change: ```diff "requestBody": { "content": { "application/vnd.api+json": { "schema": { - "$ref": "#/components/schemas/policy" + "type": "object", + "properties": {...
Thanks for the update @stevegeek! I'll get through it as soon as I can.
@stevegeek I'm noticing that after latest change, rswag generates extra `description` attribute into `schema`. e.g. ```diff "required": false, "description": "Indicates whether to return only resource IDs.", "schema": { - "type":...