How can I reference my models if they live in a separate file with Postman's API Builder

EXMPLE:

   requestBody:
        content:
          application/json:
            schema:
              $ref: ./models/info-input.v1.yaml

I this case, I need to be able to upload the ./models directory which contains references to reusable objects.