Open willcalcote opened 3 months ago
@willcalcote, I think the error is coming because the schema for path design, catalog_data, and models is nil
@TomiwaAribisala-git , If there was an error in the loadSchema() function, then why the log message "error in loadSchema" is not appearing?
On tracking back the error, I got to know that jsonschema.Extract()
written inside 'func JsonSchemaToCue(value string)(){}
' of cue.go is producing error which is Error during jsonschema.Extract: unknown domain for reference "../core.json#/definitions/uuid" (and 4 more errors)
@willcalcote
It seems that core.json
is expected at ../core.json
, but the file is not present in the repository.
Description Running
make test
produces the following errors:Expected Behavior All tests passing.