Repeating fields in a Postman body

yes yes you could use http://www.cockos.com/licecap/ to capture the screen recording

1 Like

Well, that was strange. Today, when I selected my test API, clicked on the Define tab, suddenly, Generate collection was enabled !
However, am somewhat uncertain as to what to do next.
What I think Postman can do is to generate a collection with one (?) request from the schema. In addition, i’m wondering whether Postman will automatically create a body of input fields with default values coming from the Swagger request part (maybe …???)
If I click on the Generate collection button, I can obviously name my collection, after which I selected Test the API.
When I then clicked on the Generate collection in this window, I received error message (from the right-hand sidebar) “Invalid schema supplied. Specification must have a Swagger version property”. I’ll assume those values are within my schema, so I’ll include the first few lines from it

{
    "swagger": "2.0",
    "info": {
        "title": "ICA.Bank.MFBank.Securities",
        "version": "1.0.0",
        "description": "Get securities"
    },

Does this reply make sense?