Properties
| Name | Type | Description |
|---|---|---|
| candidate | object | |
| location_id | string | |
| interview_stage_id | string | |
| rejected_reason_ids | array | |
| rejected_at | string | |
| interview_stage | array | |
| id | string | |
| rejected_reasons | array | |
| questionnaire | object | |
| attachments | array | |
| job_id | string | |
| location_ids | array | |
| candidate_id | string | |
| updated_at | string | |
| application_status | object | |
| created_at | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Application",
"title": "Application",
"type": "object",
"properties": {
"candidate": {
"$ref": "#/components/schemas/ApplicationCandidate"
},
"location_id": {
"type": "string"
},
"interview_stage_id": {
"type": "string"
},
"rejected_reason_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"rejected_at": {
"type": "string"
},
"interview_stage": {
"type": "array",
"items": {
"$ref": "#/components/schemas/InterviewStage"
}
},
"id": {
"type": "string"
},
"rejected_reasons": {
"type": "array",
"items": {
"$ref": "#/components/schemas/RejectedReason"
}
},
"questionnaire": {
"$ref": "#/components/schemas/Questionnaire"
},
"attachments": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ApplicationAttachment"
}
},
"job_id": {
"type": "string"
},
"location_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"candidate_id": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"application_status": {
"$ref": "#/components/schemas/ApplicationStatusEnum"
},
"created_at": {
"type": "string"
}
},
"required": [
"application_status",
"questionnaire",
"candidate"
]
}
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/stackone-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.