Skip to content

Commit

Permalink
PLTCONN-2932: Make required field optional
Browse files Browse the repository at this point in the history
  • Loading branch information
fangming-ning-sp committed Apr 27, 2023
1 parent 4b8df89 commit 9ea55c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export type SchemaAttribute = {
name: string,
description: string,
type: string,
required: boolean,
required?: boolean,
multi?: boolean,
managed?: boolean,
entitlement?: boolean
Expand Down

0 comments on commit 9ea55c4

Please sign in to comment.