You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: