Kombo · Schema

PostAiApplyApplyPositiveResponse

ATSEmbedded iPaaSHRISLMSPayrollUnified-API

Properties

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

JSON Schema

kombo-postaiapplyapplypositiveresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PostAiApplyApplyPositiveResponse",
  "title": "PostAiApplyApplyPositiveResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "const": "success"
    },
    "data": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing."
        },
        "posting_id": {
          "type": "string",
          "description": "The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing."
        },
        "status": {
          "type": "string"
        },
        "created_at": {
          "description": "YYYY-MM-DDTHH:mm:ss.sssZ",
          "type": "string",
          "format": "date-time",
          "externalDocs": {
            "url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString"
          }
        },
        "updated_at": {
          "description": "YYYY-MM-DDTHH:mm:ss.sssZ",
          "type": "string",
          "format": "date-time",
          "externalDocs": {
            "url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString"
          }
        }
      },
      "required": [
        "id",
        "posting_id",
        "status",
        "created_at",
        "updated_at"
      ],
      "examples": [
        {
          "id": "ADbmw5XSkeCSE1fAucoxEGnwZ",
          "posting_id": "JDn252PEYa4rMhKbJBjtn3ng",
          "status": "PENDING",
          "created_at": "2025-01-01T00:00:00.000Z",
          "updated_at": "2025-03-02T23:12:32.000Z"
        }
      ]
    }
  },
  "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-postaiapplyapplypositiveresponse"
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.