Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the object. |
| documentId | string | Identifier for the associated document. |
| title | string | Title of the document. |
| name | string | The name of the revision, if any. |
| data | object | The body of the revision as a Prosemirror document. |
| text | string | Body of the document, may contain markdown formatting |
| icon | string | An emoji or icon associated with the revision. |
| color | string | The color of the revision icon in hex format. |
| collaborators | array | |
| createdAt | string | Date and time when this revision was created |
| createdBy | object | |
| createdById | string | Identifier for the user who created this revision. |
| deletedAt | string | Date and time when this revision was deleted, if applicable. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Revision",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the object.",
"readOnly": true,
"format": "uuid"
},
"documentId": {
"type": "string",
"description": "Identifier for the associated document.",
"readOnly": true,
"format": "uuid"
},
"title": {
"type": "string",
"description": "Title of the document.",
"readOnly": true
},
"name": {
"type": "string",
"nullable": true,
"description": "The name of the revision, if any.",
"readOnly": true
},
"data": {
"type": "object",
"description": "The body of the revision as a Prosemirror document.",
"readOnly": true
},
"text": {
"type": "string",
"description": "Body of the document, may contain markdown formatting",
"readOnly": true
},
"icon": {
"type": "string",
"nullable": true,
"description": "An emoji or icon associated with the revision.",
"readOnly": true
},
"color": {
"type": "string",
"nullable": true,
"description": "The color of the revision icon in hex format.",
"readOnly": true
},
"collaborators": {
"type": "array",
"items": {
"$ref": "#/components/schemas/User"
}
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "Date and time when this revision was created",
"readOnly": true
},
"createdBy": {
"$ref": "#/components/schemas/User"
},
"createdById": {
"type": "string",
"description": "Identifier for the user who created this revision.",
"format": "uuid",
"readOnly": true
},
"deletedAt": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "Date and time when this revision was deleted, if applicable.",
"readOnly": true
}
}
}
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/revision"
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.