-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
Docs indicate that openapi.schema
should exist
chanfana/docs/examples-and-recipes.md
Line 730 in 270536a
const schema = openAPI.schema |
For context I am trying to pass it to Scalar's createMarkdownFromOpenApi
like so:
const openapi = fromHono(app, {...})
app.get("/llms.txt", async (c) => {
return c.text(await createMarkdownFromOpenApi(JSON.stringify(openapi.schema)))
})
Metadata
Metadata
Assignees
Labels
No labels