We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a47d063 + 49b9145 commit c6fa0e5Copy full SHA for c6fa0e5
alsdkdefs/__init__.py
@@ -20,7 +20,7 @@
20
except ImportError:
21
DEV_SDK_DEFS = False
22
23
-OPENAPI_SCHEMA_URL = 'https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v3.0/schema.json'
+OPENAPI_SCHEMA_URL = 'https://spec.openapis.org/oas/3.0/schema/2021-09-28'
24
OPENAPI_SCHEMA_FILE = 'openapi_schema.json'
25
URI_SCHEMES = ['file', 'http', 'https']
26
0 commit comments