linkedin / rest.li

Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
rest.li
Other
2.51k stars 546 forks source link

[rest.li] Update SchemaToPdlEncoder to fix nested schema encoding layout #857

Closed vshwnth2 closed 2 years ago

vshwnth2 commented 2 years ago

Currently, when there are nested schemas that include their own namespace and comments, the indentation is off.

Screen Shot 2022-10-29 at 1 04 07 AM

This PR fixes that problem. Before:

Screen Shot 2022-10-29 at 1 06 39 AM

After:

Screen Shot 2022-10-29 at 1 06 15 AM