-
### Clear and concise description of the problem
- `multipleOf`
- `uniqueItems`
- `maxProperties`
- `minProperties`
-
Some issues encountered when auto-generating LinkML from airr-schema.yaml / airr-schema-openapi3.yaml
These are all relatively easy/small fixes.
**Issues for both AIRR version 1.5 and 2.0**
- […
-
Hi,
Definition (Swagger 3.0.3)
```yaml
requestBody:
content:
multipart/form-data:
schema:
type: object
properties:
…
-
### Q&A (please complete the following information)
- OS: macOS
- Browser: chrome
- Version: 22
- Method of installation: npm
- Swagger-UI version: 3.10.0
- Swagger/OpenAPI version: OpenAP…
alhoo updated
2 years ago
-
```cadl
import "@typespec/http";
using TypeSpec.Http;
@error
model Error {
message: string;
}
@route("/1") op read1(): string | null;
@route("/2") op read3(): string | null | Error;
`…
-
**Describe the bug**
Running this command:
```
spot generate --contract api.ts --language yaml --generator openapi3 --out build/
```
I get this error, once my model reaches a certain size (…
-
## Your environment
Which OS do you use?
macOS 13.3 on aarch64
Which version of GHC do you use and how did you install it?
9.2.7 from ghcup
How is your project built (alternative: …
lylek updated
10 months ago
-
The following document generator configuration, includes all endpoints in the project, even though only a segment of the controllers are defined with the api group name.
The problem occurred after …
-
Since the numeric value is converted to float64 during JSON validation in body in function `openapi3filter.ValidateRequestBody’, the precision of integer value in updated request body is lost, and t…
-
Version: v1.15
I'm not sure if this is by design, but given an OAPI spec
```yaml
openapi: "3.0.0"
info:
title: "my spec"
version: 1.0.0
paths:
/pet:
get:
operationId: getPe…