Files
bruno/tests/import/insomnia/fixtures/insomnia-malformed.json
Pooja e1b4043ca5 fix: openapi request import (#5586)
* fix: openapi request import
* fix: js sandbox mode selector doesn't show up while opening new collections in playwright tests

---------

Co-authored-by: Bijin Bruno <bijin@usebruno.com>
2025-09-25 13:06:02 +05:30

20 lines
411 B
JSON

{
"_type": "export",
"__export_format": 4,
"resources": [
{
"_id": "req_123",
"parentId": "wrk_456",
"url": "https://api.example.com/users",
"name": "Get Users",
"method": "GET",
"_type": "request"
},
{
"_id": "wrk_456",
"name": "Test Collection",
"_type": "workspace"
// Missing comma and closing bracket - malformed JSON
}
]