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 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.
Problem
Schemas that have a
constset 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
constis to simply not display any field for schemas that haveconstset. That way the value gets included in the output, but the user is not required to enter any data.