fhir-swagger icon indicating copy to clipboard operation
fhir-swagger copied to clipboard

Enhancement: support 'operationId'

Open sotty opened this issue 6 years ago • 0 comments

'operationId' is optional as per the OpenAPI spec, but is leveraged by several code generation frameworks.

A default operationId could be generated combining the HTTP verb, resource type, and possibly path parameters when present, to disambiguate

sotty avatar Aug 13 '19 18:08 sotty