Files
bruno/packages/bruno-converters/tests/data/valid_env.json
Thim 95af071f09 Feat: Standalone Package to convert to Bruno collection (#2341)
added bruno-converters package

---------

Co-authored-by: lohit <lohit@usebruno.com>
2025-04-03 14:00:31 +05:30

19 lines
277 B
JSON

{
"id": "some-id",
"name": "My Environment",
"values": [
{
"key": "var1",
"value": "value1",
"enabled": true,
"type": "text"
},
{
"key": "var2",
"value": "value2",
"enabled": false,
"type": "secret"
}
]
}