summaryrefslogtreecommitdiffstats
path: root/tests/auto/daemon/json-validation/array-items-object-missingid-invalid.json
blob: e1f13cdcc6d5ef86a495a6f98b6475ae5d1dff3f (plain)
1
2
3
4
5
6
7
{ "object": [
    { "id": 1, "foo": "pong!" },
    { "id": 2, "foo": "pong!" },
    { "foo": "pong!" },
    { "id": 4, "foo": "pong!" }
  ]
}