Redocly/redocly-cli

Support x-tagGroups in lint command

开放

#600 创建于 2022年3月21日

 (1 条评论) (2 个反应) (0 位负责人)TypeScript (222 个派生)auto 404
Type: Enhancementgood first issuegovernancep3

仓库指标

星标
 (1,481 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南