1. SAP Help Portal
SAP Integration Suite Documentation: In the section on API Management
the process for creating an API proxy is described. It states
"You can create an API proxy by importing an API specification file. The supported formats are OpenAPI (2.0 and 3.0) and RAML (0.8 and 1.0)."
Source: SAP Help Portal
SAP Integration Suite > Developing and Managing APIs > Create an API Proxy.
2. OpenAPI Initiative Documentation: "The OpenAPI Specification (OAS) defines a standard
language-agnostic interface to RESTful APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code
documentation
or through network traffic inspection."
Source: OpenAPI Initiative
About OpenAPI Specification
openapis.org/about.
3. RAML Official Documentation: "RESTful API Modeling Language (RAML) makes it easy to manage the whole API lifecycle from design to sharing. It's concise - you only write what you need to define - and reusable."
Source: RAML Project
RAML 1.0 Specification
raml.org.