Apifuse · JSON Structure

Apifuse Integration Structure

An embedded integration available in the Apifuse marketplace.

Type: object Properties: 5
Embedded IntegrationsIntegration PlatformIntegrationsiPaaSMarketplaceSaaSWorkflow Automation

Integration is a JSON Structure definition published by Apifuse, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name category status description

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apifuse/refs/heads/main/json-structure/apifuse-integration-structure.json",
  "description": "An embedded integration available in the Apifuse marketplace.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the integration.",
      "example": "int-001"
    },
    "name": {
      "type": "string",
      "description": "Display name of the integration.",
      "example": "Salesforce"
    },
    "category": {
      "type": "string",
      "description": "Category of the integration.",
      "example": "CRM"
    },
    "status": {
      "type": "string",
      "enum": [
        "active",
        "inactive",
        "beta"
      ],
      "description": "Current status of the integration."
    },
    "description": {
      "type": "string",
      "description": "Description of what the integration does."
    }
  },
  "name": "Integration"
}