Skip to content

Commit f48f3b6

Browse files
authored
Merge pull request #5214 from valerii15298/patch-10
Fix malformed json
2 parents 5ff098d + 6a5b612 commit f48f3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3157,7 +3157,7 @@ This means that the data form of this serialization is equivalent to the followi
31573157
```json
31583158
{
31593159
"code": "1234",
3160-
"count": 42
3160+
"count": 42,
31613161
"extra": {
31623162
"info": "abc"
31633163
}

0 commit comments

Comments
 (0)