TIBCO · Schema
TIBCO Cloud Integration App
An integration application in TIBCO Cloud Integration, representing a Flogo, BusinessWorks, or Node.js app that defines integration flows, connections, and deployment configuration.
AnalyticsAPI ManagementCloudEnterprise SoftwareIntegrationMessagingReal-Time Data
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the integration app |
| name | string | Name of the integration app |
| description | string | Description of the integration app |
| type | string | Integration app type determining the runtime engine |
| status | string | Current operational status of the app |
| version | string | App version identifier |
| createdTime | string | When the app was created |
| modifiedTime | string | When the app was last modified |
| createdBy | string | User who created the app |
| flows | array | Integration flows defined within the app |
| connections | array | Connections used by the app |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://developer.tibco.com/schemas/tibco/integration-app.json",
"title": "TIBCO Cloud Integration App",
"description": "An integration application in TIBCO Cloud Integration, representing a Flogo, BusinessWorks, or Node.js app that defines integration flows, connections, and deployment configuration.",
"type": "object",
"required": ["name", "type"],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the integration app"
},
"name": {
"type": "string",
"description": "Name of the integration app",
"minLength": 1,
"maxLength": 256
},
"description": {
"type": "string",
"description": "Description of the integration app"
},
"type": {
"type": "string",
"enum": ["flogo", "businessworks", "node"],
"description": "Integration app type determining the runtime engine"
},
"status": {
"type": "string",
"enum": ["draft", "running", "stopped", "error"],
"description": "Current operational status of the app"
},
"version": {
"type": "string",
"description": "App version identifier"
},
"createdTime": {
"type": "string",
"format": "date-time",
"description": "When the app was created"
},
"modifiedTime": {
"type": "string",
"format": "date-time",
"description": "When the app was last modified"
},
"createdBy": {
"type": "string",
"description": "User who created the app"
},
"flows": {
"type": "array",
"items": {
"$ref": "#/$defs/Flow"
},
"description": "Integration flows defined within the app"
},
"connections": {
"type": "array",
"items": {
"$ref": "#/$defs/ConnectionRef"
},
"description": "Connections used by the app"
}
},
"$defs": {
"Flow": {
"type": "object",
"description": "An integration flow defining a sequence of activities triggered by an event",
"properties": {
"id": {
"type": "string",
"description": "Flow unique identifier"
},
"name": {
"type": "string",
"description": "Flow name"
},
"description": {
"type": "string",
"description": "Flow description"
},
"type": {
"type": "string",
"description": "Flow trigger type (e.g., REST, Timer, Message)"
}
}
},
"ConnectionRef": {
"type": "object",
"description": "Reference to a connector connection used by the app",
"properties": {
"id": {
"type": "string",
"description": "Connection identifier"
},
"name": {
"type": "string",
"description": "Connection name"
},
"type": {
"type": "string",
"description": "Connector type"
}
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tibco-integration-app"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.