OpenAPI-Specification icon indicating copy to clipboard operation
OpenAPI-Specification copied to clipboard

[feature] support of $ref in licence fields

Open LasneF opened this issue 1 year ago • 0 comments

given we handle a lot of Open API specification given the fact that license are mostly always the same

it would be great that $ref being supported for the field license

this feature is not a breaking change could be added either to moonwalk project or beeing a feature candidate for 3.2.X

following this pattern

license: $ref: ../_shared/license.yaml

this would requires a change in the meta schema

notice that even if license support url , the use case is not really the same...

should be handle the same way as https://github.com/OAI/OpenAPI-Specification/issues/3552

LasneF avatar Feb 13 '24 09:02 LasneF