We have references in the OpenAPI to separate files, like described below. The problem is the description should be different in many cases but only by one word. For instance, in some cases it's "business unit", others as "consumer unit", and so on.
My question is, is it possible to pass in different words without having to create different files? How do others handle this case?
In the OpenAPI file:
consumerId:
$ref: 'components/schemas/consumerid.yaml'
The (truncated) destination file:
type: string
description: |
Specifies the business unit.
example: 49304