Skip to content

Commit 377b281

Browse files
authored
fix(ls): fix JSON Schema deprecated--type lint rule (#4060)
1 parent c3b57d1 commit 377b281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apidom-ls/src/config/common/schema/lint/deprecated--type.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { OpenAPI3 } from '../../../openapi/target-specs';
77

88
const deprecatedTypeLint: LinterMeta = {
99
code: ApilintCodes.SCHEMA_READONLY,
10-
source: 'deprecated',
10+
source: 'apilint',
1111
message: 'deprecated must be a boolean',
1212
severity: DiagnosticSeverity.Error,
1313
linterFunction: 'apilintType',

0 commit comments

Comments
 (0)