Sha256: 18a2abb0cca6c533063339a4b45fa62a8d857c01fed855fd9f5f787ee1ff04af

Contents?: true

Size: 827 Bytes

Versions: 8

Compression:

Stored size: 827 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", "pattern": "created" },
            "channel": { "type": "integer"}
            },
            "required": [
              "videocontrol",
              "channel"
            ]
        },
        "plugin": {
          "type": "string"
        }
      },
      "required": [
        "plugin",
        "data"
      ]
    }
  },
  "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/create.json
ruby_rabbitmq_janus-1.2.2 spec/support/schemas/request/channel/create.json
ruby_rabbitmq_janus-1.2.1 spec/support/schemas/request/channel/create.json
ruby_rabbitmq_janus-1.2.0 spec/support/schemas/request/channel/create.json
ruby_rabbitmq_janus-1.1.12 spec/support/schemas/request/channel/create.json
ruby_rabbitmq_janus-1.1.11 spec/support/schemas/request/channel/create.json
ruby_rabbitmq_janus-1.1.10 spec/support/schemas/request/channel/create.json
ruby_rabbitmq_janus-1.1.9 spec/support/schemas/request/channel/create.json