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
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
As MSON allows to define Named Base Types with its own descriptions it would be nice to have it available in render result when it used without additional descriptions of property.
Examples follows:
# Data Structures## hash (string) - a unique identifier## Entity (object)+ id: FFFF (hash, sample)
The idea is when rendering of the Entity structure happens I should see description from type definition instead of just only it's real type (string). In case when description is provided for id field of Entity it will override inherited one from type definition.
Thanks.
The text was updated successfully, but these errors were encountered:
As MSON allows to define Named Base Types with its own descriptions it would be nice to have it available in render result when it used without additional descriptions of property.
Examples follows:
The idea is when rendering of the Entity structure happens I should see description from type definition instead of just only it's real type (
string
). In case when description is provided forid
field ofEntity
it will override inherited one from type definition.Thanks.
The text was updated successfully, but these errors were encountered: