You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the project_folder is specified outside of the current directory, such as with doca init -i ../schemas -o ../documentation, the json schemas paths are messed up, ending up like ../../../schemas/schema.json.
The path to the schemas should be either absolute or relative to the project_folder, and not relative to the working directory.
The text was updated successfully, but these errors were encountered:
@TexKiller thanks for filing this. We also want to make doca handle multiple APIs with shared datatype schemas better in general, which involves storing schemas outside of the project directory as well, so that's at least two concerns around this.
This set of packages is being deprecated in favor of the JSON Schema Tools monorepo. Contributions are still welcome here but most work will be done on the new packages.
If the project_folder is specified outside of the current directory, such as with
doca init -i ../schemas -o ../documentation
, the json schemas paths are messed up, ending up like../../../schemas/schema.json
.The path to the schemas should be either absolute or relative to the project_folder, and not relative to the working directory.
The text was updated successfully, but these errors were encountered: