{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "http://asyncapi.com/definitions/3.1.0/serverBindingsObject.json",
  "description": "Map describing protocol-specific definitions for a server.",
  "type": "object",
  "properties": {
    "amqp": {},
    "amqp1": {},
    "anypointmq": {},
    "googlepubsub": {},
    "http": {},
    "ibmmq": {
      "allOf": [
        {
          "description": "If no bindingVersion specified, use the latest binding",
          "if": {
            "not": {
              "required": [ "bindingVersion" ]
            }
          },
          "then": {
            "$ref": "http://asyncapi.com/bindings/ibmmq/0.1.0/server.json"
          }
        },
        {
          "if": {
            "required": [ "bindingVersion" ],
            "properties": {
              "bindingVersion": {
                "const": "0.1.0"
              }
            }
          },
          "then": {
            "$ref": "http://asyncapi.com/bindings/ibmmq/0.1.0/server.json"
          }
        }
      ],
      "properties": {
        "bindingVersion": {
          "enum": [ "0.1.0" ]
        }
      }
    },
    "jms": {
      "allOf": [
        {
          "description": "If no bindingVersion specified, use the latest binding",
          "if": {
            "not": {
              "required": [ "bindingVersion" ]
            }
          },
          "then": {
            "$ref": "http://asyncapi.com/bindings/jms/0.0.1/server.json"
          }
        },
        {
          "if": {
            "required": [ "bindingVersion" ],
            "properties": {
              "bindingVersion": {
                "const": "0.0.1"
              }
            }
          },
          "then": {
            "$ref": "http://asyncapi.com/bindings/jms/0.0.1/server.json"
          }
        }
      ],
      "properties": {
        "bindingVersion": {
          "enum": [ "0.0.1" ]
        }
      }
    },
    "kafka": {
      "allOf": [
        {
          "description": "If no bindingVersion specified, use the latest binding",
          "if": {
            "not": {
              "required": [ "bindingVersion" ]
            }
          },
          "then": {
            "$ref": "http://asyncapi.com/bindings/kafka/0.5.0/server.json"
          }
        },
        {
          "if": {
            "required": [ "bindingVersion" ],
            "properties": {
              "bindingVersion": {
                "const": "0.5.0"
              }
            }
          },
          "then": {
            "$ref": "http://asyncapi.com/bindings/kafka/0.5.0/server.json"
          }
        },
        {
          "if": {
            "required": [ "bindingVersion" ],
            "properties": {
              "bindingVersion": {
                "const": "0.4.0"
              }
            }
          },
          "then": {
            "$ref": "http://asyncapi.com/bindings/kafka/0.4.0/server.json"
          }
        },
        {
          "if": {
            "required": [ "bindingVersion" ],
            "properties": {
              "bindingVersion": {
                "const": "0.3.0"
              }
            }
          },
          "then": {
            "$ref": "http://asyncapi.com/bindings/kafka/0.3.0/server.json"
          }
        }
      ],
      "properties": {
        "bindingVersion": {
          "enum": [ "0.5.0", "0.4.0", "0.3.0" ]
        }
      }
    },
    "mqtt": {
      "allOf": [
        {
          "description": "If no bindingVersion specified, use the latest binding",
          "if": {
            "not": {
              "required": [ "bindingVersion" ]
            }
          },
          "then": {
            "$ref": "http://asyncapi.com/bindings/mqtt/0.2.0/server.json"
          }
        },
        {
          "if": {
            "required": [ "bindingVersion" ],
            "properties": {
              "bindingVersion": {
                "const": "0.2.0"
              }
            }
          },
          "then": {
            "$ref": "http://asyncapi.com/bindings/mqtt/0.2.0/server.json"
          }
        }
      ],
      "properties": {
        "bindingVersion": {
          "enum": [ "0.2.0" ]
        }
      }
    },
    "nats": {},
    "pulsar": {
      "allOf": [
        {
          "description": "If no bindingVersion specified, use the latest binding",
          "if": {
            "not": {
              "required": [ "bindingVersion" ]
            }
          },
          "then": {
            "$ref": "http://asyncapi.com/bindings/pulsar/0.1.0/server.json"
          }
        },
        {
          "if": {
            "required": [ "bindingVersion" ],
            "properties": {
              "bindingVersion": {
                "const": "0.1.0"
              }
            }
          },
          "then": {
            "$ref": "http://asyncapi.com/bindings/pulsar/0.1.0/server.json"
          }
        }
      ],
      "properties": {
        "bindingVersion": {
          "enum": [ "0.1.0" ]
        }
      }
    },
    "redis": {},
    "ros2": {
      "properties": {
        "bindingVersion": {
          "enum": ["0.1.0"]
        }
        },
        "allOf": [
          {
            "description": "If no bindingVersion specified, use the latest binding",
              "if": {
                "not": {
                  "required": [
                    "bindingVersion"
                  ]
                }
              },
              "then": {
                "$ref": "http://asyncapi.com/bindings/ros2/0.1.0/server.json"
              }
          },
          {
            "if": {
              "required": [ "bindingVersion" ],
              "properties": {
                "bindingVersion": {
                  "const": "0.1.0"
                }
              }
            },
            "then": {
              "$ref": "http://asyncapi.com/bindings/ros2/0.1.0/server.json"
            }
          }
        ]
    },
    "sns": {},
    "solace": {
      "allOf": [
        {
          "description": "If no bindingVersion specified, use the latest binding",
          "if": {
            "not": {
              "required": [ "bindingVersion" ]
            }
          },
          "then": {
            "$ref": "http://asyncapi.com/bindings/solace/0.4.0/server.json"
          }
        },
        {
          "if": {
            "required": [ "bindingVersion" ],
            "properties": {
              "bindingVersion": {
                "const": "0.4.0"
              }
            }
          },
          "then": {
            "$ref": "http://asyncapi.com/bindings/solace/0.4.0/server.json"
          }
        },
        {
          "if": {
            "required": [ "bindingVersion" ],
            "properties": {
              "bindingVersion": {
                "const": "0.3.0"
              }
            }
          },
          "then": {
            "$ref": "http://asyncapi.com/bindings/solace/0.3.0/server.json"
          }
        },
        {
          "if": {
            "required": [ "bindingVersion" ],
            "properties": {
              "bindingVersion": {
                "const": "0.2.0"
              }
            }
          },
          "then": {
            "$ref": "http://asyncapi.com/bindings/solace/0.2.0/server.json"
          }
        }
      ],
      "properties": {
        "bindingVersion": {
          "enum": [ "0.4.0", "0.3.0", "0.2.0" ]
        }
      }
    },
    "sqs": {},
    "stomp": {},
    "ws": {}
  },
  "patternProperties": {
    "^x-[\\w\\d\\.\\x2d_]+$": {
      "$ref": "http://asyncapi.com/definitions/3.1.0/specificationExtension.json"
    }
  },
  "additionalProperties": false
}
