Omar Ilias EL MIMOUNI
Omar Ilias EL MIMOUNI
**OS**: Windows 10 **Python version**: 3.10.0 ``` Traceback (most recent call last): File "C:\Users\elmim\dev\globus-sample-data-portal\run_portal.py", line 3, in from portal import app File "C:\Users\elmim\dev\globus-sample-data-portal\portal\__init__.py", line 1, in from flask import Flask...
Issue faced when trying to run the Service using `python run_service.py`. In Python 3.10 `Iterable` is imported from `collections.abc`. Use Python 3.9 or other prior versions.
### Description of the Issue This PR addresses [the issue](https://github.com/stoplightio/elements/issues/2711) , where the `AdditionalInfo` component prioritizes the license identifier (SPDX) over the provided license URL. [According to the OpenAPI specification](https://spec.openapis.org/oas/latest.html#license-object),...
## Description: When using the Stoplight Elements API to render an OpenAPI specification, the `license.url` field is ignored, and instead, the system defaults to an SPDX URL format. Clicking on...