Closed bwalsh closed 3 years ago
per
operationId is an optional unique string used to identify an operation. If provided, these IDs must be unique among all operations described in your API.
Some common use cases for operationId are:
Some code generators use this value to name the corresponding methods in code.
Links can refer to the linked operations by operationId.
This reference seems definitive:
Unique string used to identify the operation. The id MUST be unique among all operations described in the API. Tools and libraries MAY use the operationId to uniquely identify an operation, therefore, it is recommended to follow common programming naming conventions.
Each operation may specify a unique operationId. Some code generators use this value to name the corresponding methods in code.
From @mtmorgan comments on PR #6
Should the terra api itself be part of the combined API?
There are obvious issues, e.g., duplicate operationIds
and (mildly) conflicting response values
but presumably merging the APIs here is a step to resolving those.
Should these be introduced as (failing) tests?