Area with issue?
JSON Schema
✔️ Expected Behavior
I noticed while working in VSCode today that I was being flagged for the valid YAML below:
experimental:
otlpLogs: true
Turns out, there's a case mismatch between the schema at https://www.schemastore.org/traefik-v3.json and the official Traefik Docs here.
So staticExperimental.properties.otlplogs should be staticExperimental.properties.otlpLogs
Screenshot
IDE or code editor.
Visual Studio Code
Are you making a PR for this?
Yes, I created #5245