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 #75

Closed carowright closed 1 year ago

carowright commented 1 year ago

Bug: Showing some fields as required when they are not

Fix: required value in the model holds a boolean (e.g false or "false"). It should be converted to boolean to see its true value.