Ricoh USA · Schema
RICOH THETA File Entry
Entry returned by camera.listFiles describing a single media item on the device.
PrintingDocument-ManagementWorkplace ServicesImaging360 CamerasWorkflow-Automation
Properties
| Name | Type | Description |
|---|---|---|
| name | string | |
| fileUrl | string | |
| size | integer | |
| dateTimeZone | string | |
| width | integer | |
| height | integer | |
| thumbnail | string | Base64 thumbnail when requested. |
| previewUrl | string | |
| isProcessed | boolean | |
| _projectionType | string | |
| _codec | string | |
| _thumbSize | integer | |
| _intervalCaptureGroupId | string | |
| _compositeShootingGroupId | string | |
| _autoBracketGroupId | string | |
| _recordTime | integer | Duration in seconds for video files. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/ricoh-usa/main/json-schema/theta-web-api-file-entry-schema.json",
"title": "RICOH THETA File Entry",
"description": "Entry returned by camera.listFiles describing a single media item on the device.",
"type": "object",
"required": ["name", "fileUrl", "size"],
"properties": {
"name": { "type": "string" },
"fileUrl": { "type": "string", "format": "uri" },
"size": { "type": "integer", "minimum": 0 },
"dateTimeZone": { "type": "string" },
"width": { "type": "integer" },
"height": { "type": "integer" },
"thumbnail": { "type": "string", "description": "Base64 thumbnail when requested." },
"previewUrl": { "type": "string", "format": "uri" },
"isProcessed": { "type": "boolean" },
"_projectionType": {
"type": "string",
"enum": ["Equirectangular", "Dual-Fisheye"]
},
"_codec": {
"type": "string",
"enum": ["H.264/MPEG-4 AVC", "H.265/HEVC"]
},
"_thumbSize": { "type": "integer" },
"_intervalCaptureGroupId": { "type": "string" },
"_compositeShootingGroupId": { "type": "string" },
"_autoBracketGroupId": { "type": "string" },
"_recordTime": { "type": "integer", "description": "Duration in seconds for video files." }
}
}
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/theta-web-api-file-entry"
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.