- rest:
    put:
    - path: "/pet"
      consumes: "application/json,text/xml"
      produces: "application/json,text/xml"
      param:
      - name: "body"
        required: true
        type: "body"
      to: "direct:rest1"
- route:
    from:
      uri: "direct:rest1"
