Ashby · Schema

Ashby Application

Schema for the Ashby Application resource — a candidate's application to a specific job. Backs application.create, application.info, application.list, application.update, application.transfer, application.changeStage, application.changeSource, application.listHistory, application.listCriteriaEvaluations, and the applicationSubmit / applicationUpdate webhooks.

ATSRecruitingTalent AcquisitionSourcingCRMSchedulingAnalyticsHiringHR TechArtificial Intelligence

Properties

Name Type Description
id string
createdAt string
updatedAt string
status string Application lifecycle state.
customFields array
candidate object
job object
currentInterviewStage object
source object
creditedToUser object
hiringTeam array
archiveReason object
applicationForm object Custom application form responses (file uploads, text answers, multi-selects) submitted via applicationForm.submit.
criteriaEvaluations array AI-generated criteria evaluations (requires AI Application Review feature enabled).
View JSON Schema on GitHub

JSON Schema

ashby-application-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/ashby-hq/ashby-application-schema.json",
  "title": "Ashby Application",
  "description": "Schema for the Ashby Application resource — a candidate's application to a specific job. Backs application.create, application.info, application.list, application.update, application.transfer, application.changeStage, application.changeSource, application.listHistory, application.listCriteriaEvaluations, and the applicationSubmit / applicationUpdate webhooks.",
  "type": "object",
  "properties": {
    "id": { "type": "string", "format": "uuid" },
    "createdAt": { "type": "string", "format": "date-time" },
    "updatedAt": { "type": "string", "format": "date-time" },
    "status": {
      "type": "string",
      "enum": ["Active", "Hired", "Archived", "Lead"],
      "description": "Application lifecycle state."
    },
    "customFields": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": { "type": "string", "format": "uuid" },
          "title": { "type": "string" },
          "value": {},
          "valueType": { "type": "string" }
        }
      }
    },
    "candidate": {
      "type": "object",
      "properties": {
        "id": { "type": "string", "format": "uuid" },
        "name": { "type": "string" }
      }
    },
    "job": {
      "type": "object",
      "properties": {
        "id": { "type": "string", "format": "uuid" },
        "title": { "type": "string" }
      }
    },
    "currentInterviewStage": {
      "type": "object",
      "properties": {
        "id": { "type": "string", "format": "uuid" },
        "title": { "type": "string" },
        "orderInInterviewPlan": { "type": "integer" },
        "interviewStageGroup": {
          "type": "object",
          "properties": {
            "id": { "type": "string", "format": "uuid" },
            "title": { "type": "string" },
            "type": {
              "type": "string",
              "enum": ["PreApplication", "Active", "Offer", "Hired", "Archived"]
            }
          }
        }
      }
    },
    "source": {
      "type": "object",
      "properties": {
        "id": { "type": "string", "format": "uuid" },
        "title": { "type": "string" }
      }
    },
    "creditedToUser": {
      "type": "object",
      "properties": {
        "id": { "type": "string", "format": "uuid" },
        "name": { "type": "string" }
      }
    },
    "hiringTeam": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "userId": { "type": "string", "format": "uuid" },
          "roleId": { "type": "string", "format": "uuid" },
          "name": { "type": "string" },
          "role": { "type": "string" }
        }
      }
    },
    "archiveReason": {
      "type": "object",
      "properties": {
        "id": { "type": "string", "format": "uuid" },
        "text": { "type": "string" },
        "reasonType": { "type": "string", "enum": ["Hired", "RejectedByCandidate", "RejectedByOrganization", "Withdrawn"] }
      }
    },
    "applicationForm": {
      "type": "object",
      "description": "Custom application form responses (file uploads, text answers, multi-selects) submitted via applicationForm.submit."
    },
    "criteriaEvaluations": {
      "type": "array",
      "description": "AI-generated criteria evaluations (requires AI Application Review feature enabled).",
      "items": {
        "type": "object",
        "properties": {
          "criterionId": { "type": "string", "format": "uuid" },
          "outcome": {
            "type": "string",
            "enum": ["StrongMatch", "Match", "PartialMatch", "NoMatch"]
          },
          "reasoning": { "type": "string" },
          "evaluatedAt": { "type": "string", "format": "date-time" }
        }
      }
    }
  },
  "required": ["id", "createdAt", "updatedAt", "status", "candidate", "job"]
}

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/ashby-application"
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.