Added new postman v2 schema urls

This commit is contained in:
naman-bruno
2025-03-10 15:59:39 +05:30
committed by Anoop M D
parent 7c65317b07
commit 4ff4e3b732

View File

@@ -531,7 +531,9 @@ const parsePostmanCollection = (str, options) => {
let v2Schemas = [
'https://schema.getpostman.com/json/collection/v2.0.0/collection.json',
'https://schema.getpostman.com/json/collection/v2.1.0/collection.json'
'https://schema.getpostman.com/json/collection/v2.1.0/collection.json',
'https://schema.postman.com/json/collection/v2.0.0/collection.json',
'https://schema.postman.com/json/collection/v2.1.0/collection.json'
];
if (v2Schemas.includes(schema)) {