Skip to content

Commit 4d28741

Browse files
committed
chore: remove unwanted documentation for tag name
1 parent dcbea84 commit 4d28741

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/apidom-ls/src/config/openapi/tag/documentation.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ import { OpenAPI2, OpenAPI30, OpenAPI31, OpenAPI3 } from '../target-specs.ts';
1313
const documentation = [
1414
{ target: 'name', docs: '**Required.** The name of the tag.', targetSpecs: OpenAPI2 },
1515
{ target: 'name', docs: '**REQUIRED**. The name of the tag.', targetSpecs: OpenAPI3 },
16-
{
17-
target: 'name',
18-
docs: 'Tag Objects must have unique `name` field values.',
19-
targetSpecs: OpenAPI3,
20-
},
21-
{
22-
target: 'name',
23-
docs: 'Tag Objects must have unique `name` field values.',
24-
targetSpecs: OpenAPI2,
25-
},
2616
{
2717
target: 'description',
2818
docs: 'A short description for the tag. [GFM syntax](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown) can be used for rich text representation.',

0 commit comments

Comments
 (0)