Error While Importing Stratis Blockchain Full Node Swagger.json file to the Postman

This blog will describe how to resolve the issue of importing swagger.json file of Stratis Full node blockchain network while importing to the Postman. I was trying to import swagger.json file of Stratis full node following the article "Write Your First Smart Contract On Stratis Blockchain" but got the error: “failed to import data: format not recognized”.

Error While Importing Stratis Smart Contract Swagger.json File To The Postman

Later on, I found that I need to upgrade the version of Postman. Stratis Blockchain Full Node Swagger.json file is not recognized as a valid format if we use the older version of Postman. So, the solution to this issue is to upgrade the Postman from the lower version to the upper one. I upgraded to version 8.7.0, and I was able to import the Swagger.json file without any issue.

Error While Importing Stratis Smart Contract Swagger.json File To The Postman

I hope, this help you to resolve issue of importing Stratis full node swagger.json file to the Postman due to lower version while writing your First Smart Contract on Stratis Blockchain. Please click here to go to article "Write Your First Smart Contract On Stratis Blockchain".