In a world full of API’s we need to have a way to understand the
functionality and meaning of an API before we can start using it.
In the Oracle Cloud world (SaaS, PaaS and IaaS) all (or at least
most) API’s are defined as REST services, based upon a JSON
structure.Since there is no conformed standard between API delivering
parties, different design frameworks are used, with OpenAPI
Specification (Swagger), RAML and API Blueprint the most popular
ones. Oracle is opting for...