Files
bruno/tests/import/test-data/postman-v20.json
2025-09-07 03:05:11 +05:30

18 lines
409 B
JSON

{
"info": {
"name": "Postman v2.0 Collection",
"description": "Test collection using Postman Collection Format v2.0",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "Get Posts",
"request": {
"method": "GET",
"header": [],
"url": "https://jsonplaceholder.typicode.com/posts"
}
}
]
}