diff --git a/packages/apidom-ls/src/config/openapi/operation/lint/schemes--type.ts b/packages/apidom-ls/src/config/openapi/operation/lint/schemes--type.ts index 43b50cac39..afd90efa00 100644 --- a/packages/apidom-ls/src/config/openapi/operation/lint/schemes--type.ts +++ b/packages/apidom-ls/src/config/openapi/operation/lint/schemes--type.ts @@ -7,7 +7,7 @@ import { OpenAPI2 } from '../../target-specs'; const schemesTypeLint: LinterMeta = { code: ApilintCodes.OPENAPI2_OPERATION_FIELD_SCHEMES_TYPE, source: 'apilint', - message: "'consumes' must be an array of strings", + message: "'schemes' must be an array of strings", severity: DiagnosticSeverity.Error, linterFunction: 'apilintArrayOfType', linterParams: ['string'],