Ricoh USA · JSON Structure

Theta Web Api Command Execute Structure

Type: object Properties: 7
PrintingDocument ManagementWorkplace ServicesImaging360 CamerasWorkflow Automation

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

Properties

name parameters state id results error progress

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-command-execute-structure.json",
  "title": "RICOH THETA Command Execute Envelope",
  "type": "object",
  "properties": {
    "name": { "type": "string" },
    "parameters": { "type": "object" },
    "state": { "type": "string" },
    "id": { "type": "string" },
    "results": { "type": "object" },
    "error": {
      "type": "object",
      "properties": {
        "code": { "type": "string" },
        "message": { "type": "string" }
      }
    },
    "progress": {
      "type": "object",
      "properties": {
        "completion": { "type": "number" }
      }
    }
  }
}