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
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
protocol.taskRoles.taskrole.resourcePerInstance.ports to be a string array insteand of an object of object
It is very rare and unreasonable that users will ask for a same name port twice or more. User should name each port a unique name.
It will increase programming complexity if we add a port dynamically (push a string vs. add an object which the key stored in a variable into an object.)
It will increase complexity and confusion if user ask for the same port many times.
protocol.type could be "data" or other types if used in marketplace
PrerequisiteInfo add a summary property.
Change PrerequisiteInfo with BasicInfo to diff from prerequisites property, and move type into it.