Validation does not update after editing file
Posted: Wed Sep 11, 2024 6:48 am
Hi. I am just starting to work with Oxygen and have a number of json schema files already written for which I want to generate HTML documentaiton. These work fine in Linux with my C++ code, however oXygen is reporting an issue with my $ref fields; apparently they are not pointing at the correct location when I import the schemas into oXygen. I have updated the ref field so that it should work properly, however the validation is still failing and the details reported by the validation are still for the file as it was imported. For example the error is:
I have updated the ref field to be: rather than and am still receiving the initial error message. In the oXygen editor clicking on the field in the new format does bring me to the correct location so the error should be fixed. All of the associated files are part of the same project.
Am I still doing something wrong with the $ref field or do I need to do something to clear the original validation results and have them regenerated?
Thank you
Code: Select all
Description: #/oneOf/0/properties/request/$ref: java.io.FileNotFoundException: C:\schemas\json\MetaAccountQuery.request.jsd (The system cannot find the path specified)
Code: Select all
"MetaAccountQuery.request.jsd#/properties"
Code: Select all
"/schemas/json/MetaAccountQuery.request.jsd"
Am I still doing something wrong with the $ref field or do I need to do something to clear the original validation results and have them regenerated?
Thank you