Sha256: a918b13951f670b33cf1e0e55030076f6c2d79a7b2969fe4ab6f0b888e088fa5

Contents?: true

Size: 1.68 KB

Versions: 21

Compression:

Stored size: 1.68 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" }
      },
      "required": [
        "session",
        "plugins"
      ]
    },
    "gem": {
      "type": "hash",
      "properties": {
        "log": {
          "type": "hash",
          "properties": {
            "level": { "type": "string" }
          },
          "required": [
            "level"
          ]
        }
      },
      "required": [
        "log"
      ]
    }
  },
  "required": [
    "rabbit",
    "queues",
    "janus",
    "gem"
  ]
}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
ruby_rabbitmq_janus-2.0.0.pre.108 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.0.0 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.0.0.pre.106 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.0.0.pre.101 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.0.0.pre.100 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.0.0.pre.97 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.0.0.pre.96 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.0.0.pre.95 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-2.0.0.pre.42 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-1.2.9 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-1.2.8 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-1.2.7 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-1.2.7.pre.alpha spec/support/schemas/config/config.json
ruby_rabbitmq_janus-1.2.6 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-1.2.5 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-1.2.4 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-1.2.3.pre.53 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-1.2.3 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-1.2.2 spec/support/schemas/config/config.json
ruby_rabbitmq_janus-1.2.1 spec/support/schemas/config/config.json