Skip to content

OpenAPI emitter: allow operationId to be set on interfaces and namespaces to act as prefix specification #8588

@artsiommiksiuk

Description

@artsiommiksiuk

Clear and concise description of the problem

@OpenAPI.operationId("SomeOperations")
namespace Some {
   op foo(): void;
}

This would result in foo having operationId = "SomeOperations_foo"

Checklist

  • Follow our Code of Conduct
  • Read the docs.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions