Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| createdAt | string | |
| name | string | |
| type | string | |
| md5 | string | |
| size | number | |
| isSensitive | boolean | |
| isSensitiveByModerator | booleannull | |
| blurhash | stringnull | |
| properties | object | |
| url | string | |
| thumbnailUrl | stringnull | |
| comment | stringnull | |
| folderId | stringnull | |
| folder | objectnull | |
| userId | stringnull | |
| user | objectnull |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://misskey.io/schemas/DriveFile",
"title": "DriveFile",
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "id",
"example": "xxxxxxxxxx"
},
"createdAt": {
"type": "string",
"format": "date-time"
},
"name": {
"type": "string",
"example": "192.jpg"
},
"type": {
"type": "string",
"example": "image/jpeg"
},
"md5": {
"type": "string",
"format": "md5",
"example": "15eca7fba0480996e2245f5185bf39f2"
},
"size": {
"type": "number",
"example": 51469
},
"isSensitive": {
"type": "boolean"
},
"isSensitiveByModerator": {
"type": [
"boolean",
"null"
]
},
"blurhash": {
"type": [
"string",
"null"
]
},
"properties": {
"type": "object",
"properties": {
"width": {
"type": "number",
"example": 1280
},
"height": {
"type": "number",
"example": 720
},
"orientation": {
"type": "number",
"example": 8
},
"avgColor": {
"type": "string",
"example": "rgb(40,65,87)"
}
}
},
"url": {
"type": "string",
"format": "url"
},
"thumbnailUrl": {
"type": [
"string",
"null"
],
"format": "url"
},
"comment": {
"type": [
"string",
"null"
]
},
"folderId": {
"type": [
"string",
"null"
],
"format": "id",
"example": "xxxxxxxxxx"
},
"folder": {
"type": [
"object",
"null"
],
"anyOf": [
{
"$ref": "#/components/schemas/DriveFolder"
},
{
"type": "null"
}
]
},
"userId": {
"type": [
"string",
"null"
],
"format": "id",
"example": "xxxxxxxxxx"
},
"user": {
"type": [
"object",
"null"
],
"anyOf": [
{
"$ref": "#/components/schemas/UserLite"
},
{
"type": "null"
}
]
}
},
"required": [
"id",
"createdAt",
"name",
"type",
"md5",
"size",
"isSensitive",
"blurhash",
"properties",
"url",
"thumbnailUrl",
"comment",
"folderId",
"userId"
]
}
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/misskey-drivefile"
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.