Skip to content

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

@LazaroOnline

Description

@LazaroOnline

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions