Skip to content

Commit

Permalink
Add kekRenameFormat to exporter configs (#57)
Browse files Browse the repository at this point in the history
Add property kekRenameFormat to exporter configs.  This
allows for renaming keks during schema linking, and can take
the form of `${kek}-suffix` for example, similar to how
subjectRenameFormat uses the template `${subject}`
  • Loading branch information
rayokota authored Nov 26, 2024
1 parent 98039b2 commit 68aae6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4371,6 +4371,8 @@ components:
type: string
context:
type: string
kekRenameFormat:
type: string
subjectRenameFormat:
type: string
config:
Expand Down Expand Up @@ -4411,6 +4413,8 @@ components:
type: string
context:
type: string
kekRenameFormat:
type: string
subjectRenameFormat:
type: string
config:
Expand Down Expand Up @@ -4469,6 +4473,8 @@ components:
type: string
context:
type: string
kekRenameFormat:
type: string
subjectRenameFormat:
type: string
config:
Expand Down

0 comments on commit 68aae6f

Please sign in to comment.