Sha256: dcb6b2e106e1f6dbfd321b463fcd3c24d12c1c3689ce5dd5b1974136e2aa348d

Contents?: true

Size: 770 Bytes

Versions: 8

Compression:

Stored size: 770 Bytes

Contents

{
  "type": "object",
  "properties": {
    "janus": { "type": "string", "pattern": "success" },
    "session_id": { "type": "integer" },
    "transaction": { "type": "string" },
    "sender": { "type": "integer" },
    "plugindata": {
      "type": "hash",
      "properties": {
        "data": {
          "type": "hash",
          "properties": {
            "videocontrol": { "type": "string" },
            "list": { "type": "array" }
          },
          "required": [
            "videocontrol",
            "list"
          ]
        },
        "plugin": { "type": "string" }
      },
      "required": [
        "data",
        "plugin"
      ]
    }
  },
  "required": [
    "janus",
    "session_id",
    "sender",
    "transaction",
    "plugindata"
  ]
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruby_rabbitmq_janus-1.2.3 spec/support/schemas/request/channel/list.json
ruby_rabbitmq_janus-1.2.2 spec/support/schemas/request/channel/list.json
ruby_rabbitmq_janus-1.2.1 spec/support/schemas/request/channel/list.json
ruby_rabbitmq_janus-1.2.0 spec/support/schemas/request/channel/list.json
ruby_rabbitmq_janus-1.1.12 spec/support/schemas/request/channel/list.json
ruby_rabbitmq_janus-1.1.11 spec/support/schemas/request/channel/list.json
ruby_rabbitmq_janus-1.1.10 spec/support/schemas/request/channel/list.json
ruby_rabbitmq_janus-1.1.9 spec/support/schemas/request/channel/list.json