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

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

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.
Author
Owner

Done in #14

Done in #14
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anthony/pm-convert#10
No description provided.