Ricoh USA · JSON Structure

Theta Web Api Camera State Structure

Type: object Properties: 2
PrintingDocument ManagementWorkplace ServicesImaging360 CamerasWorkflow Automation

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

Properties

fingerprint state

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-camera-state-structure.json",
  "title": "RICOH THETA Camera State",
  "type": "object",
  "properties": {
    "fingerprint": { "type": "string" },
    "state": {
      "type": "object",
      "properties": {
        "batteryLevel": { "type": "number" },
        "storageUri": { "type": "string" },
        "_captureStatus": { "type": "string" },
        "_recordedTime": { "type": "integer" },
        "_recordableTime": { "type": "integer" },
        "_capturedPictures": { "type": "integer" },
        "_latestFileUrl": { "type": "string" },
        "_batteryState": { "type": "string" }
      }
    }
  }
}