I am not aware of such things existing in RESTful world. My personal understanding of the beauty of RESTful services is its simplicity and hypertext-driven self-contained interfaces. The API itself is more about operations/communication between the client and server. The resource data probably can be more semantic-friendly and some extra discovery services can be implemented on top of the pure RESTful APIs, if you want.