Box · Schema

Integration mapping

A standard representation of an integration mapping object.

Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing
View JSON Schema on GitHub

JSON Schema

box-integrationmapping-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IntegrationMapping",
  "title": "Integration mapping",
  "type": "object",
  "x-box-resource-id": "integration_mapping",
  "x-box-tag": "integration_mappings",
  "x-box-variant": "standard",
  "description": "A standard representation of an integration\nmapping object.",
  "allOf": [
    {
      "$ref": "#/components/schemas/IntegrationMapping--Base"
    },
    {
      "properties": {
        "type": {
          "type": "string",
          "example": "integration_mapping",
          "enum": [
            "integration_mapping"
          ],
          "description": "Mapping type",
          "nullable": false
        },
        "partner_item": {
          "oneOf": [
            {
              "$ref": "#/components/schemas/IntegrationMappingPartnerItemSlack"
            }
          ],
          "nullable": false,
          "description": "Mapped item object for Slack"
        },
        "box_item": {
          "allOf": [
            {
              "$ref": "#/components/schemas/Folder--Mini"
            }
          ],
          "description": "The Box folder, to which the object from the\npartner app domain (referenced in `partner_item_id`) is mapped",
          "nullable": false
        },
        "is_manually_created": {
          "type": "boolean",
          "example": true,
          "description": "Identifies whether the mapping has\nbeen manually set\n(as opposed to being automatically created)",
          "nullable": false
        },
        "options": {
          "type": "object",
          "nullable": false,
          "example": {},
          "description": "Integration mapping options for Slack",
          "anyOf": [
            {
              "$ref": "#/components/schemas/IntegrationMappingSlackOptions"
            }
          ]
        },
        "created_by": {
          "allOf": [
            {
              "$ref": "#/components/schemas/UserIntegrationMappings"
            }
          ],
          "description": "An object representing the user who\ncreated the integration mapping",
          "nullable": false
        },
        "modified_by": {
          "allOf": [
            {
              "$ref": "#/components/schemas/UserIntegrationMappings"
            }
          ],
          "description": "The user who\nlast modified the integration mapping",
          "nullable": false
        },
        "created_at": {
          "type": "string",
          "format": "date-time",
          "description": "When the integration mapping object was created",
          "example": "2012-12-12T10:53:43-08:00",
          "nullable": false
        },
        "modified_at": {
          "type": "string",
          "format": "date-time",
          "description": "When the integration mapping object was last modified",
          "example": "2012-12-12T10:53:43-08:00",
          "nullable": false
        }
      }
    }
  ],
  "required": [
    "type",
    "partner_item",
    "box_item"
  ]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/box-integrationmapping"
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.