Skip to content

Commit

Permalink
Update explode--type.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored Dec 4, 2023
1 parent 0418a58 commit 135f339
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { DiagnosticSeverity } from 'vscode-languageserver-types';

import ApilintCodes from '../../../codes';
import { LinterMeta } from '../../../../apidom-language-types';
import { OpenAPI30 } from '../../target-specs';
import { OpenAPI3 } from '../../target-specs';

const explodeTypeLint: LinterMeta = {
code: ApilintCodes.OPENAPI3_0_ENCODING_FIELD_EXPLODE_TYPE,
Expand All @@ -14,7 +14,7 @@ const explodeTypeLint: LinterMeta = {
marker: 'value',
target: 'explode',
data: {},
targetSpecs: OpenAPI30,
targetSpecs: OpenAPI3,
};

export default explodeTypeLint;

0 comments on commit 135f339

Please sign in to comment.