We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 656f172 commit 5b8217aCopy full SHA for 5b8217a
src/schemas/publishCatalogItem/schema.tsx
@@ -1,5 +1,7 @@
1
-import { CatalogDataDefinitionV1Alpha1Schema } from '@layer5/schemas';
+import { CatalogDataDefinitionV1Alpha1OpenApiSchema } from '@layer5/schemas';
2
3
+const CatalogDataDefinitionV1Alpha1Schema =
4
+ CatalogDataDefinitionV1Alpha1OpenApiSchema.components.schemas.CatalogData;
5
/**
6
* Schema for publish catalog item modal;
7
* Can be use for publishing filters and designs
0 commit comments