Leveraging a similar approach taken by gRPC gateway, we should provide a extension to protoc that generates a Nexus definition file from a proto service. It should also generate the JSON schema from the proto objects, as gRPC gateway's OpenAPI schema generator does.
Leveraging a similar approach taken by gRPC gateway, we should provide a extension to
protocthat generates a Nexus definition file from a proto service. It should also generate the JSON schema from the proto objects, as gRPC gateway's OpenAPI schema generator does.