Comeet · Schema
Comeet Position
Schema for a single published job position retrieved from the Comeet Careers API.
ATSCandidatesCareersInterviewsJobRecruitingTalent Acquisition
Properties
| Name | Type | Description |
|---|---|---|
| uid | string | Unique identifier for the position. |
| name | string | Job title. |
| department | string | |
| company_department | string | |
| location | object | |
| url_active_after | string | |
| url_comeet_hosted_page | string | |
| details | object | |
| status | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/comeet/refs/heads/main/json-schema/comeet-position-schema.json",
"title": "Comeet Position",
"description": "Schema for a single published job position retrieved from the Comeet Careers API.",
"type": "object",
"required": ["uid", "name"],
"properties": {
"uid": {
"type": "string",
"description": "Unique identifier for the position."
},
"name": {
"type": "string",
"description": "Job title."
},
"department": {
"type": "string"
},
"company_department": {
"type": "string"
},
"location": {
"type": "object",
"properties": {
"country": { "type": "string" },
"city": { "type": "string" },
"name": { "type": "string" }
}
},
"url_active_after": {
"type": "string",
"format": "date-time"
},
"url_comeet_hosted_page": {
"type": "string",
"format": "uri"
},
"details": {
"type": "object",
"properties": {
"description": { "type": "string" },
"requirements": { "type": "string" }
}
},
"status": {
"type": "string",
"enum": ["published", "draft", "archived"]
}
}
}
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/comeet-position"
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.