Merge pull request #9536 from backstage/jhaals/jsonschema
catalog-model: deprecate JSONSchema
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/catalog-model': patch
|
||||
---
|
||||
|
||||
Deprecated `JSONSchema` export type.
|
||||
@@ -311,7 +311,7 @@ export { GroupEntityV1alpha1 };
|
||||
// @public
|
||||
export const groupEntityV1alpha1Validator: KindValidator;
|
||||
|
||||
// @public
|
||||
// @public @deprecated
|
||||
export type JSONSchema = JSONSchema7 & {
|
||||
[key in string]?: JsonValue;
|
||||
};
|
||||
|
||||
@@ -21,6 +21,7 @@ import { JSONSchema7 } from 'json-schema';
|
||||
* JSONSchema extendable by arbitrary JSON attributes
|
||||
*
|
||||
* @public
|
||||
* @deprecated use JSONSchema7 from the json-schema package instead.
|
||||
*/
|
||||
export type JSONSchema = JSONSchema7 & { [key in string]?: JsonValue };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user