Azure/azure-rest-api-specs

[Swagger LintDiff] Check fails even though it reports 0 errors

mikeharder opened this issue · 1 comments

The root cause was the readme.md in main had invalid YAML, where the default tag was parsed as a timestamp instead of a string.

This behavior is in YAML itself, not our code. YAML has types for strings and timestamps, and an unquoted string is parsed as a timestamp if possible.

value-parsed-as-string-1: "2024-05-01"
value-parsed-as-string-2: foo2024-05-01
value-parsed-as-timestamp: 2024-05-01