Import an OpenAPI Document
This topic explains importing a new OpenAPI document (json, yaml or yml file).
An OpenAPI document, formerly known as Swagger Specification, is a standardized format for describing and documenting RESTful APIs. It serves as a machine-readable interface for RESTful web services, enabling developers to understand an API's capabilities without accessing its source code.
Executing the following steps for importing an OpenAPI document into the project:
- In the workbench, right-click the project and then click Import.
- In the Import window, select GeneralFile System.
- In the File System window, select Browser and search for your file.
- Click Finish.
The file selected for the project will appear. For more information, see Importing projects and files.