Skip to content

Commit

Permalink
Update Schema URL to point to stable openAPI location
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-friedrichsen committed Oct 21, 2024
1 parent a47d063 commit 49b9145
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 49b9145

Please sign in to comment.