RicoSuter/VisualJsonEditor

Could not resolve the JSON path

Open

#42 geöffnet am 30. Nov. 2021

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (92 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (371 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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:

image

I've checked the JSON against the schema and it validates correctly.

Contributor Guide