drchrono · Schema
TaskTemplate
EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management
Properties
| Name | Type | Description |
|---|---|---|
| archived | boolean | |
| name | string | |
| practice_group | string | |
| default_category | integer | |
| updated_at | string | |
| default_title | string | |
| default_note | string | |
| default_status | integer | |
| id | integer | |
| default_assignee_group | integer | |
| default_assignee_user | string | |
| default_due_date_offset | string | Offset due date, format should follow `"[DD] [HH:[MM:]]ss[.uuuuuu]"` |
| created_at | string | |
| default_priority | string | Can be one of the following 10(Low), 20(Medium), 30(High), 40(Urgent) |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.github.io/drchrono/json-schema/tasktemplate.json",
"title": "TaskTemplate",
"required": [
"name"
],
"type": "object",
"properties": {
"archived": {
"type": "boolean",
"description": "",
"title": "Archived"
},
"name": {
"type": "string",
"description": "",
"title": "Name"
},
"practice_group": {
"readOnly": true,
"type": "string",
"description": "",
"title": "Practice group"
},
"default_category": {
"type": "integer",
"description": "",
"title": "Default category"
},
"updated_at": {
"readOnly": true,
"type": "string",
"description": "",
"title": "Updated at"
},
"default_title": {
"type": "string",
"description": "",
"title": "Default title"
},
"default_note": {
"type": "string",
"description": "",
"title": "Default note"
},
"default_status": {
"type": "integer",
"description": "",
"title": "Default status"
},
"id": {
"readOnly": true,
"type": "integer",
"description": "",
"title": "ID"
},
"default_assignee_group": {
"type": "integer",
"description": "",
"title": "Default assignee group"
},
"default_assignee_user": {
"type": "string",
"description": "",
"title": "Default assignee user"
},
"default_due_date_offset": {
"type": "string",
"description": "Offset due date, format should follow `\"[DD] [HH:[MM:]]ss[.uuuuuu]\"`",
"title": "Default due date offset"
},
"created_at": {
"readOnly": true,
"type": "string",
"description": "",
"title": "Created at"
},
"default_priority": {
"enum": [
"10",
"20",
"30",
"40"
],
"type": "string",
"description": "Can be one of the following 10(Low), 20(Medium), 30(High), 40(Urgent)",
"title": "Default priority"
}
},
"x-verbose-required": []
}
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/tasktemplate"
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.