Swagger to postman - Adds extra folder

When i try to import the Swagger Json/yaml to postman via raw text or file.
I can see additional folders are getting added.

To Reproduce
Steps to reproduce the behavior:

  1. Go to ‘import’
  2. Click on ‘raw text’
  3. Paste the swagger json/yaml
    4.Import

*Expected behavior
Expecting to see the folders as per the swagger

Screenshots
paths:
‘/users/{userId}/sal/{salId}’:
put:
tags:
- user sal Association
summary: Add user sal
operationId: addusersalUsingPUT
consumes:
- application/json
produces:
- application/json;charset=UTF-8
parameters:
- name: userId
in: path
description: user
required: true
type: string
format: uuid
x-example: 9729-71731cdb4688
- name: salId
in: path
description: UUID of the sal
required: true
type: string
format: uuid
x-example: 9729-71731cdb4688
- name: x-key
in: header
description: Correlation ID
required: true
type: string
format: uuid
x-example: 89b5-680ee7f545a9
- name: x-domain
in: header
description: Domain
required: true
type: string
- name: x-userid
in: header
description: User ID
required: true
type: string
responses:
‘204’:
description: Success
‘400’:
description: Bad request. Check error message for details.
‘409’:
description: Data conflict!
deprecated: false
Anything wrong in my yaml path and its format?

App information (please complete the following information):

  • Native App
  • Postman v7.5.0
  • Windows