Skip to content

Commit 1427f58

Browse files
authored
Merge pull request OAI#1203 from OAI/fix-the-red
no more red
2 parents b667bcf + f67bcff commit 1427f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For example, if a field has an array value, the JSON array representation will b
102102

103103
```json
104104
{
105-
"field": [...]
105+
"field": [ 1, 2, 3 ]
106106
}
107107
```
108108
All field names in the specification are **case sensitive**.

0 commit comments

Comments
 (0)