From 833b7fd1422d0fcce1782f46afde159b8845e11f Mon Sep 17 00:00:00 2001 From: Dmitri Bourlatchkov Date: Wed, 26 Nov 2025 20:54:09 -0500 Subject: [PATCH] fix typo in management API yaml --- spec/polaris-management-service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/polaris-management-service.yml b/spec/polaris-management-service.yml index 03c894b6e4..a797496d26 100644 --- a/spec/polaris-management-service.yml +++ b/spec/polaris-management-service.yml @@ -1109,7 +1109,7 @@ components: example: "arn:aws:kms::123456789001:key/01234578" allowedKmsKeys: type: array - description: The list of kms keys that this catalog and its clients are allow to use for reading s3 data + description: The list of kms keys that this catalog and its clients are allowed to use for reading s3 data items: type: string example: ["arn:aws:kms::123456789001:key/01234578"]