Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Description inheritance of BaseType #417

Open
ephrin opened this issue Feb 16, 2018 · 0 comments
Open

Description inheritance of BaseType #417

ephrin opened this issue Feb 16, 2018 · 0 comments

Comments

@ephrin
Copy link

ephrin commented Feb 16, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants