We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've compiled the program from source and trying to load the following JSON:
https://raw.githubusercontent.com/usnistgov/oscal-content/master/examples/ssp/json/ssp-example.json
With the following Schema:
https://raw.githubusercontent.com/usnistgov/OSCAL/main/json/schema/oscal_ssp_schema.json
When I load the files, I get the following error in the compiler:
"Could not resolve the JSON path '#assembly_oscal-ssp_system-security-plan' within the file path '<PATH>'."
And then this error comes up when I continue execution:
I've checked the JSON against the schema and it validates correctly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've compiled the program from source and trying to load the following JSON:
https://raw.githubusercontent.com/usnistgov/oscal-content/master/examples/ssp/json/ssp-example.json
With the following Schema:
https://raw.githubusercontent.com/usnistgov/OSCAL/main/json/schema/oscal_ssp_schema.json
When I load the files, I get the following error in the compiler:
"Could not resolve the JSON path '#assembly_oscal-ssp_system-security-plan' within the file path '<PATH>'."
And then this error comes up when I continue execution:
I've checked the JSON against the schema and it validates correctly.
The text was updated successfully, but these errors were encountered: