Closed losisin closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.78%. Comparing base (
aefd9ff
) to head (a6bc339
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Current behaviour is to read Items type only when array is not empty recursively from go types. Now it is possible to set Items type with schema annotation in comment. Useful when array is empty but want to control the types accepted in array.
closes #48