C
cverbiest
Guest
I used snowplow/schema-guru to generate a json schema file for a json dataset we have. If I add that schema to my json file, see How do I configure VS Code to enable code completion on .json files (jsonschema support)? , I get autocompletion in the vscode editor However read-json now refuses to read my json file. Dataset name '$schema' in JSON does not match 'ScreenDefinition'. (15375) Is there a way to add this info to the json file so that it will work for vscode, eclipse, etc. and still be readable by OpenEdge ? { "$schema": " cce-dev01/.../form.schema.json", "ScreenDefinition": { Those file are generally handwritten so I'm not so much concerned with the write-json part of the story.
Continue reading...
Continue reading...