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

Invalid empty property name in OpenAPIv3 json schema for model Notification properties #477

Open
LazaroOnline opened this issue Aug 22, 2024 · 0 comments

Comments

@LazaroOnline
Copy link

LazaroOnline commented Aug 22, 2024

The PagerDuty's OpenAPIv3 schema has an error in Line 8785: within the json path: components.schemas.Notification.properties the last property has an empty name of "": { "type": "string" } which is invalid.

Some OpenAPI client code generators like the openapi-generator won't work with empty property names and produce invalid code due to this.

Please either add the missing name to the property or remove the empty property from the schema.

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

1 participant