You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing false positive warnings for argo workflows and I suspect it's a plugin bug. Converted to json, this example validates error free on https://www.jsonschemavalidator.net.
Here is the schema, also available on schemastore.org
Expected Behaviour
This schema should be allowed and have no warnings.
Current Behavior
I see this warning 3 times for each top level key.
Property apiVersion is not allowed.yaml-schema: file:///Users/j/src/argo-workflows-schema.json
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: [https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html)
Source: [argo-workflows-schema.json](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html)
Environment
Windows
Mac
Linux
other (please specify)
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm seeing false positive warnings for argo workflows and I suspect it's a plugin bug. Converted to json, this example validates error free on https://www.jsonschemavalidator.net.
Here is a reproducible example and screenshot:
Expected Behaviour
This schema should be allowed and have no warnings.
Current Behavior
I see this warning 3 times for each top level key.
Environment
The text was updated successfully, but these errors were encountered: