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
Currently, even if a developer is creating an offering that doesnt have any required claims, they still have to add the requiredClaims value to their object. This is because, while OfferingData does have requiredClaims as optional, there's no default value. So this forces developers to pass in null to get around this.
Issue
Currently, even if a developer is creating an offering that doesnt have any required claims, they still have to add the
requiredClaimsvalue to their object. This is because, whileOfferingDatadoes haverequiredClaimsas optional, there's no default value. So this forces developers to pass innullto get around this.Current usage
Desired usage
Suggested Fix
Update ResourceData to: