Search code examples
xmljsonweb-servicesrestwsdl

Describe REST service


What is the most standardized form how to describe a very simple REST service producing JSON responses? Something what WSDL is for XML (but here WSDL would be an obvious overkill and not recommended).


Solution

  • Responses from a REST service should be self-describing so having a separate description document would be redundant.