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
For parameters there is currently a type option for parameter validation. This has many implication on how this should be validated, what types are supported and can this be influenced by the user? Currently there could be support for: string, integer, float, number (combination of integer and float). But then what about more specific types like "date", "url" and n-more types. The alternative could be that every parameter is a string for now. This will result in less issues and less thinking for the user.
The text was updated successfully, but these errors were encountered:
For parameters there is currently a
type
option for parameter validation. This has many implication on how this should be validated, what types are supported and can this be influenced by the user? Currently there could be support for:string
,integer
,float
,number
(combination of integer and float). But then what about more specific types like "date", "url" and n-more types. The alternative could be that every parameter is astring
for now. This will result in less issues and less thinking for the user.The text was updated successfully, but these errors were encountered: