Ricoh USA · JSON Structure

Theta Web Api File Entry Structure

Type: object Properties: 10
PrintingDocument ManagementWorkplace ServicesImaging360 CamerasWorkflow Automation

Theta Web Api File Entry Structure is a JSON Structure definition published by Ricoh USA, describing 10 properties. It conforms to the https://json-structure.org/schema/v0 meta-schema.

Properties

name fileUrl size dateTimeZone width height isProcessed _projectionType _codec _recordTime

Meta-schema: https://json-structure.org/schema/v0

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema/v0",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ricoh-usa/main/json-structure/theta-web-api-file-entry-structure.json",
  "title": "RICOH THETA File Entry",
  "type": "object",
  "properties": {
    "name": { "type": "string" },
    "fileUrl": { "type": "string" },
    "size": { "type": "integer" },
    "dateTimeZone": { "type": "string" },
    "width": { "type": "integer" },
    "height": { "type": "integer" },
    "isProcessed": { "type": "boolean" },
    "_projectionType": { "type": "string" },
    "_codec": { "type": "string" },
    "_recordTime": { "type": "integer" }
  }
}