fix keystone federation mapping schema

federation mapping schema in keystone is broken. Fix it locally while
waiting for the schema fix to land upstream

Change-Id: I240c463e859ff0224495ee6c97eec35b97b0f7f7
This commit is contained in:
Artem Goncharov 2024-04-05 11:00:27 +02:00
parent 3b26262638
commit 268131f766

@ -141,6 +141,10 @@ MAPPING_PROPERTIES = replace_refs(
proxies=False,
)
MAPPING_PROPERTIES.pop("definitions", None)
MAPPING_PROPERTIES["properties"]["schema_version"] = {
"type": "string",
"description": "Mapping schema version",
}
MAPPING_SCHEMA: dict[str, Any] = {
"type": "object",
"properties": {