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
I'm not sure I understand why. It's normal jsdoc practice to comment before properties, not between properties and their type.
I understand that this may be opinionated, but for me this looks cluttered and confusing.
(Also, the fact that the uuid part (from format: uuid) comes after the type adds to the confusion even further.)
Is it intentional that comments for properties using another (non-primitive) schema look like this?
instead of like this:
I'm not sure I understand why. It's normal jsdoc practice to comment before properties, not between properties and their type.
I understand that this may be opinionated, but for me this looks cluttered and confusing.
(Also, the fact that the
uuid
part (fromformat: uuid
) comes after the type adds to the confusion even further.)Schema:
The text was updated successfully, but these errors were encountered: