Skip to content

Commit c6fa0e5

Browse files
Merge pull request #1065 from alertlogic/use_stable_schema_urls
Update Schema URL to point to stable openAPI location
2 parents a47d063 + 49b9145 commit c6fa0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alsdkdefs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
except ImportError:
2121
DEV_SDK_DEFS = False
2222

23-
OPENAPI_SCHEMA_URL = 'https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v3.0/schema.json'
23+
OPENAPI_SCHEMA_URL = 'https://spec.openapis.org/oas/3.0/schema/2021-09-28'
2424
OPENAPI_SCHEMA_FILE = 'openapi_schema.json'
2525
URI_SCHEMES = ['file', 'http', 'https']
2626

0 commit comments

Comments
 (0)