github.com/opensearch-project/opensearch-go/v2@v2.3.0/opensearchutil/testdata/bulk_response_1c.json (about)

     1  {
     2    "took": 30,
     3    "errors": false,
     4    "items": [
     5      {
     6        "delete": {
     7          "_index": "test",
     8          "_id": "5",
     9          "_version": 2,
    10          "result": "deleted",
    11          "status": 200,
    12          "_shards": {
    13            "total": 1,
    14            "successful": 1,
    15            "failed": 0
    16          },
    17          "_seq_no": 0,
    18          "_primary_term": 1
    19        }
    20      },
    21      {
    22        "update": {
    23          "_index": "test",
    24          "_id": "6",
    25          "_version": 2,
    26          "result": "updated",
    27          "_shards": {
    28            "total": 1,
    29            "successful": 1,
    30            "failed": 0
    31          },
    32          "_seq_no": 0,
    33          "_primary_term": 1,
    34          "status": 200
    35        }
    36      }
    37    ]
    38  }