Google Chrome · Schema
StorageStatusReport
Storage usage report at a point in time.
BrowserChrome ExtensionsDeveloper ToolsWeb Platform
Properties
| Name | Type | Description |
|---|---|---|
| reportTime | string | Timestamp of the report. |
| disk | array | Disk information for each disk on the device. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/StorageStatusReport",
"title": "StorageStatusReport",
"type": "object",
"description": "Storage usage report at a point in time.",
"properties": {
"reportTime": {
"type": "string",
"format": "date-time",
"description": "Timestamp of the report."
},
"disk": {
"type": "array",
"description": "Disk information for each disk on the device.",
"items": {
"type": "object",
"properties": {
"bytesReadThisSession": {
"type": "string",
"format": "int64",
"description": "Bytes read this session."
},
"bytesWrittenThisSession": {
"type": "string",
"format": "int64",
"description": "Bytes written this session."
},
"readTimeThisSession": {
"type": "string",
"description": "Time spent reading this session."
},
"writeTimeThisSession": {
"type": "string",
"description": "Time spent writing this session."
},
"ioTimeThisSession": {
"type": "string",
"description": "Time spent on I/O operations this session."
},
"discardTimeThisSession": {
"type": "string",
"description": "Time spent on discard operations this session."
},
"volumeIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "Volume IDs associated with this disk."
},
"health": {
"type": "string",
"description": "Disk health state."
}
}
}
}
}
}
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/google-chrome-storagestatusreport"
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.