Sensible · Schema
SensibleDocumentType
A Sensible document type — a logical category (e.g. bank_statement, acord_25) that groups one or more SenseML configurations.
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| name | string | Slug-style identifier used in API paths (e.g. `bank_statement`). |
| human_name | string | |
| description | string | |
| created_at | string | |
| updated_at | string | |
| schema | object | Optional JSON schema describing expected output fields. |
| configurations | array |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/sensible-so/main/json-schema/sensible-so-document-type-schema.json",
"title": "SensibleDocumentType",
"description": "A Sensible document type — a logical category (e.g. bank_statement, acord_25) that groups one or more SenseML configurations.",
"type": "object",
"required": ["id", "name"],
"properties": {
"id": { "type": "string" },
"name": {
"type": "string",
"description": "Slug-style identifier used in API paths (e.g. `bank_statement`)."
},
"human_name": { "type": "string" },
"description": { "type": "string" },
"created_at": { "type": "string", "format": "date-time" },
"updated_at": { "type": "string", "format": "date-time" },
"schema": {
"type": "object",
"description": "Optional JSON schema describing expected output fields.",
"properties": {
"fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": { "type": "string" },
"type": { "type": "string" },
"description": { "type": "string" }
}
}
},
"validations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"description": { "type": "string" },
"condition": { "type": "object" },
"severity": { "type": "string", "enum": ["error", "warning", "info"] },
"fields": { "type": "array", "items": { "type": "string" } }
}
}
}
}
},
"configurations": {
"type": "array",
"items": { "$ref": "#/definitions/Configuration" }
}
},
"definitions": {
"Configuration": {
"type": "object",
"required": ["name"],
"properties": {
"name": { "type": "string" },
"human_name": { "type": "string" },
"description": { "type": "string" },
"current_draft_version": { "type": ["string", "null"] },
"publications": {
"type": "array",
"items": {
"type": "object",
"properties": {
"environment": { "type": "string", "enum": ["production", "development"] },
"version": { "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/sensible-so-document-type"
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.