-
# OpenAPI Spec 문서 간단한 작성 방법
OpenAPI Spec 문서를 작성하는 방법에 대해 기본적인 내용을 다뤄보는 포스트입니다.
[https://www.0x00.kr/openapi-specification-examples](https://www.0x00.kr/openapi-specification-examples)
-
It has been reported that some tools that convert OpenAPI schemas to JSONSchema have an issue converting example to examples.
https://github.com/ESA-EarthCODE/open-science-catalog-metadata/issues/2…
-
Code
```ts
const projects_list_default_limit = 10;
const projects_list_max_limit = 100;
export const listProjectSchema = z.object({
limit: z.coerce
.number()
.min(1)
.max(project…
-
### I have checked the following:
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the feature you want to add
Hello!
It would be amazing if at importing o…
-
In our upgrade from Swagger libraries to smallrye openapi it is converting all our 'example' to 'examples' in the OpenAPI schema.
This is not desirable as we need to be able provide an example th…
-
Just a short question regarding the OpenAPI example:
I wonder if we should't have in **service-doc** the URL for the OpenAPI spec per se there which is (for v3.1.0): **https://spec.openapis.org/oa…
-
#### Bug Report Checklist
- [ ] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
### Scribe version
4.36.0
### Your question
One of our endpoints receives an array of objects which is wrapped in a data wrapper (see example).
We validate the input with a Laravel Form Request an…
-
If my example in openapi.yml is incorrect (e.g. the schema is a string but I provide a number), fern will silently replace my example with a dummy string.
I'd love for something like a `strictExamp…
-
#### Bug Report Checklist
- [ ] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…