Skip to content

Commit 6072134

Browse files
committed
fix(ls): fix docs rule for OpenAPI 3.x.y Parameter
Refs #2030
1 parent 9c152ef commit 6072134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const documentation = [
22
{
33
target: '$ref',
4-
docs: '**REQUIRED**. The reference identifier. This MUST be in the form of a URI.',
4+
docs: 'A reference to a Parameter.',
55
},
66
{
77
target: 'name',

0 commit comments

Comments
 (0)