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
Constrained adds length constraints to field or it can act as decimal precision. However, the information about constraints aren't included in the generated type docs and field with array length constraint isn't generated in the diagram.
For example:
App:
!type constrained:
v(0..99) <: int
w <: int(5..50)
x <: string(10)
y <: decimal(1.5)
z(0..99) <: int(2..5)
Generated this doc:
The text was updated successfully, but these errors were encountered:
Constrained adds length constraints to field or it can act as decimal precision. However, the information about constraints aren't included in the generated type docs and field with array length constraint isn't generated in the diagram.
For example:
Generated this doc:
The text was updated successfully, but these errors were encountered: