diff --git a/portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/APIDefinition/Linting/Linting.tsx b/portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/APIDefinition/Linting/Linting.tsx index df248c2db3c..539aa7fa8ae 100644 --- a/portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/APIDefinition/Linting/Linting.tsx +++ b/portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/APIDefinition/Linting/Linting.tsx @@ -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 } = {