github.com/jfrog/jfrog-client-go@v1.40.2/tests/testdata/contentreaderwriter/SearchResult.json (about)

     1  {
     2      "results": [
     3          {
     4              "IntKey": 1,
     5              "StrKey": "A",
     6              "BoolKey": true,
     7              "ArrayKey": [
     8                  {
     9                      "key": "build.number",
    10                      "value": "6"
    11                  }
    12              ]
    13          },
    14          {
    15              "IntKey": 2,
    16              "StrKey": "B",
    17              "BoolKey": false,
    18              "ArrayKey": []
    19          }
    20      ],
    21      "range": {
    22          "start_pos": 0,
    23          "end_pos": 2,
    24          "total": 2
    25      }
    26  }