While the base webrpc schema spec does not require metadata support, there is already the ability to use metadata when generating code and at least one generator (kotlin) uses metadata.
As a first pass, it would be great to be able to use metadata to
- define the name of fields in JSON
- add type and method documentation
While the base webrpc schema spec does not require metadata support, there is already the ability to use metadata when generating code and at least one generator (kotlin) uses metadata.
As a first pass, it would be great to be able to use metadata to