From a50b71180ea982f5b3282449c91d9413c1a5fda9 Mon Sep 17 00:00:00 2001 From: Darshit Chanpura Date: Wed, 8 May 2024 11:46:36 -0400 Subject: [PATCH] Replace properties with additionalProperties for readability and flexibility Signed-off-by: Darshit Chanpura --- spec/schemas/security._common.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/spec/schemas/security._common.yaml b/spec/schemas/security._common.yaml index b397352b..c7452bb2 100644 --- a/spec/schemas/security._common.yaml +++ b/spec/schemas/security._common.yaml @@ -692,7 +692,5 @@ components: TenantInfo: type: object - properties: - "": - type: string - value: "" + additionalProperties: + type: string