-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Is the tool working? #206
Comments
Now, I find a new solution.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having trouble understanding how the tool works.
I want to generate an output spec file to try to feed to Readme.
For that, I do the following:
First, it throws an error for the wrongly formatted operationID:
error alchemy-operation-operationId-casing operationId must be kebab cased and without digits. components.pathItems.path.post.operationId
I experiment and change the value: operationId: eth-getBalance -> operationId: eth-getbalance
Now it throws an error while trying to get to the schemas.yaml file:
The
components
folder is definitely where it's supposed to be ( in thedocs-openapi-specs
folder) and theschemas.yaml
with all its content — in thecomponents
folder. I don't understand why the script is trying to find it in/Projects/components
and not in/Projects/docs-openapi-specs/components
, but even I cp this folder to/Projects/
the scrips still throws the same error.What am I doing wrong and how to reach the desired outcome — an output yaml file conforming to the OAPI standards, which I can feed to Readme and see what it generates from it?
The text was updated successfully, but these errors were encountered: