[
  {
    "name": "ArgumentsRoot",
    "fields": [
      "box",
      "choice",
      "pair"
    ],
    "annotations_equal": {
      "box": true,
      "choice": true,
      "pair": true
    },
    "type_identity": {
      "box": true,
      "choice": true,
      "pair": true
    },
    "results": {
      "native": {
        "valid": {
          "box": {
            "value": [
              {
                "count": 1
              }
            ]
          },
          "choice": {
            "value": "x"
          },
          "pair": {
            "first": 1,
            "second": "ok"
          }
        },
        "invalid": [
          [
            [
              "box",
              "value",
              0,
              "count"
            ],
            "missing"
          ],
          [
            [
              "choice",
              "value"
            ],
            "literal_error"
          ]
        ]
      },
      "generated": {
        "valid": {
          "box": {
            "value": [
              {
                "count": 1
              }
            ]
          },
          "choice": {
            "value": "x"
          },
          "pair": {
            "first": 1,
            "second": "ok"
          }
        },
        "invalid": [
          [
            [
              "box",
              "value",
              0,
              "count"
            ],
            "missing"
          ],
          [
            [
              "choice",
              "value"
            ],
            "literal_error"
          ]
        ]
      }
    },
    "type_leaf_identity": {
      "box": true,
      "choice": true,
      "pair": true
    }
  }
]
