First time here? Check out the Help page!
1 | initial version |
Yes. Click on the OSW JSON Schema link from the CLI documentation and you'll see this description:
"file_paths": { "description": "A set of ordered directories relative to root_directory to search for required files and libraries", "type": "array", "items": { "description": "A path relative to the root_dir which should be searched for support files and folders", "type": "string" } },
And then the definition of the root directory:
"root": { "description": "Path to the root directory against which relative paths are evaluated. If root is empty, the directory containing the osw is used.", "type": "string" },