Ashby Job
Schema for the Ashby Job resource. Backs job.create, job.info, job.list, job.search, job.update, job.setStatus, job.updateCompensation, and the jobCreate / jobUpdate webhooks. A Job represents a specific hiring effort tied to one or more Openings.
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| title | string | |
| status | string | |
| confidential | boolean | |
| employmentType | string | |
| department | object | |
| location | object | |
| secondaryLocations | array | |
| compensation | object | |
| hiringTeam | array | |
| openings | array | |
| jobPostingIds | array | |
| interviewPlan | object | |
| customFields | array | |
| createdAt | string | |
| updatedAt | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/schemas/ashby-hq/ashby-job-schema.json",
"title": "Ashby Job",
"description": "Schema for the Ashby Job resource. Backs job.create, job.info, job.list, job.search, job.update, job.setStatus, job.updateCompensation, and the jobCreate / jobUpdate webhooks. A Job represents a specific hiring effort tied to one or more Openings.",
"type": "object",
"properties": {
"id": { "type": "string", "format": "uuid" },
"title": { "type": "string" },
"status": {
"type": "string",
"enum": ["Open", "Closed", "Archived", "Draft"]
},
"confidential": { "type": "boolean" },
"employmentType": {
"type": "string",
"enum": ["FullTime", "PartTime", "Contract", "Intern", "Temporary"]
},
"department": {
"type": "object",
"properties": {
"id": { "type": "string", "format": "uuid" },
"name": { "type": "string" },
"parentId": { "type": "string", "format": "uuid" }
}
},
"location": {
"type": "object",
"properties": {
"id": { "type": "string", "format": "uuid" },
"name": { "type": "string" }
}
},
"secondaryLocations": {
"type": "array",
"items": { "$ref": "#/properties/location" }
},
"compensation": {
"type": "object",
"properties": {
"summary": { "type": "string" },
"summaryComponents": {
"type": "array",
"items": {
"type": "object",
"properties": {
"compensationType": {
"type": "string",
"enum": ["Salary", "Hourly", "Equity", "Bonus", "Commission"]
},
"interval": {
"type": "string",
"enum": ["1 HOUR", "1 DAY", "1 MONTH", "1 YEAR", "ONE_TIME"]
},
"currencyCode": { "type": "string", "description": "ISO 4217 currency code." },
"minValue": { "type": "number" },
"maxValue": { "type": "number" }
}
}
}
}
},
"hiringTeam": {
"type": "array",
"items": {
"type": "object",
"properties": {
"userId": { "type": "string", "format": "uuid" },
"name": { "type": "string" },
"role": { "type": "string" }
}
}
},
"openings": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": { "type": "string", "format": "uuid" },
"openingState": {
"type": "string",
"enum": ["Open", "Filled", "OnHold", "Cancelled"]
},
"openedAt": { "type": "string", "format": "date-time" },
"closedAt": { "type": "string", "format": "date-time" }
}
}
},
"jobPostingIds": {
"type": "array",
"items": { "type": "string", "format": "uuid" }
},
"interviewPlan": {
"type": "object",
"properties": {
"id": { "type": "string", "format": "uuid" },
"title": { "type": "string" }
}
},
"customFields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": { "type": "string", "format": "uuid" },
"title": { "type": "string" },
"value": {},
"valueType": { "type": "string" }
}
}
},
"createdAt": { "type": "string", "format": "date-time" },
"updatedAt": { "type": "string", "format": "date-time" }
},
"required": ["id", "title", "status"]
}
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/ashby-job"
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.