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
requiredClaims
value to their object. This is because, whileOfferingData
does haverequiredClaims
as optional, there's no default value. So this forces developers to pass innull
to get around this.Current usage
Desired usage
Suggested Fix
Update ResourceData to:
The text was updated successfully, but these errors were encountered: