Skip to content

Commit

Permalink
Merge pull request #522 from Lakith-Rambukkanage/vMain-swagger-lint
Browse files Browse the repository at this point in the history
Add spectralFunc.schema config to swagger linter
  • Loading branch information
Lakith-Rambukkanage authored Dec 22, 2023
2 parents 079815b + f03990f commit 224655f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const spectralFunctions: { [key: string]: any} = {
"undefined": spectralFunc.undefined,
"unreferencedReusableObject": spectralFunc.unreferencedReusableObject,
"xor": spectralFunc.xor,
"schema": spectralFunc.schema,
}

export const spectralSeverityMap: { [key: number]: JSX.Element } = {
Expand Down

0 comments on commit 224655f

Please sign in to comment.