We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When resolving a "split" OAS doc into a single file, it looks as if speccy is wrapping lines after 85 characters:
$ref: "#/paths/~1academic~1houses/post/requestBody/content/applicatio\ n~1json/schema"
I've no idea if this is intentional, but my PHP tooling's finding it a bit challenging to deal with.
I'm working on OS X 10.14.6 using npm 6.9.0, node 11.6.0, and speccy 0.11
The command I'm running is speccy resolve open-api.yaml > resolved.yaml
The text was updated successfully, but these errors were encountered:
I ran into this as well. To get around it, I converted the resolved yaml file to json, and changed my PHP code to reference the json file instead.
speccy resolve open-api.yaml > resolved.yaml js-yaml resolved.yaml > resolved.json
Sorry, something went wrong.
No branches or pull requests
When resolving a "split" OAS doc into a single file, it looks as if speccy is wrapping lines after 85 characters:
I've no idea if this is intentional, but my PHP tooling's finding it a bit challenging to deal with.
I'm working on OS X 10.14.6 using npm 6.9.0, node 11.6.0, and speccy 0.11
The command I'm running is
speccy resolve open-api.yaml > resolved.yaml
The text was updated successfully, but these errors were encountered: