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
Schemas that have a const set are currently handled by displaying a field as usual and require the user to enter the exact value specified in the const. This is both weird and wrong.
Solution
A better way to handle const is to simply not display any field for schemas that have const set. That way the value gets included in the output, but the user is not required to enter any data.
The text was updated successfully, but these errors were encountered:
Problem
Schemas that have a
const
set are currently handled by displaying a field as usual and require the user to enter the exact value specified in theconst
. This is both weird and wrong.Solution
A better way to handle
const
is to simply not display any field for schemas that haveconst
set. That way the value gets included in the output, but the user is not required to enter any data.The text was updated successfully, but these errors were encountered: