From 6a5b6127b3ff32becd152674fdad07f59c2960c9 Mon Sep 17 00:00:00 2001 From: Valerii Petryniak <44531564+valerii15298@users.noreply.github.com> Date: Mon, 23 Feb 2026 22:28:16 +0200 Subject: [PATCH] Fix malformed json --- src/oas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oas.md b/src/oas.md index 5f84dc1d40..4bb9565472 100644 --- a/src/oas.md +++ b/src/oas.md @@ -3158,7 +3158,7 @@ This means that the data form of this serialization is equivalent to the followi ```json { "code": "1234", - "count": 42 + "count": 42, "extra": { "info": "abc" }