mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 23:24:05 +00:00
19 lines
277 B
JSON
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"
|
|
}
|
|
]
|
|
}
|