From 68aae6f0532ed5cacf8683999792ea625fdea8e4 Mon Sep 17 00:00:00 2001 From: Robert Yokota Date: Tue, 26 Nov 2024 08:00:54 -0800 Subject: [PATCH] Add kekRenameFormat to exporter configs (#57) 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}` --- api/openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/openapi.yaml b/api/openapi.yaml index fcb7637..a7bfedc 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -4371,6 +4371,8 @@ components: type: string context: type: string + kekRenameFormat: + type: string subjectRenameFormat: type: string config: @@ -4411,6 +4413,8 @@ components: type: string context: type: string + kekRenameFormat: + type: string subjectRenameFormat: type: string config: @@ -4469,6 +4473,8 @@ components: type: string context: type: string + kekRenameFormat: + type: string subjectRenameFormat: type: string config: