Import — OpenAPI 3.x
OpenAPI 3.x or Swagger 2.0 → ShellYard collection. Each operation becomes a saved request. Server URLs become collection variables; Swagger auto-converts.
OpenAPI 3.x (JSON or YAML) materializes as a collection where each operation becomes a saved request, populated with:
- HTTP method
- Path (with
{path}variables) - Parameters (query, path, header)
- Request body shape (from
requestBody.content) - Security scheme references
Server URLs become collection-scoped variables, so flipping environments switches between dev / staging / prod.
Swagger 2.0 specs work too — auto-converted on import.