mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-22 07:38:00 +01:00
36 lines
835 B
JSON
36 lines
835 B
JSON
{
|
|
"resources": {
|
|
"workspaces": [],
|
|
"environments": [
|
|
{
|
|
"id": "GENERATE_ID::ENVIRONMENT_0",
|
|
"model": "environment",
|
|
"name": "My Environment",
|
|
"variables": [
|
|
{
|
|
"enabled": true,
|
|
"description": null,
|
|
"name": "baseUrl",
|
|
"value": "https://api.example.com"
|
|
},
|
|
{
|
|
"enabled": true,
|
|
"description": "Access token for the API.",
|
|
"name": "token",
|
|
"value": "${[access_token]}"
|
|
},
|
|
{
|
|
"enabled": false,
|
|
"description": null,
|
|
"name": "disabled",
|
|
"value": "hello"
|
|
}
|
|
],
|
|
"workspaceId": "CURRENT_WORKSPACE",
|
|
"parentId": null,
|
|
"parentModel": "environment"
|
|
}
|
|
]
|
|
}
|
|
}
|