Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
2.51k
stars
546
forks
source link
[rest.li] Update SchemaToPdlEncoder to fix nested schema encoding layout #857
Closed
vshwnth2 closed 2 years ago
Currently, when there are nested schemas that include their own namespace and comments, the indentation is off.
This PR fixes that problem. Before:
After: