You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add type and required columns for parameter table.
We shouldn't require parameter metadata descriptions to include Required and Optional words since this can be automatically detected if a defaultValue is set.
Added ability to detect "Required" or "Optional for each parameter. Closes#55
- Detects if parameter is either "Optional" or "Required" based on the availability of DefaultValue or AllowedValues
- Added a "Required" column
- Added "Required" and "Optional" badge for each parameter
Co-authored-by: Bernie White <[email protected]>
Add type and required columns for parameter table.
We shouldn't require parameter metadata descriptions to include Required and Optional words since this can be automatically detected if a
defaultValue
is set.Reference
The text was updated successfully, but these errors were encountered: