Skip to content

Commit

Permalink
Update packages/schema/lib/schemas/FieldSchema.js
Browse files Browse the repository at this point in the history
Co-authored-by: Kola Erinoso <[email protected]>
  • Loading branch information
Natay and kola-er authored Feb 4, 2025
1 parent f6ca550 commit 8a6387e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/lib/schemas/FieldSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 8a6387e

Please sign in to comment.