Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix URL schema #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix URL schema #46

wants to merge 1 commit into from

Conversation

nsmithuk
Copy link

@nsmithuk nsmithuk commented Feb 12, 2025

Issue

The script currently attempts to access OCSF schema files using an incorrect URL structure. Specifically, it constructs URLs in the format (for example):

https://schema.ocsf.io/1.1.0/schema/classes/file_activity

However, the correct format (as used by https://schema.ocsf.io/) is:

https://schema.ocsf.io/schema/1.1.0/classes/file_activity

Fix

This PR updates the script to use the correct lookup URL, ensuring compatibility with the current URL schema.

Impact

None, other than the script can now correctly access the needed JSON schema files.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant