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 has been archived by the owner on Feb 17, 2024. It is now read-only.
I have a type for which I would like to specify that maxLength is 165. However, the type being a nullable string (string | nil), specifying the facet like I did in the example is not authorised (according to Anypoint' Design Center validation).
I have a type for which I would like to specify that
maxLength
is 165. However, the type being a nullable string (string | nil
), specifying the facet like I did in the example is not authorised (according to Anypoint' Design Center validation).What is the right way to specify the maxLength?
The text was updated successfully, but these errors were encountered: