From 8c999911279599aa8b069e16e515a84ecfe7f8a6 Mon Sep 17 00:00:00 2001 From: Jonah Grimes Date: Wed, 31 Mar 2021 13:46:07 -0400 Subject: [PATCH] Update packages/catalog-model/src/schema/kinds/Component.v1alpha1.schema.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Jonah Grimes --- .../src/schema/kinds/Component.v1alpha1.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/catalog-model/src/schema/kinds/Component.v1alpha1.schema.json b/packages/catalog-model/src/schema/kinds/Component.v1alpha1.schema.json index e2b98d5c3b..34fc48d285 100644 --- a/packages/catalog-model/src/schema/kinds/Component.v1alpha1.schema.json +++ b/packages/catalog-model/src/schema/kinds/Component.v1alpha1.schema.json @@ -87,7 +87,7 @@ }, "dependsOn": { "type": "array", - "description": "An array of entity references to the resources that the component depends on.", + "description": "An array of references to other entities that the component depends on to function.", "items": { "type": "string", "minLength": 1