Sha256: 3a9847140ffa1cd91c659890b2e187a3d6b116d5094f5cc9f8dd1d853f9d992c

Contents?: true

Size: 1.74 KB

Versions: 11

Compression:

Stored size: 1.74 KB

Contents

{
  "type": "object",
  "properties": {
    "rabbit": {
      "type": "hash",
      "properties": {
        "host": { "type": "string" },
        "port": { "type": "integer" },
        "vhost": { "type": "string" },
        "user": { "type": "string" },
        "pass": { "type": "string" },
        "admin_pass": { "type": "string" }
      },
      "required": [
        "host",
        "port",
        "vhost",
        "user",
        "pass",
        "admin_pass"
      ]
    },
    "queues": {
      "type": "hash",
      "properties": {
        "standard": {
          "type": "hash",
          "properties": {
            "from": { "type": "string" },
            "to": { "type": "string" }
          },
          "required": [
            "from",
            "to"
          ]
        },
        "admin": {
          "type": "hash",
          "properties": {
            "from": { "type": "string" },
            "to": { "type": "string" }
          },
          "required": [
            "from",
            "to"
          ]
        }
      },
      "required": [
        "standard",
        "admin"
      ]
    },
    "janus": {
      "type": "hash",
      "properties": {
        "plugins": { "type": "hash" },
        "session": { "type": "hash" },
        "cluster": { "type": "hash" }
      },
      "required": [
        "session",
        "plugins",
        "cluster"
      ]
    },
    "gem": {
      "type": "hash",
      "properties": {
        "log": {
          "type": "hash",
          "properties": {
            "level": { "type": "string" }
          },
          "required": [
            "level"
          ]
        }
      },
      "required": [
        "log"
      ]
    }
  },
  "required": [
    "rabbit",
    "queues",
    "janus",
    "gem"
  ]
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ruby_rabbitmq_janus-2.1.1 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.1.1.pre.139 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.1.0 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.1.0.pre.137 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.1.0.pre.136 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.1.0.pre.135 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.1.0.pre.132 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.1.0.pre.131 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.1.0.pre.130 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.1.0.pre.129 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.1.0.pre.128 spec/support/schemas/config/config.json