{
  "locale": "en",
  "capturedAt": "2026-09-11",
  "dimensions": {
    "format-result-light": {
      "width": 1220,
      "height": 1114
    },
    "format-result-dark": {
      "width": 1220,
      "height": 1114
    },
    "validation-result-light": {
      "width": 1220,
      "height": 1114
    },
    "validation-result-dark": {
      "width": 1220,
      "height": 1114
    },
    "jsonpath-result-light": {
      "width": 1220,
      "height": 1114
    },
    "jsonpath-result-dark": {
      "width": 1220,
      "height": 1114
    },
    "regex-result-light": {
      "width": 1220,
      "height": 1114
    },
    "regex-result-dark": {
      "width": 1220,
      "height": 1114
    }
  },
  "sample": {
    "name": "sample-api-response.json",
    "bytes": 217,
    "topLevelType": "object",
    "itemCount": 2
  },
  "format": {
    "outputCharacters": 330
  },
  "validation": {
    "output": "Valid JSON\nType: object\n216 characters",
    "topLevelType": "object"
  },
  "jsonPath": {
    "path": "$.items[0].id",
    "output": "invoice-1042"
  },
  "regex": {
    "pattern": "(?<prefix>invoice)-(?<number>\\d+)",
    "matches": 2
  }
}
