mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
43 lines
886 B
JSON
43 lines
886 B
JSON
{
|
|
"version": "1",
|
|
"uid": "malformed_bruno_collection",
|
|
"name": "Malformed Bruno Collection",
|
|
"items": [
|
|
{
|
|
"uid": "malformed_request",
|
|
"type": "http-request",
|
|
"name": "Malformed Request",
|
|
"seq": 1,
|
|
"request": {
|
|
"url": "https://example.com/api",
|
|
"method": "GET",
|
|
"headers": [],
|
|
"params": [],
|
|
"body": {
|
|
"mode": "none"
|
|
},
|
|
"auth": {
|
|
"mode": "none"
|
|
},
|
|
"script": {},
|
|
"vars": {},
|
|
"assertions": [],
|
|
"tests": "",
|
|
"docs": ""
|
|
}
|
|
}
|
|
],
|
|
"environments": [],
|
|
"activeEnvironmentUid": null,
|
|
"root": {
|
|
"request": {
|
|
"headers": [],
|
|
"auth": {
|
|
"mode": "none"
|
|
},
|
|
"script": {},
|
|
"vars": {},
|
|
"tests": ""
|
|
}
|
|
}
|
|
// Missing comma and closing bracket - this makes it malformed JSON |