You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
Collections exported via Postman API (api.postman.com/collections) cannot be reimported due to schema URL mismatch:
Export uses: schema.postman.com
Import expects: schema.getpostman.com
Workaround: Replace schema.postman.com with schema.getpostman.com in the exported JSON before importing.
Is there an existing issue for this?
Describe the Issue
Collections exported via Postman API (api.postman.com/collections) cannot be reimported due to schema URL mismatch:
Export uses: schema.postman.com
Import expects: schema.getpostman.com
Workaround: Replace schema.postman.com with schema.getpostman.com in the exported JSON before importing.
Steps To Reproduce
Screenshots or Videos
No response
Operating System
Windows
Postman Version
11.33.5
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
Recommended Fix:
Update Postman's import validation to accept both schema URLs since they refer to the same schema definition.
The text was updated successfully, but these errors were encountered: