My RAML spec includes schema files located in a subdirectory:
.
├── my_api.raml
└── schema
├── some_schema.jss
Generation fails with:
failed to open stream: No such file or directory in /{snip}/raml2html-php/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php on line 36
JSON schema not found at file:///{path to raml dir}/some_schema.jss
My RAML spec includes schema files located in a subdirectory:
Generation fails with:
although RAML contains:
i.e. the
schema
sub-path is there but is ignored by the generator.