in v2.0 auth properties are stored as objects but in v2.1 ones are stored in nested arrays
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Schemas:
AFAICS, there only two differences:
So conversion between will not be hard itself.
Done in #14