LiveRamp / reslang

A language for describing resource-oriented APIs & turning them into Swagger or resource diagrams. Oriented around the concepts we want to expose in the APIs.
Apache License 2.0
23 stars 7 forks source link

Dotviz Inline Structure rendering #249

Open nathan-t-lr opened 2 years ago

nathan-t-lr commented 2 years ago

Describe your request We would prefer that dotviz diagrams generated do not group inline structures. They should inline them in the resource node to appear the same as they do in the swagger docs.

Describe the value this feature would provide Diagrams would be much less wide because each inline structure currently creates an additional node. Also, legibility improves. The alternative is to not inline the structures but this leads to duplication of code when we manage resources with common attributes.