{ "info": { "_postman_id": "f64e880d-d77d-4164-aab2-b8b16e9a207e", "name": "OneSchema AWS Secrets Manager AWS Secrets Manager Accounts Workspaces API", "description": "Configure AWS Secrets Manager account connections and managed secret references for use in Multi FileFeeds.\n\nContact Support:\n Name: OneSchema Support\n Email: support@oneschema.co", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:26:31.000Z", "updatedAt": "2026-07-28T02:26:31.000Z", "lastUpdatedBy": "35240", "uid": "35240-f64e880d-d77d-4164-aab2-b8b16e9a207e" }, "item": [ { "name": "v1", "item": [ { "name": "workspaces", "item": [ { "name": "{workspace_id}", "item": [ { "name": "Delete a Workspace", "id": "300709fc-6fd3-49ea-af2a-7497fd698d0f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "id": "07edccab-9d45-4164-b5c5-1f5f708311fd", "key": "workspace_id", "value": "", "description": "(Required) The id of the Workspace." } ] }, "description": "Delete a Workspace. The default Workspace cannot be deleted." }, "response": [ { "id": "a460fb41-419e-4158-8bac-5ddb3f7927ba", "name": "The request has succeeded.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\"\n}", "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-a460fb41-419e-4158-8bac-5ddb3f7927ba" }, { "id": "f3c185f1-fcd8-4191-9ff1-d78180caf1a7", "name": "400", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-f3c185f1-fcd8-4191-9ff1-d78180caf1a7" } ], "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-300709fc-6fd3-49ea-af2a-7497fd698d0f" }, { "name": "Get a Workspace", "id": "87cfdfdb-e96c-402f-9aa0-0e0f4d6ad2e0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "id": "a72ba709-7868-4479-bf4e-b916308f281d", "key": "workspace_id", "value": "", "description": "(Required) The id of the Workspace." } ] }, "description": "Retrieve a single Workspace by its id, including the sheets it contains." }, "response": [ { "id": "aa525993-cb41-405a-9e7c-41516b72ee76", "name": "The request has succeeded.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": null,\n \"containing_workspace_id\": \"\",\n \"sheets\": [\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"\",\n \"template_key\": \"\",\n \"custom_metadata\": {},\n \"columns\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"\",\n \"template_key\": \"\",\n \"custom_metadata\": {},\n \"columns\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n }\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-aa525993-cb41-405a-9e7c-41516b72ee76" }, { "id": "b6663da6-dc00-4027-b2f9-183fab7889c8", "name": "400", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-b6663da6-dc00-4027-b2f9-183fab7889c8" } ], "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-87cfdfdb-e96c-402f-9aa0-0e0f4d6ad2e0" }, { "name": "Update a Workspace", "id": "76c0f287-d768-47b3-8a0f-8962f77fb575", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": null,\n \"containing_workspace_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "id": "3e603e30-8c1f-4657-a31f-7d857e9e2eb9", "key": "workspace_id", "value": "", "description": "(Required) The id of the Workspace." } ] }, "description": "Update a Workspace's name, description, color, custom metadata, or containing workspace." }, "response": [ { "id": "a65e6838-5666-4615-a333-194e66072cee", "name": "The request has succeeded.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": null,\n \"containing_workspace_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": null,\n \"containing_workspace_id\": \"\",\n \"sheets\": [\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"\",\n \"template_key\": \"\",\n \"custom_metadata\": {},\n \"columns\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"\",\n \"template_key\": \"\",\n \"custom_metadata\": {},\n \"columns\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n }\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-a65e6838-5666-4615-a333-194e66072cee" }, { "id": "fa75ac3b-2fb8-46f0-a0f6-d54a3a4b5b5e", "name": "400", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": null,\n \"containing_workspace_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces", ":workspace_id" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-fa75ac3b-2fb8-46f0-a0f6-d54a3a4b5b5e" } ], "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-76c0f287-d768-47b3-8a0f-8962f77fb575" } ], "id": "ac7f61c2-653c-44e3-ba47-62984246a981", "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-ac7f61c2-653c-44e3-ba47-62984246a981" }, { "name": "Create a Workspace", "id": "2e559279-660b-4148-9753-486036835566", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": null,\n \"containing_workspace_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces" ] }, "description": "Create a new Workspace in the organization." }, "response": [ { "id": "50fc0894-cbe5-446b-8097-6b036fa55ab3", "name": "The request has succeeded.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": null,\n \"containing_workspace_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": null,\n \"containing_workspace_id\": \"\",\n \"sheets\": [\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"\",\n \"template_key\": \"\",\n \"custom_metadata\": {},\n \"columns\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"\",\n \"template_key\": \"\",\n \"custom_metadata\": {},\n \"columns\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n }\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-50fc0894-cbe5-446b-8097-6b036fa55ab3" }, { "id": "1bfc8c78-f9e9-486e-95a6-273e42fd2f91", "name": "400", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": null,\n \"containing_workspace_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-1bfc8c78-f9e9-486e-95a6-273e42fd2f91" } ], "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-2e559279-660b-4148-9753-486036835566" }, { "name": "List Workspaces", "id": "c4678ea0-8929-4156-a14e-f5b1f675c639", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces?containing_workspace_id=&offset=&count=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces" ], "query": [ { "description": "Filter Workspaces by the ID of the containing Workspace. Pass `null` or an empty value to return only root-level Workspaces (those with no containing Workspace); omitting the parameter returns all accessible Workspaces.", "key": "containing_workspace_id", "value": "" }, { "description": "The number of Workspaces to skip before starting to collect the result set. Must be non-negative. Defaults to 0.", "key": "offset", "value": "" }, { "description": "The maximum number of Workspaces to return. Must be non-negative. Defaults to and is capped at 100.", "key": "count", "value": "" } ] }, "description": "Returns a list of all Workspaces that the authenticated user can access. Supports pagination via `offset` and `count` query parameters." }, "response": [ { "id": "dde7589b-0fa1-4a71-8750-e2c86f9a1899", "name": "The request has succeeded.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces?containing_workspace_id=&offset=&count=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces" ], "query": [ { "description": "Filter Workspaces by the ID of the containing Workspace. Pass `null` or an empty value to return only root-level Workspaces (those with no containing Workspace); omitting the parameter returns all accessible Workspaces.", "key": "containing_workspace_id", "value": "" }, { "description": "The number of Workspaces to skip before starting to collect the result set. Must be non-negative. Defaults to 0.", "key": "offset", "value": "" }, { "description": "The maximum number of Workspaces to return. Must be non-negative. Defaults to and is capped at 100.", "key": "count", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workspaces\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": {},\n \"containing_workspace_id\": \"\",\n \"sheets\": [\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"\",\n \"template_key\": \"\",\n \"custom_metadata\": {},\n \"columns\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"\",\n \"template_key\": \"\",\n \"custom_metadata\": null,\n \"columns\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": {},\n \"containing_workspace_id\": \"\",\n \"sheets\": [\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"\",\n \"template_key\": \"\",\n \"custom_metadata\": {},\n \"columns\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"workspace_id\": \"\",\n \"name\": \"\",\n \"template_key\": \"\",\n \"custom_metadata\": null,\n \"columns\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"template_column_key\": \"\",\n \"is_custom\": \"\"\n }\n ]\n }\n ]\n }\n ],\n \"total_count\": \"\"\n}", "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-dde7589b-0fa1-4a71-8750-e2c86f9a1899" }, { "id": "6ee519f3-07da-40eb-8716-b04d8fa4c2eb", "name": "400", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/workspaces?containing_workspace_id=&offset=&count=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "workspaces" ], "query": [ { "description": "Filter Workspaces by the ID of the containing Workspace. Pass `null` or an empty value to return only root-level Workspaces (those with no containing Workspace); omitting the parameter returns all accessible Workspaces.", "key": "containing_workspace_id", "value": "" }, { "description": "The number of Workspaces to skip before starting to collect the result set. Must be non-negative. Defaults to 0.", "key": "offset", "value": "" }, { "description": "The maximum number of Workspaces to return. Must be non-negative. Defaults to and is capped at 100.", "key": "count", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-6ee519f3-07da-40eb-8716-b04d8fa4c2eb" } ], "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-c4678ea0-8929-4156-a14e-f5b1f675c639" } ], "id": "e7311850-2800-46fd-8af6-ebcff6eacfcf", "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-e7311850-2800-46fd-8af6-ebcff6eacfcf" } ], "id": "fcda0eae-c8ac-4e8d-86b1-40eb5dd6163c", "createdAt": "2026-07-28T02:26:32.000Z", "updatedAt": "2026-07-28T02:26:32.000Z", "uid": "35240-fcda0eae-c8ac-4e8d-86b1-40eb5dd6163c" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-KEY", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.oneschema.co" } ] }