From 8a6387e8e70cc856877ac3cd0a89548aeb715587 Mon Sep 17 00:00:00 2001 From: Natay Aberra Date: Tue, 4 Feb 2025 07:16:53 -0500 Subject: [PATCH] Update packages/schema/lib/schemas/FieldSchema.js Co-authored-by: Kola Erinoso --- packages/schema/lib/schemas/FieldSchema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schema/lib/schemas/FieldSchema.js b/packages/schema/lib/schemas/FieldSchema.js index daea14542..e61082e37 100644 --- a/packages/schema/lib/schemas/FieldSchema.js +++ b/packages/schema/lib/schemas/FieldSchema.js @@ -15,7 +15,7 @@ const incompatibleFieldsList = module.exports = makeSchema({ id: '/FieldSchema', - description: `Defines a field an app either needs as input, or gives as output. In addition to the requirements below, the following keys are mutually exclusive:\n\n${incompatibleFieldsList}`, + description: `In addition to the requirements below, the following keys are mutually exclusive:\n\n${incompatibleFieldsList}`, type: 'object', required: ['key'], docAnnotation: { hide: true },