TIBCO · JSON Structure

Tibco Integration App Structure

Structure documentation for TIBCO Cloud Integration application objects

Type: Properties: 0
AnalyticsAPI ManagementCloudEnterprise SoftwareIntegrationMessagingReal-Time Data

TIBCO Integration App is a JSON Structure definition published by TIBCO.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "TIBCO Integration App",
  "description": "Structure documentation for TIBCO Cloud Integration application objects",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "required": true,
      "description": "Unique application identifier"
    },
    {
      "name": "name",
      "type": "string",
      "required": true,
      "description": "Application name (must be unique within organization)"
    },
    {
      "name": "description",
      "type": "string",
      "required": false,
      "description": "Human-readable description of the app's purpose"
    },
    {
      "name": "type",
      "type": "enum",
      "required": true,
      "values": ["flogo", "business-studio"],
      "description": "Application type: Flogo low-code or Business Studio"
    },
    {
      "name": "status",
      "type": "enum",
      "required": true,
      "values": ["running", "stopped", "error", "scaling"],
      "description": "Current runtime status of the application"
    },
    {
      "name": "version",
      "type": "string",
      "required": false,
      "description": "Semantic version of the application"
    },
    {
      "name": "createdAt",
      "type": "string (date-time)",
      "required": false,
      "description": "ISO 8601 creation timestamp"
    },
    {
      "name": "updatedAt",
      "type": "string (date-time)",
      "required": false,
      "description": "ISO 8601 last update timestamp"
    },
    {
      "name": "deployments",
      "type": "integer",
      "required": false,
      "description": "Number of active deployment instances"
    }
  ]
}