{
  "generatedBy": "measure.py",
  "python": "3.14.6",
  "results": [
    {
      "parser": "PyYAML 6.0.3 safe_load",
      "results": {
        "tab-indent": {
          "outcome": "error",
          "errorName": "ScannerError",
          "message": "while scanning for the next token found character '\\t' that cannot start any token in \"<unicode string>\", line 2, column 1: child: 1 ^",
          "line": 2,
          "column": 1
        },
        "bad-indent": {
          "outcome": "error",
          "errorName": "ScannerError",
          "message": "mapping values are not allowed here in \"<unicode string>\", line 3, column 5: b: 2 ^",
          "line": 3,
          "column": 5
        },
        "colon-in-value": {
          "outcome": "error",
          "errorName": "ScannerError",
          "message": "mapping values are not allowed here in \"<unicode string>\", line 1, column 24: url: http://example.com: 8080 ^",
          "line": 1,
          "column": 24
        },
        "unclosed-quote": {
          "outcome": "error",
          "errorName": "ScannerError",
          "message": "while scanning a quoted scalar in \"<unicode string>\", line 1, column 7: name: \"unclosed string ^ found unexpected end of stream in \"<unicode string>\", line 2, column 8: next: 1 ^",
          "line": 2,
          "column": 8
        },
        "undefined-alias": {
          "outcome": "error",
          "errorName": "ComposerError",
          "message": "found undefined alias 'missing' in \"<unicode string>\", line 1, column 10: service: *missing ^",
          "line": 1,
          "column": 10
        },
        "unclosed-flow": {
          "outcome": "error",
          "errorName": "ParserError",
          "message": "while parsing a flow sequence in \"<unicode string>\", line 1, column 8: ports: [8080, 9090 ^ expected ',' or ']', but got ':' in \"<unicode string>\", line 2, column 5: name: web ^",
          "line": 2,
          "column": 5
        },
        "template-brace": {
          "outcome": "error",
          "errorName": "ConstructorError",
          "message": "while constructing a mapping in \"<unicode string>\", line 1, column 8: image: {{ .Values.image }} ^ found unhashable key in \"<unicode string>\", line 1, column 9: image: {{ .Values.image }} ^",
          "line": 1,
          "column": 9
        }
      }
    },
    {
      "parser": "ruamel.yaml 0.19.1 YAML(typ='safe')",
      "results": {
        "tab-indent": {
          "outcome": "error",
          "errorName": "ScannerError",
          "message": "while scanning for the next token found character '\\t' that cannot start any token in \"<file>\", line 2, column 1",
          "line": 2,
          "column": 1
        },
        "bad-indent": {
          "outcome": "error",
          "errorName": "ScannerError",
          "message": "mapping values are not allowed here in \"<file>\", line 3, column 5",
          "line": 3,
          "column": 5
        },
        "colon-in-value": {
          "outcome": "error",
          "errorName": "ScannerError",
          "message": "mapping values are not allowed here in \"<file>\", line 1, column 24",
          "line": 1,
          "column": 24
        },
        "unclosed-quote": {
          "outcome": "error",
          "errorName": "ScannerError",
          "message": "while scanning a quoted scalar in \"<file>\", line 1, column 7 found unexpected end of stream in \"<file>\", line 2, column 8",
          "line": 2,
          "column": 8
        },
        "undefined-alias": {
          "outcome": "error",
          "errorName": "ComposerError",
          "message": "found undefined alias 'missing' in \"<file>\", line 1, column 10",
          "line": 1,
          "column": 10
        },
        "unclosed-flow": {
          "outcome": "error",
          "errorName": "ParserError",
          "message": "while parsing a flow sequence in \"<file>\", line 1, column 8 expected ',' or ']', but got ':' in \"<file>\", line 2, column 5",
          "line": 2,
          "column": 5
        },
        "template-brace": {
          "outcome": "error",
          "errorName": "ConstructorError",
          "message": "while constructing a mapping in \"<file>\", line 1, column 8 found unhashable key in \"<file>\", line 1, column 9",
          "line": 1,
          "column": 9
        }
      }
    }
  ]
}
