Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The "format": "uuid" in the request body object's schema, causes component to hang #972

Open
peterlitvak opened this issue Nov 1, 2023 · 1 comment

Comments

@peterlitvak
Copy link

We have the following request body object's schema.

"MyRequest": {
        "type": "object",
        "properties": {
          "description": {
            "type": "string"
          },
          "someUuid": {
            "type": "string",
            "format": "uuid"
          }
        }
      }

This causes the web component to hang on load. No errors or any other console output.
The problem seems to be a "format": "uuid" which is auto-generated for the Java UUID type fields in the request object.
According to the spec https://swagger.io/specification/ the uuid format should be supported. Even if not supported, it should not cause the component to hang but use some default form of rendering.

@gsheldon
Copy link

This is a major problem for us also, it would be great to have this issue resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants