Open l3ender opened 2 years ago
@l3ender Thanks for reporting the issue! We were able to reproduce the issue. Seems like currently due to the property named pattern
in the mentioned schema, import flow is failing.
For temporary measure, you can import the spec by changing the name from pattern
to anything else at line no. 57123
and 57279
.
Meanwhile, We'll start working on the fix for the issue.
@VShingala Thanks for the response!
I tried modifying the spec file to change pattern
to abc
on the lines you mentioned, but am still seeing the error (updated file attached: app_store_connect_api_1.7.1_openapi.json.txt).
Did I miss something? Thanks!
@l3ender It seems this is happening due to the large size of the collection that's being generated as the specification is quite large. I am getting an error while importing but the collection does seem to be getting generated after some time (with suggested fix).
We have an issue open for the same here. Also if you still do not get generated collection, you can try this once for now.
Is there an existing issue for this?
Describe the Issue
I am trying to import the OpenAPI Specification for the App Store Connect API but receive the following error when doing so:
Steps To Reproduce
Screenshots or Videos
Environment Information
Additional Context?
If there are other log files or detail I can provide, please let me know. Thanks!