Update for standalone base environments

This commit is contained in:
Gregory Schier
2025-01-13 17:04:35 -08:00
parent f8b211be1c
commit a80a25a90e
11 changed files with 495 additions and 51 deletions

View File

@@ -4,12 +4,18 @@
{
"model": "workspace",
"id": "GENERATE_ID::WORKSPACE_0",
"name": "New Collection",
"description": "",
"variables": []
"name": "New Collection"
}
],
"environments": [
{
"id": "GENERATE_ID::ENVIRONMENT_0",
"model": "environment",
"name": "Global Variables",
"variables": [],
"workspaceId": "GENERATE_ID::WORKSPACE_0"
}
],
"environments": [],
"httpRequests": [
{
"model": "http_request",

View File

@@ -4,8 +4,15 @@
{
"model": "workspace",
"id": "GENERATE_ID::WORKSPACE_1",
"name": "New Collection",
"description": "",
"name": "New Collection"
}
],
"environments": [
{
"id": "GENERATE_ID::ENVIRONMENT_1",
"workspaceId": "GENERATE_ID::WORKSPACE_1",
"model": "environment",
"name": "Global Variables",
"variables": [
{
"name": "COLLECTION VARIABLE",
@@ -14,7 +21,6 @@
]
}
],
"environments": [],
"httpRequests": [
{
"model": "http_request",