{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://fdc3.finos.org/schemas/2.1/bridging/raiseIntentBridgeResponse.schema.json",
  "title": "RaiseIntent Bridge Response",
  "type": "object",
  "allOf": [
    {
      "$ref": "raiseIntentAgentResponse.schema.json#/$defs/RaiseIntentResponseBase"
    },
    {
      "$ref": "bridgeResponse.schema.json"
    }
  ]
}
