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
schemadofield(:name).type(:string).example("John")field(:age).type(:number).example(23)field(:gender).type(:string).options(:m,:f)# example can be random from the options unless definedfield(:subscribe).type(:boolean).default(:true)# example can be default unless definedend
The text was updated successfully, but these errors were encountered:
It can be used for payload generation.
The text was updated successfully, but these errors were encountered: