Skip to content

Remove the reference to a selected protocol inside the sink-description #168

@maxl2287

Description

@maxl2287

Problem description
For sure based on Commonalities you normally can also use a protocol-property.
This property is not used in CarrierBilling (for now).
So I guess this reference can be removed.

        sink:
          type: string
          format: url
          description: The address to which events shall be delivered using the selected protocol.
          example: "https://endpoint.example.com/sink"

Expected behavior

        sink:
          type: string
          format: url
          description: The address to which events shall be delivered.
          example: "https://endpoint.example.com/sink"

Metadata

Metadata

Assignees

No one assigned

    Labels

    correctionAPI specification needs correction

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions