-
### Validate the automated conversion from OAS to Function Calling via OpenAI API
#### Task List
- [x] **Create Minimal OpenAPI Specification (OAS)**
- Define a simple OAS file with a single…
-
### What happens?
Hi, thank you for this project.
So, I have an `open-api` with:
```yaml
openapi: 3.0.0
info:
version: 1.0.0
description: Welcome to the `StoreCraft` **API**
servers:
…
-
We have a client in the repo: https://github.com/Layr-Labs/eigenda-proxy/blob/feat--openapi-spec/client/client.go
Seems it's only used for simple commitments, meaning nitro doesn't have a client th…
-
99% of the JSON Schema I work with are embedded in an OpenAPI document (several documents with $ref etc.). This GitHub repo does not mention OpenAPI - can the CLI be used with JSON Schema embedded Ope…
-
Add an interactive openapi document at /ogcapi/openapi and link to it from /ogcapi
Links should be annotated as rel=service-desc && rel=service-doc, see example at https://demo.pygeoapi.io/master?f…
-
### Describe the bug
For an endpoint that accepts a file, the title, and a description in multiple languages I use this method
`public async Task UploadImage([FromForm] string title, [FromForm] s…
-
## Description of the feature
It would be nice if a type being wrapped in `Option` would be shown as nullable in the OpenAPI document. See https://stackoverflow.com/questions/48111459/how-to-define-a…
ettom updated
4 weeks ago
-
-
VS Code YAML extension uses Schema Store https://www.schemastore.org/api/json/catalog.json to automatically guess and apply JSON Schemas to documents being edited.
My understanding is that if multi…
-
### What is the problem this feature would solve?
OpenAPI has an optional `nullable` boolean field for data types which currently the TypeBox interface exposed by Elysia does not implement.
> Note…