Skip to content

Commit

Permalink
Merge pull request #1065 from alertlogic/use_stable_schema_urls
Browse files Browse the repository at this point in the history
Update Schema URL to point to stable openAPI location
  • Loading branch information
cody-friedrichsen authored Oct 21, 2024
2 parents a47d063 + 49b9145 commit c6fa0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alsdkdefs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
except ImportError:
DEV_SDK_DEFS = False

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'
OPENAPI_SCHEMA_FILE = 'openapi_schema.json'
URI_SCHEMES = ['file', 'http', 'https']

Expand Down

0 comments on commit c6fa0e5

Please sign in to comment.