Properties
| Name | Type | Description |
|---|---|---|
| job_id | integer | Canonical identifier of the job |
| creator_user_name | string | Username of the job creator |
| run_as_user_name | string | User the job runs as |
| settings | object | |
| created_time | integer | Time the job was created (epoch milliseconds) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Job",
"title": "Job",
"type": "object",
"properties": {
"job_id": {
"type": "integer",
"format": "int64",
"description": "Canonical identifier of the job",
"example": "500123"
},
"creator_user_name": {
"type": "string",
"description": "Username of the job creator",
"example": "example_value"
},
"run_as_user_name": {
"type": "string",
"description": "User the job runs as",
"example": "example_value"
},
"settings": {
"$ref": "#/components/schemas/JobSettings"
},
"created_time": {
"type": "integer",
"format": "int64",
"description": "Time the job was created (epoch milliseconds)",
"example": 10
}
}
}
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/microsoft-azure-databricks-job"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.