Conversion between v2.0 <-> v2.1 #10

Closed
opened 2023-09-10 01:11:04 +00:00 by anthony · 1 comment

Schemas:

AFAICS, there only two differences:

  1. in v2.0 auth properties are stored as objects but in v2.1 ones are stored in nested arrays
  2. in v2.1 every request has parsed structure of url while v2.0 doesn't

So conversion between will not be hard itself.

Schemas: * https://schema.postman.com/json/collection/v2.1.0/collection.json * https://schema.postman.com/json/collection/v2.0.0/collection.json * [diff](https://www.diffchecker.com/M2q0WZPd) AFAICS, there only two differences: 1. in v2.0 auth properties are stored as objects but in v2.1 ones are stored in nested arrays 2. in v2.1 every request has parsed structure of url while v2.0 doesn't So conversion between will not be hard itself.
Poster
Owner

Done in #14

Done in #14
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: anthony/pm-convert#10
There is no content yet.