advanced-rest-client / api-type-document

⛔️ DEPRECATED This component is being deprecated. Use `api-documentation` instead.
0 stars 2 forks source link

[W-13536254] Fix required fields #73

Closed carowright closed 1 year ago

carowright commented 1 year ago

Bug: Showing some fields as required when they are not

Fix: minCount value in the model holds the minimum count constraint over the mapped property. It should be converted to integer to see its true value and then check if its greater than 0 to show as required.