rpc
rpc copied to clipboard
Consider more efficient way to compute etag for discovery doc.
Currently etags for discovery docs are computed by completed encoded the RestDescription instance. This means using the schema to generate the JSON instance and the encode the JSON to a List
This is a bit cumbersome. Consider if there is a more efficient way to get a unique description.