Apigee Edge SaaS Dev portal Spec ref

Hi,

We are using specs for our APIs that has URL references, like for exemple :

components:
  schemas:
    User:
      $ref: 'https://myObjectReferential.net/User'

Then we create a product with this spec and expose it on the developer portal.

When accessing the product on the dev portal, the “Component”, “Schemas”, “User” section is here but the page is empty and the chrome console shows an error :

ERROR Error: Expected $ref to start with '#/': https://myObjectReferential.net/User
    at Object.ooe [as resolveReference] (main.fb28fa445b8d3b5034fe.js:1)
    at ede.ngOnChanges (main.fb28fa445b8d3b5034fe.js:1)
    at ede.fg (main.fb28fa445b8d3b5034fe.js:1)
    at I_ (main.fb28fa445b8d3b5034fe.js:1)
    at M_ (main.fb28fa445b8d3b5034fe.js:1)
    at O_ (main.fb28fa445b8d3b5034fe.js:1)
    at zE (main.fb28fa445b8d3b5034fe.js:1)
    at GE (main.fb28fa445b8d3b5034fe.js:1)
    at template (main.fb28fa445b8d3b5034fe.js:1)
    at cS (main.fb28fa445b8d3b5034fe.js:1)

It seems like the dev portal doesn’t like the URL ref on the spec. Did you already face this issue ?

Thanks in advance,

Loïc