Skip to content

Commit

Permalink
Replace properties with additionalProperties for readability and flex…
Browse files Browse the repository at this point in the history
…ibility

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
  • Loading branch information
DarshitChanpura committed May 8, 2024
1 parent 8d4ecdf commit a50b711
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spec/schemas/security._common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,5 @@ components:

TenantInfo:
type: object
properties:
"<indexOrAlias>":
type: string
value: "<tenant-name>"
additionalProperties:
type: string

0 comments on commit a50b711

Please sign in to comment.