Skip to content

description in sinkCredential #271

@jlurien

Description

@jlurien

Problem description

The current syntax with description under allOf was reported to cause problems with generators

        sinkCredential:
          allOf:
            - description: A sink credential provides authentication or authorization information necessary to enable delivery of events to a target.
            - $ref: "#/components/schemas/SinkCredential"

Expected behavior
In this case description could be moved to SinkCredential schema; as it is generic enough to be reused in the 2 $ref to this schema, and the allOf above can be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    correctioncorrection in documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions