Skip to content

Commit e223d9c

Browse files
committed
simplify example
1 parent ba60bec commit e223d9c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ This will convert a schema of:
2525
"type": "array",
2626
"items": [
2727
{
28-
"example2": {
29-
"type": "string"
30-
}
28+
"type": "string"
3129
}
3230
]
3331
}
@@ -44,9 +42,7 @@ To:
4442
"example": {
4543
"type": "array",
4644
"items": {
47-
"example2": {
48-
"type": "string"
49-
}
45+
"type": "string"
5046
}
5147
}
5248
}

0 commit comments

Comments
 (0)