We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d9088 commit f3b064eCopy full SHA for f3b064e
.changeset/friendly-masks-dress.md
@@ -0,0 +1,5 @@
1
+---
2
+'@backstage/catalog-model': patch
3
4
+
5
+Export the `schemaValidator` helper function.
packages/catalog-model/src/kinds/index.ts
@@ -14,6 +14,8 @@
14
* limitations under the License.
15
*/
16
17
+export { schemaValidator } from './util';
18
+export type { KindValidator } from './types';
19
export { apiEntityV1alpha1Validator } from './ApiEntityV1alpha1';
20
export type {
21
ApiEntityV1alpha1 as ApiEntity,
@@ -40,7 +42,6 @@ export type {
40
42
TemplateEntityV1alpha1 as TemplateEntity,
41
43
TemplateEntityV1alpha1,
44
} from './TemplateEntityV1alpha1';
-export type { KindValidator } from './types';
45
export { userEntityV1alpha1Validator } from './UserEntityV1alpha1';
46
47
UserEntityV1alpha1 as UserEntity,
0 commit comments