Schema Changes - 2026-05-27
This document contains the changes to the schema files compared to the main branch.
Changes
diff --git a/schema/Api/OfferBroker/CreateOfferParameters.json b/schema/Api/OfferBroker/CreateOfferParameters.json
index 6b5e6cb..7503dcb 100644
--- a/schema/Api/OfferBroker/CreateOfferParameters.json
+++ b/schema/Api/OfferBroker/CreateOfferParameters.json
@@ -6,5 +6,12 @@
"name": "x-correlation-id",
"schema": {"type": "string"},
"required": false
+ },
+ "UserId": {
+ "description": "ID of the user initiating the request. NOTE: This header will be required in the near future \u2014 callers should begin providing it now.",
+ "in": "header",
+ "name": "x-user-id",
+ "schema": {"type": "string"},
+ "required": false
}
}
diff --git a/schema/Api/OfferBroker/DeleteOfferParameters.json b/schema/Api/OfferBroker/DeleteOfferParameters.json
index 6b5e6cb..7503dcb 100644
--- a/schema/Api/OfferBroker/DeleteOfferParameters.json
+++ b/schema/Api/OfferBroker/DeleteOfferParameters.json
@@ -6,5 +6,12 @@
"name": "x-correlation-id",
"schema": {"type": "string"},
"required": false
+ },
+ "UserId": {
+ "description": "ID of the user initiating the request. NOTE: This header will be required in the near future \u2014 callers should begin providing it now.",
+ "in": "header",
+ "name": "x-user-id",
+ "schema": {"type": "string"},
+ "required": false
}
}
diff --git a/schema/Api/OfferBroker/UpdateOfferParameters.json b/schema/Api/OfferBroker/UpdateOfferParameters.json
index b2c54d7..30598ea 100644
--- a/schema/Api/OfferBroker/UpdateOfferParameters.json
+++ b/schema/Api/OfferBroker/UpdateOfferParameters.json
@@ -12,5 +12,12 @@
"name": "offerId",
"schema": {"type": "string"},
"required": true
+ },
+ "UserId": {
+ "description": "ID of the user initiating the request. NOTE: This header will be required in the near future \u2014 callers should begin providing it now.",
+ "in": "header",
+ "name": "x-user-id",
+ "schema": {"type": "string"},
+ "required": false
}
}