Files
Artem Goncharov be4f0a501d fix(openapi): safely handle schemas missing 'type' field
Fixes a KeyError crash in _find_schema_property when traversing
schemas that use 'oneOf' without an explicit 'type' (e.g. server
list/detail response schemas). The bare except block silently
swallowed this crash, causing api-ref description merging to fail
for affected operations and producing non-deterministic YAML output
due to Python hash-seed dependent schema ordering.

Change-Id: I8599cd8c907dd73cea98bde9b43dddb023e71530
Signed-off-by: Artem Goncharov <artem.goncharov@gmail.com>
2026-08-14 18:49:32 +02:00
..
2024-03-06 10:07:54 +00:00
2024-09-24 10:37:52 +02:00
2024-09-19 09:00:54 +02:00
2026-07-10 07:49:21 +00:00
2024-09-24 10:37:52 +02:00