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 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.