Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants