Redocly/redocly-cli

Support x-tagGroups in lint command

Aperta

#600 aperta il 21 mar 2022

 (1 commento) (2 reazioni) (0 assegnatari)TypeScript (222 fork)auto 404
Type: Enhancementgood first issuegovernancep3

Metriche repository

Star
 (1481 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Is your feature request related to a problem? Please describe. We have too many useful specification extensions. But openapi-cli doesn't support all of these.

Describe the solution you'd like I think we should start supporting this from the lint command.

Describe alternatives you've considered No. Because we should be consistent and already supported all custom extensions which describe in the documentation.

For example x-tagGroups:

x-tagGroups:  
  - name: test name
    tags: test_tag
    x-displayName: Test

Guida contributor