Apigee Integration Structure
A version of an integration containing the complete configuration including triggers, tasks, and parameters for automating workflows within Google Cloud.
Apigee Integration Version is a JSON Structure definition published by Apigee, describing 12 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://github.com/apigee/apigee-integration-structure.json",
"description": "A version of an integration containing the complete configuration including triggers, tasks, and parameters for automating workflows within Google Cloud.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Output only. Resource name of the version.",
"readOnly": true
},
"description": {
"type": "string",
"description": "Description of the integration version."
},
"taskConfigs": {
"type": "array",
"description": "List of task configurations in the integration.",
"items": {
"$ref": "#/$defs/TaskConfig"
}
},
"triggerConfigs": {
"type": "array",
"description": "List of trigger configurations.",
"items": {
"$ref": "#/$defs/TriggerConfig"
}
},
"integrationParameters": {
"type": "array",
"description": "Parameters used by the integration.",
"items": {
"$ref": "#/$defs/IntegrationParameter"
}
},
"state": {
"type": "string",
"description": "State of the integration version.",
"enum": [
"INTEGRATION_STATE_UNSPECIFIED",
"DRAFT",
"ACTIVE",
"ARCHIVED",
"SNAPSHOT"
]
},
"snapshotNumber": {
"type": "string",
"description": "Output only. Auto-incrementing snapshot number.",
"readOnly": true
},
"createTime": {
"type": "datetime",
"description": "Output only. Time the version was created.",
"readOnly": true
},
"lastModifierEmail": {
"type": "string",
"description": "Output only. Email of the last modifier.",
"readOnly": true
},
"parentTemplateId": {
"type": "string",
"description": "ID of the template this version was created from."
},
"userLabel": {
"type": "string",
"description": "User-defined label for the version."
},
"databasePersistencePolicy": {
"type": "string",
"description": "Database persistence policy for execution logs.",
"enum": [
"DATABASE_PERSISTENCE_POLICY_UNSPECIFIED",
"DATABASE_PERSISTENCE_DISABLED",
"DATABASE_PERSISTENCE_ASYNC"
]
}
},
"$defs": {
"TaskConfig": {
"type": "object",
"description": "Configuration for a task in an integration.",
"properties": {
"task": {
"type": "string",
"description": "Type of the task."
},
"taskId": {
"type": "string",
"description": "Unique ID of the task within the integration."
},
"displayName": {
"type": "string",
"description": "Display name for the task."
},
"parameters": {
"type": "object",
"description": "Task parameters.",
"additionalProperties": true
},
"nextTasks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"taskId": {
"type": "string"
},
"condition": {
"type": "string"
},
"displayName": {
"type": "string"
}
}
}
},
"taskExecutionStrategy": {
"type": "string",
"enum": [
"WHEN_ALL_SUCCEED",
"WHEN_ANY_SUCCEED",
"WHEN_ALL_TASKS_AND_CONDITIONS_SUCCEED"
]
},
"failurePolicy": {
"type": "object",
"properties": {
"retryStrategy": {
"type": "string",
"enum": [
"RETRY_STRATEGY_UNSPECIFIED",
"IGNORE",
"NONE",
"FATAL",
"FIXED_INTERVAL",
"LINEAR_BACKOFF",
"EXPONENTIAL_BACKOFF",
"RESTART_INTEGRATION_WITH_BACKOFF"
]
},
"maxRetries": {
"type": "integer"
}
}
}
},
"required": [
"task",
"taskId"
]
},
"TriggerConfig": {
"type": "object",
"description": "Configuration for a trigger that starts an integration.",
"properties": {
"trigger": {
"type": "string"
},
"triggerId": {
"type": "string"
},
"label": {
"type": "string"
},
"description": {
"type": "string"
},
"triggerType": {
"type": "string",
"enum": [
"TRIGGER_TYPE_UNSPECIFIED",
"CRON",
"API",
"SFDC_CHANNEL",
"CLOUD_PUBSUB_EXTERNAL",
"SFDC_CDC_CHANNEL",
"CLOUD_SCHEDULER",
"INTEGRATION_CONNECTOR_TRIGGER"
]
},
"startTasks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"taskId": {
"type": "string"
},
"condition": {
"type": "string"
}
}
}
}
},
"required": [
"triggerId"
]
},
"IntegrationParameter": {
"type": "object",
"description": "A parameter used in an integration.",
"properties": {
"key": {
"type": "string"
},
"dataType": {
"type": "string",
"enum": [
"INTEGRATION_PARAMETER_DATA_TYPE_UNSPECIFIED",
"STRING_VALUE",
"INT_VALUE",
"DOUBLE_VALUE",
"BOOLEAN_VALUE",
"STRING_ARRAY",
"INT_ARRAY",
"DOUBLE_ARRAY",
"BOOLEAN_ARRAY",
"JSON_VALUE",
"PROTO_VALUE",
"PROTO_ARRAY"
]
},
"inputOutputType": {
"type": "string",
"enum": [
"IN_OUT_TYPE_UNSPECIFIED",
"IN",
"OUT",
"IN_OUT"
]
},
"isTransient": {
"type": "boolean"
},
"producer": {
"type": "string"
}
},
"required": [
"key"
]
}
},
"name": "Apigee Integration Version"
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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
curl "https://apis.io/api/v1/json-structures/apigee-integration-structure"
curl "https://apis.io/api/v1/json-structures?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.