You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure why it crash, but when trying to render the attached spec (bug.yml), I have the following exception:
[Error] TypeError: null is not an object (evaluating 'r._pointer=n')
i (redoc.min.js:48:21834)
o (redoc.min.js:48:21972)
promiseReactionJob
Note that this spec render without issue in swagger editor (I didn't try swagger UI though).
I tried to pinpoint the issue and it look likes this is because the 2 paths references contains the same reference to the response array items schema. I didn't get further.
For the record (this files are in the attached zip):
bug.yml
swagger: '2.0'# This is your document metadatainfo:
version: "2.0.0"title: Wonderfull APIhost: remote.ws.xooloo.combasePath: /xooloo/remote/api/v2/schemes: [https]# Describe your paths herepaths:
'/profiles/reports/messages':
$ref: "bug.common.yml#/paths/Messages"'/profiles/reports/phone_calls':
$ref: "bug.common.yml#/paths/PhoneCalls"
I'm not sure why it crash, but when trying to render the attached spec (bug.yml), I have the following exception:
Note that this spec render without issue in swagger editor (I didn't try swagger UI though).
I tried to pinpoint the issue and it look likes this is because the 2 paths references contains the same reference to the response array items schema. I didn't get further.
For the record (this files are in the attached zip):
bug.yml
bug.common.yml
bug.zip
The text was updated successfully, but these errors were encountered: