This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "components": { | |
| "schemas": {}, | |
| "securitySchemes": { | |
| "Authorization": { | |
| "bearerFormat": "API Key", | |
| "description": "Authorization header with Bearer token", | |
| "scheme": "bearer", | |
| "type": "http" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "components": { | |
| "parameters": { | |
| "OrganizationIdPath": { | |
| "in": "path", | |
| "name": "organizationId", | |
| "required": true, | |
| "description": "The unique identifier of the organization.", | |
| "schema": { | |
| "type": "string" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "openapi": "3.0.0", | |
| "info": { | |
| "title": "XBOW (Minimal - listAssets only)", | |
| "version": "2026-02-01", | |
| "description": "Minimal XBOW API spec exposing only the listAssets operation. Used to test organizationId injection from agent/plugin settings." | |
| }, | |
| "servers": [ | |
| { | |
| "url": "https://console.xbow.com", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "components": { | |
| "schemas": {}, | |
| "securitySchemes": { | |
| "Authorization": { | |
| "bearerFormat": "API Key", | |
| "description": "Authorization header with Bearer token", | |
| "scheme": "bearer", | |
| "type": "http" | |
| } |