Kombo · Schema

GetIntegrationsIntegrationIdIntegrationFieldsPositiveResponse

ATSEmbedded iPaaSHRISLMSPayrollUnified-API

Properties

Name Type Description
status string
data object
View JSON Schema on GitHub

JSON Schema

kombo-getintegrationsintegrationidintegrationfieldspositiverespons-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetIntegrationsIntegrationIdIntegrationFieldsPositiveResponse",
  "title": "GetIntegrationsIntegrationIdIntegrationFieldsPositiveResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "const": "success"
    },
    "data": {
      "type": "object",
      "properties": {
        "results": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string",
                "description": "The unique ID of the field."
              },
              "key": {
                "type": "string",
                "description": "The key of the field in the remote system."
              },
              "model": {
                "type": "string",
                "description": "The model the field is associated with."
              },
              "type": {
                "type": "string",
                "enum": [
                  "DEFAULT",
                  "CUSTOM"
                ],
                "description": "The type of the integration field. There is a type to avoid collisions between DEFAULT fields and CUSTOM fields with the same key."
              },
              "label": {
                "type": [
                  "string",
                  "null"
                ],
                "description": "The label of the field in the remote system."
              },
              "is_passthrough_enabled": {
                "type": "boolean",
                "description": "Whether the field is included in the integrations_fields array of the corresponding model."
              },
              "is_writable": {
                "type": "boolean",
                "const": false,
                "description": "This field is related to a deprecated feature and means nothing, but is kept for backwards compatibility."
              }
            },
            "required": [
              "id",
              "key",
              "model",
              "type",
              "label",
              "is_passthrough_enabled",
              "is_writable"
            ],
            "examples": [
              {
                "id": "9suhxJU83Kon4kPTS47837uE",
                "key": "tax_id",
                "model": "hris_employees",
                "type": "DEFAULT",
                "label": "Tax ID",
                "is_passthrough_enabled": true,
                "is_writable": false
              }
            ]
          }
        },
        "next_cursor": {
          "type": [
            "string",
            "null"
          ],
          "description": "**(\u26a0\ufe0f Deprecated - Use `next` instead.)** Cursor string that can be passed to the `cursor` query parameter to get the next page. If this is `null`, then there are no more pages."
        },
        "next": {
          "type": [
            "string",
            "null"
          ],
          "description": "Cursor string that can be passed to the `cursor` query parameter to get the next page. If this is `null`, then there are no more pages."
        }
      },
      "required": [
        "results",
        "next_cursor",
        "next"
      ],
      "examples": [
        {
          "results": [
            {
              "id": "FFpTK47GhXnU6QAopPq2bdos",
              "key": "tax_id",
              "model": "hris_employees",
              "type": "DEFAULT",
              "label": "Tax ID",
              "is_passthrough_enabled": true,
              "is_writable": false
            }
          ],
          "next_cursor": null,
          "next": null
        }
      ]
    }
  },
  "required": [
    "status",
    "data"
  ]
}

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/kombo-getintegrationsintegrationidintegrationfieldspositiverespons"
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.