Skip to content

Commit 6a5b612

Browse files
authored
Fix malformed json
1 parent edfb960 commit 6a5b612

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
@@ -3158,7 +3158,7 @@ This means that the data form of this serialization is equivalent to the followi
31583158
```json
31593159
{
31603160
"code": "1234",
3161-
"count": 42
3161+
"count": 42,
31623162
"extra": {
31633163
"info": "abc"
31643164
}

0 commit comments

Comments
 (0)