Lever · Schema
Lever Posting
A job posting in Lever. Postings appear on the public careers site when `state` is `published` and can be the target of applications submitted via the Postings API.
Applicant TrackingATSCRMRecruitingHiringTalent AcquisitionHuman ResourcesHR TechPostingsWebhookAuthentication
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| text | string | Title / role text of the posting. |
| state | string | |
| categories | object | |
| country | string | |
| createdAt | integer | |
| updatedAt | integer | |
| user | string | ID of the user who owns the posting. |
| owner | string | |
| hiringManager | string | |
| confidentiality | string | |
| description | string | HTML description of the role. |
| descriptionPlain | string | |
| lists | array | |
| additional | string | |
| additionalPlain | string | |
| urls | object | |
| applyUrl | string | |
| hostedUrl | string | |
| workplaceType | string | |
| salaryRange | object | |
| salaryDescription | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/lever-co/main/json-schema/lever-posting-schema.json",
"title": "Lever Posting",
"description": "A job posting in Lever. Postings appear on the public careers site when `state` is `published` and can be the target of applications submitted via the Postings API.",
"type": "object",
"required": ["id", "text"],
"properties": {
"id": { "type": "string" },
"text": {
"type": "string",
"description": "Title / role text of the posting."
},
"state": {
"type": "string",
"enum": ["draft", "internal", "published", "pending", "closed", "rejected"]
},
"categories": {
"type": "object",
"properties": {
"commitment": { "type": "string" },
"department": { "type": "string" },
"level": { "type": "string" },
"location": { "type": "string" },
"team": { "type": "string" },
"allLocations": {
"type": "array",
"items": { "type": "string" }
}
}
},
"country": { "type": "string" },
"createdAt": { "type": "integer", "format": "int64" },
"updatedAt": { "type": "integer", "format": "int64" },
"user": {
"type": "string",
"description": "ID of the user who owns the posting."
},
"owner": { "type": "string" },
"hiringManager": { "type": "string" },
"confidentiality": {
"type": "string",
"enum": ["non-confidential", "confidential"]
},
"description": {
"type": "string",
"description": "HTML description of the role."
},
"descriptionPlain": { "type": "string" },
"lists": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": { "type": "string" },
"content": { "type": "string" }
}
}
},
"additional": { "type": "string" },
"additionalPlain": { "type": "string" },
"urls": {
"type": "object",
"properties": {
"list": { "type": "string", "format": "uri" },
"show": { "type": "string", "format": "uri" },
"apply": { "type": "string", "format": "uri" }
}
},
"applyUrl": { "type": "string", "format": "uri" },
"hostedUrl": { "type": "string", "format": "uri" },
"workplaceType": {
"type": "string",
"enum": ["on-site", "hybrid", "remote", "unspecified"]
},
"salaryRange": {
"type": "object",
"properties": {
"min": { "type": "number" },
"max": { "type": "number" },
"currency": { "type": "string" },
"interval": {
"type": "string",
"enum": ["per-year-salary", "per-hour-wage", "per-month", "per-day", "one-time"]
}
}
},
"salaryDescription": { "type": "string" }
}
}
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
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/lever-posting"
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.