-
[OpenAPI 3.1](https://spec.openapis.org/oas/latest.html) was released in February 2021 and is fully aligned with JSON Schema, upgrading the OGC-EDR API to use OpenAPI schema 3.1 will remove the need…
-
### What happens?
When using [Schema Transformation ](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/openapi/aspnetcore-openapi?view=aspnetcore-9.0&tabs=visual-studio%2Cminimal-apis#use…
-
Based on this OpenAPI : https://github.com/sebastienlevert/jsonplaceholder-api/blob/main/openapi.yaml
(I made edits to the operation to illustrate some use cases.)
And this operation:
```
/p…
-
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…
-
### Bug Description
When trying to parse a form data to map, I'm getting an error `schema: interface must be a pointer to struct`
https://youtu.be/XnhXTXW8JmM
### How to Reproduce
```go
packa…
-
Follow up to https://github.com/department-of-veterans-affairs/va.gov-team/issues/87164 , which implemented schema alignment for around 80 form fields. This ticket is to align the remaining fields per…
-
# How to create a form from JSON schema using react-hook-form
Create dynamic forms from json data using react-hook-form library
[https://nainacodes.com/blog/create-form-from-json-schema?utterances=5…
-
I really love gum. But i also love huh forms (https://github.com/charmbracelet/huh) 😅 !
Are there any plans to integrate huh forms int gum ?
I would really love to just use gum to huh render t…
-
### Describe the bug
Updating data for nested property with numeric key is working kinda funny 😅
For that kind of schema:
```
{
"type": "object",
"properties": {
"group-key": {
…
-
is it possible to create dynamic forms based on jsonschema like https://github.com/mozilla-services/react-jsonschema-form? It will be truly great.