From ea188589f9b8fe42e708cc065d34290e79f354e5 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Fri, 15 Aug 2025 16:34:25 +0200 Subject: [PATCH] Fix trusts jsonschema to support additional properties Trusts support custom setting and returning custom properties. Change jsonschema to allow additional properties. Closes-Bug: 2119543 Signed-off-by: Artem Goncharov Change-Id: I49a8d1d669c6f942bc798cac093f75350692220e (cherry picked from commit 69e5fc55c145319f9ee6998df4553566723c226b) (cherry picked from commit 1bdb16cfdfdc94fa923bd8391d72f61f480680b6) --- keystone/trust/schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone/trust/schema.py b/keystone/trust/schema.py index 20c85b3907..47174b7b97 100644 --- a/keystone/trust/schema.py +++ b/keystone/trust/schema.py @@ -151,7 +151,7 @@ "roles_links": response_types.links, **_trust_properties, }, - "additionalProperties": False, + "additionalProperties": True, } trust_index_request_query: dict[str, Any] = {