A REST API is being designed to implement a Mule application.
What standard interface definition language can be used to define REST APIs?
A REST API is being designed to implement a Mule application.
What standard interface definition language can be used to define REST APIs?
To define REST APIs, the OpenAPI Specification (OAS) is used as a standard interface definition language. It provides a standardized way to describe the structure and behavior of REST APIs, ensuring consistent implementation and understanding between developers and systems.
OAS is the Specification while YMAL is the language, and the question is "What standard interface definition "language", so I would choose B. YAML
YAML is NOT a standard interface definition language. It is a language, that is right, but NOT a standard interface definition language. OAS is the correct answer here.
A. OpenAPI Specification (OAS)
Should be A. Interface can be defined in RAML as well. All RAML are YAMLs. But not all YAML are RAML. OAS is a standard that you can use to define RESTful-api interfaces. https://docs.mulesoft.com/release-notes/platform/oas3
You are correct
Answer is A