-
### Goals
- add Division endpoints and schema
- in Can Schema, add simplified Portfolio schema
### Tasks
- [ ] _Key pieces of work that will need to be done to accomplish our goal(s)_
### Additional…
-
I am getting a typescript error when trying to use `fromHono()`.
```
Unsafe assignment of an `any` value.eslint[@typescript-eslint/no-unsafe-assignment](https://typescript-eslint.io/rules/no-unsaf…
-
### Discussed in [https://github.com/scalar/scalar/discussions/1379](https://github.com/scalar/scalar/discussions/1379)
Originally posted by **rexvel** April 4, 2024
What do you think about supportin…
-
I'm using hono.js in next.js. When using openapi and zod for data validation, I've found that it's not possible to correctly infer the types of input values or response values through zod. For example…
-
Hello,
While implementing ToSchema on a project, I got the following error:
```
error[E0599]: no method named `property` found for struct `utoipa::openapi::AllOfBuilder` in the current scope
-…
-
Last sentence of the project overview: through an 'OpenAI' interface?
----------------------------------
Project Overview
This project provides sample code and CDK for deploying APIs which provide…
-
The plugin did not automatically configure the path to the `mypy` executable, so I tried manually setting it in Settings under Tools > Mypy. I can set the path, but when I do that, the "Apply" and "OK…
-
As an API consumer, I want precise information about data types and formats used by the API.
### Problem description
OpenAPI has the `format` keyword to narrow down the `type` of values. Some co…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I have some polymorphic types
```cs
[JsonPolymorphic(TypeDiscriminatorPropertyName = "$d…
-
Hi Matt,
I'm abusing this issue to thank you :-)
I've recently started playing around with the tado API, and it let me to the decision to document the API as an OpenAPI specification. Your node-…