In which two scenarios would a developer choose to use JavaScript over the OpenAPI for implementing a REST service? (Choose two.)
Available Choices (select all choices that are correct)
Using MIME type application/JSON.
The OpenAPI definition file contains a security definition where authentication other than basic authentication or API key authentication is used.
The OpenAPI definition file contains a security definition where basic authentication or API key authentication is used.
Using a MIME type other than application/JSON.
Calling a REST service, for which the OpenAPI specification contains objects that have properties.
Submit