From 569630659d5f2cab0a62c3eeb1d4f1f9e85e518c Mon Sep 17 00:00:00 2001 From: Nandita Ashok <122581061+nanditaashok-ms@users.noreply.github.com> Date: Wed, 20 May 2026 15:44:13 -0700 Subject: [PATCH] Add context to activationKey --- connection-coordinator/schemas/environment.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/connection-coordinator/schemas/environment.yaml b/connection-coordinator/schemas/environment.yaml index 490f0d0..eaeb372 100644 --- a/connection-coordinator/schemas/environment.yaml +++ b/connection-coordinator/schemas/environment.yaml @@ -236,6 +236,15 @@ ActivationKey: Required. User supplied account id/number on the destination CSP. Receiving service MUST verify that the activation key was provided from an authorized user of this account. type: string + context: + description: |- + Optional. Arbitrary key-value pairs set by the key creator. This can be used to pass additional context or metadata. + Providers MAY enforce a maximum character or size limit for this field. + type: object + additionalProperties: true + example: + customKey1: "any value we want" + anotherKey: "etc" required: - connectionSizeMbps - destinationAccountId