Hi it seems that scanner requires scopes for each and single element of securityDefinitions. This is a bit problematic for us, as some of our internal definitions may not necessarily contain any scopes. Also I believe it is not invalid from openAPI specification point of view.
Do you think it would be possible to make a change and set it from:
b.mandatoryProperty("scopes", b.object(
into:
b.property("scopes", b.object(
Hi it seems that scanner requires scopes for each and single element of securityDefinitions. This is a bit problematic for us, as some of our internal definitions may not necessarily contain any scopes. Also I believe it is not invalid from openAPI specification point of view. Do you think it would be possible to make a change and set it from: b.mandatoryProperty("scopes", b.object( into: b.property("scopes", b.object(
inside OpenApi2/3Grammar